:root{--color-bg:#f4f6fa;--color-surface:#fff;--color-surface-elevated:#fff;--color-text:#0a0f1c;--color-text-muted:#5c6b82;--color-border:rgba(10,15,28,.08);--color-accent:#fcca19;--color-accent-hover:#fde04a;--color-accent-text:#0a0f1c;--color-header-bg:rgba(244,246,250,.72);--color-shadow:rgba(10,15,28,.06);--color-shadow-strong:rgba(10,15,28,.14);--color-overlay:rgba(10,15,28,.04);--gradient-brand:linear-gradient(135deg,#fcca19 0%,#ff8c00 100%);--gradient-feature-text:linear-gradient(135deg,#fcca19 0%,#ff8c00 50%,#ff1493 100%);--gradient-hero:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(252,202,25,.18) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 10% 80%,rgba(99,102,241,.08) 0%,transparent 55%);--gradient-glass:linear-gradient(135deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.5) 100%);--glow-accent-sm:0 8px 32px rgba(252,202,25,.3);--glow-neon-soft:0 0 0 1px rgba(252,202,25,.35),0 0 16px rgba(252,202,25,.28),0 0 30px rgba(255,140,0,.2);--font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--font-family-bn:"Hind Siliguri","Noto Sans Bengali",system-ui,sans-serif;--radius-standard:14px;--radius-sm:14px;--radius-lg:14px;--radius-full:9999px;--header-height:76px;--header-inset-x:clamp(1.25rem,4vw,2.75rem);--container-max:1400px;--section-padding:clamp(3rem,6vw,4.5rem);--transition-fast:.2s cubic-bezier(.4,0,.2,1);--transition-base:.35s cubic-bezier(.4,0,.2,1)}html[lang=bn]{--font-family:var(--font-family-bn)}[data-theme=dark]{--color-bg:#050810;--color-surface:#0e1420;--color-surface-elevated:#151c2c;--color-text:#eef2f8;--color-text-muted:#8b9cb8;--color-border:rgba(255,255,255,.08);--color-header-bg:rgba(5,8,16,.75);--color-shadow:rgba(0,0,0,.35);--color-shadow-strong:rgba(0,0,0,.55);--color-overlay:rgba(255,255,255,.04);--gradient-hero:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(252,202,25,.12) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 10% 80%,rgba(99,102,241,.15) 0%,transparent 55%);--gradient-glass:linear-gradient(135deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 100%)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1.5rem);overflow-x:hidden}body{font-family:var(--font-family);font-size:16px;line-height:1.65;color:var(--color-text);background:var(--color-bg);padding-top:var(--header-height);overflow-x:hidden;position:relative}html[lang=bn] body{line-height:1.75;letter-spacing:.01em}body::before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle,var(--color-border) 1px,transparent 1px);background-size:28px 28px;opacity:.45;pointer-events:none;z-index:0}body>*{position:relative;z-index:1}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:transparent}ol,ul{list-style:none}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--header-inset-x)}.section{padding-block:var(--section-padding);position:relative}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1.25rem;background:var(--gradient-brand);color:var(--color-accent-text);border-radius:var(--radius-sm);font-weight:600}.skip-link:focus{top:1rem}.navbar{position:relative;display:flex;align-items:center}.navbar-brand{display:flex;align-items:center;margin-right:0;padding:0}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin:0}.nav-link{display:block}.collapse:not(.show){display:none}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1050;min-height:var(--header-height);background:var(--color-header-bg);border-bottom:1px solid var(--color-border);box-shadow:0 4px 24px var(--color-shadow);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.site-header .container,.site-header .header-bar{min-height:var(--header-height)}.header-bar{pointer-events:auto;display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%;padding:.5rem 0;background:transparent}.logo,.navbar-brand.logo{flex-shrink:0;transition:transform var(--transition-fast)}.logo-img{display:block;width:auto;height:38px;max-width:140px;object-fit:contain}.header-bar .navbar-collapse{flex-grow:1}.header-bar .navbar-nav{align-items:center;gap:.25rem}.header-bar .nav-link{position:relative;padding:.62rem 1.05rem;min-width:6.75rem;font-size:1rem;font-weight:700;color:var(--color-text-muted);border-radius:var(--radius-full);line-height:1;text-align:center;white-space:nowrap}.header-bar .nav-link.active,.header-bar .nav-link:hover{color:var(--color-text)}.header-actions{display:flex;align-items:center;justify-self:end;justify-content:flex-end;gap:.5rem;padding-right:.15rem;flex:0 0 auto}.header-actions-group{display:flex;align-items:center;gap:.5rem}.header-actions-cta{width:308px;flex:0 0 308px;padding-left:.5rem;margin-left:.25rem;border-left:1px solid var(--color-border)}.lang-switch{position:relative;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;width:92px;height:40px;background:var(--color-surface);border:1px solid rgba(252,202,25,.55);border-radius:var(--radius-full);padding:3px;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 6px 18px rgba(10,15,28,.06);overflow:hidden}.lang-switch::before{content:"";position:absolute;top:3px;left:3px;width:calc(50% - 3px);height:calc(100% - 6px);border-radius:var(--radius-full);background:var(--gradient-brand);box-shadow:0 8px 20px rgba(252,202,25,.32);transition:transform var(--transition-base)}html[lang=en] .lang-switch::before{transform:translateX(100%)}.lang-btn{position:relative;z-index:1;width:100%;height:100%;font-size:.75rem;font-weight:700;border-radius:var(--radius-full);color:var(--color-text-muted);line-height:1}.theme-toggle{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-moon{display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.65rem;font-size:.925rem;font-weight:700;border-radius:var(--radius-full);white-space:nowrap;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-brand);border-color:transparent;color:var(--color-accent-text);box-shadow:var(--glow-accent-sm)}.btn-ghost{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-login{display:none;height:42px;font-size:.875rem;font-weight:600;line-height:1;color:var(--color-text-muted);width:80px;flex:0 0 80px;align-items:center;justify-content:center}.btn-signup{display:none;height:42px;font-size:.875rem;line-height:1;width:204px;flex:0 0 204px;align-items:center;justify-content:center;text-align:center}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface)}.menu-toggle span{display:block;width:100%;height:2px;background:var(--color-text);border-radius:2px}.hero{padding-top:var(--section-padding);padding-bottom:var(--section-padding);position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:flex-start}.hero-bg{position:absolute;inset:0;background:var(--gradient-hero);pointer-events:none}.hero-bg-orb,.hero-bg-motion{position:absolute;pointer-events:none}.hero-bg-orb{border-radius:50%;filter:blur(80px)}.hero-bg-orb--1{width:500px;height:500px;background:rgba(252,202,25,.2);top:-10%;right:-5%}.hero-bg-orb--2{width:400px;height:400px;background:rgba(99,102,241,.12);bottom:10%;left:-8%}.hero-bg-motion{inset:0;overflow:hidden;z-index:0}.hero-bg-motion span{position:absolute;width:10px;height:10px;border-radius:50%;background:rgba(252,202,25,.55);box-shadow:0 0 18px rgba(252,202,25,.32)}.hero-bg-motion span:nth-child(1){top:18%;left:9%}.hero-bg-motion span:nth-child(2){top:30%;left:44%;width:7px;height:7px}.hero-bg-motion span:nth-child(3){top:20%;right:15%;width:14px;height:14px;background:rgba(255,140,0,.4)}.hero-bg-motion span:nth-child(4){top:62%;left:15%;width:6px;height:6px}.hero-bg-motion span:nth-child(5){top:70%;left:50%;width:12px;height:12px;background:rgba(99,102,241,.28)}.hero-grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3.5rem);align-items:center;position:relative;z-index:1}.hero-content{width:100%;text-align:left}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1.1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.9rem;font-weight:800;color:#b88300;margin-bottom:1.75rem;box-shadow:0 4px 16px var(--color-shadow)}.hero-badge svg{color:#d19a00}.hero-title{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;margin-bottom:1.5rem;text-align:left}html[lang=bn] .hero-title{font-size:clamp(2.25rem,4.2vw,3.75rem);line-height:1.16;letter-spacing:0}.hero-title-line{display:block}.hero-title .highlight{background:var(--gradient-feature-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-text{font-size:1.125rem;color:var(--color-text-muted);line-height:1.75;margin-bottom:2.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-trust{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:2rem;border-top:1px solid var(--color-border)}.hero-trust-item{display:flex;flex-direction:column;gap:.15rem}.hero-trust-value{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-trust-label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.hero-video-wrap{position:relative;z-index:1;width:100%;border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 16px 48px var(--color-shadow-strong);border:1px solid var(--color-accent)}.hero-video-inner{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.hero-video-poster{position:absolute;inset:0;z-index:2;display:block;width:100%;height:100%;padding:0;background:#000}.hero-video-poster img{width:100%;height:100%;object-fit:cover}.hero-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:var(--gradient-brand);color:var(--color-accent-text);border-radius:var(--radius-full);box-shadow:var(--glow-accent-sm)}.hero-video-play svg{width:28px;height:28px;margin-left:4px}.pricing-section,.policy-doc-section{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.84) 0%,rgba(244,246,250,.92) 42%,rgba(238,242,248,.98) 100%),radial-gradient(circle at 14% 16%,rgba(252,202,25,.2),transparent 30%),radial-gradient(circle at 86% 14%,rgba(22,163,74,.12),transparent 28%)}[data-theme=dark] .pricing-section,[data-theme=dark] .policy-doc-section{background:linear-gradient(180deg,rgba(5,8,16,.82) 0%,rgba(14,20,32,.94) 42%,rgba(10,15,28,.98) 100%),radial-gradient(circle at 14% 16%,rgba(252,202,25,.14),transparent 30%),radial-gradient(circle at 86% 14%,rgba(22,163,74,.12),transparent 28%)}.pricing-header{position:relative;max-width:820px;margin:0 auto clamp(2rem,4vw,3rem);text-align:center}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.95rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#b88300}.section-eyebrow svg{width:14px;height:14px;color:#d19a00}.pricing-title,.policy-doc-title{margin:0 auto 1.35rem;font-size:clamp(2.25rem,5.5vw,3.75rem);line-height:1.08;font-weight:800;letter-spacing:-.04em;color:var(--color-text)}html[lang=bn] .pricing-title{font-size:clamp(2.25rem,4.2vw,3.75rem);line-height:1.16;letter-spacing:0}.pricing-title-line,.policy-doc-title-line{display:block}.pricing-title-accent,.policy-doc-title-accent{display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.pricing-title-accent--gold,.policy-doc-title-accent--gold{background-image:linear-gradient(135deg,#fcca19 0%,#ff9900 55%,#ffb648 100%)}.pricing-title-accent--sunset,.policy-doc-title-accent--sunset{background-image:linear-gradient(135deg,#ff8c00 0%,#ff6b1a 45%,#ff4d7d 100%)}.pricing-intro{max-width:760px;margin:0 auto;color:var(--color-text-muted);font-size:1rem;line-height:1.75}.pricing-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem;width:min(100%,920px);margin:0 auto clamp(2rem,4vw,3.25rem);padding-bottom:1px;border-bottom:1px solid var(--color-border)}.pricing-tab{min-width:112px;min-height:48px;padding:.85rem 1.15rem;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--color-text-muted);font:inherit;font-size:.86rem;font-weight:800;cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.pricing-tab:hover,.pricing-tab.active{color:var(--color-text);background:rgba(252,202,25,.12);border-color:var(--color-accent)}.policy-document{position:relative;max-width:980px;margin:0 auto;padding:clamp(2rem,4vw,3.5rem);border:1px solid var(--color-border);border-radius:var(--radius-standard);background:var(--gradient-glass);box-shadow:0 24px 60px var(--color-shadow)}.policy-doc-header{text-align:center;margin-bottom:2rem}.policy-doc-block{color:var(--color-text-muted);font-size:1rem;line-height:1.8}.policy-doc-block h2{margin:1.5rem 0 .75rem;color:var(--color-text);font-size:1.35rem}.policy-doc-block p{margin:0 0 1rem}@media (min-width:768px){.hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-title-line,.pricing-title-line{white-space:nowrap}html[lang=bn] .hero-title-line{white-space:normal}}@media (max-width:1023.98px){.site-header{--mobile-menu-top:var(--header-height)}.site-header .container{padding-inline:clamp(1rem,4vw,1.25rem)}.site-header .header-bar{position:relative;flex-wrap:nowrap;justify-content:space-between;gap:.75rem}.header-bar .logo-img{height:34px;max-width:126px}.header-bar .menu-toggle{flex:0 0 44px;width:44px;height:44px;padding:10px;border-radius:var(--radius-full)}.header-bar .navbar-collapse{position:fixed;top:var(--mobile-menu-top);left:clamp(1rem,4vw,1.25rem);right:clamp(1rem,4vw,1.25rem);z-index:999;max-height:calc(100dvh - var(--mobile-menu-top) - 1rem);overflow-y:auto;padding:1.35rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 16px 48px var(--color-shadow-strong)}.header-bar .navbar-nav{width:100%;margin-bottom:1rem}.header-bar .nav-link{display:block;width:100%;min-width:0;border-radius:var(--radius-sm);padding:.9rem 1rem;line-height:1.3}.header-bar .header-actions{width:100%;flex-wrap:wrap;justify-content:center;gap:.75rem}.header-bar .header-actions-cta{display:flex;width:100%;flex-basis:auto;border-left:0;padding-left:0;margin-left:0;padding-top:1rem;margin-top:.25rem;border-top:1px solid var(--color-border);justify-content:stretch;gap:.75rem}.header-bar .btn-login,.header-bar .btn-signup{display:inline-flex;min-height:42px}.header-bar .btn-login{flex:0 0 auto;min-width:4rem;width:5rem}.header-bar .btn-signup{flex:1;width:auto}.policy-document{padding:1.5rem}}@media (min-width:1024px){.header-bar .navbar-collapse{display:flex!important;flex-basis:auto;align-items:center}.header-bar .navbar-nav{flex-direction:row;margin-inline:auto}.header-bar .header-actions{width:auto;flex-wrap:nowrap}.header-bar .btn-login,.header-bar .btn-signup{display:inline-flex}.menu-toggle{display:none}.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}@media (max-width:575.98px){.hero{padding-top:var(--section-padding)}.hero-title{font-size:clamp(2rem,12vw,2.65rem)}.hero-actions .btn{width:100%}.hero-trust{gap:1rem}.hero-trust-item{flex:1 1 40%}.pricing-tab{min-width:88px;padding-inline:.9rem}.pricing-title,.policy-doc-title{font-size:clamp(1.4rem,8vw,2.3rem);letter-spacing:0}}
