*{box-sizing:border-box;margin:0;padding:0}
:root{--blue:#09b7ef;--deep:#071321;--cyan:#23d8ff;--text:#102033;--muted:#64748b;--white:#fff}
html{scroll-behavior:smooth}
body{font-family:"Hind Siliguri","Inter",sans-serif;color:var(--text);background:#f7fbff;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-3;background:linear-gradient(135deg,#f7fcff 0%,#eef8ff 48%,#fff 100%)}
.bg-orb{position:fixed;border-radius:50%;filter:blur(70px);opacity:.22;z-index:-2;pointer-events:none}
.orb-one{width:330px;height:330px;background:#00c8ff;top:70px;right:-120px}.orb-two{width:300px;height:300px;background:#8d5cff;bottom:80px;left:-140px}
.navbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(11,96,140,.08);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}
.brand img{width:52px;height:52px;object-fit:contain}.brand strong{display:block;font-family:Inter,sans-serif;font-size:14px;letter-spacing:.6px}.brand span{display:block;font-size:11px;color:#64748b}
nav{display:flex;gap:30px}nav a{text-decoration:none;color:#334155;font-size:15px;font-weight:600;transition:.2s}nav a:hover{color:#00a9e8}.menu-toggle{display:none;border:0;background:none;font-size:27px}
.hero{max-width:1240px;margin:auto;min-height:680px;padding:80px 5% 70px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.eyebrow{display:flex;align-items:center;gap:9px;color:#008fca;font-weight:700;font-size:13px;letter-spacing:.3px;margin-bottom:18px}.eyebrow span{width:30px;height:3px;background:linear-gradient(90deg,#00aef0,#7b61ff);border-radius:10px}
h1,h2{font-family:Inter,"Hind Siliguri",sans-serif;line-height:1.08;color:#071827}h1{font-size:clamp(42px,5.4vw,72px);font-weight:800;letter-spacing:-2.5px}h1 em,h2 em{font-style:normal;background:linear-gradient(90deg,#009ee5,#7a5cff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-text{max-width:640px;margin:25px 0 30px;color:#5c6c80;font-size:18px;line-height:1.8}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border-radius:13px;text-decoration:none;font-weight:700;font-size:15px;transition:.25s}.btn:hover{transform:translateY(-3px)}.primary{color:white;background:linear-gradient(135deg,#00aeea,#4568ff);box-shadow:0 14px 30px rgba(0,150,230,.23)}.secondary{color:#17334c;background:#fff;border:1px solid #d9e7f2}
.trust-row{display:flex;gap:35px;margin-top:45px}.trust-row div{display:flex;flex-direction:column}.trust-row b{font-family:Inter;color:#00a8e7;font-size:12px}.trust-row span{font-size:13px;color:#718096;margin-top:3px}
.hero-card-wrap{display:flex;justify-content:center}.hero-card{width:min(440px,100%);padding:25px;border-radius:30px;background:linear-gradient(145deg,#071522,#0b2941 58%,#064d73);box-shadow:0 35px 80px rgba(4,37,61,.25);position:relative;overflow:hidden;color:#fff}.hero-card:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:#00d9ff;opacity:.13;filter:blur(25px);right:-100px;top:-80px}.card-top{display:flex;align-items:center;gap:12px;position:relative;z-index:2}.mini-logo{width:50px;height:50px;border-radius:15px;background:#fff;display:grid;place-items:center}.mini-logo img{width:43px;height:43px;object-fit:contain}.card-top span{font-family:Inter;font-weight:800;font-size:12px}.card-top small{display:block;color:#8db3c8;font-size:10px;letter-spacing:1.4px;margin-top:3px}.live-dot{margin-left:auto;width:10px;height:10px;background:#42efb4;border-radius:50%;box-shadow:0 0 15px #42efb4}
.service-preview{margin-top:30px;padding:22px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:20px;display:flex;gap:15px;align-items:center}.preview-icon{width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,#04bff0,#755cff);display:grid;place-items:center;font-size:25px}.service-preview strong{font-size:17px}.service-preview p{font-size:12px;color:#9fb8c8;margin-top:4px;line-height:1.5}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.quick-grid div{padding:17px 13px;border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);display:flex;gap:9px;align-items:center;font-size:12px;color:#cfe1eb}.quick-grid i{font-style:normal;color:#25d5ff}.card-footer{margin-top:20px;color:#6f9bb1;font-size:10px;text-align:center;letter-spacing:1px}
.section{max-width:1240px;margin:auto;padding:95px 5%}.section-heading{max-width:680px}.section-heading h2{font-size:clamp(34px,4vw,53px);letter-spacing:-1.7px}.section-heading p{color:#718096;font-size:16px;margin-top:15px;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}.service-card{padding:28px;border-radius:24px;background:#fff;border:1px solid #e5eef6;box-shadow:0 12px 30px rgba(21,65,96,.06);transition:.25s;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-7px);box-shadow:0 22px 45px rgba(21,65,96,.12)}.service-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:var(--card-color)}.service-card.blue{--card-color:#10a9ec}.service-card.purple{--card-color:#7958f5}.service-card.orange{--card-color:#ff9c3d}.service-card.green{--card-color:#17c48a}.service-card.pink{--card-color:#ec5ca8}.service-card.cyan{--card-color:#15cad4}.icon{width:54px;height:54px;border-radius:16px;background:#f1f9ff;display:grid;place-items:center;font-size:25px;margin-bottom:20px}.service-card h3{font-size:19px;margin-bottom:8px}.service-card p{font-size:14px;color:#718096;line-height:1.7}
.center{margin:auto;text-align:center}.center .eyebrow{justify-content:center}.steps{display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr;align-items:center;margin-top:50px}.step{text-align:center}.number{margin:0 auto 18px;width:65px;height:65px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#00b8ef,#765aff);color:#fff;font-family:Inter;font-weight:800;box-shadow:0 12px 25px rgba(42,133,226,.2)}.step h3{font-size:18px}.step p{color:#758397;font-size:14px;line-height:1.65;margin-top:7px}.connector{height:2px;background:linear-gradient(90deg,#a9e9ff,#c9c1ff)}
.why{padding-top:50px}.why-panel{border-radius:34px;padding:55px;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;background:linear-gradient(135deg,#071522,#0b3855);color:white;box-shadow:0 30px 70px rgba(3,35,57,.2);position:relative;overflow:hidden}.why-panel:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:#00d5ff;opacity:.1;right:-150px;bottom:-170px}.why-copy h2{color:#fff}.why-copy p{color:#9db7c7;line-height:1.8;margin-top:17px}.why-copy .eyebrow{color:#51d8ff}.features{display:grid;grid-template-columns:1fr 1fr;gap:18px;position:relative;z-index:2}.features>div{display:flex;gap:13px;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.045)}.features>div>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#08b9ef;color:#06344a;font-weight:900;flex:none}.features strong{font-size:15px}.features p{color:#8faaba;font-size:12px;margin-top:4px;line-height:1.5}
.cta{padding-top:70px;padding-bottom:80px}.cta-inner{border-radius:30px;padding:48px 55px;background:linear-gradient(120deg,#00a9e8,#625cf3);display:flex;align-items:center;justify-content:space-between;gap:40px;color:white;box-shadow:0 25px 60px rgba(40,115,224,.22)}.cta h2{color:white;font-size:clamp(33px,4vw,48px)}.cta p{color:#dff6ff;margin-top:12px;max-width:600px}.light{color:#d9f9ff}.light span{background:#fff}.cta-buttons{display:flex;gap:10px;flex-wrap:wrap}.white{background:white;color:#096d9d}.whatsapp{background:#19d47a;color:#062e22}
footer{padding:30px 6%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#06131e;color:#fff}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:10px}.footer-brand strong{font-family:Inter;font-size:12px;display:block}.footer-brand span{font-size:11px;color:#7f9aaa}.footer-copy{font-size:11px;color:#6d8796}
@media(max-width:900px){nav{gap:18px}.hero{grid-template-columns:1fr;gap:50px;padding-top:55px}.hero-card-wrap{justify-content:flex-start}.service-grid{grid-template-columns:1fr 1fr}.why-panel{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start}.steps{grid-template-columns:1fr;gap:25px}.connector{width:2px;height:35px;margin:auto}}
@media(max-width:650px){.navbar{height:70px;padding:0 5%}.brand img{width:43px;height:43px}.brand strong{font-size:11px}.brand span{font-size:9px}nav{display:none;position:absolute;top:70px;left:0;right:0;background:white;padding:18px 6%;flex-direction:column;gap:15px;box-shadow:0 15px 30px rgba(0,0,0,.08)}nav.open{display:flex}.menu-toggle{display:block}.hero{padding:48px 6% 60px;min-height:auto}.hero-text{font-size:16px}.trust-row{gap:18px;margin-top:35px}.trust-row span{font-size:11px}.hero-card{padding:19px;border-radius:24px}.section{padding:70px 6%}.service-grid,.features{grid-template-columns:1fr}.why-panel{padding:34px 25px;border-radius:25px}.cta-inner{padding:35px 25px;border-radius:25px}footer{padding:25px 6%;flex-direction:column;align-items:flex-start}.footer-copy{font-size:10px}}
