:root{--bg:#fafafa;--bg-2:#f4f4f5;--bg-card:#fff;--bg-card-hover:#f8faff;--border:#e4e4e7;--border-glow:#00000014;--accent:#09090b;--accent-2:#3f3f46;--accent-glow:#0000000a;--text:#09090b;--text-muted:#52525b;--text-dim:#71717a;--radius:8px;--radius-lg:12px;--font-display:"Geist", "Inter", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}.nav{z-index:100;padding:1.125rem 0;transition:background .3s,border-bottom .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#f8faffeb;box-shadow:0 1px 12px #0000000f}.nav-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;align-items:center;gap:.625rem;font-size:1.05rem;font-weight:700;display:flex}.logo-icon{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-cta{align-items:center;gap:.75rem;display:flex}.btn-primary{background:var(--accent);color:#fff;border-radius:var(--radius);letter-spacing:.02em;border:none;align-items:center;gap:.5rem;padding:.625rem 1.375rem;font-size:.875rem;font-weight:700;transition:opacity .15s,transform .15s,box-shadow .15s;display:inline-flex}.btn-primary:hover{opacity:.9;box-shadow:0 4px 16px var(--accent-glow)}.btn-primary:active{transform:scale(.98)}.btn-lg{border-radius:var(--radius-lg);padding:.875rem 2rem;font-size:1rem}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius);background:0 0;padding:.625rem 1.125rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s,background .15s}.btn-ghost:hover{color:var(--text);background:#0000000a;border-color:#0000002e}.btn-outline{color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);background:0 0;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:#2563eb0d}.hero{align-items:center;min-height:100vh;padding:7rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}#particle-canvas{z-index:0;position:absolute;inset:0}.hero-bg-gradient{z-index:1;background:radial-gradient(60% 50% at 50% 0,#2563eb0f 0%,#0000 70%),radial-gradient(40% 30% at 80% 60%,#7c3aed0a 0%,#0000 70%);position:absolute;inset:0}.hero-content{z-index:2;flex:1;max-width:580px;position:relative}.hero-badge{color:var(--accent);background:#2563eb14;border:1px solid #2563eb33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.375rem .875rem;font-size:.8rem;font-weight:500;display:inline-flex}.badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.05}.text-gradient{background:linear-gradient(135deg, var(--accent) 0%, #7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:var(--text-muted);max-width:480px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.hero-stats{align-items:center;gap:0;display:flex}.hero-stat{flex-direction:column;gap:.25rem;padding:0 2rem;display:flex}.hero-stat:first-child{padding-left:0}.stat-val{font-family:var(--font-display);color:var(--text);font-size:1.75rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.hero-divider{background:var(--border);width:1px;height:40px}.hero-code{z-index:2;flex:none;width:min(520px,50vw);margin-left:3rem;position:relative}.code-window{border-radius:var(--radius-lg);background:#1e293b;border:1px solid #ffffff14;max-width:100%;overflow:hidden;box-shadow:0 8px 32px #00000026}.code-titlebar{background:#162032;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.code-filename{font-family:var(--font-mono);color:var(--text-muted);margin-left:.5rem;font-size:12px}.response-ok{font-family:var(--font-mono);color:#28c840;margin-left:auto;font-size:12px}.code-body{font-family:var(--font-mono);color:#e2e8f0;margin:0;padding:1.25rem 1.5rem;font-size:13px;line-height:1.75;overflow-x:auto}.code-body::-webkit-scrollbar{height:8px}.code-body::-webkit-scrollbar-track{background:#0003;border-radius:0 0 4px 4px}.code-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.code-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}.code-result{font-family:var(--font-mono);color:#22c55e;border-top:1px solid #ffffff14;align-items:center;gap:.625rem;padding:.75rem 1.5rem;font-size:12px;display:flex}.result-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}.kw{color:#c678dd}.var{color:#e5c07b}.fn{color:#61afef}.str{color:#98c379}.num{color:#d19a66}.section{padding:6rem 0}.section-dark{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:#2563eb14;border:1px solid #2563eb33;border-radius:999px;margin-bottom:1.25rem;padding:.25rem .875rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-display);color:var(--text);letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.15}.section-sub{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.steps-grid{justify-content:center;align-items:flex-start;gap:0;display:flex}.step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex:1;max-width:300px;padding:2rem;transition:border-color .2s,background .2s;position:relative}.step:hover{background:var(--bg-card-hover);border-color:#2563eb40;box-shadow:0 4px 20px #2563eb0f}.step-number{font-family:var(--font-display);color:#2563eb1a;letter-spacing:-.04em;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1}.step-icon{width:52px;height:52px;color:var(--accent);background:#2563eb14;border:1px solid #2563eb26;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.step h3{font-family:var(--font-display);color:var(--text);margin-bottom:.625rem;font-size:1.2rem;font-weight:700}.step p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.step-connector{background:linear-gradient(90deg,#2563eb4d,#2563eb1a);flex:0 0 60px;height:2px;margin-top:4rem;position:relative}.step-connector:after{content:"";border-top:2px solid #2563eb4d;border-right:2px solid #2563eb4d;width:10px;height:10px;position:absolute;top:-4px;right:-5px;transform:rotate(45deg)}.models-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.model-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color .2s,background .2s,transform .2s;position:relative}.model-card:hover{background:var(--bg-card-hover);border-color:#2563eb40;transform:translateY(-4px);box-shadow:0 8px 32px #2563eb14}.model-badge{color:var(--accent);letter-spacing:.04em;background:#2563eb14;border:1px solid #2563eb33;border-radius:999px;padding:.2rem .625rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;right:1rem}.model-icon{width:48px;height:48px;color:var(--accent);background:#2563eb14;border:1px solid #2563eb26;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.model-card h3{font-family:var(--font-display);color:var(--text);margin-bottom:.625rem;font-size:1.2rem;font-weight:700}.model-card p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.model-pricing{gap:.75rem;margin-bottom:1.5rem;display:flex}.price-item{background:var(--bg-2);border:1px solid var(--border);border-radius:6px;flex:1;padding:.625rem}.price-label{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;display:block}.price-val{font-family:var(--font-mono);color:var(--accent);font-size:.875rem;font-weight:500;display:block}.model-btn{text-align:center;border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.625rem;font-size:.85rem;transition:all .15s;display:block}.model-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow)}.pricing-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.pricing-point{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.pp-icon{width:22px;height:22px;color:var(--accent);background:#2563eb14;border:1px solid #2563eb33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.75rem;display:flex}.pricing-point div{color:var(--text-muted);font-size:.95rem;line-height:1.6}.pricing-point strong{color:var(--text);font-weight:600}.payment-methods{flex-direction:column;gap:1rem;display:flex}.pm-card{border-radius:var(--radius-lg);border:1px solid var(--border);cursor:default;padding:1.5rem 2rem;transition:all .2s;position:relative;overflow:hidden}.pm-card:hover{transform:translate(8px);box-shadow:0 4px 20px #0000000f}.pm-card.bkash{background:linear-gradient(135deg,#e2136e14 0%,#0000 100%)}.pm-card.nagad{background:linear-gradient(135deg,#f5821f14 0%,#0000 100%)}.pm-card.rocket{background:linear-gradient(135deg,#8b2fc914 0%,#0000 100%)}.pm-card.bkash:hover{border-color:#e2136e4d}.pm-card.nagad:hover{border-color:#f5821f4d}.pm-card.rocket:hover{border-color:#8b2fc94d}.pm-logo{font-family:var(--font-display);filter:grayscale()opacity(.5);margin-bottom:.375rem;font-size:1.25rem;font-weight:800;transition:filter .2s}.pm-card:hover .pm-logo{filter:none}.pm-card.bkash .pm-logo{color:#e2136e}.pm-card.nagad .pm-logo{color:#f5821f}.pm-card.rocket .pm-logo{color:#8b2fc9}.pm-desc{color:var(--text-muted);font-size:.85rem;font-family:var(--font-mono)}.api-layout{grid-template-columns:1.1fr .9fr;align-items:start;gap:2rem;min-width:0;display:grid}.api-tabs{min-width:0}.tab-buttons{gap:.5rem;margin-bottom:1rem;display:flex}.tab-btn{border:1px solid var(--border);color:var(--text-muted);font-size:.85rem;font-weight:600;font-family:var(--font-body);background:0 0;border-radius:6px;padding:.5rem 1.125rem;transition:all .15s}.tab-btn:hover{border-color:var(--accent);color:var(--accent)}.tab-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.tab-content{min-width:0;display:none}.tab-content.active{display:block}.api-response{min-width:0}.response-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color .2s,background .2s}.feature-card:hover{background:var(--bg-card-hover);border-color:#2563eb40;box-shadow:0 4px 20px #2563eb0f}.feature-icon{width:44px;height:44px;color:var(--accent);background:#2563eb14;border:1px solid #2563eb26;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-card h3{font-family:var(--font-display);color:var(--text);margin-bottom:.625rem;font-size:1.05rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.875rem;line-height:1.65}.footer{background:linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);border-top:1px solid var(--border);padding:5rem 0 2rem}.footer-top{gap:4rem;margin-bottom:4rem;display:flex}.footer-brand{flex:0 0 320px}.footer-brand .nav-logo{margin-bottom:1.25rem;display:inline-flex}.footer-brand p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.footer-links{flex:1;justify-content:flex-end;gap:4rem;display:flex}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col h4{letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.footer-col a{color:var(--text-muted);transform-origin:0;font-size:.9rem;transition:all .2s;display:inline-block}.footer-col a:hover{color:var(--accent);transform:translate(4px)}.footer-bottom{color:var(--text-muted);border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.mobile-nav-toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:5px;padding:6px;display:none}.mobile-nav-toggle span{background:var(--text);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.mobile-nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-nav-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-overlay{-webkit-backdrop-filter:blur(16px);z-index:98;background:#fafafafa;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:none;position:fixed;inset:0}.mobile-nav-overlay.open{animation:.22s mobileMenuIn;display:flex}@keyframes mobileMenuIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.mobile-nav-links{flex-direction:column;align-items:center;gap:.125rem;width:100%;margin-bottom:2rem;display:flex}.mobile-nav-links a{text-align:center;width:100%;font-family:var(--font-display);color:var(--text);border-radius:var(--radius);letter-spacing:-.01em;padding:1rem 1.5rem;font-size:1.35rem;font-weight:600;transition:background .15s,color .15s;display:block}.mobile-nav-links a:hover{background:var(--bg-2);color:var(--accent)}.mobile-nav-actions{flex-direction:column;gap:.75rem;width:100%;max-width:280px;display:flex}.mobile-nav-actions .btn-ghost,.mobile-nav-actions .btn-primary{text-align:center;justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:.95rem}.fade-in{opacity:0;animation:.7s forwards fadeUp;transform:translateY(20px)}.fade-delay-1{animation-delay:.15s}.fade-delay-2{animation-delay:.3s}.fade-delay-3{animation-delay:.45s}.fade-delay-4{animation-delay:.6s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(28px)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}@media (width<=1024px){.hero{flex-direction:column;align-items:flex-start;padding-top:7.5rem;padding-bottom:5rem}.hero-code{width:100%;margin-top:3rem;margin-left:0}.steps-grid{flex-direction:column;align-items:center}.step-connector{background:linear-gradient(#2563eb4d,#2563eb1a);width:2px;height:40px;margin:0;transform:none}.step-connector:after{display:none}.pricing-layout{grid-template-columns:1fr;gap:2.5rem}.api-layout{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr 1fr}.footer-top{flex-direction:column;gap:2.5rem}.footer-brand{flex:none}.footer-links{gap:2.5rem}}@media (width<=768px){.nav-inner{justify-content:flex-end;gap:.5rem}.nav-logo{margin-right:auto}.nav-links{display:none}.nav-cta{align-items:center;gap:.5rem;display:flex}.nav-cta .btn-ghost{background:var(--accent);color:#fff;border:1px solid var(--accent);border-radius:var(--radius);padding:.45rem 1rem;font-size:.85rem;font-weight:500;box-shadow:0 1px 2px #0000001a,inset 0 1px #ffffff26}.nav-cta .btn-primary{display:none}.mobile-nav-toggle{margin-left:.25rem;display:flex}.section{padding:4.5rem 0}.section-header{margin-bottom:3rem}.hero{padding-top:6rem;padding-bottom:4rem}.hero-content{max-width:100%}.hero-stats{flex-wrap:wrap;gap:1.5rem}.hero-stat{padding:0}.hero-divider{display:none}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.footer-links{flex-wrap:wrap;gap:2rem}}@media (width<=640px){.container{padding:0 1rem}.hero{padding-top:5.5rem}.hero-title{font-size:clamp(2rem,10vw,3rem)}.hero-desc{max-width:100%;font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .btn-lg{justify-content:center;width:100%}.stat-val{font-size:1.5rem}.section{padding:3.5rem 0}.features-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1.5rem}.pm-card{padding:1.25rem 1.5rem}.tab-buttons{flex-wrap:wrap}.model-card,.step{padding:1.5rem}}@media (width<=400px){.hero-stats{gap:1rem}.hero-title{font-size:1.875rem}.btn-lg{padding:.75rem 1.5rem;font-size:.9375rem}.section-title{font-size:1.625rem}.footer-col{min-width:120px}}.pricing-table-wrapper{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;margin-top:1.5rem;overflow-x:auto;box-shadow:0 4px 20px #0003}.pricing-table{border-collapse:collapse;width:100%;min-width:700px}.pricing-table th,.pricing-table td{text-align:left;padding:1.25rem 1.5rem}.pricing-table th{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;border-bottom:2px solid var(--border);background:#ffffff05;font-size:.875rem;font-weight:500}.pricing-table td{border-bottom:1px solid var(--border);font-size:.95rem}.pricing-table tr:last-child td{border-bottom:none}.pricing-table tr:hover{background:var(--card-bg-hover)}.pricing-table td .model-name{color:var(--text-primary);font-size:1.05rem;font-weight:600}.pricing-table td .model-cat{color:#60a5fa;background:#2563eb26;border-radius:4px;margin-top:.35rem;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-block}.pricing-table td .model-desc{color:var(--text-muted);max-width:320px;margin-top:.35rem;font-size:.85rem;line-height:1.4}.pricing-table td .price{font-family:var(--font-mono);color:var(--text-primary);font-weight:500}.free-badge{color:#22c55e;text-transform:uppercase;background:#22c55e26;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.see-more-wrapper{justify-content:center;margin-top:2rem;display:flex}
