:root {
  --red: #f20b83;
  --red-dark: #b90060;
  --blue: #075cff;
  --navy: #050912;
  --cream: #f7f9ff;
  --gold: #ffe266;
}

.brand-logo {
  display: block;
  width: 142px;
  height: 76px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-phone,
.phone-button {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.phone-button {
  padding: 14px 20px;
  border: 2px solid var(--blue);
  border-radius: 4px;
  background: #061020aa;
}

.hero-overlay {
  background: linear-gradient(90deg, #03050af7 0%, #03050adf 34%, #03050a66 66%, #03050a12 100%);
}

.button {
  background: linear-gradient(135deg, var(--red), #cb006a);
}

.button:hover {
  background: linear-gradient(135deg, #ff2999, var(--red));
}

.services article:hover {
  border-color: var(--blue);
}

.why-grid {
  border-top: 4px solid var(--blue);
}

.estimate {
  background: linear-gradient(135deg, #06142b 0%, #091a3d 48%, #88004a 100%);
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.contact-links a {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.footer-logo {
  display: block;
  width: 150px;
  height: 110px;
  object-fit: contain;
}

footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}

@media (max-width: 900px) {
  .header-phone { display: none; }
  .brand-logo { width: 112px; height: 64px; }
}

@media (max-width: 580px) {
  .hero-actions { gap: 14px; }
  .phone-button { width: 100%; text-align: center; }
  .hero-actions .button { width: 100%; }
}
