*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f2f5ff;color:#172033}
.hero{min-height:540px;background:linear-gradient(135deg,#111827 0%,#4338ca 55%,#06b6d4 100%);color:white;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.12);right:-120px;top:110px}
.inner-header{background:linear-gradient(135deg,#111827,#4338ca);color:white}
nav{max-width:1120px;margin:auto;padding:24px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}
.brand{font-weight:900;letter-spacing:1px}
.navlinks a{color:white;text-decoration:none;margin-left:20px;font-weight:700}
.hero-content{max-width:900px;margin:95px auto 0;padding:0 24px;position:relative;z-index:2}
.tag{display:inline-block;background:#22d3ee;color:#111827;padding:10px 16px;border-radius:8px;font-weight:900}
.hero-content h1{font-size:54px;line-height:1.08;margin:18px 0}
.hero-content p{font-size:18px;line-height:1.8;max-width:720px}
main{max-width:1120px;margin:45px auto;padding:0 24px}
.intro-card{background:white;border-radius:18px;padding:34px;box-shadow:0 18px 40px rgba(17,24,39,.12);border-top:6px solid #06b6d4}
.intro-card h2{color:#4338ca}
.intro-card p{line-height:1.8}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px}
.services div{background:white;padding:28px;border-radius:18px;box-shadow:0 10px 25px rgba(17,24,39,.09)}
.services h3{color:#06b6d4;margin-top:0}
.services p{line-height:1.7}
.policy-main{max-width:920px}
.policy-card{background:white;border-radius:20px;padding:38px;box-shadow:0 18px 40px rgba(17,24,39,.12);border-left:8px solid #4338ca}
.policy-card h1,.policy-card h2{color:#4338ca}
.policy-card p{line-height:1.8}
footer{background:#111827;color:white;text-align:center;padding:24px;margin-top:50px}
@media(max-width:800px){nav{flex-direction:column;gap:14px}.hero-content{margin-top:60px}.hero-content h1{font-size:36px}.services{grid-template-columns:1fr}.navlinks a{margin:0 8px}}