.hero-section{--hero-text:#0f172a;--hero-muted:#64748b;--hero-note:#94a3b8;--hero-primary:var(--brand-primary,#ffb900);--hero-primary-strong:var(--brand-primary-500,#fe9a00);--hero-fuchsia:var(--brand-fuchsia,#c026d3);--hero-ease:cubic-bezier(0.22,1,0.36,1);--hero-ring:rgba(15,23,42,0.08);position:relative;isolation:isolate;overflow:hidden;background:#ffffff;color:var(--hero-text);padding-top:8.5rem;padding-bottom:2.5rem}.hero-section__glow{inset:0;margin:2rem auto 0;width:min(56rem,140vw);height:min(56rem,140vw);border-radius:999px;background:linear-gradient(to top left,color-mix(in srgb,var(--hero-primary) 30%,transparent),color-mix(in srgb,var(--hero-fuchsia) 30%,transparent));filter:blur(200px)}.hero-section__glow,.hero-section__rings{pointer-events:none;position:absolute;z-index:0}.hero-section__rings{left:50%;bottom:-10rem;width:min(72rem,180vw);height:min(72rem,180vw);transform:translateX(-50%)}.hero-section__rings:after,.hero-section__rings:before{content:"";position:absolute;inset:0;margin:auto;border:2px dashed var(--hero-ring);border-radius:999px}.hero-section__rings:before{width:78%;height:78%}.hero-section__rings:after{width:56%;height:56%;bottom:8%}.hero-section__inner{position:relative;z-index:2;width:100%;max-width:1300px;margin-inline:auto;padding-inline:1.25rem;text-align:center}.hero-section__title{margin:0 auto 1.25rem;font-size:clamp(2.15rem,6vw,3.75rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--hero-text)}.hero-section__typed{display:inline;white-space:nowrap}.hero-section__typed-text{background-image:linear-gradient(to bottom right,var(--hero-primary),var(--hero-fuchsia));background-clip:text;-webkit-background-clip:text;color:transparent}.hero-section__cursor{display:inline-block;width:3px;height:.72em;margin-left:3px;background:var(--hero-primary);border-radius:1px;vertical-align:-.05em;animation:hero-caret .85s steps(1) infinite}.hero-section__subtitle{margin:0 auto;max-width:36rem;color:var(--hero-muted);font-size:1.125rem;line-height:1.7}.hero-section__actions{margin-top:1.5rem}.hero-section__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem 1.25rem;border:1px solid var(--hero-primary);border-radius:.375rem;background:var(--hero-primary);color:#ffffff;font-size:1rem;font-weight:600;letter-spacing:.025em;text-decoration:none;transition:background .4s ease,border-color .4s ease,transform .2s var(--hero-ease)}.hero-section__cta:focus-visible,.hero-section__cta:hover{background:var(--hero-primary-strong);border-color:var(--hero-primary-strong);color:#ffffff}.hero-section__note{margin:.75rem 0 0;color:var(--hero-note);font-size:.875rem;line-height:1.5}.hero-section__shot{position:relative;z-index:3;width:100%;margin:2rem auto 0;animation:hero-mover 1.6s ease-in-out infinite alternate}.hero-section__frame{position:relative;isolation:isolate;overflow:hidden;padding:5px;border-radius:.95rem;background:#ffffff}.hero-section__beam{pointer-events:none;position:absolute;inset:-70%;z-index:0;background:conic-gradient(from 0deg,transparent 0,transparent 42%,#38bdf8 48%,#ffb900 52%,#c026d3 56%,#38bdf8 60%,transparent 66%,transparent 100%);animation:hero-beam-spin 9s linear infinite}.hero-section__beam:after{content:"";position:absolute;inset:22%;background:inherit;filter:blur(14px);opacity:.55}.hero-section__image{position:relative;z-index:1;display:block;width:100%;height:auto;border-radius:.7rem;background:#0f172a}:lang(bn) .hero-section__title{font-family:var(--font-hind-siliguri),var(--font-figtree),system-ui,sans-serif;letter-spacing:-.02em}@media (min-width:768px){.hero-section{padding-top:11rem;padding-bottom:3.5rem}.hero-section__rings{bottom:-14rem}}@media (min-width:1024px){.hero-section{padding-top:12rem}.hero-section__inner{padding-inline:.75rem}.hero-section__title{line-height:1.2}}@media (max-width:639px){.hero-section{padding-top:7.25rem;padding-bottom:1.75rem}.hero-section__inner{padding-inline:1rem}.hero-section__title{max-width:none;margin-bottom:1rem}.hero-section__typed{display:inline-block;max-width:100%;overflow:hidden;text-overflow:clip}.hero-section__subtitle{font-size:1rem}.hero-section__cta{width:100%;max-width:18rem}.hero-section__shot{margin-top:1.5rem}.hero-section__rings{bottom:-6rem;width:140vw;height:140vw}}@keyframes hero-mover{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes hero-beam-spin{to{transform:rotate(1turn)}}@keyframes hero-caret{0%,45%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-section__beam,.hero-section__cursor,.hero-section__shot{animation:none}}html.dark .hero-section{--hero-text:#ffffff;--hero-muted:rgba(255,255,255,0.6);--hero-note:rgba(255,255,255,0.6);--hero-ring:rgba(226,232,240,0.1);background:var(--marketing-hero-bg,#0f172a)}html.dark .hero-section__glow{background:linear-gradient(to top left,color-mix(in srgb,var(--hero-primary) 50%,transparent),color-mix(in srgb,var(--hero-fuchsia) 50%,transparent))}