*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#10233b;
  background:#ffffff;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none}
.container{width:min(1120px, calc(100% - 32px));margin:0 auto}
.topbar{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);
  border-bottom:1px solid #e5e7eb;backdrop-filter:blur(8px)
}
.topbar-inner,.footer-inner{
  min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px
}
.brand{font-weight:800;font-size:1rem}
.phone-link,.footer a,.contact-number{color:#1d4ed8}
.hero{
  padding:48px 0 36px;
  background:radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 30%), linear-gradient(180deg, #fff 0%, #f8fbff 100%)
}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center
}
.tag{
  display:inline-block;padding:8px 14px;border-radius:999px;
  background:#eaf2ff;color:#1d4ed8;font-weight:700;font-size:.9rem;margin-bottom:16px
}
h1{
  margin:0 0 16px;font-size:clamp(2.3rem,5vw,4.6rem);line-height:1;letter-spacing:-.04em
}
h2{
  margin:0 0 10px;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;letter-spacing:-.03em
}
p{margin:0;color:#475569}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0 16px}
.actions.center{justify-content:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;
  padding:0 22px;border-radius:14px;font-weight:700;transition:.2s ease
}
.btn:hover{transform:translateY(-2px)}
.btn.primary{
  color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb);
  box-shadow:0 12px 24px rgba(37,99,235,.22)
}
.btn.secondary{
  color:#10233b;background:#fff;border:1px solid #dbe3ee
}
.btn.large{min-width:220px}
.info-line{font-size:1rem;color:#10233b}
.hero-media{
  border-radius:28px;overflow:hidden;background:#fff;border:1px solid #e5e7eb;
  box-shadow:0 20px 50px rgba(15,23,42,.08)
}
.section{padding:86px 0}
.heading{max-width:760px;margin-bottom:28px}
.cards{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px
}
.card,.area,.contact-box,.highlight-box{
  background:#fff;border:1px solid #e5e7eb;border-radius:22px;
  box-shadow:0 10px 30px rgba(15,23,42,.05)
}
.card{padding:24px}
.card h3{margin:0 0 8px;font-size:1.08rem}
.highlight{padding-top:0}
.highlight-box{
  display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;
  padding:34px;background:linear-gradient(135deg,#eff6ff,#ffffff);border-color:#dbeafe
}
.light{background:#f8fbff}
.areas{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.area{padding:22px;text-align:center;font-weight:700}
.contact-box{
  max-width:780px;margin:0 auto;text-align:center;padding:40px 28px
}
.contact-number{
  display:inline-block;margin-top:18px;font-size:clamp(2rem,5vw,3.5rem);
  font-weight:800;letter-spacing:-.04em
}
.footer{border-top:1px solid #e5e7eb;background:#fff}
.footer span,.footer a{font-weight:600;color:#475569}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media (max-width:980px){
  .hero-grid,.cards,.areas,.highlight-box{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .hero-grid,.cards,.areas,.highlight-box{grid-template-columns:1fr}
  .topbar-inner,.footer-inner{flex-direction:column;justify-content:center;padding:14px 0;text-align:center}
  .section{padding:68px 0}
}
