/* ============================================================
   NorthCan Roofing — Page-section additions
   Consolidated from per-page <style> blocks in the handoff.
   Companion to site.css (do not edit site.css; add tweaks here).
   ============================================================ */

/* ---------- SERVICES PAGE ---------- */
.services-hero {
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(16, 32, 57, 0.82) 0%,
      rgba(16, 32, 57, 0.78) 60%,
      rgba(16, 32, 57, 0.92) 100%
    ),
    url("../img/hero-bg.png") center/cover no-repeat;
  color: #fff;
  padding: 90px 53px 120px;
  text-align: center;
  overflow: hidden;
}
.services-hero h1 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  max-width: 1200px;
  margin: 0 auto;
}
.services-hero .quote-card {
  margin: 56px auto 0;
}

.applications {
  background: var(--navy);
  color: #fff;
  padding: 90px 61px 100px;
}
.applications h2 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.14;
  margin: 0 0 28px;
}
.applications p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.82;
  max-width: 1320px;
  margin: 0;
}

.services-intro {
  background: #fff;
  color: #000;
  padding: 64px 61px 64px;
}
.services-intro p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1280px;
  margin: 0 auto 18px;
  text-align: center;
}
.services-intro p:last-child {
  margin-bottom: 0;
}

.services-grid-wrap {
  background: #fff;
  padding: 80px 53px 100px;
}
.services-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1820px;
  margin: 0 auto;
}
.stile {
  background: #fff;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 20px;
  padding: 36px 36px 32px;
  box-shadow: 0 4px 14px rgba(16, 32, 57, 0.06);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.stile:hover {
  box-shadow: 0 18px 40px rgba(16, 32, 57, 0.1);
  transform: translateY(-3px);
}
.stile h3 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: var(--navy-deep, #102039);
  margin: 0;
  white-space: pre-line;
}
.stile p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #000;
  margin: 0;
  flex: 1;
  white-space: pre-line;
}
.stile .btn-red {
  align-self: flex-start;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/* ---------- SERVICE-PAGE (single service) ---------- */
.sp-hero form {
  margin: 0 auto;
}
.sp-intro {
  padding: 70px 53px;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.sp-intro p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.8;
  color: rgba(16, 32, 57, 0.78);
}
.sp-band {
  background: var(--navy);
  color: #fff;
  padding: 60px 53px;
}
.sp-band .wrap {
  max-width: 1620px;
  margin: 0 auto;
}
.sp-band h2 {
  font-family: "Syne";
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 16px;
}
.sp-band p {
  font-family: "Poppins";
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 1520px;
}
.sp-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 30px;
}
.sp-band-grid .mini {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 22px 24px;
}
.sp-band-grid h3 {
  font-family: "Syne";
  font-size: 16px;
  margin-bottom: 8px;
}
.sp-band-grid p {
  font-size: 14px;
}

.perks {
  padding: 70px 53px;
  max-width: 1620px;
  margin: 0 auto;
  text-align: center;
}
.perks h2 {
  font-family: "Syne";
  color: var(--red);
  font-size: 30px;
  margin-bottom: 32px;
}
.perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}
.perks-grid .c {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px;
}
.perks-grid h3 {
  font-family: "Syne";
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 8px;
}
.perks-grid p {
  font-family: "Poppins";
  font-size: 13.5px;
  color: rgba(16, 32, 57, 0.74);
  line-height: 1.65;
}

.hire {
  background: var(--navy);
  color: #fff;
  padding: 70px 53px;
  text-align: center;
}
.hire h2 {
  font-family: "Syne";
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 18px;
}
.hire p {
  font-family: "Poppins";
  font-size: 15px;
  line-height: 1.8;
  max-width: 1100px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.84);
}
.hire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto 34px;
}
.hire-grid .c {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
}
.hire-grid h3 {
  font-family: "Syne";
  font-size: 15px;
  margin-bottom: 8px;
}
.hire-grid p {
  font-size: 13px;
  margin: 0;
}
.hire .btn {
  background: var(--red);
  color: #fff;
  padding: 15px 32px;
  border-radius: 999px;
  font-family: "Syne";
  font-weight: 700;
}

.differentiators {
  padding: 70px 53px;
  max-width: 1620px;
  margin: 0 auto;
  text-align: center;
}
.differentiators h2 {
  font-family: "Syne";
  color: var(--red);
  font-size: 28px;
  margin-bottom: 10px;
}
.differentiators .lead {
  font-family: "Poppins";
  font-size: 14px;
  color: rgba(16, 32, 57, 0.7);
  max-width: 1080px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.differentiators .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: left;
}
.differentiators .c {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.differentiators h3 {
  font-family: "Syne";
  font-size: 15px;
  color: var(--navy);
  margin-bottom: 6px;
}
.differentiators p {
  font-family: "Poppins";
  font-size: 13px;
  color: rgba(16, 32, 57, 0.74);
  line-height: 1.6;
}

.types {
  padding: 70px 53px;
  max-width: 1620px;
  margin: 0 auto;
  text-align: center;
}
.types h2 {
  font-family: "Syne";
  color: var(--navy);
  font-size: 30px;
  margin-bottom: 10px;
}
.types .lead {
  font-family: "Poppins";
  color: rgba(16, 32, 57, 0.72);
  font-size: 14px;
  line-height: 1.7;
  max-width: 1100px;
  margin: 0 auto 30px;
}
.types .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  text-align: left;
}
.types .c {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
}
.types h3 {
  font-family: "Syne";
  font-size: 14px;
  color: var(--red);
  margin-bottom: 6px;
}
.types p {
  font-family: "Poppins";
  font-size: 12.5px;
  color: rgba(16, 32, 57, 0.72);
  line-height: 1.55;
}

.install-repair {
  padding: 70px 53px;
  max-width: 1620px;
  margin: 0 auto;
  text-align: center;
}
.install-repair h2 {
  font-family: "Syne";
  color: var(--red);
  font-size: 30px;
  margin-bottom: 10px;
}
.install-repair .lead {
  font-family: "Poppins";
  color: rgba(16, 32, 57, 0.72);
  font-size: 14px;
  max-width: 1100px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.install-repair .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}
.install-repair .c {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.install-repair h3 {
  font-family: "Syne";
  font-size: 15px;
  color: var(--navy);
  margin-bottom: 6px;
}
.install-repair p {
  font-family: "Poppins";
  font-size: 13px;
  color: rgba(16, 32, 57, 0.74);
  line-height: 1.6;
}

.near-me {
  background: var(--navy);
  color: #fff;
  padding: 70px 53px;
}
.near-me .wrap {
  max-width: 1520px;
  margin: 0 auto;
}
.near-me h2 {
  font-family: "Syne";
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 14px;
}
.near-me p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 1380px;
}
.near-me .faq {
  margin-top: 24px;
}
.near-me details {
  background: #fff;
  color: var(--navy);
  border-radius: 10px;
  margin-bottom: 10px;
}
.near-me summary {
  cursor: pointer;
  padding: 14px 20px;
  font-family: "Poppins";
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.near-me summary::-webkit-details-marker {
  display: none;
}
.near-me summary::after {
  content: "+";
  color: var(--red);
  font-weight: 700;
  font-size: 18px;
}
.near-me details[open] summary::after {
  content: "-";
}
.near-me details p {
  padding: 0 20px 16px;
  font-size: 13px;
  color: rgba(16, 32, 57, 0.78);
}

.service-area-block {
  padding: 70px 53px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.service-area-block h2 {
  font-family: "Syne";
  color: var(--red);
  font-size: 28px;
  margin-bottom: 10px;
}
.service-area-block .lead {
  font-family: "Poppins";
  font-size: 14px;
  color: rgba(16, 32, 57, 0.72);
  max-width: 1100px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.service-area-block .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: center;
}
.service-area-block .pin {
  width: 34px;
  height: 34px;
  color: var(--navy);
  margin: 0 auto 8px;
}
.service-area-block h3 {
  font-family: "Syne";
  color: var(--red);
  font-size: 15px;
  margin-bottom: 6px;
}
.service-area-block ul {
  list-style: none;
  padding: 0;
  font-family: "Poppins";
  font-size: 13.5px;
  color: rgba(16, 32, 57, 0.72);
  line-height: 1.7;
}
.service-area-block .btn {
  margin-top: 22px;
}

/* ---------- ABOUT ---------- */
.about-story {
  padding: 80px 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.about-story p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.85;
  color: rgba(16, 32, 57, 0.78);
  margin-bottom: 18px;
}
.about-story h2 {
  font-family: "Syne";
  color: var(--navy);
  font-size: 28px;
  margin: 30px 0 14px;
}
.about-values {
  background: var(--navy);
  color: #fff;
  padding: 70px 20px;
}
.about-values .wrap {
  max-width: 1320px;
  margin: 0 auto;
}
.about-values h2 {
  font-family: "Syne";
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 36px;
}
.about-values .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.val {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
}
.val .n {
  font-family: "Syne";
  color: var(--red);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.val h3 {
  font-family: "Syne";
  font-size: 16px;
  margin: 10px 0 8px;
}
.val p {
  font-family: "Poppins";
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.team {
  padding: 70px 20px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.team h2 {
  font-family: "Syne";
  color: var(--red);
  font-size: 30px;
  margin-bottom: 30px;
}
.team .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.team .card {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.team .photo {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #1a2f52, #102039);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Syne";
  font-size: 40px;
  font-weight: 700;
}
.team h3 {
  font-family: "Syne";
  font-size: 16px;
  color: var(--navy);
  margin: 14px 0 4px;
}
.team p {
  font-family: "Poppins";
  font-size: 13px;
  color: rgba(16, 32, 57, 0.7);
  padding: 0 14px 18px;
}

/* ---------- BLOG ---------- */
.blog-grid {
  max-width: 1520px;
  margin: 0 auto;
  padding: 60px 53px 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.post {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.post:hover {
  box-shadow: 0 14px 36px rgba(16, 32, 57, 0.1);
  transform: translateY(-2px);
}
.post .cover {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #1a2f52, #102039);
  overflow: hidden;
}
.post .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .body {
  padding: 22px 24px 28px;
}
.post .tag {
  font-family: "Poppins";
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
}
.post h3 {
  font-family: "Syne";
  font-weight: 700;
  font-size: 20px;
  color: var(--navy);
  margin: 10px 0 10px;
  line-height: 1.3;
}
.post p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.6;
  color: rgba(16, 32, 57, 0.72);
}
.post .meta {
  margin-top: 16px;
  font-family: "Poppins";
  font-size: 12.5px;
  color: rgba(16, 32, 57, 0.55);
}

/* ---------- CONTACT ---------- */
.contact-page-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.contact-info h2 {
  font-family: "Syne";
  color: var(--navy);
  font-size: 30px;
  margin-bottom: 14px;
}
.contact-info p.lead {
  font-family: "Poppins";
  font-size: 15px;
  line-height: 1.75;
  color: rgba(16, 32, 57, 0.74);
  margin-bottom: 30px;
}
.contact-bits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bit {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.bit .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
}
.bit h3 {
  font-family: "Syne";
  font-size: 15px;
  color: var(--navy);
  margin-bottom: 4px;
}
.bit p {
  font-family: "Poppins";
  font-size: 14px;
  color: rgba(16, 32, 57, 0.75);
  line-height: 1.55;
}
.bit a {
  color: var(--red);
  font-weight: 500;
}
.contact-form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(16, 32, 57, 0.06);
}
.contact-form-card h3 {
  font-family: "Syne";
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 18px;
}
.contact-form-card .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 14px;
  color: var(--navy);
  background: #fff;
}
.contact-form-card textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-card .full {
  grid-column: 1 / -1;
}
.contact-form-card button {
  background: var(--red);
  color: #fff;
  padding: 14px 30px;
  border-radius: 999px;
  font-family: "Syne";
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}
.map-block {
  background: var(--navy);
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}
.map-block h2 {
  font-family: "Syne";
  font-size: 24px;
  margin-bottom: 10px;
}
.map-block p {
  font-family: "Poppins";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 720px;
  margin: 0 auto 24px;
}
.map-placeholder {
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 16/6;
  border-radius: 14px;
  background: repeating-linear-gradient(
    45deg,
    #1a2f52 0 20px,
    #223a66 20px 40px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Syne";
  font-size: 20px;
}

/* ---------- ESTIMATE ---------- */
.est-head {
  text-align: center;
  padding: 70px 20px 40px;
  background: var(--navy);
  color: #fff;
}
.est-head h1 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 44px);
}
.est-head p {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.est-process {
  background: var(--navy);
  padding: 20px 53px 80px;
}
.est-process .pg {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.est-process h2 {
  color: #fff;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 28px;
  margin-bottom: 28px;
}
.est-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 24px;
  position: relative;
}
.est-card .num {
  position: absolute;
  top: -14px;
  left: 24px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Syne";
}
.est-card h3 {
  font-family: "Syne";
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 8px;
}
.est-card p {
  font-family: "Poppins";
  font-size: 13px;
  line-height: 1.55;
  color: rgba(16, 32, 57, 0.72);
}
.est-cta {
  text-align: center;
  margin-top: 32px;
}
.est-cta .btn {
  background: var(--red);
  color: #fff;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 16px;
}
.tier-row {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.tier-row .lead {
  font-family: "Poppins";
  color: rgba(16, 32, 57, 0.74);
  font-size: 15px;
  line-height: 1.7;
  max-width: 960px;
  margin: 0 auto 30px;
}
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tier {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px;
}
.tier h3 {
  font-family: "Syne";
  font-size: 18px;
  color: var(--navy);
}
.tier .pct {
  font-family: "Syne";
  font-size: 28px;
  color: var(--red);
  margin-top: 6px;
}
.calc {
  background: var(--navy);
  padding: 60px 20px;
}
.calc-card {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 36px 40px;
}
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px 24px;
}
.calc-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "Poppins";
  font-size: 13px;
  color: rgba(16, 32, 57, 0.7);
}
.calc-grid input,
.calc-grid select {
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-family: "Poppins";
  font-size: 14px;
}
.calc-submit {
  text-align: center;
  margin-top: 24px;
}
.calc-submit button {
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: 14px 40px;
  font-family: "Syne";
  font-weight: 700;
}
.understanding {
  padding: 70px 20px;
  max-width: 1320px;
  margin: 0 auto;
}
.understanding h2 {
  font-family: "Syne";
  color: var(--red);
  text-align: center;
  font-size: 30px;
  margin-bottom: 14px;
}
.understanding .lead {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 40px;
  font-family: "Poppins";
  font-size: 15px;
  color: rgba(16, 32, 57, 0.74);
  line-height: 1.7;
}
.understanding .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 28px;
}
.understanding .item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: "Poppins";
  font-size: 15px;
  color: var(--navy);
}
.understanding .check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}
.next-steps {
  max-width: 1320px;
  margin: 36px auto 0;
  padding: 0 20px;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.7;
  color: rgba(16, 32, 57, 0.76);
}
.next-steps h4 {
  font-family: "Syne";
  color: var(--navy);
  font-size: 17px;
  margin-bottom: 8px;
}
.faq-section {
  background: var(--red);
  color: #fff;
  padding: 60px 20px;
}
.faq-section .wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.faq-section h2 {
  font-family: "Syne";
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 22px;
}
.faq-section .q {
  background: #fff;
  color: var(--navy);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-section details summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 22px;
  font-family: "Poppins";
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section details summary::-webkit-details-marker {
  display: none;
}
.faq-section summary::after {
  content: "+";
  color: var(--red);
  font-weight: 700;
  font-size: 20px;
}
.faq-section details[open] summary::after {
  content: "-";
}
.faq-section details p {
  padding: 0 22px 18px;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.65;
  color: rgba(16, 32, 57, 0.78);
}
.method {
  padding: 70px 20px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.method h2 {
  font-family: "Syne";
  color: var(--red);
  font-size: 28px;
  margin-bottom: 28px;
}
.method .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  text-align: left;
}
.method .item {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
}
.method h3 {
  font-family: "Syne";
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 6px;
}
.method p {
  font-family: "Poppins";
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(16, 32, 57, 0.72);
}

/* ---------- GALLERY ---------- */
.gallery-filters {
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 20px 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-filters button {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--red-bright);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: var(--red-bright);
  background: #fff;
  transition: all 0.2s;
}
.gallery-filters button.active,
.gallery-filters button:hover {
  background: var(--red-bright);
  color: #fff;
  border-color: var(--red-bright);
}
.gallery-grid {
  max-width: 1720px;
  margin: 0 auto;
  padding: 20px 53px 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.g-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #1a2f52, #102039);
  cursor: pointer;
}
.g-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.g-card:hover img {
  transform: scale(1.04);
}
.g-card .meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 20px;
  background: linear-gradient(transparent, rgba(9, 21, 40, 0.85));
  color: #fff;
}
.g-card .meta h3 {
  font-family: "Syne";
  font-size: 18px;
  font-weight: 600;
}
.g-card .meta p {
  font-family: "Poppins";
  font-size: 13px;
  opacity: 0.8;
  margin-top: 3px;
}

/* ---------- PROPERTY MANAGERS ---------- */
.pm-intro {
  padding: 70px 20px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.pm-intro p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.8;
  color: rgba(16, 32, 57, 0.78);
}
.pm-bands {
  background: var(--navy);
  color: #fff;
  padding: 70px 20px;
}
.pm-bands .wrap {
  max-width: 1320px;
  margin: 0 auto;
}
.pm-bands h2 {
  font-family: "Syne";
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.pm-bands .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pm-bands .c {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
}
.pm-bands h3 {
  font-family: "Syne";
  font-size: 17px;
  margin-bottom: 10px;
}
.pm-bands p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

/* ---------- REVIEWS PAGE ---------- */
.rev-head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  text-align: center;
}
.rev-stat {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 22px;
}
.rev-stat .big {
  font-family: "Syne";
  font-weight: 700;
  font-size: 38px;
  color: var(--navy);
}
.rev-stat .stars {
  color: #ffb400;
  font-size: 22px;
  margin: 6px 0 4px;
}
.rev-stat p {
  font-family: "Poppins";
  font-size: 13.5px;
  color: rgba(16, 32, 57, 0.7);
}
.rev-grid {
  max-width: 1520px;
  margin: 0 auto;
  padding: 30px 53px 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rev {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 26px;
}
.rev .head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.rev .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a2f52, #102039);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Syne";
  font-weight: 700;
}
.rev .name {
  font-family: "Syne";
  font-weight: 600;
  color: var(--navy);
}
.rev .src {
  font-family: "Poppins";
  font-size: 12px;
  color: rgba(16, 32, 57, 0.55);
}
.rev .stars {
  color: #ffb400;
  font-size: 16px;
  margin-bottom: 8px;
}
.rev p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.65;
  color: rgba(16, 32, 57, 0.78);
}
.rev .date {
  margin-top: 10px;
  font-family: "Poppins";
  font-size: 12px;
  color: rgba(16, 32, 57, 0.5);
}

/* ---------- SERVICE AREAS ---------- */
.areas-intro {
  padding: 70px 20px 20px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.areas-intro p {
  font-family: "Poppins";
  font-size: 15px;
  line-height: 1.75;
  color: rgba(16, 32, 57, 0.76);
}
.areas-wrap {
  padding: 40px 53px 80px;
  max-width: 1720px;
  margin: 0 auto;
}
.areas-group {
  margin-bottom: 48px;
}
.areas-group:last-child {
  margin-bottom: 0;
}
.areas-group h2 {
  font-family: "Syne";
  font-weight: 700;
  color: var(--navy);
  font-size: 22px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.areas-group h2::before {
  content: "";
  width: 6px;
  height: 24px;
  background: var(--red);
  border-radius: 3px;
}
.areas-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.areas-list a {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 14px;
  color: var(--navy);
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.areas-list a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* ---------- GENERIC PAGE HERO (fallback for pages without a custom hero) ---------- */
.page-hero {
  padding: 70px 20px 60px;
  background: var(--navy);
  color: #fff;
  text-align: center;
}
.page-hero h1 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.1;
  margin-bottom: 14px;
}
.page-hero p {
  font-family: "Poppins";
  font-size: 15px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
}

/* ---------- TRUST LOGOS ROW ---------- */
.trust {
  padding: 36px 20px;
  background: #fff;
}
.trust-row {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.trust-logos-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* ---------- CLIENTS LOGOS ROW ---------- */
.clients-logos {
  padding: 40px 20px;
  background: #fff;
}
.clients-logos .wrap {
  /* max-width: 1400px; */
  margin: 0 auto;
}
.clients-logos-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 70px;
}
.clients-logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.clients-logos a.logo-item:hover {
  opacity: 0.7;
}
.clients-logos .logo-img {
  max-width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

/* ---------- RESPONSIVE BREAKPOINTS ---------- */
@media (max-width: 1200px) {
  .services-hero {
    padding: 70px 32px 90px;
  }
  .services-hero h1 {
    font-size: 44px;
  }
  .applications,
  .services-intro,
  .services-grid-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .applications h2 {
    font-size: 40px;
  }
  .applications p {
    font-size: 17px;
  }
  .services-tiles {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .perks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .differentiators .grid,
  .types .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .install-repair .grid,
  .service-area-block .row,
  .hire-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-band-grid {
    grid-template-columns: 1fr;
  }
  .areas-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1100px) {
  .about-values .grid,
  .team .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 32px 60px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 32px 60px;
  }
  .est-process .pg,
  .tiers,
  .calc-grid,
  .understanding .grid {
    grid-template-columns: 1fr 1fr;
  }
  .method .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rev-head {
    grid-template-columns: 1fr;
  }
  .rev-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 32px 60px;
  }
}
@media (max-width: 960px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }
  .contact-form-card .row {
    grid-template-columns: 1fr;
  }
  .pm-bands .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .services-hero {
    padding: 50px 20px 60px;
  }
  .services-hero h1 {
    font-size: 28px;
    line-height: 1.18;
  }
  .services-hero .quote-card {
    margin-top: 32px;
    padding: 24px 20px;
  }
  .applications,
  .services-intro,
  .services-grid-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .applications {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .applications h2 {
    font-size: 30px;
    line-height: 1.18;
  }
  .applications p {
    font-size: 15px;
    line-height: 1.7;
  }
  .services-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-intro p {
    font-size: 15px;
  }
  .services-grid-wrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .services-tiles {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stile {
    padding: 28px 24px 26px;
  }
  .stile h3 {
    font-size: 22px;
  }
  .stile p {
    font-size: 15px;
  }
  .sp-intro,
  .sp-band,
  .perks,
  .hire,
  .differentiators,
  .types,
  .install-repair,
  .near-me,
  .service-area-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .perks-grid,
  .differentiators .grid,
  .types .grid,
  .install-repair .grid,
  .service-area-block .row,
  .hire-grid {
    grid-template-columns: 1fr;
  }
  .areas-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .areas-wrap {
    padding: 40px 20px 0px;
  }
}
@media (max-width: 640px) {
  .about-values .grid,
  .team .grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    padding: 60px 20px 60px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    padding: 20px 20px 60px;
  }
  .rev-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px 60px;
  }
  .est-process .pg,
  .tiers,
  .calc-grid,
  .understanding .grid,
  .method .grid {
    grid-template-columns: 1fr;
  }
  .calc-card {
    padding: 22px;
  }
}

/* Logo SVG sizing - added post-install */
.ncr-logo-svg {
  display: inline-block;
  line-height: 0;
}
.ncr-logo-svg svg {
  width: 220px;
  height: auto;
  max-height: 60px;
  display: block;
}
.header .logo {
  gap: 0;
}
footer .ncr-logo-svg svg {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .clients-logos-grid {
    gap: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 10px;
  }
  .clients-logos-grid::-webkit-scrollbar {
    display: none;
  }
  .clients-logos .logo-item {
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .clients-logos {
    padding: 30px 20px;
  }
  .clients-logos-grid {
    gap: 25px;
  }
  .clients-logos .logo-img {
    max-height: 60px; /* Closer to desktop styling per request */
  }
}
