:root {
  --bg: #ffffff;
  --bg-soft: #f7f9fc;
  --card: #ffffff;
  --text: #162033;
  --muted: #60708a;
  --line: #e5ebf3;
  --primary: #2347d8;
  --primary-dark: #1733a8;
  --accent: #10b3a3;
  --shadow: 0 20px 60px rgba(17, 36, 77, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(35, 71, 216, 0.08), transparent 22%),
    radial-gradient(circle at left center, rgba(16, 179, 163, 0.08), transparent 20%),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.alt-bg { background: linear-gradient(180deg, rgba(247, 249, 252, 0.72), rgba(255,255,255,0.96)); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid rgba(229, 235, 243, 0.8);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: var(--shadow);
}
.brand-label {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.84rem;
}
.brand h1 {
  margin: 0;
  font-size: clamp(1rem, 2.1vw, 1.35rem);
  line-height: 1.2;
}
.phone-link {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  font-weight: 700;
}

.hero { padding: 54px 0 72px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 34px;
}
.eyebrow,
.section-tag,
.cta-label,
.panel-title {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: var(--primary);
}
.hero-copy h2 {
  margin: 14px 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.05;
}
.hero-copy p {
  margin: 0;
  font-size: 1.08rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 640px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 18px 40px rgba(35, 71, 216, 0.22);
}
.btn-secondary {
  border: 1px solid var(--line);
  background: #fff;
}
.hero-highlights {
  list-style: none;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.hero-highlights li {
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-weight: 600;
}
.hero-card {
  position: relative;
  min-height: 560px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(160deg, #edf3ff 0%, #ffffff 55%, #ecfffb 100%);
  border: 1px solid rgba(229, 235, 243, 0.95);
  box-shadow: var(--shadow);
  padding: 30px;
}
.hero-card-glow {
  position: absolute;
  inset: auto auto 10% 10%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(35, 71, 216, 0.14);
  filter: blur(30px);
}
.info-panel {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--line);
}
.panel-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.panel-item:last-child { border-bottom: 0; }
.panel-item span,
.stat-box span,
.contact-card h4 {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}
.panel-item strong,
.stat-box strong { font-size: 1.03rem; line-height: 1.55; }
.floating-cards {
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mini-card {
  padding: 18px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: var(--shadow);
}
.icon { font-size: 1.6rem; display: inline-block; margin-bottom: 8px; }
.mini-card p { margin: 0; font-weight: 700; }

.section-heading {
  max-width: 800px;
  margin-bottom: 34px;
}
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h3 {
  margin: 12px 0 14px;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.15;
}
.section-heading p,
.value-copy p,
.contact-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.service-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card,
.contact-card,
.stats-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.service-card {
  padding: 26px;
}
.service-card.featured {
  background: linear-gradient(145deg, #ffffff 0%, #f4f8ff 100%);
}
.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}
.service-card h4,
.value-copy h3,
.cta-banner h4,
.footer h4 {
  margin: 0 0 10px;
}
.service-card p { margin: 0; color: var(--muted); line-height: 1.8; }
.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.stats-card { padding: 28px; }
.stat-box {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.stat-box:last-child { border-bottom: 0; }
.contact-card {
  padding: 24px;
  text-align: center;
}
.contact-card p { font-size: 1.02rem; font-weight: 600; color: var(--text); }
.cta-banner {
  margin-top: 30px;
  padding: 28px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(135deg, #eef4ff, #f7fffd);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.footer {
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer p { color: var(--muted); margin: 6px 0 0; line-height: 1.7; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .value-grid,
  .service-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .cta-banner,
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card {
    min-height: auto;
  }

  .floating-cards {
    position: static;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .container { width: min(100% - 22px, 1120px); }
  .section { padding: 70px 0; }
  .hero { padding-top: 34px; }
  .hero-copy h2 { font-size: 2.1rem; }
  .hero-copy p { font-size: 1rem; }
  .phone-link { width: 100%; text-align: center; }
  .floating-cards { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
}
