:root{--purple-900:#150c33;--purple-800:#1c1148;--purple-700:#29186a;--purple-600:#37209a;--purple-500:#4d2fc7;--gold-500:#ffb648;--gold-600:#f2a41f;--bg:#f8f7fc;--surface:#fff;--ink:#160f2e;--muted:#675f7d;--border:#e7e3f2;--shadow-sm:0 4px 16px #150c330f;--shadow-md:0 12px 32px #150c331f;--shadow-lg:0 24px 60px #150c332e;--radius-sm:12px;--radius-md:20px;--radius-lg:28px;--container:1180px;--font-heading:"Poppins", "Segoe UI", sans-serif;--font-body:"Inter", "Segoe UI", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--ink);margin:0;line-height:1.15}p{color:var(--muted);margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--purple-600);background:#4d2fc714;border:1px solid #4d2fc72e;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.btn{white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(135deg, var(--gold-500), var(--gold-600));color:var(--purple-900);box-shadow:0 10px 24px #f2a41f59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px #f2a41f73}.btn-secondary{background:var(--surface);color:var(--purple-700);border:1.5px solid var(--border)}.btn-secondary:hover{border-color:var(--purple-500);color:var(--purple-600);transform:translateY(-2px)}.btn-ghost-light{color:#fff;background:#ffffff1f;border:1.5px solid #ffffff59}.btn-ghost-light:hover{background:#fff3;transform:translateY(-2px)}.section{padding:100px 0}.section-head{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:620px;margin:0 auto 56px;display:flex}.section-head h2{letter-spacing:-.02em;font-size:clamp(28px,4vw,40px)}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=640px){.section{padding:64px 0}}.about{background:var(--surface)}.about__inner{grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px;display:grid}.about__text{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.about__text h2{font-size:clamp(26px,3.4vw,34px)}.about__text p{font-size:15.5px;line-height:1.7}.about__quote{font-family:var(--font-heading);color:var(--purple-600);border-left:3px solid var(--gold-500);padding-left:16px;font-size:19px;font-style:italic}.about__values{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.value-card{border-radius:var(--radius-md);background:var(--bg);border:1px solid var(--border);align-items:flex-start;gap:14px;padding:22px;transition:transform .3s,box-shadow .3s;display:flex}.value-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-4px)}.value-card__icon{font-size:22px}.value-card h3{margin-bottom:4px;font-size:16px}.value-card p{font-size:13.5px;line-height:1.5}@media (width<=900px){.about__inner{text-align:center;grid-template-columns:1fr}.about__text{align-items:center}.about__quote{text-align:left}}@media (width<=520px){.about__values{grid-template-columns:1fr}}.contact{background:linear-gradient(160deg, var(--purple-900), var(--purple-700));border-radius:var(--radius-lg);color:#fff;margin:0 20px}.contact__inner{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;display:grid}.contact__info{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.contact .eyebrow{color:var(--gold-500);background:#ffffff1f;border-color:#ffffff3d}.contact__info h2{color:#fff;font-size:clamp(26px,3.4vw,34px)}.contact__info p{color:#ffffffbf;max-width:440px;font-size:15.5px;line-height:1.7}.contact__list{flex-direction:column;gap:12px;margin:4px 0 8px;display:flex}.contact__list li,.contact__list a{color:#ffffffe6;align-items:center;gap:10px;font-size:15px;display:inline-flex}.contact__list-icon{font-size:16px}.contact__panel{flex-direction:column;gap:20px;display:flex}.chat{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff24;overflow:hidden}.chat__bar{background:#ffffff0f;border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:16px 20px;display:flex}.chat__avatar{background:linear-gradient(135deg, var(--gold-500), var(--gold-600));width:38px;height:38px;color:var(--purple-900);font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.chat__bar strong{color:#fff;font-size:14.5px;display:block}.chat__status{color:#fff9;align-items:center;gap:6px;font-size:12px;display:inline-flex}.chat__status-dot{background:#4ade80;border-radius:50%;width:6px;height:6px}.chat__body{flex-direction:column;gap:10px;padding:20px;display:flex}.chat__bubble{border-radius:16px;max-width:80%;padding:12px 16px;font-size:14px;line-height:1.5}.chat__bubble--in{color:#ffffffeb;background:#ffffff1a;border-bottom-left-radius:4px;align-self:flex-start}.chat__bubble--typing{align-items:center;gap:4px;padding:14px 18px;display:flex}.chat__bubble--typing span{background:#fff9;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing-bounce}.chat__bubble--typing span:nth-child(2){animation-delay:.15s}.chat__bubble--typing span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.contact__actions{flex-direction:column;gap:12px;display:flex}.contact__action{border-radius:var(--radius-sm);background:#ffffff0f;border:1px solid #ffffff24;align-items:center;gap:14px;padding:16px 20px;transition:transform .3s,background .3s,border-color .3s;display:flex}.contact__action:hover{border-color:var(--gold-500);background:#ffffff1f;transform:translateY(-3px)}.contact__action-icon{background:#ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.contact__action-text{flex-direction:column;flex:1;gap:2px;display:flex}.contact__action-text strong{color:#fff;font-size:15px}.contact__action-text span{color:#fff9;font-size:13px}.contact__action-arrow{color:var(--gold-500);font-size:18px;transition:transform .3s}.contact__action:hover .contact__action-arrow{transform:translate(4px)}@media (width<=900px){.contact{border-radius:var(--radius-md);margin:0 12px}.contact__inner{text-align:center;grid-template-columns:1fr}.contact__info{align-items:center}.contact__info p{max-width:100%}.contact__list li,.contact__list a{justify-content:center}}.footer{background:var(--purple-900);color:#ffffffb3;margin-top:100px}.footer__inner{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding:72px 24px 48px;display:grid}.footer__logo{align-items:center;gap:10px;margin-bottom:14px;display:inline-flex}.footer__logo img{width:auto;height:34px}.footer__logo span{font-family:var(--font-heading);color:#4d8bff;font-size:19px;font-weight:700}.footer__logo span em{color:#fff;font-style:normal}.footer__brand p{color:#ffffff8c;max-width:260px;font-size:14px;line-height:1.6}.footer__col h4{color:#fff;margin-bottom:18px;font-size:15px}.footer__col ul{flex-direction:column;gap:10px;display:flex}.footer__col ul a,.footer__col ul li{color:#fff9;font-size:14px;transition:color .2s}.footer__col ul a:hover{color:var(--gold-500)}.footer__social{gap:10px;display:flex}.footer__social a{color:#fff;background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;transition:background .2s,transform .2s;display:flex}.footer__social a:hover{background:var(--gold-500);color:var(--purple-900);transform:translateY(-3px)}.footer__bottom{border-top:1px solid #ffffff14;padding:20px 0}.footer__bottom p{color:#ffffff73;text-align:center;font-size:13px}@media (width<=780px){.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=480px){.footer__inner{text-align:center;grid-template-columns:1fr}.footer__brand p{max-width:100%;margin:0 auto}.footer__social{justify-content:center}}.founder{overflow-x:hidden}.founder__inner{grid-template-columns:.55fr 1fr;align-items:center;gap:64px;display:grid}.founder__photo-wrap{justify-content:center;display:flex;position:relative}.founder__photo{z-index:1;border:6px solid var(--surface);width:260px;height:260px;box-shadow:var(--shadow-lg);border-radius:50%;position:relative;overflow:hidden}.founder__photo img{object-fit:cover;width:100%;height:100%}.founder__photo-ring{z-index:0;border:2px dashed #4d2fc74d;border-radius:50%;width:300px;height:300px;animation:24s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.founder__content{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.founder__content h2{font-size:clamp(26px,3.4vw,34px)}.founder__role{font-family:var(--font-heading);color:var(--purple-600);font-size:15px;font-weight:600}.founder__bio{max-width:520px;margin-top:4px;font-size:15.5px;line-height:1.7}.founder__socials{gap:12px;margin-top:12px;display:flex}.founder__social{background:var(--surface);border:1px solid var(--border);width:44px;height:44px;color:var(--purple-600);box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s,background .3s,color .3s;display:flex}.founder__social svg{width:20px;height:20px}.founder__social:hover{box-shadow:var(--shadow-md);background:var(--purple-600);color:#fff;transform:translateY(-3px)}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (width<=860px){.founder__inner{text-align:center;grid-template-columns:1fr}.founder__content{align-items:center}.founder__bio{max-width:100%}.founder__socials{justify-content:center}}.hero{padding:168px 0 120px;position:relative;overflow:hidden}.hero__blob{filter:blur(70px);z-index:0;opacity:.5;border-radius:50%;position:absolute}.hero__blob--one{background:radial-gradient(circle, var(--gold-500), transparent 70%);width:480px;height:480px;top:-160px;right:-120px}.hero__blob--two{background:radial-gradient(circle, var(--purple-500), transparent 70%);opacity:.25;width:420px;height:420px;bottom:-180px;left:-140px}.hero__inner{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid;position:relative}.hero__content{flex-direction:column;align-items:flex-start;gap:22px;display:flex}.hero h1{letter-spacing:-.02em;font-size:clamp(32px,4.4vw,52px)}.hero__accent{color:var(--purple-600)}.hero__lead{max-width:520px;font-size:17px;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:16px;margin-top:8px;display:flex}.hero__meta{flex-wrap:wrap;gap:20px;margin-top:12px;display:flex}.hero__meta-item{color:var(--muted);align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.hero__meta-dot{background:var(--gold-500);border-radius:50%;width:6px;height:6px}.hero__visual{justify-content:center;display:flex;position:relative}.hero__panel{border-radius:var(--radius-lg);width:100%;max-width:460px;box-shadow:var(--shadow-lg);background:linear-gradient(155deg, var(--purple-700), var(--purple-900) 75%);flex-direction:column;gap:26px;padding:32px;display:flex;position:relative;overflow:hidden}.hero__panel-glow{filter:blur(50px);z-index:0;border-radius:50%;position:absolute}.hero__panel-glow--one{background:radial-gradient(circle, var(--gold-500), transparent 70%);opacity:.55;width:220px;height:220px;animation:6s ease-in-out infinite pulse;top:-70px;right:-60px}.hero__panel-glow--two{opacity:.35;background:radial-gradient(circle,#7c5cff,#0000 70%);width:200px;height:200px;animation:7s ease-in-out 1.5s infinite pulse;bottom:-80px;left:-60px}.hero__panel-top{z-index:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.hero__panel-logo{background:var(--surface);box-shadow:var(--shadow-sm);font-family:var(--font-heading);color:#003c8f;border-radius:12px;align-items:center;gap:8px;padding:8px 16px 8px 10px;font-size:15px;font-weight:700;display:inline-flex}.hero__panel-logo em{color:#0b5fff;font-style:normal}.hero__panel-logo img{width:auto;height:24px}.hero__panel-status{color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.hero__panel-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite pulse-dot;box-shadow:0 0 #4ade8099}.hero__terminal{z-index:1;background:#0d0a1f;border:1px solid #ffffff1a;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000059}.hero__terminal-bar{background:#ffffff0a;border-bottom:1px solid #ffffff14;align-items:center;gap:8px;padding:10px 14px;display:flex}.hero__terminal-dot{border-radius:50%;width:9px;height:9px}.hero__terminal-dot--red{background:#ff5f56}.hero__terminal-dot--yellow{background:#ffbd2e}.hero__terminal-dot--green{background:#27c93f}.hero__terminal-title{color:#ffffff73;font-size:12px;font-family:var(--font-body);margin-left:8px}.hero__terminal-body{flex-direction:column;gap:10px;min-height:168px;padding:18px 20px 22px;font-family:Courier New,ui-monospace,monospace;font-size:13.5px;display:flex}.hero__terminal-line{color:#ffffffd9;white-space:pre-wrap;word-break:break-word}.hero__terminal-prompt{width:20px;color:var(--gold-500);display:inline-block}.hero__terminal-cursor{background:var(--gold-500);vertical-align:text-bottom;width:7px;height:14px;margin-left:2px;animation:.9s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.hero__panel-orbit{z-index:0;pointer-events:none;position:absolute;inset:0}.hero__orbit-dot{background:var(--gold-500);opacity:.7;border-radius:50%;width:8px;height:8px;animation:5s ease-in-out infinite float;position:absolute}.hero__orbit-dot--a{animation-delay:.2s;top:18%;right:8%}.hero__orbit-dot--b{width:5px;height:5px;animation-delay:1.4s;bottom:30%;right:14%}.hero__orbit-dot--c{width:6px;height:6px;animation-delay:2.2s;top:45%;left:6%}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}@keyframes pulse-dot{0%{box-shadow:0 0 #4ade8099}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}.hero__card{background:var(--surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);flex-direction:column;gap:2px;padding:12px 18px;animation:5s ease-in-out infinite float;display:flex;position:absolute}.hero__card strong{color:var(--ink);font-size:14px}.hero__card span{color:var(--muted);font-size:12px}.hero__card--top{animation-delay:.3s;top:-18px;left:-24px}.hero__card--bottom{animation-delay:1s;bottom:-18px;right:-20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=900px){.hero{padding:140px 0 80px}.hero__inner{text-align:center;grid-template-columns:1fr}.hero__content{align-items:center}.hero__lead{max-width:100%}.hero__actions,.hero__meta{justify-content:center}.hero__visual{margin-top:24px}.hero__card{display:none}}.navbar{z-index:100;padding:18px 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;top:0;left:0;right:0}.navbar.is-scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#f8f7fcd9;padding:12px 0}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.navbar__brand{align-items:center;gap:10px;display:inline-flex}.navbar__brand img{width:auto;height:38px}.navbar__brand span{font-family:var(--font-heading);letter-spacing:-.01em;color:#003c8f;font-size:20px;font-weight:700}.navbar__brand span em{color:#0b5fff;font-style:normal}.navbar__links{align-items:center;gap:32px;display:flex}.navbar__links ul{align-items:center;gap:28px;display:flex}.navbar__links a{color:var(--ink);padding:4px 0;font-size:15px;font-weight:500;position:relative}.navbar__links ul a:after{content:"";background:var(--gold-500);width:0;height:2px;transition:width .25s;position:absolute;bottom:-2px;left:0}.navbar__links ul a:hover:after{width:100%}.navbar__cta{padding:11px 22px;font-size:14px}.navbar__toggle{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.navbar__toggle span{background:var(--ink);border-radius:2px;width:18px;height:2px;margin:0 auto;transition:transform .25s,opacity .25s;display:block}.navbar__toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle.is-open span:nth-child(2){opacity:0}.navbar__toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=860px){.navbar__toggle{display:flex}.navbar__links{background:var(--surface);width:min(320px,80%);height:100svh;box-shadow:var(--shadow-lg);flex-direction:column;justify-content:center;align-items:flex-start;gap:36px;padding:40px;transition:transform .35s;position:fixed;top:0;right:0;transform:translate(100%)}.navbar__links.is-open{transform:translate(0)}.navbar__links ul{flex-direction:column;align-items:flex-start;gap:22px}.navbar__links ul a{font-size:18px}.navbar__cta{width:100%}}.services__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:14px;padding:32px 26px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.service-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-6px)}.service-card__icon{background:linear-gradient(135deg,#4d2fc71f,#ffb6482e);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;display:flex}.service-card h3{font-size:19px}.service-card p{font-size:14.5px;line-height:1.6}@media (width<=940px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services__grid{grid-template-columns:1fr}}.trusted__row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.trusted__badge{background:var(--surface);border:1px solid var(--border);font-family:var(--font-heading);color:var(--purple-700);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;padding:14px 28px;font-size:15px;font-weight:600;transition:transform .3s,box-shadow .3s,border-color .3s,color .3s;display:inline-flex}.trusted__badge:hover{box-shadow:var(--shadow-md);border-color:var(--purple-500);color:var(--purple-600);transform:translateY(-4px)}
