:root{--primary: #2563eb;--primary-dark: #1d4ed8;--dark: #071526;--text: #0f172a;--muted: #475569;--light: #f8fafc;--border: #e2e8f0}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.6}header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:20px 8%;background:#ffffffd9;backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.7)}header strong{font-size:1.7rem;color:var(--primary)}nav{display:flex;gap:28px}nav a{color:var(--text);text-decoration:none;font-weight:600;transition:.2s ease}nav a:hover{color:var(--primary)}.hero{padding:7rem 8% 5rem;min-height:auto}.eyebrow{color:var(--muted);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.hero h1{font-size:clamp(2.8rem,6vw,4.8rem);line-height:1.02;letter-spacing:-.04em;max-width:950px;margin-bottom:1.5rem}.hero p{max-width:760px;font-size:1.25rem;color:var(--muted)}.actions{display:flex;gap:18px;margin-top:40px;flex-wrap:wrap}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border-radius:14px;text-decoration:none;font-weight:700;transition:.25s ease}.primary{background:linear-gradient(135deg,var(--primary),#0ea5e9);color:#fff;box-shadow:0 12px 30px #2563eb40}.primary:hover{transform:translateY(-2px)}.secondary{border:1px solid var(--border);color:var(--text);background:#fff}.secondary:hover{border-color:var(--primary);color:var(--primary)}.section{padding:100px 8%}.section h2{font-size:2.6rem;margin-bottom:50px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}article{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 4px 12px #0f172a0a}article:hover{transform:translateY(-6px);border-color:#2563eb;box-shadow:0 20px 40px #2563eb1f}article h3{margin-bottom:1rem}article p{color:var(--muted)}.card-link{color:inherit;text-decoration:none}.cta{background:linear-gradient(135deg,#071526,#0f172a);color:#fff;border-radius:32px;margin:0 8% 80px}.cta p{color:#fffc}.float{position:fixed;right:24px;bottom:24px;background:#22c55e;color:#fff;padding:16px 22px;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 16px 40px #22c55e59;z-index:1000}footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:5rem 8%;background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent 30%),#071526;color:#fff}footer strong{font-size:1.8rem;color:#fff}footer p{color:#bfd0e4;max-width:520px;line-height:1.7}footer h4{margin-top:0;color:#fff}footer a{display:block;margin:.75rem 0;color:#bfd0e4;text-decoration:none;transition:color .2s ease}footer a:hover{color:#60a5fa}@media(max-width:900px){header{flex-direction:column;gap:18px}nav{flex-wrap:wrap;justify-content:center}.hero{padding-top:80px}.hero h1{line-height:1.02}.actions{flex-direction:column;align-items:stretch}footer{grid-template-columns:1fr}}.trust{background:#fff}.section-heading{max-width:780px;margin-bottom:48px}.section-heading h2{margin-bottom:18px}.section-heading p{color:var(--muted);font-size:1.12rem}@media(max-width:1024px){.hero h1{font-size:clamp(2.5rem,8vw,4rem)}.grid{grid-template-columns:1fr}footer{grid-template-columns:1fr}}@media(max-width:768px){nav{padding:1rem 5%}nav ul{gap:1rem;flex-wrap:wrap;justify-content:flex-end}.hero{padding:5rem 5% 4rem}.hero h1{font-size:clamp(2.2rem,11vw,3.5rem);line-height:1.05}.hero p{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.btn,.btn-secondary{width:100%;justify-content:center}.section{padding:4rem 5%}.section-heading h2{font-size:2rem}.grid article{padding:1.5rem}footer{padding:4rem 5%}}@media(max-width:768px){header{padding:1.2rem 5%}header strong{font-size:1.4rem}nav{gap:.9rem;font-size:.9rem;flex-wrap:wrap;justify-content:center}.hero{padding:4.5rem 5% 4rem}.hero h1{font-size:clamp(2.2rem,12vw,3.4rem);line-height:1.05}.hero p{font-size:1rem}.section{padding:4rem 5%}.section h2{font-size:2rem}.actions{flex-direction:column}.primary,.secondary{width:100%}.float{right:14px;bottom:14px;padding:12px 18px;font-size:.95rem}}.hero,.section,footer{animation:fadeUp .8s ease both}.grid article{animation:fadeUp .7s ease both}.grid article:nth-child(2){animation-delay:.08s}.grid article:nth-child(3){animation-delay:.16s}.grid article:nth-child(4){animation-delay:.24s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.tech-stack{background:#f8fafc}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem}.tech-logo{display:grid;gap:.35rem;padding:1.5rem;min-height:120px;background:#ffffffd1;border:1px solid rgba(226,232,240,.9);border-radius:20px;box-shadow:0 12px 30px #0f172a0d;transition:.25s ease}.tech-logo:hover{transform:translateY(-5px);border-color:#2563eb59;box-shadow:0 20px 45px #2563eb1f}.tech-logo strong{color:var(--primary);font-size:1.2rem}.tech-logo span{color:var(--muted);font-size:.95rem;font-weight:600}.contact-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 35%),#f8fafc}.contact-section h2{margin-bottom:1rem}.contact-section p{color:var(--muted)}.contact-form{display:grid;gap:1rem;background:#fff;padding:2rem;border:1px solid var(--border);border-radius:24px;box-shadow:0 20px 50px #0f172a14}.contact-form label{display:grid;gap:.45rem;font-weight:700;color:var(--text)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.95rem 1rem;border:1px solid var(--border);border-radius:14px;font:inherit;color:var(--text);background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.contact-form button{margin-top:.5rem;border:0;border-radius:14px;padding:1rem 1.4rem;background:linear-gradient(135deg,var(--primary),#0ea5e9);color:#fff;font:inherit;font-weight:800;cursor:pointer}.contact-form button:hover{transform:translateY(-2px)}@media(max-width:900px){.contact-section{grid-template-columns:1fr}}.form-message{margin:.5rem 0 0;font-weight:700}.form-message.success{color:#16a34a}.form-message.error{color:#dc2626}:root{--primary:#2563eb;--dark:#0f172a;--text:#334155;--bg:#f8fafc}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left,#dbeafe 0%,transparent 30%),radial-gradient(circle at bottom right,#e0f2fe 0%,transparent 30%),#f8fafc}.card{background:#ffffffbf;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 30px #0f172a0f;transition:.35s ease}.card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #2563eb1f}.btn,button{transition:.3s ease}.btn:hover,button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb40}.hero h1{animation:fadeUp .7s ease}.hero p{animation:fadeUp 1s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}header{backdrop-filter:blur(10px);background:#ffffffd9}section{position:relative;z-index:2}.hero{position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:700px;height:700px;background:radial-gradient(circle,#2563eb2e,#2563eb00 70%);top:-250px;right:-200px;z-index:0}.hero>*{position:relative;z-index:2}.hero h1{background:linear-gradient(135deg,#0f172a,#1e293b 40%,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}nav a{position:relative;transition:.3s ease}nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#2563eb;transition:.3s ease}nav a:hover:after{width:100%}.float{box-shadow:0 10px 25px #22c55e59}.float:hover{transform:translateY(-4px) scale(1.05)}.stats{padding:5rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.stat-card{background:#ffffffd1;border:1px solid rgba(226,232,240,.9);border-radius:24px;padding:2rem;text-align:center;box-shadow:0 12px 30px #0f172a0d;transition:.25s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #2563eb1a}.stat-card h3{font-size:3rem;color:var(--primary);margin-bottom:.5rem}.stat-card p{color:var(--muted);font-weight:600;line-height:1.6}.fade-up{opacity:0;transform:translateY(30px);animation:fadeUp .8s ease forwards}.fade-delay-1{animation-delay:.1s}.fade-delay-2{animation-delay:.2s}.fade-delay-3{animation-delay:.3s}.fade-delay-4{animation-delay:.4s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.menu-toggle{display:none;border:0;background:var(--primary);color:#fff;width:44px;height:44px;border-radius:12px;font-size:1.4rem;cursor:pointer}@media(max-width:768px){header{flex-direction:row;align-items:center}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}header nav{display:none;position:absolute;top:78px;left:5%;right:5%;flex-direction:column;gap:0;background:#fff;border:1px solid var(--border);border-radius:18px;padding:1rem;box-shadow:0 20px 50px #0f172a1f}header nav.open{display:flex}header nav a{padding:.9rem 1rem;border-radius:12px}header nav a:hover{background:#eff6ff}}.logo{display:flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:700;color:#2563eb;text-decoration:none}.logo img{width:150px;height:auto;object-fit:contain}.brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;align-items:center}.brand-card{min-height:165px;padding:1.5rem;display:flex;align-items:center;justify-content:center;background:#ffffffe0;border:1px solid rgba(226,232,240,.9);border-radius:20px;box-shadow:0 12px 30px #0f172a0d;transition:.25s ease}.brand-card:hover{transform:translateY(-8px) scale(1.02);border-color:#2563eb59;box-shadow:0 20px 45px #2563eb1f,0 8px 20px #0f172a14}.brand-card img{max-width:210px;max-height:90px;object-fit:contain;filter:grayscale(100%);opacity:.88;transition:.25s ease}.brand-card:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.08)}.site-footer{padding:4rem 8% 2rem;background:#0f172a;color:#cbd5e1}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;align-items:start}.footer-logo{width:170px;height:auto;margin-bottom:1.25rem;background:#fff;border-radius:8px}.site-footer p{max-width:260px;line-height:1.7;color:#94a3b8;margin:0;font-size:.98rem}.site-footer h4{color:#fff;margin:0 0 1.1rem}.site-footer a,.site-footer span{display:block;color:#94a3b8;text-decoration:none;margin-bottom:.75rem;font-weight:600;line-height:1.5}.site-footer a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.2);display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#64748b;font-size:.95rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.site-footer{padding:3rem 6% 2rem}.footer-grid{grid-template-columns:1fr}}.site-footer.compact-footer{padding:2.5rem 8%;background:#0f172a;color:#cbd5e1}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.hero-image img{width:92%;margin-left:auto;display:block;border-radius:24px;object-fit:cover;box-shadow:0 20px 60px #2563eb2e;border:1px solid rgba(255,255,255,.08)}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-image{order:0;display:flex;justify-content:center;margin-bottom:1rem}.hero-content{order:1}.hero-image img{width:100%;max-width:340px;margin:0 auto}}@media(max-width:560px){.hero{padding-top:3rem}.hero h1{font-size:clamp(2.1rem,10vw,3rem);line-height:1.08}.hero p{font-size:1rem}.actions{flex-direction:column;align-items:stretch}.actions a{text-align:center}}.card-icon{width:52px;height:52px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;font-size:1.4rem;box-shadow:0 12px 28px #2563eb38}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}.use-cases-grid article{background:#ffffffe6;border:1px solid rgba(226,232,240,.9);border-radius:22px;padding:1.5rem;display:grid;gap:.6rem;box-shadow:0 12px 30px #0f172a0d;transition:.25s ease;font-size:1.5rem}.use-cases-grid article:hover{transform:translateY(-6px);border-color:#2563eb59;box-shadow:0 20px 45px #2563eb1f}.use-cases-grid strong{color:var(--dark);font-size:1.15rem}.use-cases-grid span{color:var(--muted);font-size:1rem;line-height:1.6}
