:root {
  --bg: #eef2f7;
  --panel: #ffffff;
  --ink: #11213a;
  --muted: #4e607c;
  --line: #d2ddec;
  --accent: #0059ff;
  --accent-dark: #0048cf;
  --mint: #19b28a;
  --focus: rgba(0, 89, 255, 0.25);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background: linear-gradient(170deg, #f5f8fd 0%, var(--bg) 55%, #e8eef7 100%);
}

.site-header,
main,
footer {
  width: min(1180px, 94vw);
  margin-inline: auto;
}

.site-header {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  text-decoration: none;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.logo { width: 46px; height: 46px; }

nav { display: flex; align-items: center; gap: 1rem; }
nav a { text-decoration: none; color: var(--muted); font-weight: 700; }
.nav-cta {
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.84rem;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1rem;
  align-items: stretch;
}

.hero-copy { padding: 1.15rem; }

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  color: #5c6f90;
  font-weight: 700;
}

h1, h2, h3 {
  font-family: "Space Grotesk", sans-serif;
  margin-top: 0.55rem;
}

h1 {
  font-size: clamp(2rem, 4.8vw, 3.5rem);
  line-height: 1.08;
  max-width: 15ch;
  margin-bottom: 0.55rem;
}

p { line-height: 1.68; }

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 385px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}

.hero-actions {
  display: flex;
  gap: 0.68rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.btn {
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0.7rem 1.04rem;
  cursor: pointer;
}

.btn:hover { background: var(--accent-dark); }

.btn-ghost {
  background: transparent;
  border: 1px solid #6f84ad;
  color: var(--ink);
}

.stats {
  margin: 1rem 0 1.75rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.stats article { padding: 0.78rem; }
.stats strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.48rem;
  color: var(--accent);
}
.stats span { color: #546789; }

.section { margin: 1.8rem 0; }
.section-head { max-width: 780px; }

.grid.three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.84rem;
}

.card-item,
.review { padding: 0.9rem; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.split img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 14px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.split-copy { padding: 0.92rem; }

ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
  line-height: 1.7;
}

.person {
  display: flex;
  gap: 0.62rem;
  align-items: center;
}

.person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #bfd0e6;
}

.person h3 { margin: 0; font-size: 1rem; }
.person p { margin: 0; color: #5d6e8d; font-size: 0.9rem; }
blockquote { margin: 0.74rem 0 0; color: #3f4f6e; }

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 1rem;
  align-items: start;
}

.contact-form {
  padding: 0.95rem;
  display: grid;
  gap: 0.45rem;
}

label { font-weight: 700; }

input,
textarea {
  border: 1px solid #c7d5e9;
  border-radius: 9px;
  padding: 0.66rem 0.72rem;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--focus);
}

.form-note { min-height: 1.25em; color: #546587; }

footer {
  color: #5d6f8f;
  padding: 0 0 1.4rem;
}

@media (max-width: 1020px) {
  .hero,
  .stats,
  .grid.three,
  .split,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  nav a:not(.nav-cta) { display: none; }
}
/* FAQ-STYLES-START */
.faq .faq-list {
  display: grid;
  gap: 0.65rem;
}
.faq .faq-item {
  border: 1px solid rgba(120, 130, 160, 0.25);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.15rem 0.7rem;
}
.faq .faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 0.6rem 0;
  list-style: none;
}
.faq .faq-item summary::-webkit-details-marker {
  display: none;
}
.faq .faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 800;
}
.faq .faq-item[open] summary::after {
  content: "-";
}
.faq .faq-item p {
  margin: 0 0 0.7rem;
  line-height: 1.65;
}
/* FAQ-STYLES-END */
