:root{
  --blue:#0868f7; --blue2:#18a7ff; --navy:#071326; --ink:#111827;
  --muted:#667085; --line:#e7edf5; --soft:#f6f9fd; --white:#fff;
  --shadow:0 20px 55px rgba(10,38,78,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(12,35,65,.08)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{display:block;width:205px;height:auto;mix-blend-mode:multiply}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:#344054}
.nav-links a{transition:.2s}.nav-links a:hover{color:var(--blue)}
.menu-btn{display:none;border:0;background:#eef5ff;border-radius:10px;padding:9px 12px;font-size:20px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 52%,#fff 100%);padding:95px 0 85px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;position:relative;z-index:2}
.eyebrow,.kicker{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--blue)}
.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:18px}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px #dcecff}
.hero h1{font-size:clamp(42px,5.2vw,70px);line-height:1.06;letter-spacing:-3px;margin-bottom:22px}
.hero h1 strong{color:var(--blue)}
.hero-copy>p{font-size:18px;color:#526071;max-width:650px}
.hero-actions{display:flex;gap:13px;margin:30px 0 35px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 21px;border-radius:12px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s}
.btn-primary{color:white;background:linear-gradient(135deg,var(--blue),#0751d8);box-shadow:0 12px 25px rgba(8,104,247,.24)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(8,104,247,.30)}
.btn-ghost{border-color:#d8e3f0;background:white}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.trust-row{display:flex;gap:25px;flex-wrap:wrap}.trust-row div{display:flex;flex-direction:column}.trust-row b{font-size:14px}.trust-row span{font-size:11px;color:#7a8797}
.hero-card{min-height:430px;display:grid;place-items:center;position:relative}
.orbit{position:absolute;border:1px solid rgba(8,104,247,.16);border-radius:50%}.orbit-a{width:410px;height:410px}.orbit-b{width:300px;height:300px;border-style:dashed}
.code-card{width:min(430px,100%);background:#081529;border:1px solid rgba(255,255,255,.10);border-radius:22px;box-shadow:0 35px 80px rgba(5,25,55,.25);overflow:hidden;position:relative;z-index:3}
.code-top{height:48px;background:#0d1e36;display:flex;align-items:center;gap:7px;padding:0 18px}.code-top span{width:9px;height:9px;background:#74839a;border-radius:50%}.code-top small{margin-left:auto;color:#8ea3bf;letter-spacing:1px}
pre{padding:30px 28px;color:#8fd3ff;font-size:15px;overflow:auto;line-height:2;background:linear-gradient(180deg,#091a30,#071425)}
.status{padding:14px 20px;color:#b7c6d9;font-size:12px}.status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#29d17d;margin-right:8px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(5px);opacity:.5}.glow-one{width:300px;height:300px;background:#cbe5ff;left:-140px;top:80px}.glow-two{width:250px;height:250px;background:#e0d7ff;right:-120px;bottom:-100px}
.section{padding:90px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.section-head h2,.about h2,.contact-section h2{font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-1.5px;margin-top:8px}.section-head>p{max-width:490px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{padding:27px;border:1px solid var(--line);border-radius:20px;background:white;box-shadow:0 8px 30px rgba(10,35,70,.04);transition:.25s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#cfe2ff}.service-card.featured{background:linear-gradient(145deg,#075ce5,#0a7cff);color:white;border-color:transparent}.service-card.featured p,.service-card.featured .tag{color:#e4f0ff}.icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#edf5ff;color:var(--blue);font-weight:900;font-size:19px;margin-bottom:20px}.featured .icon{background:rgba(255,255,255,.16);color:white}.service-card h3{font-size:19px;margin-bottom:9px}.service-card p{font-size:13px;color:#68778a;min-height:84px}.tag{display:inline-block;margin-top:17px;color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px}
.dark-section{padding:90px 0;background:var(--navy);color:white;position:relative;overflow:hidden}.dark-section:after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;border:1px solid rgba(79,158,255,.12);right:-150px;top:-120px}.light .kicker{color:#58b7ff}.light>p{color:#a6b5c8}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.process{padding:27px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.035);position:relative}.process b{font-size:34px;color:#3198ff}.process h3{margin:18px 0 8px}.process p{color:#9aacc2;font-size:13px}
.demo-section{background:#f8fbff}.demo-box{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:45px;border:1px solid #dce8f8;border-radius:25px;background:linear-gradient(135deg,#fff,#f1f7ff);box-shadow:var(--shadow)}.demo-box h2{font-size:34px;line-height:1.15;margin:7px 0}.demo-box p{color:var(--muted);max-width:700px}
.about-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:center}.about p{color:var(--muted);margin-top:18px;max-width:680px}.business-card{padding:32px;border-radius:24px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.business-card img{width:260px;max-width:100%;margin-bottom:25px;mix-blend-mode:multiply}.business-card div{border-top:1px solid var(--line);padding:13px 0;display:flex;justify-content:space-between;gap:15px;font-size:12px}.business-card span{color:#8a97a8}.business-card b{text-align:right}
.contact-section{padding:80px 0;background:linear-gradient(135deg,#eaf4ff,#f8fbff)}.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.contact-section p{color:var(--muted);margin-top:18px;max-width:620px}.contact-card{background:#fff;border:1px solid #dce8f8;border-radius:22px;padding:8px;box-shadow:var(--shadow)}.contact-card a{display:flex;justify-content:space-between;align-items:center;padding:17px 19px;border-bottom:1px solid var(--line);font-size:13px}.contact-card a:last-child{border:0}.contact-card span{color:#8491a2}.contact-card b{color:#182230}
.footer{background:#050e1d;color:#93a4ba;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer img{width:210px;background:#fff;border-radius:5px;margin-bottom:13px}.footer p{font-size:13px;max-width:350px}.footer-links,.social-links{display:flex;flex-direction:column;gap:10px;font-size:13px}.footer a:hover{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding-top:18px;font-size:11px}
.floating-socials{position:fixed;right:18px;bottom:18px;z-index:100;display:flex;flex-direction:column;gap:10px}.float{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:900;box-shadow:0 9px 25px rgba(0,0,0,.18);border:3px solid white}.telegram{background:#229ed9}.youtube{background:#ff0033}.whatsapp{background:#25d366}
@media(max-width:950px){.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-card{min-height:360px}.service-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.nav-links{display:none;position:absolute;left:4%;right:4%;top:72px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.menu-btn{display:block}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hero{padding:65px 0}.hero h1{font-size:42px;letter-spacing:-2px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-card{min-height:300px}.orbit-a{width:290px;height:290px}.orbit-b{width:220px;height:220px}.code-card{width:94%}.service-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.section{padding:65px 0}.demo-box{padding:30px;align-items:flex-start;flex-direction:column}.demo-box .btn{width:100%}.trust-row{gap:16px}.brand img{width:170px}}

/* ===== MS DIGITAL SOLUTIONS - POWERFUL SERVICE PORTFOLIO ===== */
.stats{background:#071326;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat-grid div{padding:25px 22px;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}
.stat-grid div:last-child{border:0}.stat-grid strong{font-size:25px;color:#54b4ff}.stat-grid span{font-size:12px;color:#9aabc0;font-weight:700}
.system-card{width:min(430px,100%);padding:25px;border-radius:24px;background:linear-gradient(145deg,#071426,#0e2543);border:1px solid rgba(102,180,255,.25);box-shadow:0 35px 90px rgba(3,22,49,.3);position:relative;z-index:3;color:#fff}
.system-head{display:flex;justify-content:space-between;align-items:center;color:#8da6c4;font-size:9px;letter-spacing:1.5px}.system-head div{display:flex;gap:5px}.system-head i{width:8px;height:8px;border-radius:50%;background:#58718e}
.system-title{font-size:34px;line-height:1.15;font-weight:800;margin:35px 0 25px;letter-spacing:-1px}.system-title strong{color:#43aaff}
.system-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.system-list span{font-size:11px;color:#c6d7e9;padding:11px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.03)}
.system-status{font-size:9px;letter-spacing:1px;color:#8299b2;margin-top:25px}.system-status b{color:#2bdb83}
.service-tabs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px;padding:7px;background:#f4f7fb;border:1px solid #e5ebf3;border-radius:15px;width:max-content;max-width:100%}
.service-tab{border:0;background:transparent;padding:10px 15px;border-radius:10px;font-weight:800;font-size:12px;color:#617084;cursor:pointer}.service-tab.active{background:#fff;color:var(--blue);box-shadow:0 5px 18px rgba(10,40,80,.09)}
.service-card{position:relative}.service-card.hidden-service{display:none}.service-card .icon{font-family:Segoe UI Emoji,Arial;font-size:20px}
.service-note{margin-top:25px;padding:18px 20px;border-radius:15px;background:#f5f9ff;border:1px solid #dce9fa;color:#637286;font-size:13px}.service-note b{color:#17263a}
.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.solution{padding:28px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);border-radius:20px}.solution>b{font-size:10px;letter-spacing:2px;color:#49aaff}.solution h3{font-size:20px;margin:15px 0 8px}.solution p{font-size:12px;color:#98a9be}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.about-points span{font-size:12px;font-weight:700;padding:11px 13px;background:#f6f9fd;border-radius:10px;color:#4f5e70}
@media(max-width:950px){.stat-grid,.solution-grid{grid-template-columns:repeat(2,1fr)}.stat-grid div:nth-child(2){border-right:0}.stat-grid div{border-bottom:1px solid rgba(255,255,255,.08)}}
@media(max-width:600px){.stat-grid,.solution-grid{grid-template-columns:1fr}.stat-grid div{border-right:0}.service-tabs{width:100%;overflow:auto;flex-wrap:nowrap}.service-tab{white-space:nowrap}.system-title{font-size:27px}.system-list{grid-template-columns:1fr}.about-points{grid-template-columns:1fr}}
