:root{color-scheme:light;--home-bg: #eef6ff;--home-surface: #ffffff;--home-text: #0b1220;--home-muted: #526175;--home-line: rgba(15, 23, 42, .1);--home-primary: #2563eb;--home-primary-strong: #1d4ed8;--home-accent: #06b6d4;--home-mint: #10b981;--home-violet: #7c3aed;--home-amber: #f59e0b;--home-ink: #0f172a;--home-primary-shadow: rgba(37, 99, 235, .28);--home-card-shadow: rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 14% 8%,rgba(37,99,235,.2),transparent 32%),radial-gradient(circle at 88% 18%,rgba(6,182,212,.2),transparent 30%),radial-gradient(circle at 68% 82%,rgba(124,58,237,.11),transparent 34%),linear-gradient(180deg,#ffffffd1,#f1f8fff0 42%,#eef6ff),var(--home-bg);color:var(--home-text)}a{color:inherit}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{letter-spacing:0}.home-header{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1180px,calc(100% - 32px));margin:0 auto;padding:22px 0 8px}.home-brand,.home-nav,.home-actions,.home-showcase__footer{display:flex;align-items:center}.home-brand{gap:10px;color:var(--home-text);font-size:1rem;font-weight:900;text-decoration:none}.home-brand img{width:40px;aspect-ratio:1}.home-nav{gap:8px}.home-nav a{padding:10px 12px;border-radius:8px;color:var(--home-muted);font-size:.92rem;font-weight:800;text-decoration:none}.home-nav a:hover{color:var(--home-text);background:#2563eb14}.home-nav .home-nav__button{color:#fff;background:linear-gradient(135deg,var(--home-primary),var(--home-accent));box-shadow:0 10px 28px #2563eb38}.home-hero,.home-section,.home-developer,.home-products,.home-contact,.home-asset-band{width:min(1180px,calc(100% - 32px));margin:0 auto}.home-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.8fr);gap:clamp(28px,5vw,64px);align-items:center;min-height:calc(100vh - 92px);padding:52px 0 78px}.home-hero__content{min-width:0}.home-kicker{margin:0 0 14px;color:var(--home-primary-strong);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.home-hero h1{max-width:760px;margin:0;color:var(--home-text);font-size:clamp(2.25rem,3.5vw,3.45rem);line-height:1}.home-lead{max-width:690px;margin:28px 0 0;color:var(--home-muted);font-size:clamp(1.02rem,1.5vw,1.22rem);line-height:1.72}.home-actions{flex-wrap:wrap;gap:12px;margin-top:34px}.home-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;max-width:100%;padding:0 20px;border:1px solid transparent;border-radius:8px;font-weight:900;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.home-button:hover{transform:translateY(-2px)}.home-button--primary{color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 38%),linear-gradient(135deg,var(--home-primary),var(--home-accent));box-shadow:0 18px 42px var(--home-primary-shadow)}.home-button--primary:hover{box-shadow:0 22px 52px #2563eb57}.home-button--ghost{color:var(--home-primary-strong);border-color:#2563eb2e;background:#ffffffd1;box-shadow:0 12px 34px #0f172a0d}.home-button--ghost:hover{border-color:#2563eb52;background:#fff;box-shadow:0 16px 40px #0f172a17}.home-showcase{overflow:hidden;border:1px solid rgba(37,99,235,.14);border-radius:8px;background:#ffffffe6;box-shadow:0 28px 90px #0f172a24}.home-showcase__topbar{display:flex;gap:8px;padding:18px;border-bottom:1px solid var(--home-line)}.home-showcase__topbar span{width:10px;aspect-ratio:1;border-radius:50%;background:#f15f5f}.home-showcase__topbar span:nth-child(2){background:var(--home-amber)}.home-showcase__topbar span:nth-child(3){background:var(--home-mint)}.home-showcase__stage{display:grid;gap:18px;padding:clamp(20px,4vw,34px);background:linear-gradient(135deg,rgba(37,99,235,.16),transparent 44%),linear-gradient(315deg,rgba(6,182,212,.14),transparent 40%),#f8fbff}.home-package{padding:24px;border:1px solid var(--home-line);border-radius:8px;background:#fff}.home-package small,.home-package strong{display:block}.home-package small{margin-bottom:10px;color:var(--home-muted);font-weight:800;text-transform:uppercase}.home-package strong{color:var(--home-text);font-size:clamp(1.35rem,3vw,2.35rem);line-height:1.05}.home-package--blue{border-left:6px solid var(--home-primary)}.home-package--green{border-left:6px solid var(--home-mint)}.home-package--gold{border-left:6px solid var(--home-violet)}.home-package--wide{background:linear-gradient(135deg,#2563eb1f,#ffffffeb),#fff}.home-showcase__footer{justify-content:space-between;gap:16px;padding:18px;border-top:1px solid var(--home-line)}.home-showcase__footer span{color:var(--home-muted);font-weight:800}.home-showcase__footer a{color:var(--home-text);font-weight:900;text-decoration:none}.home-section{padding:44px 0 72px}.home-section__heading{max-width:760px;margin-bottom:24px}.home-section h2,.home-developer h2,.home-products h2,.home-contact h2,.home-asset-band h2{margin:0;color:var(--home-text);font-size:clamp(1.55rem,2.6vw,2.35rem);line-height:1.08}.home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-card{padding:24px;border:1px solid var(--home-line);border-radius:8px;background:linear-gradient(180deg,#fffffff5,#f8fbffeb),var(--home-surface);box-shadow:0 16px 44px var(--home-card-shadow)}.home-card__icon{display:inline-grid;place-items:center;min-width:44px;height:34px;padding:0 10px;border-radius:8px;background:linear-gradient(135deg,#2563eb1f,#06b6d41f);color:var(--home-primary-strong);font-size:.78rem;font-weight:900}.home-card h3{margin:18px 0 10px;color:var(--home-text);font-size:1.05rem;line-height:1.25}.home-card p,.home-developer p,.home-products p,.home-product p,.home-contact p,.home-asset-band p{margin:0;color:var(--home-muted);line-height:1.65}.home-developer{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:clamp(24px,5vw,56px);align-items:end;padding:clamp(24px,5vw,42px);border:1px solid rgba(37,99,235,.16);border-radius:8px;background:linear-gradient(135deg,#fffffff0,#edf6ffdb),linear-gradient(315deg,rgba(6,182,212,.18),transparent);box-shadow:0 24px 70px var(--home-card-shadow)}.home-developer p{font-size:1.04rem}.home-products{display:grid;gap:24px;align-items:start;padding:36px 0 76px}.home-products>div:first-child p{max-width:720px;margin-top:16px}.home-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-product{padding:26px;border:1px solid var(--home-line);border-radius:8px;background:#ffffffe6;box-shadow:0 18px 54px var(--home-card-shadow)}.home-product--featured{background:linear-gradient(135deg,#2563eb24,#06b6d41f),#fff}.home-product span{color:var(--home-primary-strong);font-size:.78rem;font-weight:900;text-transform:uppercase}.home-product h3{margin:12px 0 10px;color:var(--home-text);font-size:clamp(1.3rem,2.1vw,1.85rem);line-height:1.12}.home-product a{display:inline-flex;margin-top:18px;color:var(--home-primary-strong);font-weight:900;text-decoration:none}.home-asset-band{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:72px;padding:clamp(24px,5vw,44px);border:1px solid var(--home-line);border-radius:8px;background:linear-gradient(135deg,rgba(37,99,235,.13),transparent 44%),linear-gradient(315deg,rgba(6,182,212,.14),transparent 42%),#fff;box-shadow:0 18px 58px var(--home-card-shadow)}.home-asset-band>div{max-width:720px}.home-asset-band p{margin-top:16px;font-size:1.05rem}.home-contact{display:grid;justify-items:center;align-items:center;gap:24px;text-align:center;margin-bottom:72px;padding:clamp(24px,5vw,44px);border:1px solid var(--home-line);border-radius:8px;background:linear-gradient(135deg,rgba(37,99,235,.13),transparent 44%),linear-gradient(315deg,rgba(6,182,212,.14),transparent 42%),#fff;box-shadow:0 18px 58px var(--home-card-shadow)}.home-contact>div{max-width:720px}.home-contact p{margin-top:16px;font-size:1.05rem}.site-footer{border-top:1px solid var(--home-line);background:#fff}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:18px 0;color:var(--home-muted);font-size:.9rem}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px;margin-left:auto}.site-footer a{color:var(--home-muted);font-weight:700;text-decoration:none}.site-footer a:hover{color:var(--home-text)}@media(max-width:860px){.home-header{align-items:flex-start;flex-direction:column;gap:14px}.home-nav{width:100%;overflow-x:auto;padding-bottom:4px}.home-hero{grid-template-columns:1fr;min-height:auto;padding-top:18px;padding-bottom:24px}.home-developer,.home-products,.home-grid,.home-product-grid{grid-template-columns:1fr}.home-asset-band{align-items:flex-start;flex-direction:column}.home-contact{align-items:center}}@media(max-width:560px){.home-header,.home-hero,.home-section,.home-developer,.home-products,.home-contact,.home-asset-band{width:min(100% - 24px,680px)}.home-nav a{white-space:nowrap}.home-hero h1{font-size:clamp(2rem,9.5vw,2.75rem)}.home-section h2,.home-developer h2,.home-products h2,.home-contact h2,.home-asset-band h2{font-size:clamp(1.45rem,7vw,2rem)}.home-lead{margin-top:18px;font-size:1rem;line-height:1.58}.home-actions{margin-top:24px}.home-showcase__topbar{padding:12px}.home-showcase__stage{grid-template-columns:1fr 1fr;gap:10px;padding:12px}.home-package{padding:14px}.home-package small{margin-bottom:8px;font-size:.66rem}.home-package strong{font-size:1.02rem;line-height:1.15}.home-showcase__footer{display:none}.home-actions,.home-button,.home-contact .home-button,.home-asset-band .home-button{width:100%}.site-footer__inner{align-items:flex-start;flex-direction:column}.site-footer nav{justify-content:flex-start;margin-left:0}}
