:root {
  --primary: #0d5ea6;
  --primary-dark: #083b66;
  --bg: #f3f8fe;
  --surface: #ffffff;
  --text: #132235;
  --muted: #57708b;
  --accent: #ff6b35;
  --accent-dark: #e95a27;
  --border: #d5e4f2;
  --shadow: 0 16px 40px rgba(13, 94, 166, 0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.topbar.is-scrolled {
  box-shadow: 0 8px 25px rgba(12, 40, 70, 0.12);
  background: rgba(255, 255, 255, 0.98);
}

.topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.desktop-nav {
  display: none;
  gap: 1rem;
  font-weight: 600;
  color: var(--muted);
}

.desktop-nav a:hover {
  color: var(--primary-dark);
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--primary-dark);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.topbar.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.topbar.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.topbar.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  max-height: 0;
  overflow: hidden;
  display: grid;
  gap: 0.2rem;
  transition: max-height 0.25s ease;
  border-top: 1px solid transparent;
  background: rgba(255, 255, 255, 0.98);
}

.mobile-nav a {
  padding: 0.72rem 1rem;
  font-weight: 600;
  color: #1f3750;
}

.mobile-nav-call {
  color: var(--primary-dark);
}

.topbar.menu-open .mobile-nav {
  max-height: 320px;
  border-top-color: var(--border);
}

.brand {
  font-weight: 900;
  font-size: 1.18rem;
  letter-spacing: 0.01em;
}

.brand-highlight {
  color: var(--primary);
}

.phone-link {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-dark);
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero {
  padding: 2.8rem 0 3rem;
  background:
    radial-gradient(circle at top right, rgba(13, 94, 166, 0.14), transparent 46%),
    radial-gradient(circle at 8% 88%, rgba(255, 107, 53, 0.1), transparent 35%);
}

.hero-grid {
  display: grid;
  gap: 1.2rem;
}

.hero-kicker {
  color: var(--primary);
  font-weight: 700;
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}

h1 {
  margin: 0;
  font-size: clamp(1.9rem, 6vw, 3.2rem);
  line-height: 1.1;
}

.hero-text {
  margin: 1.1rem 0 0;
  font-size: 1.06rem;
  color: var(--muted);
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.78rem 1.2rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow);
}

.btn-primary:hover {
  background: var(--accent-dark);
}

.btn-secondary {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--primary-dark);
}

.hero-reassurance {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-trust {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-trust span {
  background: #eaf3fc;
  color: var(--primary-dark);
  border: 1px solid #c7ddef;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.83rem;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: -1.2rem;
  background: rgba(11, 26, 42, 0.94);
  color: #ecf5ff;
  border-radius: var(--radius-md);
  padding: 0.85rem;
}

.hero-badge strong {
  font-size: 0.95rem;
}

.hero-badge p {
  margin: 0.28rem 0 0;
  color: #bed2e7;
  font-size: 0.88rem;
}

.stats-strip {
  background: #0f2841;
  color: #e7f2ff;
  padding: 2.1rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stats-grid div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 0.75rem;
}

.stats-grid strong {
  display: block;
  font-size: 1rem;
}

.stats-grid span {
  color: #b9cce0;
  font-size: 0.88rem;
}

.stats-grid--six {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .stats-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .stats-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stats-grid--six strong {
    font-size: 0.95rem;
  }

  .stats-grid--six span {
    font-size: 0.84rem;
  }
}

.section {
  padding: 3.6rem 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2rem);
}

.section-intro {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.cards,
.atouts-grid,
.etapes-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 1rem;
}

.card,
.atout-card,
.etape-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  box-shadow: 0 8px 24px rgba(13, 94, 166, 0.06);
}

.atout-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #e8f3ff;
  border: 1px solid #c6ddf3;
  font-size: 1.1rem;
}

.atout-card h3 {
  margin-top: 0.75rem;
}

.etape-card {
  position: relative;
  padding-top: 2.6rem;
}

.etape-step {
  position: absolute;
  top: 0.7rem;
  left: 1.05rem;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
}

.etape-card h3 {
  margin-top: 0.2rem;
}

.services-cards .card {
  padding: 0;
  overflow: hidden;
}

.services-cards .card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.card-body {
  padding: 1.1rem;
}

.service-subline {
  margin-top: 0.6rem;
  font-size: 0.95rem;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
}

.card p,
.atout-card p,
.etape-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.section-muted {
  background: #eef4fb;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.reviews-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.9rem;
}

.review-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  box-shadow: 0 10px 30px rgba(13, 94, 166, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(13, 94, 166, 0.14);
}

.review-stars {
  color: #f6b900;
  letter-spacing: 0.08rem;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.review-card p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.review-author {
  display: block;
  margin-top: 0.75rem;
  color: #365270;
  font-weight: 600;
  font-size: 0.92rem;
}

.section-faq {
  background: linear-gradient(180deg, #f7fbff 0%, #edf5fd 100%);
}

.faq-grid {
  display: grid;
  gap: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  padding: 0.95rem 1rem;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.footer {
  background: #0b1a2a;
  color: #eff7ff;
  padding: 3rem 0 5.8rem;
}

.footer-inner {
  display: grid;
  gap: 1.1rem;
}

.contact-details p {
  margin: 0.35rem 0 0;
  color: #c2d2e3;
}

.contact-phone {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 1.45rem;
  font-weight: 800;
}

.mobile-call {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  border-radius: var(--radius-md);
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.mobile-call.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
}

@media (min-width: 720px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 1.4rem;
  }

  .hero-visual img {
    height: 390px;
  }

  .stats-grid:not(.stats-grid--six) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cards,
  .atouts-grid,
  .etapes-grid,
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }

  .footer-inner {
    grid-template-columns: 1.2fr 1fr;
  }
}

@media (min-width: 960px) {
  .hero {
    padding: 4.4rem 0 4.8rem;
  }

  .desktop-nav {
    display: flex;
  }

  .menu-toggle,
  .mobile-nav {
    display: none;
  }

  .phone-link {
    border-color: rgba(13, 94, 166, 0.25);
  }
}

@media (max-width: 520px) {
  .topbar-inner {
    gap: 0.55rem;
  }

  .phone-link {
    font-size: 0.86rem;
    padding: 0.45rem 0.62rem;
  }
}

@media (min-width: 1024px) {
  .mobile-call {
    display: none;
  }

  .footer {
    padding-bottom: 2.8rem;
  }
}
