:root {
  --brand: #0f3d5e;
  --brand-light: #2aa7c9;
  --accent: #34c759;
  --soft: #f6f8fa;
  --text: #1f2933;
  --muted: #5f6c7b;
}

body {
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--brand);
}

.text-brand {
  color: var(--brand);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
  background: #0a2d45;
  border-color: #0a2d45;
  color: #fff;
}

.btn-outline-brand {
  border-color: var(--brand);
  color: var(--brand);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--brand);
  color: #fff;
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #062f18;
}

.navbar {
  min-height: 74px;
}

.navbar-brand {
  letter-spacing: 0;
}

.nav-link {
  color: var(--text);
  font-weight: 600;
}

.nav-link:hover {
  color: var(--brand-light);
}

.language-switcher select {
  min-width: 104px;
}

.hero-section {
  background:
    linear-gradient(130deg, rgba(15, 61, 94, .96), rgba(42, 167, 201, .88)),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .22), transparent 26%);
  color: #fff;
  padding: 84px 0 72px;
}

.hero-section h1,
.page-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-copy {
  color: rgba(255, 255, 255, .9);
  font-size: 1.25rem;
  max-width: 670px;
  margin: 24px 0 32px;
}

.hero-image {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
  display: block;
  width: 100%;
}

.eyebrow {
  color: var(--brand-light);
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: #bdf4ff;
}

.trust-band {
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 61, 94, .08);
  padding: 22px 0;
}

.trust-band span {
  color: var(--brand);
  font-weight: 800;
}

.section {
  padding: 76px 0;
}

.section-soft {
  background: var(--soft);
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

.section-heading h2,
.section h2 {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0;
}

.service-card,
.testimonial-card,
.info-panel,
.quote-form {
  background: #fff;
  border: 1px solid #e7edf2;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(15, 61, 94, .09);
  padding: 28px;
  position: relative;
}

.service-card p,
.testimonial-card p {
  color: var(--muted);
}

.service-icon {
  align-items: center;
  background: #e8f8fb;
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.4rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

.feature-item {
  background: #fff;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 61, 94, .07);
  font-weight: 800;
  padding: 20px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-list span {
  background: #edf8fb;
  border: 1px solid #c9ecf4;
  border-radius: 999px;
  color: var(--brand);
  font-weight: 700;
  padding: 10px 16px;
}

.stars {
  color: #f2b705;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.testimonial-card span {
  color: var(--muted);
  display: block;
}

.quote-section {
  background: linear-gradient(180deg, #fff, #edf8fb);
}

.form-label {
  font-weight: 700;
}

.form-control,
.form-select {
  border-color: #cfd9e3;
  border-radius: 8px;
  padding: 12px 14px;
}

.page-hero {
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  color: #fff;
  padding: 72px 0;
}

.page-hero p {
  color: rgba(255, 255, 255, .9);
  font-size: 1.2rem;
  max-width: 720px;
}

.narrow-form {
  max-width: 860px;
}

.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clean-list li {
  border-bottom: 1px solid #e7edf2;
  padding: 12px 0;
}

.clean-list li:last-child {
  border-bottom: 0;
}

.site-footer {
  background: #0b2f49;
  color: rgba(255, 255, 255, .82);
  padding: 54px 0 24px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer a {
  color: #fff;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .65);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 38px;
  padding-top: 20px;
}

.developer-credit {
  align-items: center;
  color: rgba(255, 255, 255, .64);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  text-decoration: none;
}

.developer-credit:hover,
.developer-credit:focus {
  color: #fff;
}

.developer-credit span {
  font-size: .82rem;
}

.developer-credit img {
  display: block;
  height: 24px;
  opacity: .72;
  transition: opacity .2s ease;
  width: auto;
}

.developer-credit:hover img,
.developer-credit:focus img {
  opacity: .95;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    align-items: stretch;
    padding: 16px 0;
  }

  .nav-link.btn {
    display: inline-block;
    margin-top: 8px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .hero-section,
  .section,
  .page-hero {
    padding: 52px 0;
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .service-card,
  .testimonial-card,
  .info-panel,
  .quote-form {
    padding: 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .developer-credit {
    justify-content: flex-start;
  }
}
