:root {
  --primary: #4127d0;
  --primary-dark: #2f236b;
  --accent: #78db78;
  --accent-soft: #eaffdf;
  --ink: #191827;
  --muted: #636276;
  --line: #e8e7f0;
  --paper: #ffffff;
  --wash: #f7f8fb;
  --warm: #f3eee4;
  --shadow: 0 22px 60px rgba(33, 31, 67, .12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(20px, 4vw, 58px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img { width: min(300px, 58vw); height: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a { color: var(--primary-dark); }
.site-nav a:hover, .site-nav a.active { color: var(--primary); }

.nav-cta {
  padding: 11px 16px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--primary);
  box-shadow: 0 10px 22px rgba(65, 39, 208, .22);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--primary-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 7vw, 100px) clamp(20px, 5vw, 72px) 48px;
  background:
    linear-gradient(120deg, rgba(234, 255, 223, .72), transparent 36%),
    linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
  overflow: hidden;
}

.hero h1, .page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--primary-dark);
}

.hero-text, .page-hero p {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-actions, .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}

.btn.primary { color: #fff; background: var(--primary); }
.btn.secondary { color: var(--primary-dark); background: #fff; border: 1px solid var(--line); }
.btn.light { color: var(--primary-dark); background: #fff; }
.text-link { color: var(--primary); font-weight: 800; border-bottom: 2px solid var(--accent); }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 700;
}

.hero-media img, .page-hero img, .image-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img { aspect-ratio: 5 / 4; }

.section {
  padding: clamp(58px, 7vw, 96px) clamp(20px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.muted { background: var(--wash); }

.section h2, .cta-band h2, .contact-card h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-copy p {
  color: var(--muted);
  margin: 18px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.service-grid, .value-grid, .testimonial-grid, .process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-grid.large { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.service-card, .value-grid article, .process-grid div, blockquote, .contact-card, .contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(32, 28, 61, .06);
}

.service-card h3, .value-grid h3, .process-grid h3 {
  margin: 0 0 10px;
  color: var(--primary-dark);
  font-size: 18px;
  line-height: 1.25;
}

.service-card p, .value-grid p, .process-grid p, blockquote p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.center-action { text-align: center; margin-top: 30px; }

.process-grid strong {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--primary);
  font-size: 30px;
}

.testimonials { background: linear-gradient(180deg, #fff 0%, var(--warm) 100%); }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
blockquote { margin: 0; }
cite { display: block; margin-top: 18px; color: var(--primary-dark); font-size: 13px; font-weight: 800; font-style: normal; }

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: #fff;
}

summary {
  cursor: pointer;
  color: var(--primary-dark);
  font-weight: 800;
}

details p { margin: 12px 0 0; color: var(--muted); }

.cta-band {
  margin: 0 clamp(20px, 5vw, 72px) clamp(48px, 6vw, 72px);
  padding: clamp(32px, 5vw, 54px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(173, 255, 156, .25), transparent 42%),
    var(--primary);
}

.cta-band h2, .cta-band .eyebrow { color: #fff; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer img { width: 260px; }
.site-footer p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-size: 13px; font-weight: 800; color: var(--primary-dark); }

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(50px, 7vw, 86px) clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, #fff 0%, var(--wash) 100%);
}

.stat-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stat-panel div {
  min-height: 150px;
  padding: 24px;
  border-radius: 8px;
  background: var(--primary-dark);
  color: #fff;
}

.stat-panel strong { display: block; font-size: 30px; line-height: 1; margin-bottom: 14px; }
.stat-panel span { font-size: 13px; color: rgba(255,255,255,.78); font-weight: 700; }
.value-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.steps {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.steps li {
  padding: 18px;
  border-left: 4px solid var(--accent);
  background: #fff;
  border-radius: 8px;
  color: var(--muted);
}

.steps span {
  display: block;
  color: var(--primary-dark);
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: start;
}

.contact-card p {
  display: grid;
  gap: 4px;
  color: var(--muted);
}

.contact-card strong { color: var(--primary-dark); }
.contact-card a { color: var(--primary); font-weight: 800; }

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 13px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
}

.contact-form textarea { resize: vertical; }

.map-section {
  padding: 0 clamp(20px, 5vw, 72px) clamp(58px, 7vw, 96px);
}

.map-section iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-section .text-link { display: inline-flex; margin-top: 18px; }

@media (max-width: 1100px) {
  .service-grid, .service-grid.large, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .site-header { align-items: flex-start; }
  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero, .page-hero, .split, .contact-layout {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 42px; }
  .hero-media { order: -1; }
  .hero h1, .page-hero h1 { font-size: clamp(32px, 10vw, 46px); }
  .cta-band, .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial-grid, .process-grid, .stat-panel { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand img { width: 230px; }
  .site-header { padding: 12px 16px; }
  .section, .page-hero, .hero { padding-left: 16px; padding-right: 16px; }
  .service-grid, .service-grid.large, .value-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-actions, .contact-actions { width: 100%; }
  .trust-row span { width: 100%; text-align: center; }
  .site-footer img { width: 230px; }
}
/* @vn-deploy:1781892116049 */
