* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #1e3a8a;
  background: #ffffff;
  line-height: 1.55;
}

.top-bar {
  background: #1e3a8a;
  color: #ffffff;
  text-align: center;
  padding: 10px 16px;
  font-size: 15px;
}

.top-bar p {
  margin: 0;
}

.top-bar a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.site-header {
  border-bottom: 1px solid #dbeafe;
  background: #ffffff;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-header h1 {
  margin: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: none;
  line-height: 1.1;
  color: #1e3a8a;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  text-shadow: 0 1px 0 #ffffff;
}

.site-header h1 span {
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #1d4ed8;
}

.estimate-script {
  font-family: "Great Vibes", "Brush Script MT", cursive !important;
  font-size: 36px;
  font-weight: 400 !important;
  line-height: 1;
  color: #1d4ed8 !important;
  letter-spacing: 0;
  margin-left: 8px;
  white-space: nowrap;
}

.header-call {
  border: 1px solid #1d4ed8;
  color: #1d4ed8;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.hero-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 20px 65px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
}

.small-heading {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2563eb;
}

.hero h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.15;
  max-width: 560px;
}

.hero-text p {
  margin: 0;
  max-width: 560px;
  color: #1e40af;
}

.btn {
  display: inline-block;
  margin-top: 24px;
  background: #2563eb;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.hero-image img {
  width: min(100%, 560px);
  max-width: none;
  height: auto;
  display: block;
  margin-left: auto;
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  box-shadow: 0 14px 32px rgba(30, 58, 138, 0.14);
}

.coverage-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 52px;
}

.coverage-card {
  background: linear-gradient(145deg, #eff6ff, #dbeafe);
  border: 1px solid #93c5fd;
  border-radius: 14px;
  padding: 26px 24px;
  box-shadow: 0 12px 28px rgba(30, 58, 138, 0.1);
}

.coverage-label {
  margin: 0 0 10px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d4ed8;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
}

.coverage-card h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.2;
}

.coverage-card p {
  margin: 0;
  color: #1e40af;
  max-width: 950px;
}

.coverage-card p + p {
  margin-top: 12px;
}

.coverage-areas {
  font-weight: 700;
}

.coverage-bilingual {
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-left: 4px solid #2563eb;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 700;
  color: #1e3a8a;
}

.services-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 20px 70px;
  text-align: center;
}

.services-section h2,
.work-section h2,
.contact-section h2 {
  margin: 0;
  font-size: 34px;
}

.services-subtitle,
.work-subtitle,
.contact-subtitle {
  margin: 10px auto 0;
  max-width: 700px;
  color: #1d4ed8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.service-card {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  padding: 22px 18px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
}

.service-card img {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #bfdbfe;
  margin-bottom: 12px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.service-card p {
  margin: 0;
  color: #1e40af;
}

.work-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 70px;
  text-align: center;
}

.work-showcase {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.work-card {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 14px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.08);
}

.work-card img,
.work-card video {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 1px solid #bfdbfe;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.1);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dbeafe;
}

.work-card p {
  margin: 12px 2px 2px;
  font-size: 15px;
  font-weight: 700;
  color: #1e3a8a;
}

.contact-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 5px 20px 70px;
  text-align: center;
}

.contact-form {
  margin-top: 25px;
}

input,
textarea {
  width: 100%;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #93c5fd;
  border-radius: 8px;
  display: block;
  font-size: 15px;
  color: #1e3a8a;
  background: #ffffff;
}

button {
  width: 100%;
  padding: 12px 20px;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.contact-call {
  margin-top: 16px;
  color: #1d4ed8;
}

.site-footer {
  background: #1e3a8a;
  color: #ffffff;
  text-align: center;
  padding: 18px 20px;
}

.site-footer p {
  margin: 0;
}

.top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  background: #1d4ed8;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
}

@media (max-width: 1000px) {
  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 55px;
    text-align: left;
  }

  .hero-image img {
    margin: 0;
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header h1 {
    font-size: 26px;
  }

  .estimate-script {
    font-size: 30px;
    margin-left: 0;
  }

  .hero h2 {
    font-size: 32px;
  }

  .coverage-card h2 {
    font-size: 27px;
  }

  .services-grid,
  .work-showcase {
    grid-template-columns: 1fr;
  }
}