@import"https://fonts.bunny.net/css?family=figtree:400,500,600,700,800";:root{--bg: #f8fafc;--bg-soft: #f1f5f9;--panel: #ffffff;--line: #e2e8f0;--line-soft: #cbd5e1;--text: #0f172a;--text-soft: #475569;--primary: #2563eb;--primary-hover: #1d4ed8;--accent: #06b6d4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Figtree,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.section-head h2{margin:0;font-size:clamp(1.5rem,2.6vw,2rem);color:#0f172a}.section-head p{margin-top:.65rem;color:var(--text-soft);max-width:720px}.panel{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:1.25rem;transition:border-color .25s ease,transform .25s ease;box-shadow:0 8px 24px #0f172a0f}.panel:hover{border-color:var(--line-soft);transform:translateY(-2px)}.reveal{animation:fadeUp .75s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:600;font-size:.92rem;padding:.62rem 1rem;border:1px solid transparent;transition:all .25s ease;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{border-color:var(--line-soft);color:var(--text);background:#fff}.btn-outline:hover{border-color:#64748b}.section-soft{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-soft)}.login-page{display:grid;place-items:center;min-height:100vh;padding:1rem}.login-wrap{width:min(460px,100%)}.login-wrap-wide{width:min(1060px,100%)}.login-card{padding:1.4rem;background:linear-gradient(180deg,#fff,#f8fbff);display:flex;flex-direction:column;justify-content:center}.login-top-brand{margin-bottom:1rem}.login-shell{padding:0;overflow:hidden;display:grid}.login-head h1{margin:0;font-size:1.5rem;color:#0f172a}.login-head p{margin:.45rem 0 1rem;color:var(--text-soft)}.login-form{margin-top:1rem;gap:.85rem}.form-group{display:grid;gap:.45rem}.input-label{font-size:.82rem;font-weight:600;color:#334155}.login-form input[type=email],.login-form input[type=password],.login-form .password-field input[type=text]{border:1px solid #dbe3ef;background:#fff;border-radius:12px;padding:.78rem .9rem;font-size:.93rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.password-field{position:relative}.password-field input[type=password],.password-field input[type=text]{padding-right:2.7rem;width:100%}.password-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#64748b;width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.password-toggle:hover{background:#f1f5f9;color:#334155}.login-form input[type=email]:focus,.login-form input[type=password]:focus,.login-form .password-field input[type=text]:focus{border-color:#60a5fa;background:#fff;box-shadow:0 0 0 3px #2563eb1f}.form-meta{margin-top:.2rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.remember-row{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-soft);font-size:.9rem}.remember-row input[type=checkbox]{width:15px;height:15px;accent-color:#2563eb}.forgot-link{color:#2563eb;font-size:.85rem;font-weight:600}.forgot-link:hover{color:#1d4ed8}.login-submit{margin-top:.35rem;width:100%;min-height:44px;border-radius:12px;box-shadow:0 8px 18px #2563eb47}.login-submit:disabled{opacity:.8;cursor:not-allowed}.login-loader{display:none;align-items:center;gap:.4rem;font-weight:600}.form-error{margin:.15rem 0 0;font-size:.82rem;color:#b91c1c}.login-visual{position:relative;min-height:300px;background-size:cover;background-position:center;transition:background-image .8s ease-in-out}.visual-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:end;padding:1.2rem;color:#fff;background:linear-gradient(180deg,#0f172a26,#0f172aad)}.visual-chip{margin:0;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#dbeafe}.visual-overlay h2{margin:.45rem 0 0;font-size:1.15rem;line-height:1.45}@media(min-width:900px){.login-shell{grid-template-columns:1fr 1fr;align-items:stretch}.login-card{padding:2rem}.login-visual{min-height:520px}}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafce6;border-bottom:1px solid var(--line)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem}.brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:.84rem;font-weight:800;background:var(--primary);color:#fff}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-text strong{font-size:.78rem;letter-spacing:.08em}.brand-text small{font-size:.72rem;color:var(--text-soft)}.nav-links{display:none;align-items:center;gap:1.7rem}.nav-links a{font-size:.92rem;color:#334155}.nav-links a:hover{color:#0f172a}.nav-actions{display:flex;align-items:center;gap:.6rem}@media(min-width:900px){.nav-links{display:flex}}.hero-section{position:relative;overflow:hidden;padding:4.2rem 0 4.5rem}.hero-glow{position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none}.hero-glow-left{width:280px;height:280px;background:#2563eb38;left:-80px;top:20px;animation:floatY 7s ease-in-out infinite}.hero-glow-right{width:360px;height:360px;background:#06b6d424;right:-120px;top:50px;animation:floatY 8s ease-in-out infinite reverse}.hero-grid{position:relative;display:grid;gap:2rem}.hero-copy h1{margin:1rem 0 0;color:#0f172a;font-size:clamp(2rem,4.5vw,3.3rem);line-height:1.1}.hero-sub{margin-top:1rem;max-width:670px;color:var(--text-soft);line-height:1.7}.chip{display:inline-flex;border-radius:999px;border:1px solid #bae6fd;background:#e0f2fe;color:#0c4a6e;font-size:.78rem;font-weight:600;padding:.35rem .75rem}.hero-actions{margin-top:1.3rem;display:flex;gap:.7rem;flex-wrap:wrap}.hero-card .card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.hero-card{animation:fadeUp .8s ease both}.hero-card h2{margin:0;font-size:1.1rem;color:#0f172a}.badge{display:inline-flex;border-radius:8px;border:1px solid #bbf7d0;background:#dcfce7;color:#14532d;font-size:.72rem;padding:.2rem .5rem}.highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.highlight-grid div{border-radius:10px;border:1px solid var(--line);background:#f8fafc;padding:.7rem;font-size:.87rem}.hero-note{margin:.95rem 0 0;border:1px solid rgb(37 99 235 / .35);background:#2563eb1f;border-radius:10px;padding:.8rem;color:#1e3a8a;font-size:.85rem}@media(min-width:992px){.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.stats-section{padding:1rem 0 3.6rem}.stats-grid{display:grid;gap:.9rem}.stat-card h3{margin:0;font-size:1.5rem;color:#0f172a}.stat-card p{margin:.5rem 0 0;color:var(--text-soft);line-height:1.6}@media(min-width:820px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.platform-section{padding:4rem 0}.platform-grid{margin-top:1.6rem;display:grid;gap:1rem}.platform-grid h3{margin:0;color:#0f172a}.platform-grid p{margin:.6rem 0 0;color:var(--text-soft);line-height:1.65}@media(min-width:900px){.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.modules-section{padding:4rem 0}.modules-grid{margin-top:1.4rem;display:grid;gap:.85rem}.module-card p{margin:0;font-weight:500;color:#0f172a}@media(min-width:740px){.modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1060px){.modules-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.showcase-section{padding:4rem 0}.showcase-grid{margin-top:1.4rem;display:grid;gap:1rem}.showcase-card{overflow:hidden;padding:0}.showcase-card img{width:100%;height:190px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .45s ease}.showcase-card:hover img{transform:scale(1.05)}.showcase-card div{padding:1rem}.showcase-card h3{margin:0;color:#0f172a}.showcase-card p{margin:.45rem 0 0;color:var(--text-soft);line-height:1.6}@media(min-width:980px){.showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.workflow-section{padding:4rem 0}.workflow-grid{margin-top:1.4rem;display:grid;gap:.9rem}.workflow-grid h3{margin:.4rem 0 0;color:#0f172a;font-size:1rem}.workflow-grid p{margin:.55rem 0 0;color:var(--text-soft);line-height:1.6}.step{color:#93c5fd;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}@media(min-width:900px){.workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.testimonials-section{padding:4rem 0}.testimonials-grid{margin-top:1.3rem;display:grid;gap:.9rem}.quote-card p{margin:0;color:#1e293b;line-height:1.8;font-size:1rem}.quote-card h4{margin:.9rem 0 0;color:#2563eb;font-size:.9rem;font-weight:700}@media(min-width:980px){.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.contact-section{padding:4rem 0}.contact-wrap{display:grid;gap:1.2rem;padding:1.5rem}.contact-copy h2{margin:0;color:#0f172a;font-size:clamp(1.4rem,2.2vw,2rem)}.contact-copy p{margin:.7rem 0 0;color:var(--text-soft);line-height:1.7}.contact-copy ul{margin:1rem 0 0;padding-left:1.05rem;color:#334155;line-height:1.7}.contact-form{display:grid;gap:.7rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line-soft);border-radius:10px;background:#fff;color:var(--text);padding:.72rem .88rem;font-family:inherit}.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder{color:#64748b}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#64748b}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}@media(min-width:900px){.contact-wrap{grid-template-columns:1fr 1fr;padding:2rem}}.final-cta-section{padding:.4rem 0 4rem}.final-cta{display:flex;flex-direction:column;gap:1rem;background:linear-gradient(120deg,#dbeafe,#f0f9ff);border-color:#bfdbfe}.final-cta h2{margin:0;color:#0f172a;font-size:clamp(1.4rem,2.3vw,2rem)}.final-cta p{margin:.5rem 0 0;color:#334155;line-height:1.65}.cta-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}@media(min-width:900px){.final-cta{flex-direction:row;align-items:center;justify-content:space-between}}.site-footer{border-top:1px solid var(--line);padding:1.5rem 0}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-wrap p{margin:0;color:var(--text-soft);font-size:.88rem}.footer-links{display:flex;align-items:center;gap:1rem}.footer-links a{color:#334155;font-size:.88rem}.footer-links a:hover{color:#0f172a}
