* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111111;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(92%, 1160px);
  margin: 0 auto;
}

.narrow {
  max-width: 900px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #111111;
  border-bottom: 1px solid #242424;
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 125px;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: #ff6a00;
}

.nav-cta {
  background: #ff6a00;
  color: #111111 !important;
  padding: 10px 16px;
  border-radius: 999px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88), rgba(0,0,0,0.62)),
    url("../images/driveway-sealing.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 112px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 46px;
  align-items: center;
}

.eyebrow {
  color: #ff6a00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 0.82rem;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(2.65rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
  max-width: 850px;
}

.hero-text {
  color: #e8e8e8;
  font-size: 1.16rem;
  max-width: 740px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
}

.btn-primary {
  background: #ff6a00;
  color: #111111;
}

.btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.7);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span {
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 0.9rem;
  font-weight: 700;
}

.quote-card {
  background: #ffffff;
  color: #111111;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 22px 70px rgba(0,0,0,0.35);
}

.quote-card h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 14px;
}

.quote-card p {
  color: #444444;
  margin-bottom: 18px;
}

.quote-card ul {
  list-style: none;
  margin-bottom: 22px;
}

.quote-card li {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  font-weight: 800;
}

.quote-card a {
  display: block;
  text-align: center;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 900;
}

.section {
  padding: 88px 0;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.section p {
  color: #444444;
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.dark {
  background: #111111;
  color: #ffffff;
}

.dark p {
  color: #d4d4d4;
}

.light {
  background: #f6f6f6;
}

.cards {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

.four {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: #1b1b1b;
  border: 1px solid #303030;
  border-radius: 18px;
  padding: 30px;
}

.card h3 {
  color: #ff6a00;
  font-size: 1.35rem;
  margin-bottom: 14px;
  line-height: 1.2;
}

.card.small {
  padding: 24px;
}

.card.small h3 {
  font-size: 1.2rem;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.orange-panel {
  background: #ff6a00;
  border-radius: 24px;
  padding: 38px;
  color: #111111;
}

.orange-panel h3 {
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.orange-panel p {
  color: #111111;
  font-weight: 900;
  font-size: 1.12rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.step {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  padding: 28px;
}

.step span {
  display: inline-block;
  color: #ff6a00;
  font-weight: 900;
  margin-bottom: 12px;
}

.step h3 {
  font-size: 1.28rem;
  margin-bottom: 10px;
}

.seo-block strong {
  color: #111111;
}

.center-text {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.gallery-grid figure {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #eeeeee;
}

.gallery-grid figcaption {
  padding: 14px 16px;
  font-weight: 800;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 15px;
  margin-top: 36px;
}

.areas-grid a {
  display: block;
  padding: 18px 20px;
  background: #ffffff;
  color: #111111;
  border: 1px solid #dddddd;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  transition: 0.22s ease;
}

.areas-grid a:hover {
  color: #ff6a00;
  border-color: #ff6a00;
  transform: translateY(-2px);
}

.faq-item {
  border-bottom: 1px solid #dddddd;
  padding: 24px 0;
}

.faq-item h3 {
  font-size: 1.22rem;
  margin-bottom: 9px;
}

.quote-section {
  background: #ff6a00;
  padding: 88px 0;
}

.quote-box {
  max-width: 880px;
  text-align: center;
}

.dark-eyebrow {
  color: #111111;
}

.quote-box h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.quote-box p {
  color: #111111;
  font-weight: 800;
  margin-bottom: 30px;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 17px 18px;
  font: inherit;
  background: #ffffff;
  color: #111111;
}

.quote-form textarea {
  min-height: 132px;
  resize: vertical;
}

.quote-form button {
  border: none;
  border-radius: 12px;
  padding: 17px 20px;
  background: #111111;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.quote-form button:hover {
  opacity: 0.92;
}

.footer {
  background: #111111;
  color: #ffffff;
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer a {
  color: #ff6a00;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 920px) {
  .main-nav {
    display: none;
  }

  .hero {
    padding: 82px 0;
  }

  .hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

    .nav-wrap {
    min-height: 68px;
  }

  .logo img {
    height: 48px;
    max-width: 170px;
  }
}

@media (max-width: 520px) {
  .nav-wrap {
    min-height: 84px;
  }

  .logo img {
    height: 84px;
    max-width: 155px;
  }

  .three,
  .four,
  .steps,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .quote-card {
    padding: 28px;
  }

  .section {
    padding: 70px 0;
  }

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

@media (max-width: 520px) {
  .container {
    width: min(91%, 1160px);
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .quote-card,
  .orange-panel,
  .card,
  .step {
    border-radius: 16px;
  }
}
