/* ===========================
   Pinecrest Page Final CSS
   No image URLs are stored in this CSS.
   Paste this at the bottom of css/city.css
   =========================== */

.pinecrest-page {
  background: #f3f7fb;
}

.pinecrest-page .site-header {
  position: relative;
  z-index: 20;
}

/* HERO */
.pinecrest-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.pinecrest-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,18,43,.93) 0%, rgba(3,18,43,.76) 46%, rgba(3,18,43,.36) 100%);
}

.pinecrest-hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 105px 0 115px;
}

.pinecrest-hero .eyebrow,
.pinecrest-page .eyebrow {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pinecrest-hero .eyebrow {
  margin: 0 0 18px;
  color: #9fd4ff;
}

.pinecrest-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 7.5vw, 108px);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 900;
  text-shadow: 0 8px 30px rgba(0,0,0,.36);
}

.pinecrest-hero p {
  max-width: 850px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.96);
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
  text-shadow: 0 5px 18px rgba(0,0,0,.34);
}

.pinecrest-hero .city-hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pinecrest-hero .btn {
  min-height: 56px;
  padding: 18px 30px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.pinecrest-call-btn {
  background: #fff;
  color: #051b3d;
  border: 1px solid rgba(255,255,255,.75);
}

.pinecrest-call-btn:hover {
  background: #eaf5ff;
  color: #051b3d;
}

/* GENERAL SECTIONS */
.pinecrest-copy-section {
  padding: 90px 0;
  background: #f3f7fb;
}

.pinecrest-copy-section:nth-of-type(odd) {
  background: #fff;
}

.pinecrest-copy-section .container {
  max-width: 1180px;
}

.pinecrest-narrow {
  max-width: 1040px;
}

.pinecrest-copy-section .eyebrow {
  color: #0a84e8;
  margin: 0 0 12px;
}

.pinecrest-copy-section h2,
.pinecrest-copy-section .section-heading h2 {
  color: #051b3d;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
  margin: 0 0 20px;
}

.pinecrest-copy-section p {
  color: #1f2937;
  font-size: 17px;
  line-height: 1.78;
}

/* FEATURE CARDS */
.pinecrest-feature-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(8,47,99,.15);
}

.pinecrest-feature-card-reverse {
  grid-template-columns: 1.1fr .9fr;
}

.pinecrest-feature-image {
  min-height: 430px;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pinecrest-feature-copy {
  align-self: center;
}

/* LIST */
.pinecrest-page .city-text-list {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.pinecrest-page .city-text-list li {
  background: #f5f9fd;
  border: 1px solid #d9e3ef;
  border-radius: 12px;
  padding: 12px 14px 12px 38px;
}

/* SERVICE CARDS */
.pinecrest-page .city-issue-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pinecrest-page .city-issue-card {
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(8,47,99,.09);
}

.pinecrest-page .city-issue-card h3 {
  color: #051b3d;
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 12px;
}

.pinecrest-page .city-issue-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* DARK SECTION */
.pinecrest-dark-section {
  background: radial-gradient(circle at top left, rgba(10,132,232,.22), transparent 34%), linear-gradient(135deg, #051b3d 0%, #082f63 100%);
}

.pinecrest-dark-section .eyebrow,
.pinecrest-dark-section h2,
.pinecrest-dark-section p {
  color: #fff;
}

.pinecrest-dark-section .eyebrow {
  color: #9fd4ff;
}

.pinecrest-page .city-case-tags {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.pinecrest-page .city-case-tags div {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 14px 16px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

/* COMMON PROBLEMS */
.pinecrest-problem-list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pinecrest-problem-list div {
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 16px;
  padding: 18px 18px 18px 44px;
  min-height: 82px;
  box-shadow: 0 12px 28px rgba(8,47,99,.08);
  color: #051b3d;
  font-weight: 900;
  position: relative;
}

.pinecrest-problem-list div:before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #0a84e8;
}

/* WHY US */
.pinecrest-page .city-proof-grid.pinecrest-proof-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pinecrest-page .city-proof-card {
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(8,47,99,.08);
}

/* CTA BAND */
.pinecrest-cta-band {
  min-height: 320px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pinecrest-cta-band .eyebrow,
.pinecrest-cta-band h2 {
  color: #fff;
}

.pinecrest-cta-band h2 {
  max-width: 920px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
  margin: 0;
}

/* FAQ */
.pinecrest-page .city-faq-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pinecrest-page .city-faq-card {
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(8,47,99,.08);
}

.pinecrest-page .city-faq-card h3 {
  color: #051b3d;
  font-size: 21px;
  margin: 0 0 10px;
}

.pinecrest-page .city-faq-card p {
  font-size: 16px;
  margin: 0;
}

/* CONTACT */
.pinecrest-contact-section {
  padding: 90px 0;
  background: #eef5fc;
}

.pinecrest-contact-section .contact-box {
  background: #051b3d;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 24px 60px rgba(8,47,99,.22);
}

.pinecrest-contact-section .eyebrow,
.pinecrest-contact-section h2,
.pinecrest-contact-section p {
  color: #fff;
}

.pinecrest-contact-section .contact-info a,
.pinecrest-contact-section .contact-info span {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .pinecrest-feature-card,
  .pinecrest-feature-card-reverse {
    grid-template-columns: 1fr;
  }

  .pinecrest-page .city-issue-grid,
  .pinecrest-problem-list,
  .pinecrest-page .city-case-tags {
    grid-template-columns: repeat(2, 1fr);
  }

  .pinecrest-page .city-proof-grid.pinecrest-proof-grid,
  .pinecrest-page .city-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pinecrest-hero {
    min-height: 560px;
  }

  .pinecrest-hero-content {
    padding: 76px 0;
  }

  .pinecrest-hero h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .pinecrest-hero p {
    font-size: 17px;
  }

  .pinecrest-copy-section {
    padding: 62px 0;
  }

  .pinecrest-page .city-issue-grid,
  .pinecrest-problem-list,
  .pinecrest-page .city-case-tags {
    grid-template-columns: 1fr;
  }

  .pinecrest-feature-card {
    padding: 18px;
    border-radius: 22px;
  }

  .pinecrest-feature-image {
    min-height: 280px;
  }

  .pinecrest-contact-section .contact-box {
    padding: 28px;
  }
}

/* Make inline content links stand out */
.pinecrest-page .pinecrest-copy-section p a {
  color: #006fd6;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.pinecrest-page .pinecrest-copy-section p a:hover {
  color: #051b3d;
  background: #eaf5ff;
}
