/* ===== Marvell Marketing Management - styles ===== */
:root {
  --violet: #6d4aff;
  --violet-2: #8b6bff;
  --violet-deep: #4a2fd6;
  --ink: #1a1726;
  --ink-2: #2c2a3a;
  --slate: #3a4150;
  --muted: #6b7280;
  --line: rgba(20, 18, 40, 0.08);
  --bg: #ffffff;
  --bg-soft: #f6f5fb;
  --white: #ffffff;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 24px 60px -28px rgba(54, 35, 140, 0.35);
  --shadow-sm: 0 10px 30px -18px rgba(54, 35, 140, 0.4);
  --container: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: "Space Grotesk", "Inter", sans-serif; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); }

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

/* ---- Background mesh ---- */
.bg-mesh { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; }
.orb-1 { width: 520px; height: 520px; background: #b9a4ff; top: -160px; right: -120px; }
.orb-2 { width: 460px; height: 460px; background: #7d5cff; top: 40%; left: -180px; opacity: 0.28; }
.orb-3 { width: 420px; height: 420px; background: #c9bcff; bottom: -160px; right: 10%; opacity: 0.3; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 0.98rem; padding: 13px 24px; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s; white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--violet), var(--violet-deep)); color: #fff; box-shadow: 0 12px 30px -10px rgba(109, 74, 255, 0.6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -10px rgba(109, 74, 255, 0.7); }
.btn-ghost { background: rgba(255, 255, 255, 0.06); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--violet); color: var(--violet); }
.btn-light { background: #fff; color: var(--violet-deep); box-shadow: 0 12px 30px -12px rgba(0,0,0,0.45); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(0,0,0,0.5); }
.btn-block { width: 100%; }

/* ---- Nav ---- */
.nav { position: sticky; top: 0; z-index: 100; transition: background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s; }
.nav.scrolled { background: rgba(255, 255, 255, 0.82); backdrop-filter: saturate(180%) blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; }
.brand-logo { height: 58px; width: auto; }
.nav-right { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-weight: 500; font-size: 0.96rem; color: var(--slate); position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--violet); transition: width 0.25s var(--ease); }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { padding: 10px 20px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.3s; }

/* ---- Hero ---- */
.hero { padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 80px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 600; color: var(--violet); margin-bottom: 20px; }
.ping { width: 8px; height: 8px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 0 rgba(109,74,255,0.6); animation: ping 2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(109,74,255,0.55); } 70% { box-shadow: 0 0 0 9px rgba(109,74,255,0); } 100% { box-shadow: 0 0 0 0 rgba(109,74,255,0); } }
.hero-title { font-size: clamp(2.8rem, 6vw, 4.8rem); font-weight: 700; }
.grad { background: linear-gradient(120deg, var(--violet), var(--violet-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: clamp(1.02rem, 1.7vw, 1.22rem); color: var(--slate); margin: 24px 0 34px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.hero-stars { color: #f5b932; letter-spacing: 2px; font-size: 1.05rem; }
.hero-trust p { font-size: 0.92rem; color: var(--muted); margin: 0; }

/* Hero visual collage */
.hero-visual { position: relative; min-height: 460px; }
.hv-glow { position: absolute; inset: 8% 4% 8% 8%; background: radial-gradient(circle at 60% 40%, rgba(109,74,255,0.35), rgba(109,74,255,0) 70%); filter: blur(10px); }
.hv-card { position: absolute; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 5px solid #fff; }
.hv-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hv-main { top: 4%; left: 6%; width: 70%; height: 74%; z-index: 1; animation: floaty 6s ease-in-out infinite; }
.hv-sub { bottom: 2%; right: 2%; width: 48%; height: 46%; z-index: 2; animation: floaty 6s ease-in-out infinite 1.2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hv-chip { position: absolute; z-index: 3; background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 12px 16px; }
.hv-chip-1 { top: 0; right: 4%; text-align: left; animation: floaty 5s ease-in-out infinite 0.4s; }
.hv-chip-1 b { display: block; font-family: "Space Grotesk", sans-serif; font-size: 1.5rem; color: var(--violet); line-height: 1; }
.hv-chip-1 span { font-size: 0.78rem; color: var(--slate); }
.hv-chip-2 { bottom: 10%; left: 0; display: flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 600; color: var(--ink); animation: floaty 5.5s ease-in-out infinite 0.8s; }
.hv-dot { width: 9px; height: 9px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 4px rgba(37,211,102,0.18); }

/* ---- Stats ---- */
.stats { padding: 10px 0 30px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: linear-gradient(135deg, var(--ink), #2a2440); border-radius: var(--radius-lg); padding: 38px 30px; box-shadow: var(--shadow); }
.stat { text-align: center; color: #fff; }
.stat b { display: block; font-family: "Space Grotesk", sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; background: linear-gradient(120deg, #fff, #c9bcff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat span { font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); }

/* ---- Sections ---- */
.section { padding: clamp(44px, 6vw, 74px) 0; }
.section-alt { background: var(--bg-soft); }
.section-head { max-width: 680px; margin: 0 auto clamp(30px, 4vw, 46px); text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700; margin-bottom: 16px; }
.section-lead { color: var(--slate); font-size: 1.08rem; }

/* ---- Pillars ---- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s; position: relative; overflow: hidden; }
.pillar::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--violet), var(--violet-2)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.pillar:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.pillar:hover::before { transform: scaleX(1); }
.pillar-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.pillar-icon { width: 56px; height: 56px; display: grid; place-items: center; background: linear-gradient(135deg, #efeaff, #e3dbff); border-radius: 16px; color: var(--violet-deep); }
.pillar-icon svg { width: 28px; height: 28px; }
.pillar-tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--violet); background: #f1ecff; padding: 6px 12px; border-radius: 999px; }
.pillar h3 { font-size: 1.4rem; margin-bottom: 10px; }
.pillar > p { color: var(--slate); font-size: 0.98rem; margin-bottom: 20px; }
.pillar-list { list-style: none; display: grid; gap: 10px; }
.pillar-list li { position: relative; padding-left: 26px; color: var(--ink-2); font-size: 0.94rem; }
.pillar-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--violet-2), var(--violet)); }

/* ---- Steps ---- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease); }
.step:hover { transform: translateY(-6px); }
.step-num { font-family: "Space Grotesk", sans-serif; font-size: 2rem; font-weight: 700; color: transparent; -webkit-text-stroke: 1.5px var(--violet); display: block; margin-bottom: 14px; }
.step h4 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--slate); font-size: 0.94rem; }

/* ---- About ---- */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.about-copy h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin: 14px 0 18px; }
.about-copy p { color: var(--slate); margin-bottom: 16px; }
.about-copy .btn { margin-top: 12px; }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), border-color 0.3s; }
.why:hover { transform: translateY(-5px); border-color: var(--violet); }
.why b { display: block; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; margin-bottom: 6px; }
.why span { color: var(--slate); font-size: 0.9rem; }

/* ---- CTA / Contact ---- */
.section-cta { background: linear-gradient(135deg, var(--ink), #241f3a); color: #fff; }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.section-cta .eyebrow { color: var(--violet-2); }
.section-cta h2 { color: #fff; font-size: clamp(2rem, 4vw, 2.9rem); margin: 12px 0 16px; }
.cta-copy > p { color: rgba(255, 255, 255, 0.72); margin-bottom: 32px; }
.contact-list { display: grid; gap: 16px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; color: #fff; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius); background: rgba(255, 255, 255, 0.04); transition: border-color 0.25s, background 0.25s; }
a.contact-item:hover { border-color: var(--violet-2); background: rgba(255, 255, 255, 0.08); }
.ci-icon { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--violet), var(--violet-deep)); color: #fff; }
.ci-icon svg { width: 20px; height: 20px; }
.contact-item span:last-child { display: flex; flex-direction: column; font-size: 0.95rem; color: rgba(255, 255, 255, 0.82); }
.contact-item b { color: #fff; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 2px; font-weight: 600; }

.cta-form { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius-lg); padding: 30px; backdrop-filter: blur(10px); display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 0.82rem; font-weight: 600; color: rgba(255, 255, 255, 0.8); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.06); color: #fff; font-family: inherit; font-size: 0.95rem; transition: border-color 0.2s, background 0.2s; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.field select option { color: #1a1726; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--violet-2); background: rgba(255, 255, 255, 0.1); }
.field textarea { resize: vertical; }
.form-note { font-size: 0.9rem; color: #b9ffd0; text-align: center; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---- Footer ---- */
.footer { background: #14111f; color: rgba(255, 255, 255, 0.7); padding: 64px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer-brand .brand-logo { height: 64px; margin-bottom: 18px; }
.footer-brand p { font-size: 0.95rem; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-cols h5 { color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.footer-cols a, .footer-addr { display: block; font-size: 0.92rem; margin-bottom: 10px; transition: color 0.2s; }
.footer-cols a:hover { color: var(--violet-2); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 0.85rem; flex-wrap: wrap; gap: 10px; }
.footer-bottom a:hover { color: #fff; }
.credit-link { color: var(--violet-2); font-weight: 600; transition: color 0.2s; }
.credit-link:hover { color: #fff; }

/* ---- Feature split ---- */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feature-grid.reverse .feature-media { order: 2; }
.feature-media { position: relative; }
.feature-media img { width: 100%; height: 100%; max-height: 440px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.feature-float { position: absolute; bottom: -22px; right: -16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px 20px; box-shadow: var(--shadow); max-width: 220px; }
.feature-float b { display: block; font-family: "Space Grotesk", sans-serif; font-size: 1.8rem; color: var(--violet); line-height: 1; margin-bottom: 4px; }
.feature-float span { font-size: 0.82rem; color: var(--slate); }
.feature-copy h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin: 12px 0 16px; }
.feature-copy > p { color: var(--slate); margin-bottom: 20px; }
.feature-copy .btn { margin-top: 4px; }
.check-list { list-style: none; display: grid; gap: 12px; margin-bottom: 26px; }
.check-list li { position: relative; padding-left: 32px; color: var(--ink-2); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; font-size: 0.78rem; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--violet), var(--violet-deep)); border-radius: 50%; }

/* ---- Industries ---- */
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.industry { position: relative; min-height: 250px; border-radius: var(--radius-lg); overflow: hidden; display: flex; align-items: flex-end; background-color: #2c2a3a; background-size: cover; background-position: center; box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.industry:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.industry img { display: none; }
.industry-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,17,31,0.05) 0%, rgba(20,17,31,0.55) 55%, rgba(20,17,31,0.9) 100%); transition: background 0.4s; }
.industry:hover .industry-overlay { background: linear-gradient(180deg, rgba(74,47,214,0.2) 0%, rgba(20,17,31,0.7) 60%, rgba(20,17,31,0.94) 100%); }
.industry-body { position: relative; padding: 24px; color: #fff; }
.industry-body h4 { color: #fff; font-size: 1.25rem; margin-bottom: 6px; }
.industry-body p { font-size: 0.9rem; color: rgba(255,255,255,0.82); }

/* ---- Banner CTA ---- */
.banner { position: relative; overflow: hidden; padding: clamp(56px, 8vw, 96px) 0; color: #fff; text-align: center; }
.banner-bg { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(74,47,214,0.58), rgba(26,23,38,0.62)), url('../images/banner.jpg'); background-size: cover; background-position: center; }
/* extra readability scrim behind the text only */
.banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(20,17,31,0.45) 0%, rgba(20,17,31,0) 65%); }
.banner-inner { position: relative; max-width: 720px; }
.banner-inner h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 14px; }
.banner-inner p { color: rgba(255,255,255,0.85); margin-bottom: 28px; font-size: 1.08rem; }

/* ---- Quotes carousel ---- */
.carousel { position: relative; display: flex; align-items: center; gap: 12px; }
.carousel-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 10px 4px 16px; flex: 1; scrollbar-width: none; -ms-overflow-style: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.quote { flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); margin: 0; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.quote:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.quote-stars { color: #f5b932; letter-spacing: 2px; font-size: 0.95rem; margin-bottom: 14px; }
.quote blockquote { font-size: 1.02rem; color: var(--ink-2); margin: 0 0 22px; position: relative; padding-top: 26px; }
.quote blockquote::before { content: "\201C"; position: absolute; top: -8px; left: -4px; font-family: "Space Grotesk", serif; font-size: 3.4rem; color: var(--violet); opacity: 0.3; line-height: 1; }
.quote figcaption { display: flex; align-items: center; gap: 12px; }
.quote-avatar { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--violet-deep)); color: #fff; font-family: "Space Grotesk", sans-serif; font-weight: 700; }
.quote-meta b { display: block; font-family: "Space Grotesk", sans-serif; }
.quote-meta small { font-size: 0.85rem; color: var(--muted); }
.carousel-arrow { flex: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--violet-deep); cursor: pointer; display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, opacity 0.2s; }
.carousel-arrow:hover { background: var(--violet); color: #fff; transform: scale(1.08); }
.carousel-arrow:disabled { opacity: 0.35; cursor: default; transform: none; background: #fff; color: var(--violet-deep); }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #d6cffb; cursor: pointer; transition: width 0.3s var(--ease), background 0.3s; }
.carousel-dots button.active { width: 26px; background: var(--violet); }

/* ---- Floating buttons ---- */
.floaties { position: fixed; right: 22px; bottom: 22px; z-index: 200; display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center; color: #fff; box-shadow: 0 12px 28px -8px rgba(0,0,0,0.4); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.float-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 18px 36px -8px rgba(0,0,0,0.5); }
.float-phone { background: linear-gradient(135deg, var(--violet), var(--violet-deep)); }
.wa-wrap { position: relative; }
.float-wa { background: linear-gradient(135deg, #25d366, #128c7e); position: relative; }
.float-wa::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,0.6); animation: waPulse 2.4s infinite; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* Popup - anchored directly above the WhatsApp icon, brand-themed */
.wa-pop { position: absolute; bottom: calc(100% + 18px); right: 0; width: 300px; max-width: calc(100vw - 44px); background: #fff; border-radius: 18px; box-shadow: 0 24px 60px -18px rgba(54,35,140,0.5); overflow: hidden; transform: translateY(12px) scale(0.95); opacity: 0; pointer-events: none; transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); transform-origin: bottom right; }
.wa-pop.open { transform: none; opacity: 1; pointer-events: auto; }
.wa-pop-arrow { position: absolute; bottom: -7px; right: 20px; width: 16px; height: 16px; background: #f3f1fb; transform: rotate(45deg); box-shadow: 4px 4px 10px -6px rgba(54,35,140,0.5); }
.wa-pop-close { position: absolute; top: 10px; right: 12px; background: none; border: 0; font-size: 1.4rem; line-height: 1; color: rgba(255,255,255,0.85); cursor: pointer; transition: color 0.2s; }
.wa-pop-close:hover { color: #fff; }
.wa-pop-head { background: linear-gradient(135deg, var(--violet), var(--violet-deep)); color: #fff; padding: 18px; display: flex; align-items: center; gap: 12px; }
.wa-pop-avatar { width: 44px; height: 44px; flex: none; border-radius: 50%; background: #fff; display: grid; place-items: center; overflow: hidden; box-shadow: 0 4px 12px -4px rgba(0,0,0,0.4); }
.wa-pop-avatar img { width: 34px; height: auto; }
.wa-pop-head b { display: block; font-family: "Space Grotesk", sans-serif; font-size: 0.98rem; }
.wa-pop-head small { font-size: 0.78rem; opacity: 0.85; }
.wa-pop-body { padding: 18px; background: #f3f1fb; }
.wa-pop-msg { font-size: 0.92rem; color: var(--ink-2); margin: 0 0 16px; }
.wa-pop-btn { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; background: linear-gradient(135deg, var(--violet), var(--violet-deep)); color: #fff; font-weight: 600; padding: 12px; border-radius: 12px; transition: transform 0.2s var(--ease), box-shadow 0.2s; box-shadow: 0 10px 22px -10px rgba(109,74,255,0.8); }
.wa-pop-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(109,74,255,0.85); }

/* ---- Reveal animation ---- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { min-height: 360px; max-width: 480px; margin: 0 auto; width: 100%; }
  .hero-sub { max-width: none; }
  .pillars { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .about-grid, .cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .feature-grid { grid-template-columns: 1fr; gap: 40px; }
  .feature-grid.reverse .feature-media { order: 0; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .quote { flex-basis: calc((100% - 22px) / 2); }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links { display: flex; position: absolute; top: 72px; left: 16px; right: 16px; flex-direction: column; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 14px; box-shadow: var(--shadow); }
  .nav.open .nav-links a { padding: 12px 10px; border-radius: 10px; }
  .nav.open .nav-links a:hover { background: var(--bg-soft); }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .steps, .about-cards { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .industry-grid { grid-template-columns: 1fr; }
  .quote { flex-basis: 100%; }
  .carousel-arrow { display: none; }
  .brand-logo { height: 46px; }
  .floaties { right: 16px; bottom: 16px; }
  .hero-visual { min-height: 320px; }
  .hv-chip-1 b { font-size: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
