/* ==========================================================================
   Raipur Promo — Global stylesheet (solid colors only, no gradients)
   Poppins (display) + Inter (body). Dark + light alternating sections.
   ========================================================================== */

:root {
  --blue: #2f74ff;
  --blue-bright: #4a86ff;
  --blue-deep: #1b4fd8;
  --cyan: #37d6ff;

  --ink: #05070d;
  --ink-2: #0a1018;
  --ink-3: #0e1726;
  --ink-4: #131f33;
  --line-dark: rgba(255, 255, 255, 0.08);
  --white: #ffffff;
  --muted: #93a0b4;
  --muted-2: #6b7688;

  --light: #f5f7fb;
  --light-2: #ffffff;
  --light-3: #eef2fa;
  --light-line: #e5e9f2;
  --ink-on-light: #0b1220;
  --body-on-light: #545f70;

  --radius: 18px;
  --radius-sm: 12px;
  --shadow-blue: 0 16px 40px -16px rgba(47, 116, 255, 0.5);
  --shadow-soft: 0 20px 50px -26px rgba(10, 20, 45, 0.28);
  --maxw: 1200px;
  --gutter: 36px;
  --sp: 84px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--ink); color: var(--white); line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, h4, h5, .display { font-family: 'Poppins', 'Inter', sans-serif; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: rgba(47,116,255,0.35); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.accent { color: var(--blue-bright); }
.grad-text { color: var(--blue-bright); }

.eyebrow { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-bright); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--blue); border-radius: 2px; }
.eyebrow.on-light { color: var(--blue); }
.eyebrow.center { justify-content: center; }

/* ---------- Placeholders ---------- */
.ph { position: relative; width: 100%; border-radius: var(--radius); overflow: hidden; background: #0e1726; border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center; color: var(--muted); }
.ph.light { background: #e9edf6; border: 1px solid var(--light-line); color: var(--muted-2); }
.ph .ph-label { position: relative; z-index: 2; text-align: center; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; padding: 10px 14px; }
.ph .ph-label small { display: block; font-weight: 500; font-size: 10.5px; letter-spacing: 0.14em; opacity: 0.6; margin-top: 4px; }
.ph::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: 0.5; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 26px 26px; }
.ph.light::before { background-image: linear-gradient(rgba(11,18,32,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,18,32,0.05) 1px, transparent 1px); }
.ph.has-img { background-size: cover; background-position: center; background-repeat: no-repeat; }
.ph.has-img::before { display: none; }
.ph.has-img .ph-label { display: none; }
.r-16-9 { aspect-ratio: 16 / 9; } .r-4-3 { aspect-ratio: 4 / 3; } .r-1-1 { aspect-ratio: 1 / 1; }
.r-3-4 { aspect-ratio: 3 / 4; } .r-4-5 { aspect-ratio: 4 / 5; } .r-9-16 { aspect-ratio: 9 / 16; } .r-3-2 { aspect-ratio: 3 / 2; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14.5px; padding: 13px 24px; border-radius: 11px; cursor: pointer; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; white-space: nowrap; }
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn-primary:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 20px 44px -16px rgba(47,116,255,0.7); }
.btn-ghost { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.14); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,0.09); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #10192a; transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-lg { padding: 15px 30px; font-size: 15.5px; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(5, 7, 13, 0.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-dark); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; box-shadow: var(--shadow-blue); display: block; flex: 0 0 auto; }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 18px; line-height: 1; letter-spacing: 0.02em; }
.brand-name small { display: block; font-weight: 500; font-size: 8px; letter-spacing: 0.32em; color: var(--muted); margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: #d6dbe4; position: relative; transition: color .16s ease; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; border-radius: 2px; background: var(--blue); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.hamburger { display: none; width: 44px; height: 44px; border-radius: 11px; background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark); cursor: pointer; align-items: center; justify-content: center; }
.hamburger span { display: block; width: 19px; height: 2px; background: #fff; position: relative; }
.hamburger span::before, .hamburger span::after { content: ""; position: absolute; left: 0; width: 19px; height: 2px; background: #fff; }
.hamburger span::before { top: -6px; } .hamburger span::after { top: 6px; }

/* ==========================================================================
   Hero (home)
   ========================================================================== */
.hero { position: relative; overflow: hidden; background: var(--ink); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(120px); z-index: 0; pointer-events: none; }
.hero-glow.g1 { width: 520px; height: 520px; background: rgba(47,116,255,0.22); top: -120px; right: -80px; }
.hero-glow.g2 { width: 360px; height: 360px; background: rgba(55,214,255,0.10); bottom: -120px; left: -100px; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.35; background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 40px 40px; }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.05fr 1fr; gap: 30px; align-items: center; padding: 66px 0 78px; }
.hero-copy .eyebrow { margin-bottom: 20px; }
.hero h1 { font-size: clamp(42px, 5.4vw, 78px); margin-bottom: 22px; }
.hero p.lead { font-size: 18px; color: var(--muted); max-width: 510px; margin-bottom: 28px; }
.hero-features { display: flex; flex-wrap: wrap; gap: 26px; margin-bottom: 34px; }
.hfeat { display: flex; align-items: center; gap: 11px; }
.hfeat .ic { width: 44px; height: 44px; border-radius: 50%; background: rgba(47,116,255,0.12); border: 1px solid rgba(47,116,255,0.35); display: flex; align-items: center; justify-content: center; color: var(--blue-bright); flex: 0 0 auto; }
.hfeat .ic svg { width: 19px; height: 19px; }
.hfeat span { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; line-height: 1.25; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.float-ico { position: absolute; z-index: 1; color: var(--blue-bright); opacity: 0.16; pointer-events: none; }
.float-ico svg { width: 100%; height: 100%; }
.fi-1 { top: 16%; left: 6%; width: 46px; } .fi-2 { top: 62%; left: 3%; width: 34px; color: var(--cyan); }
.fi-3 { top: 30%; left: 44%; width: 30px; } .fi-4 { bottom: 12%; left: 40%; width: 40px; color: var(--cyan); }
@keyframes bob { from { transform: translateY(0) rotate(-4deg); } to { transform: translateY(-18px) rotate(4deg); } }
.float-ico { animation: bob 6s ease-in-out infinite alternate; }
.fi-2 { animation-delay: .8s; } .fi-3 { animation-delay: 1.6s; } .fi-4 { animation-delay: 2.2s; }

.hero-visual { position: relative; height: 100%; min-height: 540px; z-index: 3; }
.phone { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 280px; z-index: 5; background: #0b1220; border: 10px solid #161c28; border-radius: 42px; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8), var(--shadow-blue); overflow: hidden; }
.phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 108px; height: 22px; background: #0b1220; border-radius: 20px; z-index: 6; }
.phone-screen { padding: 34px 15px 15px; }
.ig-head { display: flex; align-items: center; gap: 13px; margin-bottom: 13px; }
.ig-avatar { width: 60px; height: 60px; border-radius: 50%; flex: 0 0 auto; background: var(--blue); padding: 3px; }
.ig-avatar div { width: 100%; height: 100%; border-radius: 50%; background: #0b1220; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 800; color: #fff; font-size: 19px; }
.ig-stats { display: flex; gap: 15px; flex: 1; }
.ig-stats div { text-align: center; }
.ig-stats b { display: block; font-family: 'Poppins', sans-serif; font-size: 13.5px; }
.ig-stats small { font-size: 9.5px; color: var(--muted); }
.ig-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12.5px; }
.ig-bio { font-size: 10.5px; color: var(--muted); line-height: 1.5; margin: 4px 0 11px; }
.ig-btns { display: flex; gap: 7px; margin-bottom: 13px; }
.ig-btns .b { flex: 1; text-align: center; font-size: 10.5px; font-weight: 600; padding: 7px 0; border-radius: 8px; font-family: 'Poppins', sans-serif; }
.ig-btns .b.pri { background: var(--blue); color: #fff; }
.ig-btns .b.sec { background: rgba(255,255,255,0.08); color: #fff; }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }

.float-card { position: absolute; z-index: 6; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-dark); box-shadow: 0 24px 50px -22px rgba(0,0,0,0.8); background: #0e1726; }
.float-card .ph { border-radius: 0; border: none; }
.float-card .fc-tag { position: absolute; left: 10px; bottom: 9px; z-index: 3; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
.fc-1 { top: 8%; left: -2%; width: 134px; } .fc-2 { top: 2%; right: -4%; width: 146px; } .fc-3 { top: 40%; right: -8%; width: 152px; }
.fc-4 { bottom: 6%; right: 0%; width: 146px; } .fc-5 { bottom: 2%; left: -4%; width: 160px; }
@keyframes floaty { from { transform: translateY(0); } to { transform: translateY(-14px); } }
.float-card { animation: floaty 5s ease-in-out infinite alternate; }
.fc-2 { animation-delay: .6s; } .fc-3 { animation-delay: 1.1s; } .fc-4 { animation-delay: 1.6s; } .fc-5 { animation-delay: 2.1s; }

/* ==========================================================================
   Page hero (subpages)
   ========================================================================== */
.page-hero { position: relative; overflow: hidden; background: var(--ink-2); border-bottom: 1px solid var(--line-dark); padding: 64px 0 58px; }
.page-hero .hero-glow.g1 { top: -160px; right: 8%; }
.page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.3; background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 40px 40px; }
.page-hero .wrap { position: relative; z-index: 2; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: var(--blue-bright); }
.page-hero h1 { font-size: clamp(34px, 4.4vw, 56px); margin-bottom: 14px; }
.page-hero p { color: var(--muted); font-size: 17px; max-width: 560px; }

/* ==========================================================================
   Marquee
   ========================================================================== */
.marquee-sec { background: var(--ink-2); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 30px 0; }
.marquee-sec h4 { text-align: center; color: var(--blue-bright); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 24px; font-weight: 600; }
.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); }
.marquee-track { display: flex; align-items: center; gap: 64px; width: max-content; animation: scrollx 28s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scrollx { to { transform: translateX(-50%); } }
.logo-item { display: flex; flex-direction: column; align-items: center; text-align: center; color: #cfd6e2; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.02em; opacity: 0.7; transition: opacity .2s ease; white-space: nowrap; }
.logo-item small { font-weight: 500; font-size: 9.5px; letter-spacing: 0.2em; color: var(--muted); margin-top: 2px; }
.logo-item:hover { opacity: 1; }

/* ==========================================================================
   Stats
   ========================================================================== */
.stats { background: var(--ink); padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-radius: var(--radius); background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); }
.stat .ic { width: 54px; height: 54px; border-radius: 50%; flex: 0 0 auto; background: rgba(47,116,255,0.12); border: 1px solid rgba(47,116,255,0.3); display: flex; align-items: center; justify-content: center; color: var(--blue-bright); }
.stat .ic svg { width: 24px; height: 24px; }
.stat b { font-family: 'Poppins', sans-serif; font-size: 28px; display: block; line-height: 1; }
.stat span { color: var(--muted); font-size: 13.5px; }

/* ==========================================================================
   Sections
   ========================================================================== */
section { position: relative; }
.section-dark { background: var(--ink-2); color: #fff; padding: var(--sp) 0; }
.section-light { background: var(--light); color: var(--ink-on-light); padding: var(--sp) 0; }
.section-ink { background: var(--ink); color: #fff; padding: var(--sp) 0; }
.section-head { max-width: 640px; margin-bottom: 46px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { font-size: clamp(28px, 3.2vw, 42px); margin-bottom: 14px; }
.section-light .section-head p { color: var(--body-on-light); font-size: 16.5px; }
.section-dark .section-head p, .section-ink .section-head p { color: var(--muted); font-size: 16.5px; }

/* ==========================================================================
   About
   ========================================================================== */
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: center; }
.about-copy .eyebrow { margin-bottom: 14px; }
.about-copy h2 { font-size: clamp(27px, 3.1vw, 40px); margin-bottom: 18px; color: var(--ink-on-light); }
.about-copy.on-dark h2 { color: #fff; }
.about-copy p { color: var(--body-on-light); margin-bottom: 15px; font-size: 15.5px; }
.about-copy.on-dark p { color: var(--muted); }
.about-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 24px; }
.about-chips span { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; color: var(--ink-on-light); background: var(--light-3); border: 1px solid var(--light-line); padding: 8px 15px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; }
.about-chips span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.about-visual { position: relative; }
.about-visual .stack { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-visual .tall { grid-row: span 2; }
.about-badge { position: absolute; left: -22px; bottom: -22px; background: var(--ink); color: #fff; border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-soft); display: flex; align-items: center; gap: 13px; }
.about-badge b { font-family: 'Poppins', sans-serif; font-size: 24px; display: block; line-height: 1; }
.about-badge span { font-size: 11.5px; color: var(--muted); }

/* ==========================================================================
   Value cards (why us)
   ========================================================================== */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-card { padding: 28px 24px; border-radius: var(--radius); background: rgba(255,255,255,0.035); border: 1px solid var(--line-dark); transition: transform .2s ease, border-color .2s ease; }
.why-card.on-light { background: var(--light-2); border-color: var(--light-line); box-shadow: var(--shadow-soft); }
.why-card:hover { transform: translateY(-6px); border-color: rgba(47,116,255,0.4); }
.why-card .ic { width: 50px; height: 50px; border-radius: 13px; margin-bottom: 16px; background: rgba(47,116,255,0.14); border: 1px solid rgba(47,116,255,0.3); display: flex; align-items: center; justify-content: center; color: var(--blue-bright); }
.why-card.on-light .ic { background: rgba(47,116,255,0.1); border-color: transparent; color: var(--blue); }
.why-card .ic svg { width: 24px; height: 24px; }
.why-card h3 { font-size: 18px; margin-bottom: 9px; }
.why-card.on-light h3 { color: var(--ink-on-light); }
.why-card p { color: var(--muted); font-size: 14px; }
.why-card.on-light p { color: var(--body-on-light); }

/* ==========================================================================
   Services (uniform grid)
   ========================================================================== */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card { background: rgba(255,255,255,0.035); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, border-color .2s ease; display: flex; flex-direction: column; }
.svc-card.on-light { background: var(--light-2); border-color: var(--light-line); box-shadow: var(--shadow-soft); }
.svc-card:hover { transform: translateY(-6px); border-color: rgba(47,116,255,0.4); }
.svc-card .thumb { width: 100%; border-radius: 0; }
.svc-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.svc-body .ic { width: 46px; height: 46px; border-radius: 12px; margin-bottom: 14px; background: rgba(47,116,255,0.14); border: 1px solid rgba(47,116,255,0.32); display: flex; align-items: center; justify-content: center; color: var(--blue-bright); }
.svc-card.on-light .svc-body .ic { background: rgba(47,116,255,0.1); border-color: transparent; color: var(--blue); }
.svc-body .ic svg { width: 22px; height: 22px; }
.svc-body h3 { font-size: 18.5px; margin-bottom: 9px; }
.svc-card.on-light .svc-body h3 { color: var(--ink-on-light); }
.svc-body p { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.svc-card.on-light .svc-body p { color: var(--body-on-light); }
.svc-body .svc-link { margin-top: auto; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13.5px; color: var(--blue-bright); display: inline-flex; align-items: center; gap: 7px; }
.svc-card.on-light .svc-body .svc-link { color: var(--blue); }
.svc-body .svc-link svg { width: 15px; height: 15px; }

/* ==========================================================================
   Parallax band
   ========================================================================== */
.parallax { position: relative; min-height: 460px; overflow: hidden; display: flex; align-items: center; }
.parallax .px-bg { position: absolute; inset: -18% 0; z-index: 0; }
.parallax .px-bg .ph { height: 130%; border-radius: 0; border: none; }
.parallax .px-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(5,7,13,0.82); }
.parallax .wrap { position: relative; z-index: 2; }
.parallax .px-inner { max-width: 620px; }
.parallax .eyebrow { margin-bottom: 16px; }
.parallax h2 { font-size: clamp(30px, 4vw, 52px); margin-bottom: 18px; }
.parallax p { color: #c8d1e4; font-size: 17px; margin-bottom: 26px; max-width: 520px; }
.px-stats { display: flex; gap: 40px; margin-top: 30px; flex-wrap: wrap; }
.px-stats div b { font-family: 'Poppins', sans-serif; font-size: 32px; display: block; line-height: 1; }
.px-stats div span { color: var(--muted); font-size: 13px; }

/* ==========================================================================
   Process
   ========================================================================== */
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.proc-card { position: relative; padding: 30px 24px 26px; border-radius: var(--radius); background: var(--light-2); border: 1px solid var(--light-line); box-shadow: var(--shadow-soft); }
.proc-card.on-dark { background: rgba(255,255,255,0.035); border-color: var(--line-dark); box-shadow: none; }
.proc-card::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 20px; right: 22px; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 34px; color: var(--light-3); letter-spacing: -0.04em; }
.proc-card.on-dark::before { color: rgba(255,255,255,0.06); }
.proc-card .ic { width: 46px; height: 46px; border-radius: 12px; margin-bottom: 16px; background: rgba(47,116,255,0.1); color: var(--blue); display: flex; align-items: center; justify-content: center; }
.proc-card.on-dark .ic { color: var(--blue-bright); }
.proc-card .ic svg { width: 22px; height: 22px; }
.proc-card h3 { font-size: 17px; color: var(--ink-on-light); margin-bottom: 8px; }
.proc-card.on-dark h3 { color: #fff; }
.proc-card p { color: var(--body-on-light); font-size: 13.8px; }
.proc-card.on-dark p { color: var(--muted); }
.proc-line { position: absolute; top: 52px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--light-line) 0 8px, transparent 8px 16px); z-index: 0; }

/* ==========================================================================
   Portfolio
   ========================================================================== */
.port-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.port-filters button { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; padding: 9px 18px; border-radius: 999px; cursor: pointer; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); color: #cfd6e2; transition: all .18s ease; }
.port-filters button.active, .port-filters button:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.port-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 172px; gap: 16px; }
.port-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; }
.port-item .ph { height: 100%; border-radius: 0; }
.port-item.v2 { grid-row: span 2; } .port-item.h2 { grid-column: span 2; }
.port-item .overlay { position: absolute; inset: 0; z-index: 3; background: rgba(5,7,13,0.72); display: flex; align-items: flex-end; padding: 16px; opacity: 0; transition: opacity .2s ease; }
.port-item:hover .overlay { opacity: 1; }
.port-item .overlay b { font-family: 'Poppins', sans-serif; font-size: 14px; display: block; }
.port-item .overlay span { font-size: 11.5px; color: #cdd8f5; }

/* ==========================================================================
   Packages / pricing (refined)
   ========================================================================== */
.pkg-tabs { display: inline-flex; gap: 6px; padding: 6px; border-radius: 14px; background: var(--light-3); border: 1px solid var(--light-line); margin: 0 auto 44px; }
.section-dark .pkg-tabs, .section-ink .pkg-tabs { background: var(--ink-3); border-color: var(--line-dark); }
.pkg-tabs button { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; padding: 11px 22px; border-radius: 10px; border: none; background: transparent; color: var(--body-on-light); cursor: pointer; transition: all .18s ease; }
.section-dark .pkg-tabs button, .section-ink .pkg-tabs button { color: var(--muted); }
.pkg-tabs button.active { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.pkg-panel { display: none; }
.pkg-panel.active { display: block; animation: fadeUp .4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.pkg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 840px; margin: 0 auto; align-items: stretch; }
.pkg-card { background: var(--light-2); border: 1px solid var(--light-line); border-radius: 20px; padding: 34px 32px; position: relative; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; overflow: hidden; }
.pkg-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--light-line); }
.pkg-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -30px rgba(10,20,45,0.4); }
.pkg-card.featured { border-color: var(--blue); box-shadow: 0 24px 60px -28px rgba(47,116,255,0.55); }
.pkg-card.featured::before { background: var(--blue); height: 5px; }
.pkg-icon { width: 50px; height: 50px; border-radius: 14px; background: rgba(47,116,255,0.1); color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.pkg-icon svg { width: 24px; height: 24px; }
.pkg-flag { position: absolute; top: 22px; right: 22px; background: var(--blue); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; }
.pkg-card h4 { font-size: 20px; color: var(--ink-on-light); margin-bottom: 6px; }
.pkg-card .sub { color: var(--body-on-light); font-size: 13.5px; margin-bottom: 18px; min-height: 20px; }
.pkg-price { display: flex; align-items: baseline; gap: 4px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--light-line); }
.pkg-price .amt { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 40px; color: var(--ink-on-light); letter-spacing: -0.03em; }
.pkg-price .per { font-size: 15px; font-weight: 500; color: var(--body-on-light); }
.pkg-card ul { list-style: none; margin-bottom: 26px; flex: 1; }
.pkg-card li { display: flex; gap: 11px; align-items: flex-start; padding: 9px 0; color: var(--body-on-light); font-size: 14px; }
.pkg-card li .ck { width: 20px; height: 20px; border-radius: 50%; background: rgba(47,116,255,0.12); color: var(--blue); flex: 0 0 auto; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.pkg-card.featured li .ck { background: var(--blue); color: #fff; }
.pkg-card li .ck svg { width: 12px; height: 12px; }
.pkg-card .btn { width: 100%; justify-content: center; }
.pkg-card .btn-outline { background: transparent; border: 1px solid var(--light-line); color: var(--ink-on-light); }
.pkg-card .btn-outline:hover { border-color: var(--blue); color: var(--blue); background: rgba(47,116,255,0.05); }
.pkg-grid.solo { grid-template-columns: 1.05fr 1fr; }
.pkg-info { background: var(--ink); color: #fff; border: 1px solid var(--line-dark); border-radius: 20px; padding: 34px 32px; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow-soft); }
.pkg-info h4 { color: #fff; font-size: 21px; margin-bottom: 12px; }
.pkg-info p { color: var(--muted); font-size: 14.5px; margin-bottom: 20px; }
.pkg-info .mini { display: flex; flex-direction: column; gap: 13px; margin-bottom: 24px; }
.pkg-info .mini div { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: #d6dbe4; }
.pkg-info .mini .ck { width: 20px; height: 20px; border-radius: 50%; background: rgba(55,214,255,0.15); color: var(--cyan); flex: 0 0 auto; display: flex; align-items: center; justify-content: center; }
.pkg-info .mini .ck svg { width: 12px; height: 12px; }
.pkg-note { text-align: center; margin-top: 38px; color: var(--body-on-light); font-size: 15.5px; }
.section-dark .pkg-note, .section-ink .pkg-note { color: var(--muted); }
.pkg-note a { color: var(--blue); font-weight: 600; }
.section-dark .pkg-note a, .section-ink .pkg-note a { color: var(--blue-bright); }

/* ==========================================================================
   Founder
   ========================================================================== */
.founder-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 54px; align-items: center; }
.founder-photo { position: relative; }
.founder-photo .badge { position: absolute; right: -18px; top: 26px; background: var(--blue); color: #fff; border-radius: 14px; padding: 13px 17px; font-family: 'Poppins', sans-serif; box-shadow: var(--shadow-blue); }
.founder-photo .badge b { display: block; font-size: 15px; }
.founder-photo .badge span { font-size: 10.5px; opacity: 0.9; }
.founder-copy .eyebrow { margin-bottom: 14px; }
.founder-copy h2 { font-size: clamp(27px, 3vw, 38px); margin-bottom: 6px; }
.founder-copy .role { color: var(--blue-bright); font-family: 'Poppins', sans-serif; font-weight: 600; margin-bottom: 18px; font-size: 15px; }
.founder-copy p { color: var(--muted); font-size: 15.5px; margin-bottom: 15px; }
.founder-copy blockquote { border-left: 3px solid var(--blue); padding-left: 18px; margin: 18px 0; color: #dfe4ee; font-style: italic; font-size: 16px; }
.founder-copy .sig { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; margin-top: 18px; }
.founder-copy .sig small { display: block; font-weight: 500; font-size: 12.5px; color: var(--muted); letter-spacing: 0; }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tst-card { background: var(--light-2); border: 1px solid var(--light-line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); }
.tst-card.on-dark { background: rgba(255,255,255,0.035); border-color: var(--line-dark); box-shadow: none; }
.tst-stars { display: flex; gap: 3px; color: #ffb020; margin-bottom: 14px; }
.tst-stars svg { width: 17px; height: 17px; }
.tst-card p { color: var(--body-on-light); font-size: 14.5px; margin-bottom: 20px; }
.tst-card.on-dark p { color: var(--muted); }
.tst-who { display: flex; align-items: center; gap: 13px; }
.tst-who .av { width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto; }
.tst-who b { font-family: 'Poppins', sans-serif; font-size: 14px; color: var(--ink-on-light); display: block; }
.tst-card.on-dark .tst-who b { color: #fff; }
.tst-who span { font-size: 12px; color: var(--body-on-light); }
.tst-card.on-dark .tst-who span { color: var(--muted); }

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--light-2); border: 1px solid var(--light-line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .2s ease; display: flex; flex-direction: column; }
.blog-card.on-dark { background: rgba(255,255,255,0.035); border-color: var(--line-dark); box-shadow: none; }
.blog-card:hover { transform: translateY(-6px); }
.blog-card .thumb { border-radius: 0; }
.blog-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; gap: 12px; align-items: center; font-size: 12px; color: var(--muted-2); margin-bottom: 12px; }
.blog-card.on-dark .blog-meta { color: var(--muted); }
.blog-tag { background: rgba(47,116,255,0.1); color: var(--blue); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 11px; padding: 4px 11px; border-radius: 999px; }
.blog-card.on-dark .blog-tag { background: rgba(47,116,255,0.15); color: var(--blue-bright); }
.blog-body h3 { font-size: 18px; color: var(--ink-on-light); margin-bottom: 10px; line-height: 1.3; }
.blog-card.on-dark .blog-body h3 { color: #fff; }
.blog-body p { color: var(--body-on-light); font-size: 14px; margin-bottom: 16px; flex: 1; }
.blog-card.on-dark .blog-body p { color: var(--muted); }
.blog-body .read { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13.5px; color: var(--blue); display: inline-flex; align-items: center; gap: 7px; }
.blog-card.on-dark .blog-body .read { color: var(--blue-bright); }
.blog-body .read svg { width: 15px; height: 15px; }
.blog-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: 34px; align-items: center; background: var(--light-2); border: 1px solid var(--light-line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); margin-bottom: 44px; }
.blog-featured.on-dark { background: rgba(255,255,255,0.035); border-color: var(--line-dark); box-shadow: none; }
.blog-featured .thumb { border-radius: 0; height: 100%; min-height: 300px; }
.blog-featured .bf-body { padding: 40px 36px; }
.blog-featured .bf-body h2 { font-size: clamp(22px, 2.6vw, 30px); color: var(--ink-on-light); margin: 14px 0; }
.blog-featured.on-dark .bf-body h2 { color: #fff; }
.blog-featured .bf-body p { color: var(--body-on-light); font-size: 15.5px; margin-bottom: 22px; }
.blog-featured.on-dark .bf-body p { color: var(--muted); }

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--light-line); border-radius: 14px; background: var(--light-2); overflow: hidden; transition: border-color .2s ease; }
.faq-item.on-dark { background: rgba(255,255,255,0.035); border-color: var(--line-dark); }
.faq-item.open { border-color: var(--blue); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 16px; color: var(--ink-on-light); }
.faq-item.on-dark .faq-q { color: #fff; }
.faq-q .plus { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: rgba(47,116,255,0.1); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 1; transition: transform .25s ease; }
.faq-item.on-dark .faq-q .plus { background: rgba(47,116,255,0.16); color: var(--blue-bright); }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 320px; }
.faq-a p { padding: 0 22px 20px; color: var(--body-on-light); font-size: 14.5px; }
.faq-item.on-dark .faq-a p { color: var(--muted); }

/* ==========================================================================
   Comparison table (detailed pricing)
   ========================================================================== */
.compare-wrap { max-width: 860px; margin: 0 auto; overflow-x: auto; border-radius: 18px; border: 1px solid var(--light-line); box-shadow: var(--shadow-soft); }
.compare { width: 100%; border-collapse: collapse; background: var(--light-2); min-width: 560px; }
.compare th, .compare td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--light-line); font-size: 14.5px; }
.compare thead th { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--ink-on-light); font-size: 15px; vertical-align: bottom; }
.compare thead th small { display: block; font-weight: 500; font-size: 12px; color: var(--body-on-light); margin-top: 2px; }
.compare thead .price-row th { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; color: var(--ink-on-light); padding-top: 0; }
.compare thead .price-row th small { font-size: 12px; font-weight: 500; color: var(--body-on-light); }
.compare tbody td:first-child, .compare thead th:first-child { color: var(--body-on-light); font-weight: 500; }
.compare td.center, .compare th.center { text-align: center; }
.compare .col-feat { background: rgba(47,116,255,0.05); }
.compare thead th.col-feat { position: relative; }
.compare .yes { color: var(--blue); display: inline-flex; }
.compare .yes svg { width: 20px; height: 20px; }
.compare .no { color: #c8cfda; font-size: 18px; }
.compare tr:last-child td { border-bottom: none; }
.compare .flag-mini { display: inline-block; background: var(--blue); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px; margin-bottom: 6px; }

/* Callout box */
.callout { max-width: 820px; margin: 34px auto 0; background: rgba(47,116,255,0.06); border: 1px solid rgba(47,116,255,0.22); border-radius: 16px; padding: 22px 26px; display: flex; gap: 16px; align-items: flex-start; }
.section-dark .callout, .section-ink .callout { background: rgba(47,116,255,0.1); border-color: rgba(47,116,255,0.3); }
.callout .ic { width: 42px; height: 42px; border-radius: 11px; flex: 0 0 auto; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; }
.callout .ic svg { width: 20px; height: 20px; }
.callout h4 { font-size: 16px; color: var(--ink-on-light); margin-bottom: 4px; }
.section-dark .callout h4, .section-ink .callout h4 { color: #fff; }
.callout p { color: var(--body-on-light); font-size: 14px; margin: 0; }
.section-dark .callout p, .section-ink .callout p { color: var(--muted); }

/* Deliverables list (service pages) */
.deliver-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; max-width: 820px; }
.deliver-grid.center { margin: 0 auto; }
.deliver-item { display: flex; gap: 13px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line-dark); }
.deliver-item.on-light { border-bottom-color: var(--light-line); }
.deliver-item .ck { width: 24px; height: 24px; border-radius: 50%; background: rgba(47,116,255,0.14); color: var(--blue-bright); flex: 0 0 auto; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.deliver-item.on-light .ck { background: rgba(47,116,255,0.1); color: var(--blue); }
.deliver-item .ck svg { width: 13px; height: 13px; }
.deliver-item b { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; display: block; margin-bottom: 2px; }
.deliver-item.on-light b { color: var(--ink-on-light); }
.deliver-item span { font-size: 13px; color: var(--muted); }
.deliver-item.on-light span { color: var(--body-on-light); }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band { position: relative; overflow: hidden; background: var(--blue-deep); padding: 68px 0; }
.cta-band .cta-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(55,214,255,0.25); filter: blur(120px); top: -160px; right: 6%; z-index: 0; }
.cta-band .float-ico { opacity: 0.14; color: #fff; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.cta-inner h2 { font-size: clamp(26px, 3vw, 40px); max-width: 620px; }
.cta-inner p { color: #cdd8f5; margin-top: 10px; max-width: 540px; font-size: 16px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-primary { background: #fff; color: var(--blue-deep); }
.cta-band .btn-primary:hover { background: #eef2fa; }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-copy h2 { font-size: clamp(27px, 3.1vw, 40px); margin-bottom: 16px; }
.contact-copy > p { color: var(--muted); font-size: 16px; margin-bottom: 30px; max-width: 450px; }
.contact-list { display: flex; flex-direction: column; gap: 14px; }
.contact-item { display: flex; gap: 15px; align-items: flex-start; padding: 16px 18px; border-radius: var(--radius); background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); transition: border-color .18s ease; }
.contact-item:hover { border-color: rgba(47,116,255,0.4); }
.contact-item .ic { width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto; background: rgba(47,116,255,0.12); border: 1px solid rgba(47,116,255,0.3); display: flex; align-items: center; justify-content: center; color: var(--blue-bright); }
.contact-item .ic svg { width: 19px; height: 19px; }
.contact-item b { font-family: 'Poppins', sans-serif; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 3px; }
.contact-item span { font-size: 15.5px; }
.contact-form { background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 32px; }
.contact-form.on-light { background: var(--light-2); border-color: var(--light-line); box-shadow: var(--shadow-soft); }
.contact-form h3 { font-size: 21px; margin-bottom: 18px; }
.contact-form.on-light h3 { color: var(--ink-on-light); }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 12.5px; color: var(--muted); margin-bottom: 7px; font-weight: 500; }
.contact-form.on-light .field label { color: var(--body-on-light); }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border-radius: 11px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); color: #fff; font-family: inherit; font-size: 14.5px; outline: none; transition: border-color .16s ease; }
.contact-form.on-light .field input, .contact-form.on-light .field textarea, .contact-form.on-light .field select { background: var(--light); border-color: var(--light-line); color: var(--ink-on-light); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); }
.field textarea { resize: vertical; min-height: 104px; }
.field select option { background: #0e1726; }
.contact-form.on-light .field select option { background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-dark); margin-top: 26px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--ink); border-top: 1px solid var(--line-dark); padding: 62px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 44px; }
.footer .brand { margin-bottom: 18px; }
.footer-about p { color: var(--muted); font-size: 14px; max-width: 320px; margin-bottom: 20px; }
.social-row { display: flex; gap: 11px; }
.social-row a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center; color: #cfd6e2; transition: all .18s ease; }
.social-row a:hover { background: var(--blue); border-color: var(--blue); color: #fff; transform: translateY(-3px); }
.social-row a svg { width: 17px; height: 17px; }
.footer-col h5 { font-family: 'Poppins', sans-serif; font-size: 14px; margin-bottom: 18px; }
.footer-col a { display: block; color: var(--muted); font-size: 14px; margin-bottom: 11px; transition: color .16s ease; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.footer-bottom a { color: var(--blue-bright); }

/* ==========================================================================
   Floating WhatsApp + Chatbot
   ========================================================================== */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 34px -10px rgba(37,211,102,0.7); color: #fff; transition: transform .18s ease; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; }
.chat-launch { position: fixed; right: 24px; bottom: 92px; z-index: 92; width: 56px; height: 56px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-blue); color: #fff; cursor: pointer; border: none; transition: transform .18s ease; }
.chat-launch:hover { transform: scale(1.08); background: var(--blue-deep); }
.chat-launch svg { width: 26px; height: 26px; }
.chat-launch .dot { position: absolute; top: -3px; right: -3px; width: 16px; height: 16px; border-radius: 50%; background: #ff4d67; border: 2px solid var(--ink); }
.chatbot { position: fixed; right: 24px; bottom: 92px; z-index: 95; width: 350px; max-width: calc(100vw - 40px); height: 480px; max-height: calc(100vh - 130px); background: #0b1220; border: 1px solid var(--line-dark); border-radius: 20px; box-shadow: 0 30px 70px -20px rgba(0,0,0,0.7); display: none; flex-direction: column; overflow: hidden; }
.chatbot.open { display: flex; animation: fadeUp .28s ease; }
.chat-head { background: var(--ink-3); padding: 16px 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line-dark); }
.chat-head .av { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; }
.chat-head b { font-family: 'Poppins', sans-serif; font-size: 15px; display: block; }
.chat-head span { font-size: 11.5px; color: #a9e5c0; display: flex; align-items: center; gap: 6px; }
.chat-head span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #34d97a; }
.chat-head .close { margin-left: auto; background: rgba(255,255,255,0.1); border: none; color: #fff; width: 30px; height: 30px; border-radius: 8px; cursor: pointer; font-size: 18px; }
.chat-body { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.msg { max-width: 82%; padding: 11px 14px; border-radius: 14px; font-size: 13.5px; line-height: 1.5; }
.msg.bot { background: var(--ink-3); border: 1px solid var(--line-dark); border-bottom-left-radius: 4px; align-self: flex-start; }
.msg.user { background: var(--blue); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.chat-quick { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 12px; }
.chat-quick button { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 12.5px; padding: 8px 13px; border-radius: 999px; background: rgba(47,116,255,0.12); border: 1px solid rgba(47,116,255,0.35); color: #cfe0ff; cursor: pointer; transition: all .16s ease; }
.chat-quick button:hover { background: var(--blue); color: #fff; }
.chat-input { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--line-dark); }
.chat-input input { flex: 1; padding: 11px 14px; border-radius: 10px; background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark); color: #fff; font-family: inherit; font-size: 13.5px; outline: none; }
.chat-input input:focus { border-color: var(--blue); }
.chat-input button { width: 42px; border-radius: 10px; border: none; background: var(--blue); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.chat-input button svg { width: 18px; height: 18px; }

/* ==========================================================================
   Reveal / motion
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .float-card, .float-ico, .marquee-track { animation: none; } .reveal { opacity: 1; transform: none; transition: none; } }

/* ==========================================================================
   Typing heading + chip animation
   ========================================================================== */
.type-cursor { display: inline-block; width: 3px; height: 0.82em; background: var(--blue-bright); border-radius: 2px; margin-left: 5px; vertical-align: middle; animation: blink 1s step-end infinite; }
.type-cursor.done { animation: blink 1.1s step-end infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes chipIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero-features .hfeat { animation: chipIn .55s cubic-bezier(.2,.7,.2,1) both; }
.hero-features .hfeat:nth-child(1) { animation-delay: .2s; }
.hero-features .hfeat:nth-child(2) { animation-delay: .35s; }
.hero-features .hfeat:nth-child(3) { animation-delay: .5s; }

/* ==========================================================================
   Mega menu (mobile)
   ========================================================================== */
.mobile-menu { position: fixed; inset: 0; z-index: 300; background: rgba(5,7,13,0.99); backdrop-filter: blur(18px); display: none; flex-direction: column; padding: 18px var(--gutter) 28px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu .mm-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }
.mobile-menu .mm-top .brand { display: flex; align-items: center; gap: 11px; }
.mobile-menu .mm-close { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid var(--line-dark); color: #fff; font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.mm-label { font-family: 'Poppins', sans-serif; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.mm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mm-grid a { display: flex; flex-direction: column; gap: 12px; padding: 18px 16px; border-radius: 16px; background: rgba(255,255,255,0.035); border: 1px solid var(--line-dark); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; color: #fff; opacity: 0; transform: translateY(12px); transition: background .18s ease, border-color .18s ease; }
.mobile-menu.open .mm-grid a { animation: chipIn .45s ease forwards; }
.mm-grid a:nth-child(1){animation-delay:.04s} .mm-grid a:nth-child(2){animation-delay:.08s} .mm-grid a:nth-child(3){animation-delay:.12s} .mm-grid a:nth-child(4){animation-delay:.16s} .mm-grid a:nth-child(5){animation-delay:.2s} .mm-grid a:nth-child(6){animation-delay:.24s} .mm-grid a:nth-child(7){animation-delay:.28s} .mm-grid a:nth-child(8){animation-delay:.32s}
.mm-grid a:active { background: rgba(47,116,255,0.16); border-color: var(--blue); }
.mm-grid .mm-ic { width: 42px; height: 42px; border-radius: 12px; background: rgba(47,116,255,0.14); border: 1px solid rgba(47,116,255,0.3); color: var(--blue-bright); display: flex; align-items: center; justify-content: center; }
.mm-grid .mm-ic svg { width: 21px; height: 21px; }
.mm-cta { margin-top: 18px; justify-content: center; padding: 16px; font-size: 15.5px; }
.mm-contact { display: flex; gap: 12px; margin-top: 12px; }
.mm-contact a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: #fff; }
.mm-contact a svg { width: 18px; height: 18px; color: var(--blue-bright); }
.mm-contact a.wa svg { color: #25d366; }

/* ==========================================================================
   Bottom nav (mobile only)
   ========================================================================== */
.bottom-nav { display: none; }
.hero-carousel { display: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  :root { --gutter: 24px; --sp: 68px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { min-height: 440px; }
  .about-grid, .founder-grid, .contact-grid, .blog-featured { grid-template-columns: 1fr; gap: 40px; }
  .svc-grid, .tst-grid, .why-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid, .proc-grid { grid-template-columns: repeat(2, 1fr); }
  .port-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .proc-line { display: none; }
  .blog-featured .thumb { min-height: 240px; }
  .about-grid .about-copy[style*="order"] { order: 0 !important; }
  .about-grid .about-visual[style*="order"] { order: 1 !important; }
}

@media (max-width: 720px) {
  :root { --gutter: 16px; --sp: 48px; }
  .nav { height: 60px; }
  .nav-links, .nav-cta .btn { display: none; }
  .hamburger { display: flex; width: 42px; height: 42px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 15.5px; }
  .brand-name small { font-size: 6.5px; letter-spacing: 0.22em; }

  /* ---- Hero (mobile redesign) ---- */
  .hero-grid { grid-template-columns: 1fr; gap: 22px; padding: 24px var(--gutter) 34px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { margin-bottom: 14px; }
  .hero h1 { font-size: clamp(30px, 8.8vw, 40px); margin-bottom: 14px; }
  .hero p.lead { font-size: 15px; margin: 0 auto 22px; max-width: 440px; }
  .hero-features { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 24px; }
  .hfeat { width: 100%; gap: 13px; background: rgba(255,255,255,0.045); border: 1px solid var(--line-dark); border-radius: 14px; padding: 13px 16px; text-align: left; }
  .hfeat .ic { width: 40px; height: 40px; }
  .hfeat .ic svg { width: 18px; height: 18px; }
  .hfeat span { font-size: 13.5px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { flex: 1; justify-content: center; padding: 14px; }
  /* mobile: phone mockup hidden; carousel sits in the copy flow (below the lead) */
  .hero-visual { display: none; }
  .phone, .float-card { display: none; }
  .hero-carousel { display: block; position: relative; margin: 6px 0 22px; }
  .hc-viewport { overflow: hidden; border-radius: 18px; border: 1px solid var(--line-dark); touch-action: pan-y; }
  .hc-track { display: flex; transition: transform .55s cubic-bezier(.4,.05,.2,1); will-change: transform; }
  .hc-slide { position: relative; flex: 0 0 100%; aspect-ratio: 16 / 11; background-size: cover; background-position: center; }
  .hc-slide span { position: absolute; left: 12px; bottom: 12px; background: rgba(5,7,13,0.74); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; padding: 6px 12px; border-radius: 999px; }
  .hc-dots { display: flex; justify-content: center; gap: 7px; margin-top: 12px; }
  .hc-dots button { width: 7px; height: 7px; border-radius: 50%; border: none; background: rgba(255,255,255,0.25); padding: 0; cursor: pointer; transition: width .25s ease, background .25s ease; }
  .hc-dots button.active { background: var(--blue-bright); width: 22px; border-radius: 4px; }

  /* ---- Typography ---- */
  .section-head { margin-bottom: 30px; max-width: none; }
  .section-head h2 { font-size: clamp(23px, 6.6vw, 32px); }
  .section-light .section-head p, .section-dark .section-head p, .section-ink .section-head p { font-size: 14.5px; }
  .eyebrow { font-size: 11.5px; letter-spacing: 0.16em; }

  /* ---- Images: never collapse (definite width) ---- */
  .about-visual, .founder-photo { width: 100%; margin: 0; }
  .about-visual { max-width: none; }
  .about-visual .stack { gap: 12px; }
  .founder-photo { max-width: 360px; margin: 0 auto; }

  /* ---- One-column grids + smaller cards ---- */
  .svc-grid, .tst-grid, .why-grid, .pkg-grid, .pkg-grid.solo, .stats-grid, .proc-grid, .blog-grid, .deliver-grid { grid-template-columns: 1fr; }
  .why-card[style*="span"] { grid-column: auto !important; }
  .why-card { padding: 22px 20px; }
  .why-card h3 { font-size: 17px; }
  .svc-body { padding: 20px; } .svc-body h3 { font-size: 17px; }
  .blog-body { padding: 20px; } .blog-body h3 { font-size: 17px; }
  .proc-card { padding: 24px 20px; }
  .stat { padding: 16px 18px; }
  .tst-card, .faq-q { padding: 22px 20px; }
  .contact-item span { font-size: 14.5px; }
  .about-copy h2, .founder-copy h2, .contact-copy h2 { font-size: clamp(24px, 6.6vw, 34px); }
  .about-copy p, .founder-copy p { font-size: 15px; }

  /* portfolio */
  .port-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 132px; gap: 10px; }
  .port-item.v2 { grid-row: span 1; } .port-item.h2 { grid-column: span 2; }
  .port-item .overlay { opacity: 1; background: transparent; padding: 8px; }
  .port-item .overlay > div { background: rgba(5,7,13,0.72); padding: 6px 9px; border-radius: 8px; display: inline-block; }
  .port-item .overlay b { font-size: 11.5px; } .port-item .overlay span { font-size: 10px; }

  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 20px; }
  .cta-inner { flex-direction: column; align-items: stretch; gap: 20px; }
  .cta-actions { width: 100%; } .cta-actions .btn { flex: 1; justify-content: center; }
  .about-badge { left: 50%; transform: translateX(-50%); bottom: -18px; padding: 14px 18px; }
  .founder-photo .badge { position: static; right: auto; top: auto; margin-top: 14px; display: inline-flex; }
  .founder-copy blockquote { font-size: 15px; padding-left: 14px; }

  /* page hero / parallax */
  .page-hero { padding: 36px 0 32px; }
  .page-hero h1 { font-size: clamp(27px, 8vw, 40px); }
  .page-hero p { font-size: 15px; }
  .parallax { min-height: 340px; }
  .parallax h2 { font-size: clamp(25px, 8vw, 38px); }
  .parallax p { font-size: 15px; }
  .px-stats { gap: 20px 28px; margin-top: 24px; } .px-stats div b { font-size: 24px; }

  /* pricing */
  .pkg-card { padding: 26px 22px; } .pkg-price .amt { font-size: 32px; }
  .pkg-tabs { display: flex; width: 100%; } .pkg-tabs button { flex: 1; padding: 10px 6px; font-size: 12.5px; }
  .pkg-note { font-size: 14px; }
  .compare th, .compare td { padding: 13px 14px; font-size: 13px; }

  .logo-item { font-size: 14px; } .marquee-track { gap: 44px; }
  .blog-featured { gap: 0; } .blog-featured .thumb { min-height: 190px; } .blog-featured .bf-body { padding: 24px 20px; }

  /* ---- Mobile bottom nav + hide floating widgets ---- */
  body { padding-bottom: 80px; }
  .wa-float, .chat-launch, .chatbot { display: none !important; }
  .bottom-nav { display: flex; position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 120; height: 62px; background: rgba(10,16,26,0.94); backdrop-filter: blur(18px); border: 1px solid var(--line-dark); border-radius: 20px; box-shadow: 0 14px 36px -12px rgba(0,0,0,0.7); align-items: center; justify-content: space-around; padding: 0 4px; }
  .bottom-nav a, .bottom-nav button { flex: 1; background: none; border: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--muted); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 9.5px; letter-spacing: 0.02em; cursor: pointer; padding: 0; text-transform: none; }
  .bottom-nav a svg, .bottom-nav button svg { width: 21px; height: 21px; }
  .bottom-nav a.active, .bottom-nav a:active, .bottom-nav button:active { color: #fff; }
  .bottom-nav .bn-center { flex: 0 0 auto; margin: -30px 4px 0; display: flex; flex-direction: column; align-items: center; }
  .bottom-nav .bn-center .fab { flex: 0 0 auto; width: 58px; height: 58px; aspect-ratio: 1 / 1; border-radius: 50%; background: #25d366; box-shadow: 0 12px 26px -6px rgba(37,211,102,0.7); display: flex; align-items: center; justify-content: center; color: #fff; border: 4px solid var(--ink); }
  .bottom-nav .bn-center .fab svg { width: 27px; height: 27px; }
  .bottom-nav .bn-center span { color: var(--muted); font-size: 9.5px; margin-top: 3px; font-family: 'Poppins', sans-serif; font-weight: 600; }
}

@media (max-width: 430px) {
  :root { --gutter: 14px; --sp: 44px; }
  .hero h1 { font-size: 29px; }
  .hero-visual { padding: 0; }
  .phone { width: 210px; }
  .stat b { font-size: 22px; } .stat .ic { width: 46px; height: 46px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
  .about-chips span { font-size: 12px; padding: 7px 12px; }
  .founder-photo .badge b { font-size: 13px; } .founder-photo .badge span { font-size: 10px; }
  .section-head h2 { font-size: 23px; }
  .btn, .btn-lg { font-size: 14px; padding: 12px 18px; }
  .mm-grid a { padding: 15px 13px; font-size: 14px; }
}
