:root{--accent: #FF5F1F;--accent-dark: #E04F19;--cube-white: #f5f5f5;--cube-yellow: #ffd400;--cube-red: #d6332b;--cube-orange: #ff7322;--cube-blue: #1565d8;--cube-green: #19a253;--bg: #ffffff;--surface: #fafafa;--surface-2: #f4f4f5;--text: #0d0d0f;--muted: #5c5c66;--border: #ececef;--card-shadow: 0 1px 2px rgba(15, 15, 20, .04), 0 10px 30px rgba(15, 15, 20, .05);--card-shadow-hover: 0 2px 6px rgba(15, 15, 20, .06), 0 18px 44px rgba(15, 15, 20, .1);--footer-bg: #0d0d0f;--footer-text: #e7e7ea;--footer-muted: #9a9aa3;--footer-border: #232327;--radius: 16px;--radius-sm: 10px;--maxw: 1140px}[data-theme=dark]{--bg: #0d0d0f;--surface: #141416;--surface-2: #1a1a1d;--text: #f4f4f5;--muted: #a1a1aa;--border: #262629;--card-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35);--card-shadow-hover: 0 2px 6px rgba(0, 0, 0, .5), 0 18px 44px rgba(0, 0, 0, .5);--footer-bg: #08080a;--footer-border: #1c1c1f}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .3s ease,color .3s ease}.container{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}h1,h2,h3{font-family:Plus Jakarta Sans,sans-serif;line-height:1.1;letter-spacing:-.02em}a{color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;padding:.8rem 1.5rem;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.btn:hover{transform:translateY(-2px)}.btn-sm{padding:.55rem 1rem;font-size:.9rem}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-secondary{background:transparent;color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:var(--text)}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.eyebrow-sm{color:var(--accent)}.dots{display:inline-flex;gap:3px}.dots i{width:8px;height:8px;border-radius:2px;display:block}.dots i:nth-child(1){background:var(--cube-red)}.dots i:nth-child(2){background:var(--cube-blue)}.dots i:nth-child(3){background:var(--cube-yellow)}.dots i:nth-child(4){background:var(--cube-green)}.dots i:nth-child(5){background:var(--cube-orange)}.navbar{position:sticky;top:0;z-index:1000;background:color-mix(in srgb,var(--bg) 80%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:84px}.navbar-brand img{height:52px;width:auto;display:block}.nav-links{list-style:none;display:flex;gap:.5rem}.nav-links a{text-decoration:none;color:var(--muted);font-weight:500;font-size:.95rem;padding:.5rem .85rem;border-radius:8px;transition:color .15s ease,background .15s ease}.nav-links a:hover{color:var(--text);background:var(--surface-2)}.nav-actions{display:flex;align-items:center;gap:.6rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:10px;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.theme-toggle:hover{border-color:var(--text);transform:translateY(-1px)}.theme-toggle svg{width:18px;height:18px}.menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:10px;cursor:pointer}.hero{padding:2rem 0;position:relative;overflow:hidden;min-height:calc(100vh - 84px);display:flex;align-items:center}.hero .container{width:100%}.hero-inner{text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;margin:1.25rem 0;letter-spacing:-.03em}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--muted);max-width:620px}.hero-cta{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.cubes-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.floaty-cube{position:absolute;width:var(--size, 130px);height:auto;opacity:0;will-change:transform,opacity;filter:drop-shadow(0 16px 22px rgba(15,15,20,.16))}.floaty-cube[data-side=left]{transform:translate(-70vw)}.floaty-cube[data-side=right]{transform:translate(70vw)}[data-theme=dark] .floaty-cube{filter:drop-shadow(0 16px 26px rgba(0,0,0,.6))}.strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.strip-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.5rem;padding:1.5rem}.strip-item{display:inline-flex;align-items:center;gap:.55rem;color:var(--muted);font-weight:500;font-size:.95rem}.strip-item svg{width:18px;height:18px;color:var(--accent)}.section{padding:6rem 0}.section-head{text-align:center;max-width:640px;margin:0 auto 3.5rem;display:flex;flex-direction:column;align-items:center;gap:.9rem}.section-title{font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700}.section-lead{color:var(--muted);font-size:1.05rem}.tools{background:var(--surface);border-top:1px solid var(--border)}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.tool-card{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--text);box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tool-card:hover{transform:translateY(-6px);box-shadow:var(--card-shadow-hover)}.tool-image{aspect-ratio:16 / 10;padding:1.35rem;background:var(--card-bg, var(--surface-2));display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border)}.tool-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;box-shadow:0 6px 16px #0f0f142e;transition:transform .35s ease}.tool-card:hover .tool-image img{transform:scale(1.03)}.tool-content{padding:1.4rem 1.5rem 1.6rem}.tool-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.4rem;display:flex;align-items:center;gap:.35rem}.tool-content h3 svg{width:17px;height:17px;color:var(--accent);transition:transform .2s ease}.tool-card:hover h3 svg{transform:translate(2px,-2px)}.tool-content p{color:var(--muted);font-size:.95rem}.about-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.about-copy .section-title{text-align:left;margin:.9rem 0 1.2rem}.about-copy .section-lead{margin-bottom:2rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:1.4rem}.feature-list li{display:flex;gap:.9rem;align-items:flex-start}.feat-dot{width:14px;height:14px;border-radius:4px;background:var(--dot);margin-top:.35rem;flex-shrink:0}.feature-list strong{font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.feature-list p{color:var(--muted);font-size:.95rem}.about-visual img{width:100%;height:auto;display:block}.cta-band{padding:5rem 0;background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cta-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.cta-inner h2{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700}.cta-inner p{color:var(--muted);margin-bottom:1.2rem}.footer{background:var(--footer-bg);color:var(--footer-text);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}.footer-brand img{height:36px;width:auto;margin-bottom:1rem}.footer-brand p{color:var(--footer-muted);max-width:280px;font-size:.95rem}.footer-col h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--footer-muted);margin-bottom:1rem;font-weight:600}.footer-col a{display:flex;align-items:center;gap:.5rem;color:var(--footer-text);text-decoration:none;font-size:.95rem;padding:.35rem 0;transition:color .15s ease}.footer-col a:hover{color:var(--accent)}.footer-col a svg{width:16px;height:16px}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--footer-border);color:var(--footer-muted);font-size:.9rem;text-align:center}.mobile-menu{position:fixed;top:84px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 1.5rem 1.5rem;transform:translateY(-130%);transition:transform .3s ease;z-index:999}.mobile-menu.active{transform:translateY(0)}.mobile-nav{display:flex;flex-direction:column;gap:.25rem}.mobile-nav a{text-decoration:none;color:var(--text);font-family:Plus Jakarta Sans,sans-serif;font-weight:500;font-size:1.05rem;padding:.75rem .5rem;border-radius:8px}.mobile-nav a:hover{background:var(--surface-2)}@media (max-width: 900px){.about-inner{grid-template-columns:1fr;gap:2.5rem}.about-copy .section-title,.about-copy{text-align:center}.about-copy .eyebrow{justify-content:center}.feature-list li{text-align:left}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media (max-width: 768px){.nav-links,.nav-cta{display:none}.menu-toggle{display:inline-flex}.section{padding:4rem 0}.hero{padding:3rem 0}}@media (max-width: 1080px){.cubes-stage{display:none}}@media (max-width: 560px){.footer-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.floaty-cube{transition:none!important}}
