:root{--navy:#12233f;--blue:#2563eb;--purple:#7c3aed;--pink:#ec4899;--orange:#f97316;--amber:#f59e0b;--red:#ef4444;--dark:#0f172a;--slate:#334155;--muted:#64748b;--light:#f8fafc;--cream:#fdf4e3;--border:#e8edf3;--white:#fff}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--dark);line-height:1.65;background:#fbfcfe}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
section{padding:76px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#eef2ff;color:var(--purple);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:12px;padding:8px 16px;border-radius:30px;margin-bottom:18px}
h1,h2,h3{line-height:1.18;font-weight:800}
.center{text-align:center}
h2{font-size:38px;margin-bottom:14px}
.gradient-text{background:linear-gradient(90deg,var(--blue),var(--purple),var(--pink));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.section-sub{color:var(--muted);font-size:17px;max-width:640px;margin-bottom:44px}
.center .section-sub{margin-left:auto;margin-right:auto}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:40px;font-weight:700;transition:.2s;cursor:pointer;border:none;font-size:15px}
.btn svg{width:18px;height:18px}
.btn-orange{background:linear-gradient(90deg,var(--amber),var(--orange));color:#fff;box-shadow:0 8px 20px rgba(249,115,22,.3)}
.btn-purple{background:linear-gradient(90deg,#6366f1,var(--purple));color:#fff;box-shadow:0 8px 20px rgba(124,58,237,.3)}
.btn-orange:hover,.btn-purple:hover{transform:translateY(-2px)}
.btn-ghost{border:2px solid var(--purple);color:var(--purple);background:#fff}
.btn-ghost:hover{background:var(--purple);color:#fff}
.btn-white{background:#fff;color:var(--purple)}
svg.ico{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/* Header */
header{position:sticky;top:14px;z-index:100;padding:0 16px}
.nav{display:flex;align-items:center;justify-content:space-between;height:66px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:0 26px;box-shadow:0 6px 24px rgba(15,23,42,.06);max-width:1180px;margin:0 auto}
.logo{display:flex;flex-direction:column;line-height:1}
.logo .brand{font-size:23px;font-weight:900;letter-spacing:.5px}
.logo .brand .g{color:var(--orange)}
.logo .brand .n{color:var(--navy)}
.logo .tag{font-size:9px;letter-spacing:1px;color:var(--orange);font-weight:700;margin-top:3px}
.nav-links{display:flex;gap:24px;list-style:none}
.nav-links a{font-weight:600;color:var(--slate);font-size:15px;transition:.2s}
.nav-links a:hover,.nav-links a.active{color:var(--purple)}
.nav-contact{background:linear-gradient(90deg,#ef4444,#dc2626);color:#fff;padding:11px 24px;border-radius:40px;font-weight:700}
.nav-contact:hover{color:#fff}
/* Hero */
.hero{padding:70px 0 60px;background:radial-gradient(circle at 15% 20%,#f3f0ff,transparent 40%),radial-gradient(circle at 85% 30%,#fef2f2,transparent 40%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero h1{font-size:50px;margin-bottom:20px}
.hero p{font-size:18px;color:var(--slate);margin-bottom:26px;max-width:520px}
.hero-badges{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-bottom:32px;max-width:480px}
.hero-badge{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--slate);font-size:15px}
.check{width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.check svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.video-wrap{position:relative;width:100%;padding-top:56.25%;border-radius:24px;overflow:hidden;box-shadow:0 24px 50px rgba(30,58,138,.22);border:1px solid #eef}
.video-wrap .ph{position:absolute;inset:0;background:linear-gradient(135deg,#eef2ff,#faf5ff);display:flex;align-items:center;justify-content:center}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
/* Grids */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:34px 28px;transition:.25s}
.card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(15,23,42,.1);border-color:var(--purple)}
.card-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card-icon svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:21px;margin-bottom:8px}
.card>p{color:var(--muted);margin-bottom:16px}
.chk{display:flex;align-items:center;gap:10px;margin:8px 0;font-weight:500;color:var(--slate);font-size:15px}
/* Stats */
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.stat-ico{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.stat-ico svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.stat-num{font-size:40px;font-weight:900;color:var(--dark)}
.stat-label{color:var(--muted);font-weight:600;margin-top:2px}
/* Partners */
.partners{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:12px}
.plogo{background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px 32px;font-weight:800;color:var(--muted);font-size:18px;letter-spacing:.5px;min-width:150px;text-align:center;box-shadow:0 4px 14px rgba(15,23,42,.04)}
/* Testimonials */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.quote{background:#fff;border:1px solid var(--border);border-radius:18px;padding:30px}
.quote .stars{color:#f59e0b;letter-spacing:2px;margin-bottom:12px}
.quote p{font-style:italic;color:var(--slate);margin-bottom:18px}
.quote .who{font-weight:800}
.quote .role{color:var(--purple);font-size:14px;font-weight:600}
/* Bito */
.bito{background:linear-gradient(180deg,#fef9ee,#fdf4e3)}
.bito .eyebrow{background:#fff3d6;color:var(--orange)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.laptop{background:#fff;border-radius:18px;padding:14px;box-shadow:0 24px 50px rgba(180,120,20,.18);border:1px solid #f0e2c4}
.laptop-screen{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px;height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}
.laptop-screen .bj{font-weight:900;color:var(--orange);font-size:13px;letter-spacing:1px;margin-bottom:10px}
.laptop-screen h4{font-size:22px;color:#78350f;margin-bottom:8px}
.laptop-screen p{font-size:13px;color:#92400e}
.sol-list{display:flex;flex-direction:column;gap:14px;margin-top:20px}
.sol{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #f0e2c4;border-radius:14px;padding:16px 20px;font-weight:600;color:var(--slate)}
.sol .si{width:40px;height:40px;border-radius:12px;background:#fef3c7;color:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sol .si svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.bito-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;text-align:center;margin-top:56px}
.bstat{background:#fff;border:1px solid #f0e2c4;border-radius:18px;padding:28px 16px}
.bstat .bico{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--orange),#b45309);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.bstat .bico svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.bstat .n{font-size:32px;font-weight:900;color:#78350f}
.bstat .l{color:#92400e;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}
/* About split */
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.setapart{display:flex;flex-direction:column;gap:16px;margin:20px 0 28px}
.setapart li{display:flex;gap:12px;align-items:flex-start;list-style:none}
.setapart .check{margin-top:2px}
.story-card{background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;border-radius:24px;padding:44px;text-align:center;box-shadow:0 20px 50px rgba(37,99,235,.25)}
.story-card .big{font-size:52px;font-weight:900;margin:10px 0}
/* Impact */
.impact{background:var(--navy);color:#fff}
.impact .stat-num{color:#fff}
.impact .stat-label{color:#9fb0c6}
.impact .stat-ico{background:rgba(255,255,255,.12)}
/* Industry tags */
.tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:8px}
.tag{background:#fff;border:1px solid var(--border);border-radius:40px;padding:12px 22px;font-weight:700;color:var(--slate);display:flex;align-items:center;gap:8px}
/* Mini cards */
.mini{background:#fff;border:1px solid var(--border);border-radius:16px;padding:26px;transition:.2s}
.mini:hover{border-color:var(--purple);transform:translateY(-4px)}
.mini .mi{width:48px;height:48px;border-radius:12px;background:#eef2ff;color:var(--purple);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.mini .mi svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mini h3{font-size:17px;margin-bottom:6px}
.mini .pn{color:var(--purple);font-weight:800;font-size:14px;margin-bottom:8px}
.mini p{color:var(--muted);font-size:14px}
/* Process */
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.step{background:#fff;border:1px solid var(--border);border-radius:18px;padding:32px}
.step-num{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;margin-bottom:16px}
.step h3{font-size:19px;margin-bottom:10px}
.step p{color:var(--muted)}
/* News */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:.2s}
.article:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(15,23,42,.08)}
.article-top{background:linear-gradient(90deg,var(--blue),var(--purple),var(--pink));height:7px}
.article-body{padding:26px}
.article .cat{color:var(--purple);font-weight:700;font-size:12px;text-transform:uppercase}
.article h3{font-size:18px;margin:10px 0}
.article p{color:var(--muted);font-size:14px;margin-bottom:12px}
.article .meta{color:var(--muted);font-size:13px}
/* Newsletter */
.newsletter{background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff;border-radius:24px;padding:56px 40px;text-align:center}
.newsletter h2{color:#fff}
.newsletter p{color:#c7d2fe;max-width:520px;margin:0 auto 24px}
.nl-form{display:flex;gap:12px;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.nl-form input{flex:1;min-width:220px;padding:14px 18px;border-radius:40px;border:0;font-size:15px}
/* CTA */
.cta-band{background:linear-gradient(135deg,var(--blue),var(--purple),var(--pink));color:#fff;text-align:center;border-radius:26px;padding:64px 24px}
.cta-band h2{color:#fff}
.cta-band p{color:#e9e5ff;font-size:18px;margin:0 auto 28px;max-width:560px}
/* Page hero (sub-pages) */
.page-hero{background:linear-gradient(135deg,#12233f,#312e81);color:#fff;padding:80px 0;text-align:center}
.page-hero h1{font-size:44px;margin-bottom:12px}
.page-hero p{color:#c7d2fe;max-width:640px;margin:0 auto;font-size:18px}
.breadcrumb{color:#a5b4fc;font-size:14px;margin-bottom:16px}
.prose{max-width:820px;margin:0 auto}
.prose p{color:var(--slate);margin-bottom:18px;font-size:17px}
.info-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:10px}
.info-list li{display:flex;gap:12px;align-items:flex-start;color:var(--slate)}
.info-list .mi{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:var(--purple);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-list .mi svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.form-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:32px;box-shadow:0 16px 40px rgba(15,23,42,.06)}
.form-card label{display:block;font-weight:600;margin:14px 0 6px;font-size:14px}
.form-card input,.form-card textarea{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:12px;font-size:15px;font-family:inherit}
.form-card textarea{min-height:120px;resize:vertical}
/* Footer */
footer{background:var(--navy);color:#c2cbd8;padding:60px 0 26px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:44px;margin-bottom:36px}
footer h4{color:#fff;margin-bottom:16px;font-size:16px}
footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}
footer a:hover{color:#fff}
.fcontact{color:#9fb0c6;font-size:15px;line-height:1.9}
.fcontact strong{color:#fff}
.socials{display:flex;gap:12px;margin-top:14px}
.socials a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}
.socials a svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.footer-bottom{border-top:1px solid #1e3358;padding-top:22px;text-align:center;color:#7d90ab;font-size:14px}
/* Floating widget */
.bito-widget{position:fixed;bottom:22px;right:22px;z-index:200;background:linear-gradient(135deg,var(--orange),#b45309);color:#fff;border-radius:18px;padding:18px 20px;width:260px;box-shadow:0 16px 40px rgba(180,83,9,.4)}
.bito-widget .top{display:flex;align-items:center;gap:8px;font-weight:800}
.bito-widget .rate{margin-left:auto;background:rgba(255,255,255,.2);padding:2px 8px;border-radius:20px;font-size:13px}
.bito-widget .sub{font-size:13px;opacity:.9;margin:4px 0 14px}
.bito-widget a{display:block;text-align:center;background:#fff;color:var(--orange);font-weight:800;padding:10px;border-radius:12px;font-size:14px}
.bito-widget .x{position:absolute;top:8px;right:12px;cursor:pointer;opacity:.8;font-size:16px}
@media(max-width:900px){.grid-3,.grid-2,.process-grid,.news-grid,.testi-grid,.split,.hero-grid,.about-split{grid-template-columns:1fr}.grid-4,.stats-grid,.bito-stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.nav-links{display:none}.hero h1{font-size:34px}h2{font-size:27px}.hero-badges{grid-template-columns:1fr}.bito-widget{display:none}.page-hero h1{font-size:32px}}
