:root {
  --bg: #f5f8ff;
  --surface: #ffffff;
  --surface-2: #edf3ff;
  --primary: #214fbd;
  --primary-2: #14327c;
  --accent: #1fa3a1;
  --text: #1b2430;
  --muted: #5f6b7a;
  --border: #dbe3f0;
  --shadow: 0 18px 40px rgba(16, 39, 85, 0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section { padding: 78px 0; }

.section-head { margin-bottom: 30px; }
.section-head h2 { margin: 8px 0 0; font-size: clamp(1.6rem, 2.8vw, 2.3rem); }

.tag {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  background: #dfe9ff;
  padding: 8px 12px;
  border-radius: 999px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e9eef8;
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-badge {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--primary), #3f74ec);
  color: #fff;
  box-shadow: var(--shadow);
  font-size: 0.9rem;
}
.brand-text { font-size: 0.95rem; }

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav a {
  font-weight: 600;
  color: #243449;
  padding: 8px 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #3e72e8);
  box-shadow: 0 12px 28px rgba(33, 79, 189, 0.34);
}
.btn-primary:hover { transform: translateY(-2px); }

.btn-secondary {
  background: #ffffff;
  color: var(--primary-2);
  border: 1px solid #cfdaf5;
}
.btn-secondary:hover { background: #f5f8ff; }

.btn-whats {
  background: #11a04e;
  color: #fff;
}

.hero {
  position: relative;
  padding: 94px 0 70px;
  background: radial-gradient(circle at 20% 30%, #dce9ff 0%, #eef4ff 35%, #f7faff 75%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 28px;
  align-items: center;
}

.hero h1 {
  margin: 16px 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.hero p {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 22px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }

.hero-points {
  padding-left: 0;
  margin: 0;
  list-style: none;
  color: #2f3a4e;
  display: grid;
  gap: 8px;
}

.hero-image-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 10px;
  box-shadow: var(--shadow);
}
.hero-image-card img {
  border-radius: 14px;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.cards-grid {
  display: grid;
  gap: 16px;
}
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }

.card, .service-card {
  background: var(--surface);
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(17, 35, 74, 0.06);
}

.card h3, .service-card h3 { margin: 10px 0 8px; }
.card p, .service-card p { margin: 0; color: var(--muted); }
.icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--surface-2);
  font-size: 1.4rem;
}

.why-grid, .trust-grid, .location-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.check-list {
  padding-left: 18px;
  color: #2f3d55;
  display: grid;
  gap: 8px;
}

.why-highlight {
  background: linear-gradient(165deg, #1b3e97, #315fcf);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}

.trust-cards {
  display: grid;
  gap: 12px;
}

.mini-card {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.map-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 330px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p { color: var(--muted); }

.cta-box {
  background: linear-gradient(130deg, #122e73, #244fb8);
  color: #fff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.footer {
  background: #0f1f3f;
  color: #e6edff;
  padding-top: 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer h3, .footer h4 { margin-top: 0; color: #fff; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer a { color: #d3e3ff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  margin-top: 26px;
  padding: 14px 0 20px;
  text-align: center;
  color: #bccced;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d5e0f4;
  background: #fff;
  border-radius: 10px;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #26385e;
  margin: 4px auto;
}

@media (max-width: 980px) {
  .desktop-only { display: none; }
  .menu-toggle { display: inline-block; }

  .nav {
    position: absolute;
    top: 76px;
    right: 4%;
    width: min(290px, 92vw);
    background: #fff;
    border: 1px solid #dce6f9;
    box-shadow: var(--shadow);
    border-radius: 12px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: 0.2s ease;
  }

  .nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-grid,
  .why-grid,
  .trust-grid,
  .location-grid,
  .cards-4,
  .cards-3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-card img { min-height: 260px; }

  .section { padding: 62px 0; }
}
