:root {
  --ink: #061b1f;
  --ink-2: #0c2a2e;
  --text: #1c1c33;
  --muted: #6b6b85;
  --line: #e2ecea;
  --bg: #f5f9f9;
  --card: #ffffff;
  --violet: #0d9488;
  --violet-2: #14b8a6;
  --violet-soft: #e3f5f2;
  --mint: #22c55e;
  --amber: #f59e0b;
  --radius: 22px;
  --shadow: 0 1px 2px rgba(16, 16, 40, .04), 0 12px 32px -12px rgba(16, 16, 40, .12);
  --shadow-lg: 0 40px 80px -30px rgba(4, 30, 32, .45);
  --font-bn: "Hind Siliguri", system-ui, sans-serif;
  --font-head: "Anek Bangla", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-en: "Plus Jakarta Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: var(--font-bn); font-size: 17px; line-height: 1.65; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
html[lang="en"] body { font-family: var(--font-en); font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.12; letter-spacing: -.01em; margin: 0; color: var(--ink); }
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3 { font-family: var(--font-en); letter-spacing: -.03em; }
h2 { font-size: clamp(32px, 4.4vw, 54px); font-weight: 700; }
h3 { font-size: 22px; font-weight: 700; }
p { margin: 0; }
.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.muted { color: var(--muted); font-size: 13px; display: block; }
.muted.light { color: rgba(255, 255, 255, .5); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; border-radius: 999px; padding: 13px 22px; transition: transform .2s, box-shadow .2s, background .2s; white-space: nowrap; border: 1px solid transparent; cursor: pointer; }
.btn i { font-style: normal; transition: transform .2s; }
.btn:hover i { transform: translateX(3px); }
.btn-primary { background: linear-gradient(135deg, var(--violet), var(--violet-2)); color: #fff; box-shadow: 0 10px 30px -10px rgba(13, 148, 136, .8), inset 0 1px 0 rgba(255, 255, 255, .25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px rgba(13, 148, 136, .9); }
.btn-glass { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .16); backdrop-filter: blur(10px); }
.btn-glass:hover { background: rgba(255, 255, 255, .14); }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--violet); color: var(--violet); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-lg { padding: 16px 28px; font-size: 17px; }
.btn-block { width: 100%; }
.play { width: 26px; height: 26px; border-radius: 50%; background: #fff; color: var(--ink); display: grid; place-items: center; font-size: 10px; padding-left: 2px; }

/* ---------- topbar & nav ---------- */
.topbar { background: #03100f; color: rgba(255, 255, 255, .78); font-size: 13.5px; text-align: center; padding: 9px 16px; display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.topbar a { color: #99f6e4; font-weight: 600; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 rgba(34, 197, 94, .7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); } 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(6, 27, 31, .72); backdrop-filter: saturate(160%) blur(16px); border-bottom: 1px solid rgba(255, 255, 255, .06); transition: background .3s; }
.nav.scrolled { background: rgba(6, 27, 31, .92); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-en); font-weight: 800; font-size: 18px; line-height: 1; letter-spacing: -.02em; }
.brand small { display: block; font-size: 9px; letter-spacing: .28em; font-weight: 600; opacity: .55; margin-top: 4px; }
.brand-mark { width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(135deg, var(--violet), var(--violet-2)); display: grid; place-items: center; font-weight: 800; box-shadow: 0 8px 20px -6px rgba(13, 148, 136, .8); }
.nav-links { display: flex; gap: 30px; }
.nav-links a { color: rgba(255, 255, 255, .72); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang { display: flex; background: rgba(255, 255, 255, .08); border-radius: 999px; padding: 3px; }
.lang button { border: 0; background: none; color: rgba(255, 255, 255, .65); font: 600 12px var(--font-en); padding: 6px 10px; border-radius: 999px; cursor: pointer; }
.lang button.active { background: #fff; color: var(--ink); }
.menu-btn { display: none; width: 40px; height: 40px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, .15); background: none; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.menu-btn span { width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s; }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; padding-top: 72px; margin-top: -70px; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .6; }
.b1 { width: 620px; height: 620px; background: radial-gradient(circle, #0d9488, transparent 65%); top: -120px; right: -120px; }
.b2 { width: 520px; height: 520px; background: radial-gradient(circle, #0ea5a4, transparent 65%); bottom: 40px; left: -220px; opacity: .35; }
.grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%); }
.hero-inner { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; padding: 90px 0 40px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #ccfbf1; background: rgba(13, 148, 136, .14); border: 1px solid rgba(45, 212, 191, .3); padding: 7px 14px 7px 10px; border-radius: 999px; }
.kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.hero h1 { color: #fff; font-size: clamp(42px, 5.6vw, 76px); font-weight: 800; margin: 22px 0 22px; line-height: 1.05; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, #5eead4, #7dd3fc 60%, #86efac); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { font-size: 19px; color: rgba(255, 255, 255, .72); max-width: 540px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0 28px; }
.hero-points { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14.5px; color: rgba(255, 255, 255, .7); }
.hero-points li::before { content: "✓"; color: var(--mint); font-weight: 700; margin-right: 8px; }

.hero-visual { position: relative; perspective: 1800px; }
.browser { margin: 0; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); border: 1px solid rgba(255, 255, 255, .1); }
.browser-bar { height: 34px; background: #f1f0f7; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #e4e3ee; }
.browser-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.browser-bar span:nth-child(2) { background: #febc2e; }
.browser-bar span:nth-child(3) { background: #28c840; }
.browser-bar b { margin-left: 14px; flex: 1; max-width: 320px; background: #fff; border-radius: 7px; font: 500 11.5px var(--font-en); color: #7a7a92; padding: 4px 12px; border: 1px solid #e4e3ee; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.browser-bar.dark { background: #10292c; border-color: #1f4448; }
.browser-bar.dark b { background: #0a1f22; border-color: #1f4448; color: #8fb5b1; }
.browser-hero { transform: rotateY(-9deg) rotateX(4deg) translateX(20px); transform-origin: left center; width: 118%; box-shadow: 0 60px 120px -40px rgba(0, 0, 0, .8), 0 0 0 1px rgba(255, 255, 255, .08), 0 30px 80px -20px rgba(13, 148, 136, .45); transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.hero-visual:hover .browser-hero { transform: rotateY(-4deg) rotateX(2deg) translateX(10px); }
.phone { position: absolute; margin: 0; left: -44px; bottom: -40px; width: 170px; border-radius: 30px; padding: 7px; background: #0b0b16; box-shadow: 0 40px 70px -20px rgba(0, 0, 0, .8), 0 0 0 1px rgba(255, 255, 255, .12); animation: float 7s ease-in-out infinite; }
.phone img { border-radius: 24px; height: 330px; width: 100%; object-fit: cover; object-position: top; }
.toast { position: absolute; display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, .96); color: var(--ink); border-radius: 16px; padding: 12px 16px 12px 12px; box-shadow: 0 24px 50px -16px rgba(0, 0, 0, .55); font-size: 13.5px; line-height: 1.3; animation: float 6s ease-in-out infinite; }
.toast b { display: block; font-weight: 700; }
.toast small { color: var(--muted); font-family: var(--font-en); font-size: 12px; }
.toast-icon { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: #fdf0e1; color: #d97706; font-weight: 800; font-size: 17px; }
.toast-icon.mint { background: #dcfce7; color: #16a34a; }
.toast-order { top: -26px; right: -30px; animation-delay: -2s; }
.toast-courier { bottom: 36px; right: -50px; animation-delay: -4s; }
@keyframes float { 50% { transform: translateY(-10px); } }

.real-note { position: relative; margin-top: 70px; font-size: 13px; color: rgba(255, 255, 255, .5); display: flex; align-items: center; gap: 8px; }
.real-note span:first-child { color: var(--mint); font-size: 10px; }

.marquee { position: relative; margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .07); padding: 22px 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span { font: 700 19px var(--font-en); color: rgba(255, 255, 255, .42); letter-spacing: -.01em; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -1px; background: #fff; border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); position: relative; z-index: 2; }
.stat { padding: 30px 28px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font: 800 36px var(--font-head); color: var(--ink); line-height: 1.1; }
.stat span { color: var(--muted); font-size: 15px; }

/* ---------- common section heads ---------- */
section { position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--violet); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow.light { color: #7eeadf; }
.section-head { margin-bottom: 52px; }
.section-head > p:not(.eyebrow), .section-head.split > p { color: var(--muted); font-size: 18px; margin-top: 18px; max-width: 560px; }
.section-head.center { text-align: center; }
.section-head.center .eyebrow::after { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.section-head.center > p:not(.eyebrow) { margin-inline: auto; }
.section-head.split { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: end; }
.section-head.split > p { margin: 0; }
.section-head.split > div > p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin-top: 18px; max-width: 560px; }

.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 32px; font-size: 16px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 21px; height: 21px; border-radius: 50%; background: var(--violet-soft); color: var(--violet); font-size: 12px; font-weight: 800; display: grid; place-items: center; }

/* ---------- story ---------- */
.story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; padding: 130px 0 120px; }
.story-photo { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.4; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; transform: scale(1.02); transition: transform 1.2s; }
.story-photo:hover img { transform: scale(1.07); }
.story-card { position: absolute; left: 22px; bottom: 22px; width: 220px; background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); border-radius: 18px; padding: 16px; box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .5); }
.mini-row { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.mini-row em { margin-left: auto; font-style: normal; color: #16a34a; font-weight: 700; }
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.mini-bars { display: flex; align-items: flex-end; gap: 6px; height: 54px; margin: 12px 0 8px; }
.mini-bars i { flex: 1; height: var(--h); background: linear-gradient(var(--violet-2), var(--violet)); border-radius: 5px 5px 2px 2px; opacity: .85; }
.story-card small { color: var(--muted); font-size: 12.5px; }
.story-copy h2 { margin-bottom: 20px; }
.story-copy > p { color: var(--muted); font-size: 18px; }
.scores { display: flex; gap: 14px; margin: 30px 0 12px; }
.scores div { flex: 1; text-align: center; border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 14px 8px; }
.scores strong { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 6px; border-radius: 50%; font: 800 20px var(--font-en); color: #16a34a; border: 4px solid #22c55e; background: #f0fdf4; }
.scores span { font-size: 13px; color: var(--muted); }

/* ---------- product tour ---------- */
.tour { padding: 120px 0; background: linear-gradient(180deg, #fff, #eef7f6); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tabs { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.tab { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: #fff; color: var(--muted); font: 600 15px var(--font-bn); padding: 10px 18px; border-radius: 999px; cursor: pointer; transition: all .2s; }
html[lang="en"] .tab { font-family: var(--font-en); }
.tab-ico { font-size: 14px; opacity: .7; }
.tab:hover { color: var(--ink); border-color: #b7e4de; }
.tab.active { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: 0 10px 24px -10px rgba(6, 27, 31, .6); }
.tour-stage { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; align-items: center; }
.tour-copy { position: relative; min-height: 380px; }
.panel { position: absolute; inset: 0 0 auto 0; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .45s, transform .45s; }
.panel.active { position: relative; opacity: 1; transform: none; pointer-events: auto; }
.panel-num { font: 800 14px var(--font-en); color: var(--violet); background: var(--violet-soft); padding: 4px 10px; border-radius: 8px; }
.panel h3 { font-size: clamp(30px, 3.2vw, 42px); margin: 18px 0 16px; }
.panel p { color: var(--muted); font-size: 17px; }
.tour-progress { margin-top: 30px; height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; width: 160px; }
.tour-progress i { display: block; height: 100%; width: 0; background: var(--violet); }
.tour-progress i.run { animation: progress 7s linear forwards; }
@keyframes progress { to { width: 100%; } }
.tour-shot { box-shadow: 0 50px 100px -40px rgba(6, 50, 50, .45), 0 0 0 1px var(--line); border-color: var(--line); }
.shots { position: relative; aspect-ratio: 16 / 10; background: #f3f4f6; }
.shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top left; opacity: 0; transform: scale(1.015); transition: opacity .6s, transform .8s; }
.shot.active { opacity: 1; transform: none; }

/* ---------- features bento ---------- */
.features { padding: 130px 0 110px; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 18px; }
.card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .35s, box-shadow .35s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(20, 20, 60, .35); }
.card.tall { grid-row: span 2; grid-column: span 2; }
.card.wide { grid-column: span 2; }
.card-body { position: relative; z-index: 2; padding: 26px; height: 100%; display: flex; flex-direction: column; }
.card-photo { border: 0; }
.card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.card-photo:hover img { transform: scale(1.06); }
.card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 27, 31, 0) 25%, rgba(6, 27, 31, .88)); z-index: 1; }
.card-photo .card-body { justify-content: flex-end; color: #fff; }
.card-photo h3 { color: #fff; font-size: 21px; }
.card-photo.tall h3 { font-size: clamp(28px, 3vw, 40px); }
.card-photo p { color: rgba(255, 255, 255, .78); font-size: 15px; margin-top: 8px; max-width: 420px; }
.chip { align-self: flex-start; font-size: 12.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; background: rgba(255, 255, 255, .16); color: #fff; backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, .22); margin-bottom: 12px; }
.card-dark { background: radial-gradient(circle at 90% 0%, rgba(13, 148, 136, .45), transparent 55%), var(--ink); border-color: var(--ink); color: #fff; }
.card-dark h3 { color: #fff; font-size: 24px; }
.card-dark p { color: rgba(255, 255, 255, .65); font-size: 15px; margin-top: 8px; }
.chip-glow { background: rgba(13, 148, 136, .25); border-color: rgba(45, 212, 191, .45); }
.funnel { margin-top: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.funnel div { font-size: 12.5px; color: rgba(255, 255, 255, .6); }
.funnel b { display: block; color: #fff; font: 700 18px var(--font-en); margin: 2px 0 8px; }
.funnel i { display: block; height: 6px; border-radius: 4px; background: rgba(255, 255, 255, .1); position: relative; overflow: hidden; }
.funnel i::after { content: ""; position: absolute; inset: 0; width: var(--w); background: linear-gradient(90deg, var(--violet), #7dd3fc); border-radius: 4px; }
.card-light .card-body { gap: 8px; }
.card-light p { color: var(--muted); font-size: 15px; }
.icon-box { width: 48px; height: 48px; border-radius: 14px; background: var(--violet-soft); color: var(--violet); display: grid; place-items: center; font-size: 22px; margin-bottom: auto; }

/* ---------- analytics ---------- */
.analytics { background: var(--ink); color: #fff; padding: 120px 0; overflow: hidden; }
.analytics::before { content: ""; position: absolute; width: 700px; height: 700px; right: -200px; top: -200px; background: radial-gradient(circle, rgba(13, 148, 136, .35), transparent 60%); }
.analytics-inner { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.analytics h2 { color: #fff; margin-bottom: 20px; }
.analytics-copy > p { color: rgba(255, 255, 255, .66); font-size: 18px; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 32px 0 14px; }
.kpis div { border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .04); border-radius: 16px; padding: 16px; }
.kpis b { display: block; font: 800 24px var(--font-en); }
.kpis span { font-size: 13px; color: rgba(255, 255, 255, .55); }
.analytics-shot { transform: perspective(1600px) rotateY(-6deg); box-shadow: 0 60px 120px -40px rgba(0, 0, 0, .9), 0 0 0 1px rgba(255, 255, 255, .08); border-color: #1f4448; }

/* ---------- steps ---------- */
.steps { padding: 120px 0 40px; }
.step-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: s; }
.step-list li { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.step-list li span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--ink); color: #fff; font: 800 20px var(--font-head); margin-bottom: 22px; }
.step-list li:not(:last-child)::after { content: "→"; position: absolute; right: -16px; top: 42px; width: 30px; height: 30px; border-radius: 50%; background: var(--violet); color: #fff; display: grid; place-items: center; font-size: 14px; z-index: 2; }
.step-list h3 { margin-bottom: 8px; }
.step-list p { color: var(--muted); font-size: 16px; }

/* ---------- pricing ---------- */
.pricing { padding: 120px 0 100px; }
.help-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; box-shadow: var(--shadow); font-size: 15px; }
.help-card p { color: var(--muted); }
.help-card p b { color: var(--ink); }
.help-card a { grid-column: 2; color: var(--violet); font-weight: 700; margin-top: 6px; }
.help-ico { width: 40px; height: 40px; border-radius: 12px; background: #dcfce7; color: #16a34a; display: grid; place-items: center; font-weight: 800; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.price { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 32px 28px; box-shadow: var(--shadow); }
.price.popular { background: radial-gradient(circle at 100% 0%, rgba(13, 148, 136, .35), transparent 50%), var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-14px); box-shadow: 0 40px 80px -30px rgba(6, 60, 60, .6); }
.price.popular h3, .price.popular .amount { color: #fff; }
.ribbon { position: absolute; top: 20px; right: 20px; font-size: 12px; font-weight: 700; background: linear-gradient(135deg, var(--violet), var(--violet-2)); padding: 5px 12px; border-radius: 999px; }
.plan { font: 800 12.5px var(--font-en); letter-spacing: .2em; color: var(--violet); margin-bottom: 10px; }
.popular .plan { color: #7eeadf; }
.for { color: var(--muted); font-size: 15px; margin: 8px 0 20px; min-height: 48px; }
.popular .for { color: rgba(255, 255, 255, .62); }
.amount { font: 800 46px var(--font-head); color: var(--ink); line-height: 1; }
.amount small { font-size: 26px; margin-right: 2px; vertical-align: 8px; }
.once { font-size: 14px; color: var(--muted); margin-top: 6px; }
.popular .once { color: rgba(255, 255, 255, .6); }
.renew { font-size: 14px; background: var(--bg); border-radius: 12px; padding: 10px 14px; margin: 18px 0; color: var(--muted); }
.renew b { color: var(--ink); }
.popular .renew { background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .65); }
.popular .renew b { color: #fff; }
.list-label { font-size: 13px; font-weight: 700; color: #16a34a; margin: 24px 0 10px; }
.popular .list-label { color: #86efac; }
.price ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; font-size: 15.5px; }
.price li { padding-left: 22px; position: relative; }
.price li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.popular li::before { background: #5eead4; }
.excluded { margin-top: 22px; padding-top: 16px; border-top: 1px dashed var(--line); font-size: 13.5px; color: var(--muted); }
.excluded b { display: block; color: #dc2626; font-size: 13px; margin-bottom: 2px; }
.excluded.all b { color: #16a34a; }
.popular .excluded { border-color: rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .55); }
.popular .excluded b { color: #fca5a5; }
.own-note { margin-top: 30px; text-align: center; background: #ecfdf5; border: 1px solid #bbf7d0; color: #166534; border-radius: 16px; padding: 14px 20px; font-size: 15.5px; }

/* ---------- faq ---------- */
.faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 60px 0 120px; }
.faq h2 { font-size: clamp(32px, 3.6vw, 46px); }
.faq .section-head { position: sticky; top: 110px; align-self: start; }
.faq .section-head .btn { margin-top: 28px; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 4px 22px; transition: box-shadow .3s, border-color .3s; }
details[open] { box-shadow: var(--shadow); border-color: #bfe6e0; }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-weight: 600; font-size: 17px; color: var(--ink); }
summary::-webkit-details-marker { display: none; }
summary i { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--bg); position: relative; transition: background .2s, transform .3s; }
summary i::before, summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); border-radius: 2px; }
summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s; }
details[open] summary i { background: var(--violet); }
details[open] summary i::before, details[open] summary i::after { background: #fff; }
details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
details p { color: var(--muted); padding: 0 0 20px; }

/* ---------- final cta ---------- */
.cta { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: 130px 0; }
.cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 27, 31, .96) 30%, rgba(10, 110, 100, .55)); z-index: 1; }
.cta-inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta h2 { color: #fff; font-size: clamp(34px, 4.6vw, 60px); margin-bottom: 18px; }
.cta h2 em { font-style: normal; color: #5eead4; }
.cta-inner p:not(.eyebrow) { color: rgba(255, 255, 255, .7); font-size: 18px; }
.wa-card { flex: none; display: flex; align-items: center; gap: 16px; background: #fff; color: var(--ink); padding: 18px 22px 18px 18px; border-radius: 22px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6); transition: transform .25s; }
.wa-card:hover { transform: translateY(-4px); }
.wa-card b { display: block; font-size: 18px; }
.wa-card small { color: var(--muted); font-family: var(--font-en); }
.wa-card > i { font-style: normal; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; margin-left: 10px; }
.wa-ico { width: 52px; height: 52px; border-radius: 16px; background: #25d366; color: #fff; display: grid; place-items: center; }

/* ---------- footer ---------- */
.footer { background: #03100f; color: rgba(255, 255, 255, .55); padding: 28px 0; font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer a:last-child { color: #fff; font-family: var(--font-en); }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .7); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2, .8, .2, 1), transform .8s cubic-bezier(.2, .8, .2, 1); }
.reveal.visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 70px; gap: 70px; }
  .hero-copy { text-align: center; }
  .lede { margin-inline: auto; }
  .hero-cta, .hero-points { justify-content: center; }
  .hero-visual { max-width: 760px; margin-inline: auto; width: 100%; }
  .browser-hero { width: 100%; transform: none; }
  .hero-visual:hover .browser-hero { transform: none; }
  .phone { left: -10px; }
  .toast-order { right: 0; }
  .toast-courier { right: 10px; }
  .story { grid-template-columns: 1fr; gap: 50px; padding: 100px 0 90px; }
  .tour-stage { grid-template-columns: 1fr; gap: 30px; }
  .tour-copy { min-height: 0; order: 2; }
  .analytics-inner { grid-template-columns: 1fr; gap: 50px; }
  .analytics-shot { transform: none; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .price.popular { transform: none; }
  .faq { grid-template-columns: 1fr; gap: 30px; }
  .faq .section-head { position: static; margin-bottom: 10px; }
}

@media (max-width: 820px) {
  .nav-links { position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(6, 27, 31, .98); padding: 8px 20px 18px; border-bottom: 1px solid rgba(255, 255, 255, .08); display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .menu-btn { display: flex; }
  .nav-actions .btn-sm { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head.split { grid-template-columns: 1fr; gap: 20px; }
  .step-list { grid-template-columns: 1fr; }
  .step-list li:not(:last-child)::after { content: "↓"; right: auto; left: 40px; top: auto; bottom: -24px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 32px); }
  .topbar { font-size: 12.5px; }
  .hero-inner { padding: 50px 0 20px; gap: 56px; }
  .lede { font-size: 17px; }
  .btn-lg { width: 100%; padding: 15px 22px; }
  .hero-points { flex-direction: column; align-items: center; gap: 6px; }
  .phone { width: 108px; border-radius: 20px; padding: 4px; left: -6px; bottom: -34px; }
  .phone img { height: 210px; border-radius: 16px; }
  .toast { font-size: 12px; padding: 9px 12px 9px 9px; gap: 9px; border-radius: 13px; }
  .toast-icon { width: 30px; height: 30px; font-size: 14px; }
  .toast-order { top: -34px; right: -4px; }
  .toast-courier { bottom: -30px; right: -4px; }
  .real-note { margin-top: 60px; justify-content: center; }
  .stat { padding: 22px 18px; }
  .stat strong { font-size: 28px; }
  .story-photo { aspect-ratio: 4 / 4; border-radius: 22px; }
  .story-card { width: 180px; left: 14px; bottom: 14px; padding: 12px; }
  .scores { gap: 8px; }
  .tour, .features, .analytics, .pricing, .cta { padding: 84px 0; }
  .tabs { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; margin-inline: -16px; padding: 4px 16px 10px; scrollbar-width: none; }
  .tabs::-webkit-scrollbar { display: none; }
  .tab { flex: none; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .card, .card.tall, .card.wide { grid-column: auto; grid-row: auto; }
  .card-photo { min-height: 300px; }
  .card-photo.tall { min-height: 420px; }
  .card-light, .card-dark { min-height: 0; }
  .icon-box { margin-bottom: 14px; }
  .funnel { grid-template-columns: repeat(2, 1fr); margin-top: 22px; }
  .kpis { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .kpis div { padding: 12px 10px; }
  .kpis b { font-size: 18px; }
  .price { padding: 28px 22px; }
  .faq { padding: 30px 0 84px; }
  summary { font-size: 16px; }
  .wa-card { width: 100%; }
  .footer-inner { flex-direction: column; text-align: center; }
  .wa-float { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}
html[lang="en"] .hero h1 { font-size: clamp(40px, 4.6vw, 64px); }
html[lang="en"] .stat strong, html[lang="en"] .amount { font-family: var(--font-en); letter-spacing: -.03em; }

/* ---------- hospitalix additions ---------- */
.b2 { background: radial-gradient(circle, #38bdf8, transparent 65%); }
.brand-mark { font-size: 24px; font-weight: 700; }
.toast-icon { background: #e0f2fe; color: #0284c7; font-size: 13px; }

.inside .section-head.split > p { color: rgba(255, 255, 255, .62); }
.inside h2 { color: #fff; }
.tv-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; margin-bottom: 70px; }
.tv { margin: 0; position: relative; }
.tv-screen { background: #000; border-radius: 18px; padding: 12px; box-shadow: 0 50px 100px -30px rgba(0, 0, 0, .9), 0 0 0 1px rgba(255, 255, 255, .08), 0 0 80px -20px rgba(45, 212, 191, .35); }
.tv-screen img { border-radius: 8px; }
.tv-stand { display: block; width: 26%; height: 16px; margin: 0 auto; background: linear-gradient(#111, #2a2a2a); border-radius: 0 0 14px 14px; }
.tv-copy h3 { color: #fff; font-size: clamp(26px, 2.6vw, 34px); margin: 16px 0 14px; }
.tv-copy p { color: rgba(255, 255, 255, .66); font-size: 17px; }
.check-list.light li { color: rgba(255, 255, 255, .82); }
.check-list.light li::before { background: rgba(45, 212, 191, .18); color: #5eead4; }
.ops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.op { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--radius); padding: 18px 18px 26px; }
.op .browser { border-color: #1f4448; margin-bottom: 22px; }
.op h3 { color: #fff; font-size: 21px; margin: 0 8px 8px; }
.op p { color: rgba(255, 255, 255, .6); font-size: 15.5px; margin: 0 8px; }

.mobile-band { padding: 120px 0 40px; }
.mobile-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.phone.phone-lg { position: relative; left: auto; bottom: auto; width: 300px; margin: 0 auto; border-radius: 44px; padding: 10px; animation: none; box-shadow: 0 60px 100px -40px rgba(6, 50, 50, .6), 0 0 0 1px rgba(0, 0, 0, .1); }
.phone.phone-lg img { height: auto; border-radius: 34px; }
.mobile-copy h2 { margin-bottom: 18px; }
.mobile-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }

.quote { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; background: radial-gradient(circle at 100% 0%, rgba(13, 148, 136, .45), transparent 55%), var(--ink); color: #fff; border-radius: 30px; padding: 56px; box-shadow: 0 50px 100px -40px rgba(6, 50, 50, .6); }
.quote h2 { color: #fff; margin-bottom: 18px; }
.quote-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .66); font-size: 17.5px; margin-bottom: 30px; }
.quote-list { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 22px; padding: 26px 28px; }
.quote-list .list-label { color: #86efac; margin: 0 0 14px; }
.quote-list ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; font-size: 15.5px; color: rgba(255, 255, 255, .85); }
.quote-list li { position: relative; padding-left: 24px; }
.quote-list li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: #5eead4; }

@media (max-width: 1080px) {
  .tv-row, .mobile-inner, .quote { grid-template-columns: 1fr; gap: 40px; }
  .ops-grid { grid-template-columns: 1fr; }
  .mobile-copy { order: -1; }
}
@media (max-width: 600px) {
  .tv-row { margin-bottom: 44px; }
  .tv-screen { padding: 6px; border-radius: 12px; }
  .op { padding: 12px 12px 20px; }
  .mobile-band { padding: 84px 0 20px; }
  .phone.phone-lg { width: 230px; border-radius: 34px; padding: 7px; }
  .phone.phone-lg img { border-radius: 27px; }
  .quote { padding: 32px 22px; border-radius: 24px; }
  .quote .btn-lg { width: 100%; }
}
.hero h1 { font-size: clamp(38px, 4.6vw, 64px); }
html[lang="en"] .hero h1 { font-size: clamp(38px, 4.4vw, 60px); }
.quote h2 { font-size: clamp(30px, 3.4vw, 44px); }
html[lang="bn"] .hero h1 { font-size: clamp(36px, 4vw, 56px); line-height: 1.12; }
