@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

:root {
  --bg-primary: #f6fbff;
  --bg-secondary: #eef6fb;
  --surface: #ffffff;
  --surface-soft: #f9fcff;
  --text-primary: #101b22;
  --text-secondary: #526575;
  --accent-primary: #156fbd;
  --accent-secondary: #54b9e9;
  --accent-warm: #f4b63f;
  --gradient-accent: linear-gradient(135deg, #1b9bd8 0%, #156fbd 100%);
  --gradient-soft: linear-gradient(145deg, #ffffff 0%, #eef8ff 48%, #dceeff 100%);
  --glass-bg: rgba(255, 255, 255, 0.78);
  --glass-border: rgba(21, 111, 189, 0.14);
  --shadow-soft: 0 24px 70px rgba(16, 35, 54, 0.12);
  --border-radius-lg: 18px;
  --border-radius-xl: 28px;
  --spacing-section: clamp(4rem, 10vw, 8rem);
  --container-width: 1400px;
}

/* =========================================================
   Gutter service page - modern content refresh
   ========================================================= */

.service-detail-page .gutter-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.service-detail-page .gutter-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Figtree", Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.service-detail-page .gutter-button:hover {
  transform: translateY(-2px);
}

.service-detail-page .gutter-button-primary {
  background: #ffd15c;
  color: #102236;
  box-shadow: 0 12px 28px rgba(6, 25, 48, 0.24);
}

.service-detail-page .gutter-button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  backdrop-filter: blur(10px);
}

.service-detail-page .gutter-button-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.service-detail-page .gutter-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 650;
}

.service-detail-page .gutter-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-detail-page .gutter-hero-trust span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66d7b0;
  box-shadow: 0 0 0 4px rgba(102, 215, 176, 0.14);
}

.service-detail-page .gutter-page-content {
  color: #31465a;
}

.service-detail-page .gutter-faq-heading {
  margin-top: 46px;
  padding-top: 6px;
}

.service-detail-page .gutter-faq-heading h2 {
  margin: 0;
  color: #102236;
  font-family: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.service-detail-page .gutter-page-content h2,
.service-detail-page .gutter-page-content h3 {
  margin: 0;
  color: #102236;
  font-family: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  letter-spacing: -0.025em;
}

.service-detail-page .gutter-page-content h2 {
  max-width: 28ch;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.12;
}

.service-detail-page .gutter-page-content h3 {
  font-size: 18px;
  line-height: 1.25;
}

.service-detail-page .gutter-page-content p {
  margin: 15px 0 0;
  color: #52677b;
  font-size: 17px;
  line-height: 1.7;
}

.service-detail-page .gutter-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: #0a68b2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-detail-page .gutter-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 1fr);
  gap: clamp(32px, 4.5vw, 56px);
  align-items: center;
}

.service-detail-page .gutter-photo-wrap {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 22px;
  background: #dceaf3;
  box-shadow: 0 20px 40px rgba(16, 35, 54, 0.14);
}

.service-detail-page .gutter-photo-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-page .gutter-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.55));
}

.service-detail-page .gutter-photo-note {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  gap: 2px;
  padding: 15px 17px;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #102236;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(16, 35, 54, 0.12);
}

.service-detail-page .gutter-photo-note strong {
  font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
  font-size: 15px;
  color: #102236;
}

.service-detail-page .gutter-photo-note span {
  color: #52677b;
  font-size: 12px;
}

.service-detail-page .gutter-section,
.service-detail-page .gutter-properties {
  margin-top: clamp(60px, 8vw, 92px);
}

.service-detail-page .gutter-section-lede {
  max-width: 60ch;
}

.service-detail-page .gutter-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.service-detail-page .gutter-service-card {
  position: relative;
  min-height: 210px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f5faff);
}

.service-detail-page .gutter-service-card:last-child {
  grid-column: 1 / -1;
  min-height: 170px;
}

.service-detail-page .gutter-service-card > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border-radius: 11px;
  background: #e3f3fd;
  color: #096bb5;
  font-size: 12px;
  font-weight: 800;
}

.service-detail-page .gutter-service-card p {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.6;
}

.service-detail-page .gutter-risk-panel {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(28px, 5vw, 58px);
  margin-top: clamp(60px, 8vw, 92px);
  padding: clamp(30px, 5vw, 52px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(84, 185, 233, 0.2), transparent 25rem),
    linear-gradient(145deg, #082f5f, #102236);
  box-shadow: 0 26px 56px rgba(8, 47, 95, 0.18);
}

.service-detail-page .gutter-risk-panel h2,
.service-detail-page .gutter-risk-panel p {
  color: #fff;
}

.service-detail-page .gutter-risk-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.service-detail-page .gutter-eyebrow-light {
  color: #80d9ff;
}

.service-detail-page .gutter-risk-list {
  display: grid;
  align-content: center;
  gap: 13px;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
}

.service-detail-page .gutter-risk-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 600;
}

.service-detail-page .gutter-risk-list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid #ffd15c;
  border-radius: 50%;
}

.service-detail-page .gutter-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 32px;
  margin-top: 32px;
}

.service-detail-page .gutter-benefit-grid article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
}

.service-detail-page .gutter-check {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6f8f1;
  color: #16815f;
  font-weight: 900;
}

.service-detail-page .gutter-benefit-grid p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.6;
}

.service-detail-page .gutter-season-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
  margin-top: clamp(60px, 8vw, 92px);
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 22px;
  background: #f2f8fc;
}

.service-detail-page .gutter-season-heading h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.service-detail-page .gutter-season-cards {
  display: grid;
  gap: 12px;
}

.service-detail-page .gutter-season-cards article {
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 54, 0.06);
}

.service-detail-page .gutter-season-cards article > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #0a68b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-detail-page .gutter-season-cards p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.55;
}

.service-detail-page .gutter-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.service-detail-page .gutter-tag-list span {
  padding: 11px 15px;
  border: 1px solid rgba(21, 111, 189, 0.16);
  border-radius: 999px;
  background: #f5faff;
  color: #28465f;
  font-size: 13px;
  font-weight: 700;
}

.service-detail-page .gutter-area-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: clamp(54px, 7vw, 80px);
  padding: clamp(28px, 5vw, 46px);
  border-radius: 22px;
  background: #ffd15c;
}

.service-detail-page .gutter-area-card h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.service-detail-page .gutter-area-card p {
  max-width: 68ch;
  color: #304154;
  font-size: 14px;
}

.service-detail-page .gutter-area-card .gutter-eyebrow {
  color: #5e4a0b;
}

.service-detail-page .gutter-button-dark {
  flex-shrink: 0;
  background: #102236;
  color: #fff;
  box-shadow: 0 12px 24px rgba(16, 34, 54, 0.18);
}

@media (max-width: 767px) {
  .service-detail-page .gutter-hero-actions {
    width: 100%;
  }

  .service-detail-page .gutter-button {
    width: 100%;
  }

  .service-detail-page .gutter-hero-trust {
    display: grid;
    gap: 9px;
  }

  .service-detail-page .gutter-intro,
  .service-detail-page .gutter-risk-panel,
  .service-detail-page .gutter-season-section,
  .service-detail-page .gutter-area-card {
    grid-template-columns: 1fr;
  }

  .service-detail-page .gutter-photo-wrap {
    min-height: 320px;
  }

  .service-detail-page .gutter-service-grid,
  .service-detail-page .gutter-benefit-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-page .gutter-service-card:last-child {
    grid-column: auto;
    min-height: 210px;
  }

  .service-detail-page .gutter-risk-panel {
    padding: 28px 22px;
  }

  .service-detail-page .gutter-area-card {
    align-items: start;
  }
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.fa-solid,
.fa-brands {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.fa-solid::before,
.fa-brands::before {
  content: none !important;
}

.fa-check-circle {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='black'/%3E%3Cpath d='M7.5 12.2 10.4 15l6-6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='black'/%3E%3Cpath d='M7.5 12.2 10.4 15l6-6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
.fa-arrow-right {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 11h12.2l-3.6-3.6L14 6l6 6-6 6-1.4-1.4L16.2 13H4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 11h12.2l-3.6-3.6L14 6l6 6-6 6-1.4-1.4L16.2 13H4z'/%3E%3C/svg%3E");
}
.fa-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.2 3.5h3.1l1.2 4.2-2 1.2a11 11 0 0 0 5.6 5.6l1.2-2 4.2 1.2v3.1c0 .8-.7 1.5-1.5 1.5C10.5 18.3 5.7 13.5 5.7 5c0-.8.7-1.5 1.5-1.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.2 3.5h3.1l1.2 4.2-2 1.2a11 11 0 0 0 5.6 5.6l1.2-2 4.2 1.2v3.1c0 .8-.7 1.5-1.5 1.5C10.5 18.3 5.7 13.5 5.7 5c0-.8.7-1.5 1.5-1.5z'/%3E%3C/svg%3E");
}
.fa-house {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 11.2 12 4.5l8 6.7V20h-5.5v-5.2h-5V20H4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 11.2 12 4.5l8 6.7V20h-5.5v-5.2h-5V20H4z'/%3E%3C/svg%3E");
}
.fa-building {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 21V4.5h10.5V21H5zm2.2-3h2V15h-2v3zm0-5h2V10h-2v3zm0-5h2V5.8h-2V8zm4.3 10h2V15h-2v3zm0-5h2V10h-2v3zm0-5h2V5.8h-2V8zM16.5 21V9.5H20V21h-3.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 21V4.5h10.5V21H5zm2.2-3h2V15h-2v3zm0-5h2V10h-2v3zm0-5h2V5.8h-2V8zm4.3 10h2V15h-2v3zm0-5h2V10h-2v3zm0-5h2V5.8h-2V8zM16.5 21V9.5H20V21h-3.5z'/%3E%3C/svg%3E");
}
.fa-truck {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2.5 6.5h11.5v9H2.5v-9zm11.5 2.5h4.2L21 12.3v3.7h-7V9zm-7.8 9.2a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6zm10.2 0a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2.5 6.5h11.5v9H2.5v-9zm11.5 2.5h4.2L21 12.3v3.7h-7V9zm-7.8 9.2a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6zm10.2 0a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6z'/%3E%3C/svg%3E");
}
.fa-water {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 14.5c1.5 0 2.2-1 3.5-1s2 1 3.5 1 2.2-1 3.5-1 2 1 3.5 1v2.2c-1.5 0-2.2-1-3.5-1s-2 1-3.5 1-2.2-1-3.5-1-2 1-3.5 1v-2.2zm0-4.5c1.5 0 2.2-1 3.5-1s2 1 3.5 1 2.2-1 3.5-1 2 1 3.5 1V12c-1.5 0-2.2-1-3.5-1s-2 1-3.5 1-2.2-1-3.5-1-2 1-3.5 1V10z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 14.5c1.5 0 2.2-1 3.5-1s2 1 3.5 1 2.2-1 3.5-1 2 1 3.5 1v2.2c-1.5 0-2.2-1-3.5-1s-2 1-3.5 1-2.2-1-3.5-1-2 1-3.5 1v-2.2zm0-4.5c1.5 0 2.2-1 3.5-1s2 1 3.5 1 2.2-1 3.5-1 2 1 3.5 1V12c-1.5 0-2.2-1-3.5-1s-2 1-3.5 1-2.2-1-3.5-1-2 1-3.5 1V10z'/%3E%3C/svg%3E");
}
.fa-solar-panel {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3.5 5h17v10h-17V5zm1.7 1.7h4.2V9H5.2V6.7zm5.5 0h4.2V9h-4.2V6.7zm5.5 0h4.2V9h-4.2V6.7zM5.2 10.3h4.2v2.3H5.2v-2.3zm5.5 0h4.2v2.3h-4.2v-2.3zm5.5 0h4.2v2.3h-4.2v-2.3zM11 16.5h2V18h4.5v1.5h-13V18H11v-1.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3.5 5h17v10h-17V5zm1.7 1.7h4.2V9H5.2V6.7zm5.5 0h4.2V9h-4.2V6.7zm5.5 0h4.2V9h-4.2V6.7zM5.2 10.3h4.2v2.3H5.2v-2.3zm5.5 0h4.2v2.3h-4.2v-2.3zm5.5 0h4.2v2.3h-4.2v-2.3zM11 16.5h2V18h4.5v1.5h-13V18H11v-1.5z'/%3E%3C/svg%3E");
}
.fa-leaf {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19.5 4.5c-6.5 0-12 4.2-12 9.8 0 2.2.9 4.1 2.4 5.5L8 21.5l1.6-1.2c1.2.6 2.6.9 4 .9 5.8 0 9.9-4.5 9.9-9.7 0-2.8-2-5.5-4-6.5zM10.8 16.2c-1.4-1.3-2.1-3-2.1-4.8 0-3.8 3.5-6.8 8.2-7.1-1.6 2.4-2.4 5.2-2.4 8 0 1.5.3 2.8.8 4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19.5 4.5c-6.5 0-12 4.2-12 9.8 0 2.2.9 4.1 2.4 5.5L8 21.5l1.6-1.2c1.2.6 2.6.9 4 .9 5.8 0 9.9-4.5 9.9-9.7 0-2.8-2-5.5-4-6.5zM10.8 16.2c-1.4-1.3-2.1-3-2.1-4.8 0-3.8 3.5-6.8 8.2-7.1-1.6 2.4-2.4 5.2-2.4 8 0 1.5.3 2.8.8 4z'/%3E%3C/svg%3E");
}
.fa-star {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 3.2 2.6 5.4 6 .9-4.3 4.2 1 5.9L12 16.8 6.7 19.6l1-5.9L3.4 9.5l6-.9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 3.2 2.6 5.4 6 .9-4.3 4.2 1 5.9L12 16.8 6.7 19.6l1-5.9L3.4 9.5l6-.9z'/%3E%3C/svg%3E");
}
.fa-facebook {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M15.12 8.5h1.88V5.62h-1.95c-2.86 0-4.45 1.62-4.45 4.48v1.7H8.25v2.88h2.35V22h3.2v-7.32h2.48l.64-2.88h-3.12V10.3c0-.72.36-1.8 1.32-1.8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M15.12 8.5h1.88V5.62h-1.95c-2.86 0-4.45 1.62-4.45 4.48v1.7H8.25v2.88h2.35V22h3.2v-7.32h2.48l.64-2.88h-3.12V10.3c0-.72.36-1.8 1.32-1.8z'/%3E%3C/svg%3E");
}
.fa-instagram {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 7.2A4.8 4.8 0 1 0 12 16.8 4.8 4.8 0 0 0 12 7.2zm0 7.92A3.12 3.12 0 1 1 12 8.88a3.12 3.12 0 0 1 0 6.24zM17.52 6.9a1.12 1.12 0 1 1-2.24 0 1.12 1.12 0 0 1 2.24 0z'/%3E%3Cpath fill='black' d='M12 2.75c-2.5 0-2.81.01-3.79.05-2.52.12-3.93 1.52-4.05 4.05-.04.98-.05 1.29-.05 3.79s.01 2.81.05 3.79c.12 2.52 1.52 3.93 4.05 4.05.98.04 1.29.05 3.79.05s2.81-.01 3.79-.05c2.52-.12 3.93-1.52 4.05-4.05.04-.98.05-1.29.05-3.79s-.01-2.81-.05-3.79c-.12-2.52-1.52-3.93-4.05-4.05-.98-.04-1.29-.05-3.79-.05zm0 1.62c2.45 0 2.74.01 3.7.05 1.84.08 2.86 1.08 2.95 2.95.04.96.05 1.25.05 3.7s-.01 2.74-.05 3.7c-.08 1.84-1.1 2.86-2.95 2.95-.96.04-1.25.05-3.7.05s-2.74-.01-3.7-.05c-1.84-.08-2.86-1.1-2.95-2.95-.04-.96-.05-1.25-.05-3.7s.01-2.74.05-3.7c.08-1.84 1.1-2.86 2.95-2.95.96-.04 1.25-.05 3.7-.05z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 7.2A4.8 4.8 0 1 0 12 16.8 4.8 4.8 0 0 0 12 7.2zm0 7.92A3.12 3.12 0 1 1 12 8.88a3.12 3.12 0 0 1 0 6.24zM17.52 6.9a1.12 1.12 0 1 1-2.24 0 1.12 1.12 0 0 1 2.24 0z'/%3E%3Cpath fill='black' d='M12 2.75c-2.5 0-2.81.01-3.79.05-2.52.12-3.93 1.52-4.05 4.05-.04.98-.05 1.29-.05 3.79s.01 2.81.05 3.79c.12 2.52 1.52 3.93 4.05 4.05.98.04 1.29.05 3.79.05s2.81-.01 3.79-.05c2.52-.12 3.93-1.52 4.05-4.05.04-.98.05-1.29.05-3.79s-.01-2.81-.05-3.79c-.12-2.52-1.52-3.93-4.05-4.05-.98-.04-1.29-.05-3.79-.05zm0 1.62c2.45 0 2.74.01 3.7.05 1.84.08 2.86 1.08 2.95 2.95.04.96.05 1.25.05 3.7s-.01 2.74-.05 3.7c-.08 1.84-1.1 2.86-2.95 2.95-.96.04-1.25.05-3.7.05s-2.74-.01-3.7-.05c-1.84-.08-2.86-1.1-2.95-2.95-.04-.96-.05-1.25-.05-3.7s.01-2.74.05-3.7c.08-1.84 1.1-2.86 2.95-2.95.96-.04 1.25-.05 3.7-.05z'/%3E%3C/svg%3E");
}
.fa-x-twitter {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.68 10.55 20.4 3h-1.6l-5.9 6.64L8.2 3H3.1l7.06 10.02L3.1 21h1.6l6.17-6.94L15.8 21h5.1l-7.22-10.45zm-2.18 2.46-.72-1L5.27 4.17h2.45l4.58 6.37.72 1 6.05 8.42h-2.45l-4.92-6.95z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.68 10.55 20.4 3h-1.6l-5.9 6.64L8.2 3H3.1l7.06 10.02L3.1 21h1.6l6.17-6.94L15.8 21h5.1l-7.22-10.45zm-2.18 2.46-.72-1L5.27 4.17h2.45l4.58 6.37.72 1 6.05 8.42h-2.45l-4.92-6.95z'/%3E%3C/svg%3E");
}
.fa-tiktok {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.2 4v2.05c1.05.85 2.3 1.4 3.7 1.55v2.35c-1.55-.1-3-.65-4.15-1.55v6.35c0 3.15-2.55 5.7-5.7 5.7S4.35 17.9 4.35 14.75 6.9 9.05 10.05 9.05c.35 0 .7.05 1.05.1v2.45c-.35-.1-.7-.15-1.05-.15-1.7 0-3.1 1.4-3.1 3.1s1.4 3.1 3.1 3.1 3.1-1.4 3.1-3.1V4h3.05z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.2 4v2.05c1.05.85 2.3 1.4 3.7 1.55v2.35c-1.55-.1-3-.65-4.15-1.55v6.35c0 3.15-2.55 5.7-5.7 5.7S4.35 17.9 4.35 14.75 6.9 9.05 10.05 9.05c.35 0 .7.05 1.05.1v2.45c-.35-.1-.7-.15-1.05-.15-1.7 0-3.1 1.4-3.1 3.1s1.4 3.1 3.1 3.1 3.1-1.4 3.1-3.1V4h3.05z'/%3E%3C/svg%3E");
}
.fa-threads {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.7 10.55c-.1-2.65-1.6-4.55-4.55-4.55-2.75 0-4.55 1.75-4.55 4.35 0 2.35 1.25 3.9 3.45 4.35-.55.35-.95.9-.95 1.6 0 1.15.95 1.95 2.35 1.95 1.55 0 2.55-.9 2.55-2.25 0-1.45-1-2.05-2.85-2.35l-.85-.15v-1.7l.7-.1c1.85-.25 2.7-.95 2.7-2.3 0-1.25-.9-2.05-2.4-2.05-1.65 0-2.6.95-2.75 2.55l-2.05-.3C8.05 7.1 9.7 5.2 12.15 5.2c3.1 0 5.05 1.8 5.05 4.7 0 1.95-.85 3.35-2.35 4.1 1.15.55 1.85 1.65 1.85 3.05 0 2.5-2.05 4.15-5.05 4.15-2.85 0-4.75-1.35-5.2-3.65l2.05-.4c.25 1.45 1.4 2.15 3.15 2.15 1.75 0 2.9-.8 2.9-2.1 0-1.2-.85-1.9-2.7-2.2l-.95-.15c-2.1-.4-3.25-1.55-3.25-3.55 0-2.4 1.8-4.15 4.6-4.15 2.55 0 4.2 1.45 4.35 3.9h.05z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.7 10.55c-.1-2.65-1.6-4.55-4.55-4.55-2.75 0-4.55 1.75-4.55 4.35 0 2.35 1.25 3.9 3.45 4.35-.55.35-.95.9-.95 1.6 0 1.15.95 1.95 2.35 1.95 1.55 0 2.55-.9 2.55-2.25 0-1.45-1-2.05-2.85-2.35l-.85-.15v-1.7l.7-.1c1.85-.25 2.7-.95 2.7-2.3 0-1.25-.9-2.05-2.4-2.05-1.65 0-2.6.95-2.75 2.55l-2.05-.3C8.05 7.1 9.7 5.2 12.15 5.2c3.1 0 5.05 1.8 5.05 4.7 0 1.95-.85 3.35-2.35 4.1 1.15.55 1.85 1.65 1.85 3.05 0 2.5-2.05 4.15-5.05 4.15-2.85 0-4.75-1.35-5.2-3.65l2.05-.4c.25 1.45 1.4 2.15 3.15 2.15 1.75 0 2.9-.8 2.9-2.1 0-1.2-.85-1.9-2.7-2.2l-.95-.15c-2.1-.4-3.25-1.55-3.25-3.55 0-2.4 1.8-4.15 4.6-4.15 2.55 0 4.2 1.45 4.35 3.9h.05z'/%3E%3C/svg%3E");
}

.social-links a .fa-brands {
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #fff;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
}

/* ==================================
   HEADER & NAV
   ================================== */
.modern-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 1000;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 247, 253, 0.9));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(21, 111, 189, 0.12);
  transition: all 0.3s ease;
}

/* ==================================
   HEADER & NAVBAR WITH SCROLL SQUEEZE
   ================================== */
.navbar-2 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(166, 207, 232, 0.35) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 4px 20px rgba(18, 52, 80, 0.05) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: 1000 !important;
  padding: 12px 0 !important;
}

.navbar-2 .nav-block {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.4s ease !important;
}

@media (min-width: 992px) {
  /* Squeezed state on desktop when scrolled */
  .navbar-2.scrolled {
    top: 20px !important;
    width: 95% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 20px !important;
    border: 1px solid rgba(166, 207, 232, 0.55) !important;
    box-shadow: var(--shadow-soft) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    padding: 10px 0 !important;
  }
  
  .navbar-2.scrolled .nav-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .navbar-2 {
    padding: 10px 0 !important;
  }
  
  .navbar-2 .nav-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /* Squeezed state on mobile when scrolled */
  .navbar-2.scrolled {
    top: 10px !important;
    width: calc(100% - 28px) !important;
    left: 14px !important;
    right: 14px !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    border: 1px solid rgba(166, 207, 232, 0.4) !important;
    box-shadow: var(--shadow-soft) !important;
    padding: 8px 0 !important;
  }
  
  .navbar-2.scrolled .nav-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modern-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.modern-logo {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #102236;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-logo span {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.nav-link {
  font-weight: 500;
  color: #172b3a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.nav-link:hover {
  color: var(--accent-primary);
}

.nav-cta {
  background: var(--gradient-accent);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 229, 255, 0.2);
}

/* ==================================
   HERO SECTION
   ================================== */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, 0.22), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, 0.18), transparent 26rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
}

/* Three-row project gallery behind the home hero. */
.hero-image-marquee {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 14px);
  padding: clamp(8px, 1vw, 14px) 0;
  opacity: 0.44;
  pointer-events: none;
  overflow: hidden;
}

.hero-image-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 47, 95, 0.76), rgba(8, 47, 95, 0.3) 48%, rgba(16, 34, 54, 0.62)),
    linear-gradient(180deg, rgba(8, 47, 95, 0.3), rgba(16, 34, 54, 0.52));
}

.hero-image-row {
  min-height: 0;
  flex: 1 1 0;
  overflow: hidden;
}

.hero-image-track,
.hero-image-group {
  display: flex;
  height: 100%;
  gap: clamp(8px, 1vw, 14px);
}

.hero-image-track {
  width: max-content;
  gap: 0;
  animation: hero-image-scroll 58s linear infinite;
  will-change: transform;
}

.hero-image-group {
  flex: none;
  padding-right: clamp(8px, 1vw, 14px);
}

.hero-image-row:nth-child(2) .hero-image-track {
  animation-direction: reverse;
  animation-duration: 66s;
}

.hero-image-row:nth-child(3) .hero-image-track {
  animation-duration: 62s;
}

.hero-image-group img {
  width: clamp(190px, 22vw, 330px);
  height: 100%;
  flex: none;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

@keyframes hero-image-scroll {
  to { transform: translateX(-50%); }
}

.hero-section > .hero-glow {
  z-index: 1;
}

.hero-section > .hero-content {
  z-index: 2;
}

@media (max-width: 767px) {
  .hero-image-marquee {
    opacity: 0.38;
  }

  .hero-image-group img {
    width: clamp(150px, 54vw, 230px);
    border-radius: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image-track {
    animation-play-state: paused;
  }
}

/* Scrolling project gallery shared by both site footer layouts. */
.modern-footer,
.section-footer {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.modern-footer .footer-image-marquee,
.section-footer .footer-image-marquee {
  z-index: 0;
  opacity: .48;
}

.modern-footer .footer-image-marquee::after,
.section-footer .footer-image-marquee::after {
  background:
    linear-gradient(90deg, rgba(5, 24, 39, .9), rgba(8, 47, 95, .72) 50%, rgba(5, 24, 39, .9)),
    linear-gradient(180deg, rgba(5, 24, 39, .7), rgba(5, 20, 32, .9));
}

.modern-footer > :not(.footer-image-marquee),
.section-footer > :not(.footer-image-marquee) {
  position: relative;
  z-index: 2;
}

.modern-footer .footer-areas,
.section-footer > .div-block-70 {
  background: rgba(8, 35, 57, .68);
  backdrop-filter: blur(12px);
}

@media (max-width: 767px) {
  .modern-footer .footer-image-marquee,
  .section-footer .footer-image-marquee {
    opacity: .4;
  }
}

.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vw;
  background: radial-gradient(circle, rgba(84, 185, 233, 0.22) 0%, rgba(84, 185, 233, 0) 64%);
  z-index: -1;
  pointer-events: none;
}

.hero-content {
  text-align: left;
  max-width: var(--container-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 4.5vw, 4.5rem);
}

.hero-copy {
  max-width: 720px;
}

.hero-pill {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5.5rem);
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.hero-title span {
  display: block;
  color: #ffffff;
}

.hero-desc {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.5rem;
  max-width: 700px;
  margin-inline: 0;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  max-width: 680px;
  margin: 0 0 2rem;
  padding: 0;
  color: #fff;
  list-style: none;
  font-weight: 700;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-benefits i {
  color: #ffd15c;
  flex: 0 0 auto;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.btn-primary {
  background: #ffd15c;
  color: #102236;
  padding: 1rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary:hover {
  background: #ffdc7d;
}

.quote-nav-button,
.navbar-2 .quote-nav-button {
  background: #ffd15c !important;
  border-color: #ffd15c !important;
  color: #102236 !important;
  box-shadow: 0 8px 22px rgba(180, 116, 0, 0.22) !important;
}

.quote-nav-button .text-button-2 {
  color: #102236 !important;
}

.navbar-2 .div-block-45 > .nav-button-2:first-child {
  background: #ffd15c !important;
  border-color: #ffd15c !important;
  color: #102236 !important;
  box-shadow: 0 8px 22px rgba(180, 116, 0, 0.22) !important;
}

.navbar-2 .div-block-45 > .nav-button-2:first-child .text-button-2 {
  color: #102236 !important;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.7;
}

.eyebrow {
  margin-bottom: 0.8rem;
  color: var(--accent-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-action {
  margin-top: 2.25rem;
  text-align: center;
}

.outline-link,
.btn-warm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.outline-link {
  border: 1px solid rgba(21, 111, 189, 0.25);
  padding: 0.9rem 1.25rem;
  color: var(--accent-primary);
  background: #fff;
}

.btn-warm {
  margin-top: 1.75rem;
  padding: 1rem 1.4rem;
  color: #102236;
  background: #ffd15c;
  box-shadow: 0 14px 32px rgba(180, 116, 0, 0.18);
}

.outline-link:hover,
.btn-warm:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(16, 35, 54, 0.12);
}

/* Homepage proof, process, trust, service areas, and FAQ */
.work-section,
.process-section,
.trust-section,
.areas-section,
.faq-section {
  padding: var(--spacing-section) 0;
}

.work-section {
  background: #fff;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 280px;
  gap: 1rem;
}

.work-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: #dceeff;
  box-shadow: 0 18px 46px rgba(16, 35, 54, 0.12);
}

.work-card-tall {
  grid-row: span 2;
}

.work-card-wide {
  grid-column: span 2;
}

.work-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.work-card:hover img {
  transform: scale(1.035);
}

.work-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.25rem 1.1rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(5, 24, 39, 0.9));
}

.work-card figcaption strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
}

.work-card figcaption span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.process-section {
  background: linear-gradient(180deg, #eef7fc, #f8fcff);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.process-grid li {
  min-height: 230px;
  padding: 1.75rem;
  border: 1px solid rgba(21, 111, 189, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 35, 54, 0.07);
}

.process-grid li > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 1.4rem;
  place-items: center;
  border-radius: 50%;
  color: #102236;
  background: #ffd15c;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
}

.process-grid h3 {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.process-grid p,
.trust-copy p,
.areas-copy p,
.faq-intro p {
  color: var(--text-secondary);
}

.trust-section {
  color: #fff;
  background: linear-gradient(135deg, #082f5f, #0b4f9f 55%, #102236);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.trust-copy .eyebrow {
  color: #ffd15c;
}

.trust-copy .section-title {
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 3.6rem);
}

.trust-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 118px;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
}

.trust-card > i {
  width: 42px;
  color: #ffd15c;
  font-size: 2rem;
  text-align: center;
  flex: 0 0 auto;
}

.trust-card-logo img {
  width: 66px;
  height: 42px;
  padding: 0.35rem;
  object-fit: contain;
  border-radius: 7px;
  background: #fff;
  flex: 0 0 auto;
}

.trust-card strong,
.trust-card span {
  display: block;
}

.trust-card strong {
  margin-bottom: 0.2rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.trust-card span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.4;
}

.areas-section {
  background: #fff;
}

.areas-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.areas-map {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(28deg, transparent 48%, rgba(21, 111, 189, 0.08) 49%, rgba(21, 111, 189, 0.08) 51%, transparent 52%),
    linear-gradient(115deg, transparent 48%, rgba(21, 111, 189, 0.07) 49%, rgba(21, 111, 189, 0.07) 51%, transparent 52%),
    #eef7fc;
  box-shadow: 0 24px 70px rgba(16, 35, 54, 0.1);
}

.areas-map::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -27%;
  left: -10%;
  height: 44%;
  border-radius: 50% 50% 0 0;
  background: #c7e8f8;
  transform: rotate(-4deg);
}

.map-water {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: 1;
  color: #397da0;
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-dot {
  position: absolute;
  z-index: 2;
  padding: 0.38rem 0.62rem 0.38rem 1.45rem;
  border: 1px solid rgba(21, 111, 189, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(16, 35, 54, 0.09);
  color: #18364d;
  font-size: 0.72rem;
  font-weight: 800;
}

.map-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.58rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-primary);
  transform: translateY(-50%);
}

.map-dot-toronto { left: 46%; top: 68%; }
.map-dot-etobicoke { left: 22%; top: 66%; }
.map-dot-north-york { left: 43%; top: 46%; }
.map-dot-scarborough { right: 27%; top: 55%; }
.map-dot-east-york { right: 38%; top: 64%; }
.map-dot-mississauga { left: 7%; top: 75%; }
.map-dot-vaughan { left: 32%; top: 27%; }
.map-dot-richmond { left: 54%; top: 18%; }
.map-dot-markham { right: 32%; top: 34%; }
.map-dot-pickering { right: 9%; top: 50%; }
.map-dot-ajax { right: 3%; top: 41%; }
.map-dot-whitby { right: 7%; top: 31%; }
.map-dot-oshawa { right: 12%; top: 20%; }
.map-dot-bowmanville { right: 3%; top: 9%; }

.area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0;
}

.area-links a,
.area-links span {
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 999px;
  color: #174c75;
  background: #f3faff;
  font-weight: 700;
  font-size: 0.88rem;
}

.area-links a:hover {
  border-color: var(--accent-primary);
  background: #e8f5fd;
}

.areas-note {
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 111, 189, 0.12);
  font-size: 0.92rem;
}

.areas-note a {
  color: var(--accent-primary);
  font-weight: 800;
}

.faq-section {
  background: linear-gradient(180deg, #f6fbff, #eef7fc);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 130px;
}

.faq-intro .outline-link {
  margin-top: 1.5rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  border: 1px solid rgba(21, 111, 189, 0.13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 35, 54, 0.06);
}

.faq-list summary {
  position: relative;
  padding: 1.25rem 3.5rem 1.25rem 1.3rem;
  cursor: pointer;
  list-style: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 1.25rem;
  color: var(--accent-primary);
  font-size: 1.55rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: '–';
}

.faq-list details p {
  padding: 0 1.3rem 1.3rem;
  color: var(--text-secondary);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 20px 40px rgba(21, 111, 189, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.hero-video-panel {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  width: min(100%, 520px);
  height: auto;
  justify-self: end;
  position: relative;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.hero-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.hero-video-wash {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(21, 111, 189, 0.22));
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-badge {
  background: rgba(234, 246, 255, 0.94);
  border-radius: 999px;
  color: #082f5f;
  width: clamp(132px, 12vw, 184px);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  position: absolute;
  right: 8%;
  box-shadow: 0 20px 54px rgba(16, 27, 34, 0.18);
}

.hero-badge strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .9;
}

.hero-badge span {
  max-width: 110px;
  font-size: clamp(.76rem, 1vw, .95rem);
  font-weight: 800;
  line-height: 1.25;
}

.hero-badge-top {
  top: 7%;
}

.hero-badge-bottom {
  right: 14%;
  bottom: 7%;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--glass-border);
}

.stat-item h4 {
  font-size: 2.5rem;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.stat-item p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ==================================
   SERVICES SECTION
   ================================== */
.services-section {
  padding: var(--spacing-section) 0;
  background: var(--surface);
  border-radius: var(--border-radius-xl);
  margin: 0 1rem;
  width: calc(100% - 2rem);
  box-shadow: inset 0 1px 0 rgba(21, 111, 189, 0.08);
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.section-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 0 2rem;
  max-width: var(--container-width);
  margin: 0 auto;
}

.service-card {
  background: var(--surface-soft);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-lg);
  padding: 3rem 2rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 35, 54, 0.08);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-accent);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(21, 111, 189, 0.28);
}

.service-card:hover::before {
  opacity: 0.05;
}

.service-content {
  position: relative;
  z-index: 1;
}

.service-icon {
  width: 64px;
  height: 64px;
  background: var(--glass-bg);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  border: 1px solid var(--glass-border);
}

.service-card:hover .service-icon {
  background: #fff7e1;
  border-color: rgba(244, 182, 63, 0.38);
  color: #a56900;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.service-card p {
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent-primary);
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.service-link:hover {
  gap: 1rem;
}

/* ==================================
   REVIEWS CAROUSEL
   ================================== */
.reviews-section {
  padding: var(--spacing-section) 0;
  overflow: hidden;
  width: 100%;
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 182, 63, 0.12), transparent 25rem),
    linear-gradient(180deg, #f6fbff 0%, #eef7fc 100%);
}

.review-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.review-carousel::-webkit-scrollbar {
  display: none;
}

.review-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  padding: 0 2rem 1rem;
}

.review-card {
  flex: 0 0 min(420px, 82vw);
  min-height: 320px;
  scroll-snap-align: center;
  background: #fff;
  border: 1px solid rgba(21, 111, 189, 0.12);
  border-radius: 22px;
  padding: 2.25rem;
  box-shadow: 0 24px 70px rgba(16, 35, 54, 0.11);
}

.review-stars {
  color: var(--accent-warm);
  display: flex;
  gap: 0.3rem;
  margin-bottom: 2rem;
}

.review-card p {
  color: var(--text-secondary);
  font-size: 1.14rem;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.review-card strong {
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.04rem;
}

/* ==================================
   GALLERY MARQUEE
   ================================== */
.gallery-section {
  padding: var(--spacing-section) 0;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.marquee-container {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee-container:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-50% - 1rem));
  }
}

.gallery-item {
  width: 400px;
  height: 300px;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 42px rgba(16, 35, 54, 0.14);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* ==================================
   FOOTER
   ================================== */
.modern-footer {
  background: linear-gradient(145deg, #0d283f 0%, #071924 100%);
  padding: 6rem 0 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  
  /* Zoom Push-up Animation Base State */
  opacity: 0;
  transform: translateY(100px) scale(0.9);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.1s ease-out;
}

.modern-footer.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}


.footer-areas {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.footer-areas h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  color: #fff;
}

.footer-areas p {
  color: rgba(232, 244, 255, 0.72);
  line-height: 1.9;
}

.footer-areas a {
  color: rgba(232, 244, 255, 0.88);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-areas a:hover {
  color: #fff;
}

.footer-areas span {
  color: rgba(232, 244, 255, 0.36);
  margin: 0 0.45rem;
}

.footer-areas .footer-area-name {
  color: rgba(232, 244, 255, 0.88);
  margin: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.15fr 1.25fr 1.35fr;
  gap: 4rem;
  margin-bottom: 4.5rem;
}

.footer-logo img {
  width: 300px;
  height: auto;
  object-fit: contain;
  display: block;
}

.footer-brand p {
  color: rgba(232, 244, 255, 0.78);
  margin-top: 1.5rem;
  max-width: 520px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.footer-col h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #fff;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.footer-links a,
.footer-links span {
  color: rgba(232, 244, 255, 0.76);
  font-weight: 500;
  font-size: 1.08rem;
  overflow-wrap: anywhere;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-trust p {
  color: rgba(232, 244, 255, 0.74);
  font-size: 1.02rem;
  line-height: 1.55;
  margin-top: 1rem;
}

.footer-trust-assets {
  display: grid;
  gap: 1rem;
}

.footer-certificate {
  display: block;
}

.footer-certificate img {
  width: 100%;
  max-width: 230px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.35rem;
}

.footer-badges {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer-badges img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.footer-badges img[src*="Badge.png"],
.div-block-151 img[src*="Badge.png"],
.grid-footer > .div-block-150 .div-block-151 img[src*="Badge.png"] {
  width: 125px !important;
  height: 125px !important;
  max-width: none;
  object-fit: contain;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(232, 244, 255, 0.72);
  font-size: 1rem;
}

.copyright a,
.text-footer-down a,
.text-footer-down .link-25,
.footer-down .link-25 {
  color: #3db4ff;
  font-weight: 700;
  text-decoration: none;
}

.copyright a:hover,
.text-footer-down a:hover,
.text-footer-down .link-25:hover,
.footer-down .link-25:hover {
  color: #7dd3ff;
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links a {
  color: rgba(232, 244, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-links {
    display: none;
  }
  .hero-stats {
    flex-wrap: wrap;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .services-section {
    margin: 0;
    border-radius: 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
  .service-card {
    padding: 2rem 1.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-areas {
    padding: 1.25rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .hero-actions {
    flex-direction: column;
  }
  .review-track {
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .review-card {
    border-radius: 26px;
    min-height: 300px;
    padding: 1.75rem;
  }
}

/* Mobile-first home page refinement */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-section {
  min-height: auto;
  align-items: flex-start;
  padding: 112px 0 52px;
  overflow: hidden;
}

.hero-content {
  max-width: 100%;
  text-align: left;
}

.hero-split {
  grid-template-columns: 1fr;
  gap: 34px;
}

.hero-pill {
  max-width: 100%;
  margin-bottom: 18px;
  padding: 9px 13px;
  font-size: 0.78rem;
  line-height: 1.25;
}

.hero-title {
  font-size: clamp(2.35rem, 10.8vw, 3.05rem);
  line-height: 1.02;
  margin-bottom: 18px;
}

.hero-desc {
  max-width: 34rem;
  margin-bottom: 26px;
  font-size: 1rem;
  line-height: 1.62;
}

.hero-actions {
  width: 100%;
  flex-direction: column;
  gap: 12px;
}

.hero-video-panel {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  justify-self: center;
}

.hero-badge {
  width: 118px;
}

.btn-primary,
.btn-secondary {
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 15px 18px;
  font-size: 1rem;
  text-align: center;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
  padding-top: 0;
  border-top: 0;
}

.stat-item {
  min-width: 0;
  border: 1px solid rgba(21, 111, 189, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 8px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(16, 35, 54, 0.08);
}

.stat-item h4 {
  font-size: clamp(1.35rem, 7vw, 1.75rem);
  line-height: 1;
}

.stat-item p {
  margin-top: 5px;
  font-size: 0.65rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.services-section,
.reviews-section,
.gallery-section {
  padding: 56px 0;
}

.services-section {
  margin: 0;
  border-radius: 0;
}

.section-header {
  margin-bottom: 28px;
  text-align: left;
}

.section-title {
  font-size: clamp(2rem, 9vw, 2.75rem);
  line-height: 1.06;
}

.services-grid {
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  padding: 0;
}

.service-card {
  border-radius: 16px;
  padding: 22px;
}

.service-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  font-size: 1.45rem;
}

.service-card h3 {
  font-size: 1.22rem;
}

.service-card p {
  margin-bottom: 18px;
  font-size: 0.96rem;
  line-height: 1.58;
}

.review-carousel {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  scroll-padding-left: 16px;
  -webkit-mask-image: none;
  mask-image: none;
}

.review-track {
  gap: 12px;
  padding: 0 0 10px;
}

.review-card {
  flex-basis: min(84vw, 340px);
  min-height: 280px;
  border-radius: 16px;
  padding: 22px;
  scroll-snap-align: start;
}

.review-stars {
  margin-bottom: 18px;
}

.review-card p {
  font-size: 1rem;
  line-height: 1.58;
}

.gallery-section .section-header {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 28px !important;
}

.marquee-container {
  gap: 12px;
  max-width: none;
  animation-duration: 42s;
}

.gallery-item {
  width: min(76vw, 300px);
  height: min(58vw, 225px);
  min-height: 190px;
  border-radius: 16px;
}

.modern-footer {
  padding: 54px 0 28px;
}

.footer-grid {
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 34px;
}

.footer-logo img {
  width: min(240px, 78vw);
}

.footer-brand p,
.footer-links a,
.footer-links span {
  font-size: 1rem;
}

.footer-areas {
  border-radius: 16px;
  padding: 18px;
}

.footer-bottom {
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

@media (min-width: 480px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-section {
    padding-top: 124px;
  }

  .hero-actions {
    max-width: 460px;
  }

  .services-section,
  .reviews-section,
  .gallery-section {
    padding: 68px 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: var(--container-width);
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section {
    min-height: 92vh;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 76px;
  }

  .section-header {
    text-align: center;
  }

  .hero-content {
    text-align: left;
  }

  .hero-split {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
    gap: 40px;
  }

  .hero-actions {
    max-width: none;
    flex-direction: row;
    justify-content: flex-start;
  }

  .btn-primary,
  .btn-secondary {
    width: auto;
    min-width: 210px;
  }

  .hero-stats {
    max-width: 760px;
    gap: 18px;
    margin: 52px 0 0;
  }

  .stat-item {
    padding: 20px 14px;
  }

  .stat-item h4 {
    font-size: 2.35rem;
  }

  .stat-item p {
    font-size: 0.82rem;
  }

  .services-section,
  .reviews-section,
  .gallery-section {
    padding: var(--spacing-section) 0;
  }

  .services-section {
    margin: 0 1rem;
    border-radius: var(--border-radius-xl);
  }

  .section-header {
    margin-bottom: 64px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 0 32px;
  }

  .service-card {
    padding: 34px 28px;
  }

  .review-carousel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  }

  .review-track {
    gap: 24px;
    padding: 0 32px 16px;
  }

  .review-card {
    flex-basis: min(420px, 70vw);
    min-height: 320px;
    border-radius: 22px;
    padding: 36px;
    scroll-snap-align: center;
  }

  .gallery-section .section-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .gallery-item {
    width: 360px;
    height: 270px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 1100px) {
  .hero-section {
    min-height: 100vh;
  }

  .hero-content {
    max-width: var(--container-width);
  }

  .hero-title {
    font-size: clamp(4rem, 6vw, 5.5rem);
  }

  .hero-desc {
    font-size: 1.2rem;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
  }

  .service-card {
    padding: 48px 32px;
  }

  .gallery-item {
    width: 400px;
    height: 300px;
  }

  .footer-grid {
    grid-template-columns: 1.8fr 1fr 1.15fr 1.25fr 1.35fr;
    gap: 4rem;
  }
}

/* ==================================
   REVIEWS & INSTAGRAM FEED PAGE
   ================================== */
.reviews-page-hero {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 5rem 0 2.5rem;
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, 0.22), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, 0.18), transparent 26rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.reviews-hero-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}

.reviews-title {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.reviews-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 720px;
  margin: 0 auto 1.5rem auto;
  line-height: 1.55;
}

.reviews-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: none;
  margin: 0;
}

.reviews-stat-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(166, 207, 232, 0.45);
  border-radius: 16px;
  padding: 1.25rem 1rem;
  box-shadow: 0 10px 30px rgba(18, 52, 80, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.reviews-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(18, 52, 80, 0.08);
}

.reviews-stat-value {
  font-size: 2.1rem;
  font-weight: 800;
  color: #156fbd;
  line-height: 1;
}

.reviews-stat-stars {
  color: #ffb800;
  font-size: 1.1rem;
  display: flex;
  gap: 0.25rem;
}

.reviews-stat-label {
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #102236;
}

.reviews-stat-desc {
  font-size: 0.8rem;
  color: #6a7c8d;
}

@media (max-width: 767px) {
  .reviews-page-hero {
    padding: 4.5rem 0 1.75rem;
  }

  .reviews-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Instagram Feed Section */
.instagram-feed-section {
  padding: 6rem 2rem;
  background: #ffffff;
}

.section-header-centered {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem auto;
}

.section-header-centered .hero-pill {
  display: inline-flex;
  margin-bottom: 1rem;
}

.section-header-centered h2 {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #102236;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-header-centered p {
  color: #5d6e7f;
  font-size: 1.05rem;
  line-height: 1.6;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.instagram-card {
  background: #ffffff;
  border: 1px solid rgba(166, 207, 232, 0.35);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(18, 52, 80, 0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.instagram-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(18, 52, 80, 0.08);
  border-color: rgba(21, 111, 189, 0.3);
}

.instagram-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(220, 235, 245, 0.6);
}

.instagram-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.instagram-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #156fbd, #54b9e9);
  padding: 2px;
}

.instagram-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.instagram-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.instagram-handle {
  font-weight: 700;
  font-size: 0.9rem;
  color: #102236;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.instagram-verified {
  color: #3897f0;
  font-size: 0.85rem;
}

.instagram-location {
  font-size: 0.75rem;
  color: #6a7c8d;
}

.instagram-logo-icon {
  color: #e1306c;
  font-size: 1.25rem;
}

.instagram-card-body {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  overflow: hidden;
  background: #f0f7fc;
  cursor: pointer;
}

.instagram-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.instagram-card:hover .instagram-thumbnail {
  transform: scale(1.08);
}

.instagram-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 34, 54, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
  z-index: 2;
}

.instagram-card:hover .instagram-video-overlay {
  background: rgba(16, 34, 54, 0.3);
}

.instagram-play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #156fbd;
  font-size: 1.5rem;
  box-shadow: 0 10px 25px rgba(16, 34, 54, 0.2);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.instagram-play-btn i {
  margin-left: 4px; /* Align play triangle */
}

.instagram-card:hover .instagram-play-btn {
  transform: scale(1.15);
  background: #ffffff;
  color: #102236;
  box-shadow: 0 15px 35px rgba(16, 34, 54, 0.3);
}

.instagram-card-footer {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}

.instagram-interactions {
  display: flex;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: #4a5d6e;
  font-weight: 600;
}

.instagram-interactions span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.instagram-interactions i {
  font-size: 1rem;
}

.instagram-caption {
  font-size: 0.9rem;
  color: #334455;
  line-height: 1.5;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.instagram-hashtags {
  color: #156fbd;
  font-weight: 500;
}

.instagram-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #156fbd, #0c5799);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 1.5rem;
  border-radius: 100px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(21, 111, 189, 0.25);
  margin-top: auto;
}

.instagram-action-btn:hover {
  background: linear-gradient(135deg, #102236, #1b3754);
  box-shadow: 0 6px 20px rgba(16, 34, 54, 0.3);
  transform: translateY(-2px);
}

/* Google Reviews Grid */
.google-reviews-section {
  padding: 6rem 2rem;
  background: #f0f7fc;
  border-top: 1px solid rgba(166, 207, 232, 0.3);
}

.google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.google-review-card {
  background: #ffffff;
  border: 1px solid rgba(166, 207, 232, 0.4);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 8px 30px rgba(18, 52, 80, 0.02);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(18, 52, 80, 0.06);
}

.google-review-card::before {
  content: '"';
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  font-size: 5rem;
  color: rgba(21, 111, 189, 0.08);
  font-family: Georgia, serif;
  line-height: 1;
}

.google-reviewer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.google-reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eef5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #156fbd;
  font-size: 1.1rem;
  border: 2px solid rgba(166, 207, 232, 0.4);
}

.google-reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.google-reviewer-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #102236;
}

.google-review-date {
  font-size: 0.75rem;
  color: #7a8c9d;
}

.google-review-rating {
  color: #ffb800;
  font-size: 0.95rem;
  display: flex;
  gap: 0.2rem;
}

.google-review-text {
  font-size: 0.95rem;
  color: #4a5d6e;
  line-height: 1.6;
  font-style: italic;
  flex-grow: 1;
}

.google-platform-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #5d6e7f;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(220, 235, 245, 0.6);
  padding-top: 0.85rem;
}

.google-platform-badge img {
  width: 16px;
  height: 16px;
}

/* ==================================
   PROJECTS PAGE SLIDER CAROUSEL
   ================================== */
.projects-gallery-grid {
  display: flex !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  gap: 16px !important;
  padding-bottom: 20px !important;
  width: 100% !important;
  margin: 0 !important;
}

.projects-gallery-grid::-webkit-scrollbar {
  height: 8px !important;
  display: block !important;
}

.projects-gallery-grid::-webkit-scrollbar-track {
  background: rgba(166, 207, 232, 0.2) !important;
  border-radius: 10px !important;
}

.projects-gallery-grid::-webkit-scrollbar-thumb {
  background: rgba(21, 111, 189, 0.4) !important;
  border-radius: 10px !important;
}

.projects-gallery-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(21, 111, 189, 0.6) !important;
}

.projects-gallery-grid .w-lightbox {
  flex: 0 0 calc(25% - 12px) !important;
  min-width: 220px !important;
  min-height: 180px !important;
  height: 180px !important;
  scroll-snap-align: start !important;
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(11, 49, 82, 0.1) !important;
  margin: 0 !important;
}

.projects-gallery-grid img {
  min-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

@media (max-width: 991px) {
  .projects-gallery-grid .w-lightbox {
    flex: 0 0 calc(33.333% - 11px) !important;
    min-height: 160px !important;
    height: 160px !important;
  }
}

@media (max-width: 576px) {
  .projects-gallery-grid .w-lightbox {
    flex: 0 0 calc(50% - 8px) !important;
    min-height: 140px !important;
    height: 140px !important;
  }
}

/* Final shared navigation polish: keep every page on the iShine blue system. */
:root {
  --ishine-blue-900: #082f5f;
  --ishine-blue-800: #0b4f9f;
  --ishine-blue-700: #0d66c2;
  --ishine-blue-600: #147fd1;
  --ishine-blue-500: #1aa8ff;
  --ishine-blue-050: #f6fbff;
  --ishine-ink: #102236;
  --ishine-border: #cce5f7;
  --ishine-shadow: 0 18px 46px rgba(11, 79, 159, 0.13);
}

.navbar,
.navbar-2 {
  z-index: 9999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 8px 24px !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ishine-border) !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #ffffff 0%, var(--ishine-blue-050) 54%, #ddefff 100%) !important;
  box-shadow: 0 10px 34px rgba(11, 79, 159, 0.09) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.navbar::before,
.navbar-2::before {
  content: "Registered, Insured & Bonded | $5M Liability";
  color: var(--ishine-blue-800);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid #d7ecfb;
  justify-content: center;
  align-items: center;
  margin: 0 0 8px;
  padding: 0 0 7px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  display: flex;
}

.navbar .nav-block,
.navbar-2 .nav-block {
  width: min(1320px, 100%) !important;
  min-height: 68px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar .brand,
.navbar-2 .brand,
.navbar .brand.w--current,
.navbar-2 .brand.w--current {
  width: 218px;
  max-width: 218px;
  height: 68px;
  min-height: 0;
  padding: 0;
}

.navbar .brand img,
.navbar-2 .brand img,
.navbar .brand img.image-89,
.navbar-2 .brand img.image-89,
.navbar .logo,
.navbar-2 .logo,
.navbar .image-89,
.navbar-2 .image-89 {
  width: 100%;
  max-width: 210px;
  height: 100%;
  max-height: 62px;
  object-fit: contain;
  opacity: 1 !important;
  position: static;
  display: block;
}

.navbar .nav,
.navbar-2 .nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.navbar .nav-link,
.navbar-2 .nav-link,
.navbar .dropdown-toggle,
.navbar-2 .dropdown-toggle {
  color: var(--ishine-ink) !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 999px;
  min-height: 42px;
  padding: 12px 11px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.navbar .text-button,
.navbar-2 .text-button,
.navbar .link-27,
.navbar-2 .link-27 {
  color: inherit !important;
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.navbar .nav-link:hover,
.navbar-2 .nav-link:hover,
.navbar .nav-link.w--current,
.navbar-2 .nav-link.w--current,
.navbar .dropdown-toggle:hover,
.navbar-2 .dropdown-toggle:hover,
.navbar .dropdown.w--open .dropdown-toggle,
.navbar-2 .dropdown.w--open .dropdown-toggle {
  opacity: 1;
  color: var(--ishine-blue-800) !important;
  background-color: #e5f4ff;
  box-shadow: inset 0 0 0 1px #bfdef4;
}

.navbar .nav-link.w--current,
.navbar-2 .nav-link.w--current {
  box-shadow: inset 0 0 0 1px #aed8f4, 0 8px 20px rgba(11, 112, 201, 0.11);
}

.navbar .dropdown-list,
.navbar-2 .dropdown-list,
.navbar .dropdown-list-block,
.navbar-2 .dropdown-list-block {
  border-radius: 14px;
  background: linear-gradient(145deg, var(--ishine-blue-900) 0%, var(--ishine-blue-800) 100%) !important;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(8, 47, 95, 0.22);
}

.navbar .dropdown,
.navbar-2 .dropdown {
  position: relative;
}

.navbar .dropdown-list.w--open,
.navbar-2 .dropdown-list.w--open {
  position: absolute;
  min-width: 276px;
  margin-top: 0;
  padding-top: 10px;
  top: calc(100% - 2px);
  left: -34px;
  overflow: visible;
  z-index: 1000;
}

/* Invisible hover bridge so the menu does not close while moving the cursor down */
.navbar .dropdown-list.w--open::before,
.navbar-2 .dropdown-list.w--open::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 20px;
}

.navbar .dropdown-list.w--open .dropdown-list-block,
.navbar-2 .dropdown-list.w--open .dropdown-list-block {
  overflow: hidden;
  border-radius: 14px;
}

.navbar .dropdown-link,
.navbar-2 .dropdown-link {
  color: #f7fbff !important;
  letter-spacing: .045em;
  border-radius: 9px;
  padding: 13px 14px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.15;
}

.navbar .dropdown-link:hover,
.navbar-2 .dropdown-link:hover,
.navbar .dropdown-link.w--current,
.navbar-2 .dropdown-link.w--current {
  opacity: 1;
  color: #fff !important;
  background-color: rgba(26, 168, 255, 0.2);
  transform: translateX(2px);
}

.navbar .nav-button-2,
.navbar-2 .nav-button-2,
.navbar .nav-button,
.navbar-2 .nav-button,
.navbar .quote-nav-button,
.navbar-2 .quote-nav-button {
  background: #ffd15c !important;
  border: 1px solid #ffd15c !important;
  border-radius: 999px;
  color: #102236 !important;
  box-shadow: 0 10px 24px rgba(180, 116, 0, 0.2) !important;
}

.navbar .nav-button-2.black,
.navbar-2 .nav-button-2.black {
  background: #0b4f9f !important;
  border-color: #0b4f9f !important;
  border-radius: 12px;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(11, 79, 159, 0.24) !important;
}

.navbar .nav-button-2:hover,
.navbar-2 .nav-button-2:hover,
.navbar .nav-button:hover,
.navbar-2 .nav-button:hover,
.navbar .quote-nav-button:hover,
.navbar-2 .quote-nav-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.navbar .quote-nav-button .text-button-2,
.navbar-2 .quote-nav-button .text-button-2,
.navbar .div-block-45 > .nav-button-2:first-child .text-button-2,
.navbar-2 .div-block-45 > .nav-button-2:first-child .text-button-2,
.navbar .quote-nav-button .text-button-2 strong,
.navbar-2 .quote-nav-button .text-button-2 strong {
  color: #102236 !important;
}

.navbar .nav-button-2.black .text-button-2,
.navbar-2 .nav-button-2.black .text-button-2,
.navbar .nav-button-2.black .text-button-2 strong,
.navbar-2 .nav-button-2.black .text-button-2 strong {
  color: #fff !important;
}

@media (min-width: 992px) and (max-width: 1180px) {
  .navbar .brand,
  .navbar-2 .brand,
  .navbar .brand.w--current,
  .navbar-2 .brand.w--current {
    width: 180px;
    max-width: 180px;
  }

  .navbar .brand img,
  .navbar-2 .brand img,
  .navbar .logo,
  .navbar-2 .logo,
  .navbar .image-89,
  .navbar-2 .image-89 {
    max-width: 174px;
  }

  .navbar .nav-link,
  .navbar-2 .nav-link,
  .navbar .dropdown-toggle,
  .navbar-2 .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .navbar,
  .navbar-2 {
    padding: 8px 14px !important;
    background: linear-gradient(135deg, #ffffff 0%, var(--ishine-blue-050) 100%) !important;
  }

  .navbar::before,
  .navbar-2::before {
    margin-bottom: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 10px;
    line-height: 1.35;
  }

  .navbar .nav-block,
  .navbar-2 .nav-block {
    min-height: 58px;
  }

  .navbar .brand,
  .navbar-2 .brand,
  .navbar .brand.w--current,
  .navbar-2 .brand.w--current {
    width: 172px;
    max-width: 172px;
    height: 56px;
  }

  .navbar .brand img,
  .navbar-2 .brand img,
  .navbar .logo,
  .navbar-2 .logo,
  .navbar .image-89,
  .navbar-2 .image-89 {
    max-width: 168px;
    max-height: 52px;
  }

  .navbar .menu-button,
  .navbar-2 .menu-button {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    position: static !important;
    transform: none !important;
    border: 1px solid #b9ddf4;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff 0%, #e9f6ff 100%);
    box-shadow: 0 10px 24px rgba(11, 79, 159, 0.13);
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .navbar .menu-button::before,
  .navbar-2 .menu-button::before,
  .navbar .menu-button::after,
  .navbar-2 .menu-button::after,
  .navbar .menu-button .icon-menu::before,
  .navbar-2 .menu-button .icon-menu::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--ishine-blue-800);
    border-radius: 999px;
    position: absolute;
    left: 12px;
    transition: transform 180ms ease, top 180ms ease, opacity 160ms ease, background-color 180ms ease;
  }

  .navbar .menu-button::before,
  .navbar-2 .menu-button::before {
    top: 14px;
  }

  .navbar .menu-button .icon-menu::before,
  .navbar-2 .menu-button .icon-menu::before {
    top: 21px;
  }

  .navbar .menu-button::after,
  .navbar-2 .menu-button::after {
    top: 28px;
  }

  .navbar .menu-button .icon-menu,
  .navbar-2 .menu-button .icon-menu {
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  .navbar .menu-button.w--open,
  .navbar-2 .menu-button.w--open {
    background: linear-gradient(135deg, var(--ishine-blue-800), var(--ishine-blue-600));
    border-color: var(--ishine-blue-600);
  }

  .navbar .menu-button.w--open::before,
  .navbar-2 .menu-button.w--open::before,
  .navbar .menu-button.w--open::after,
  .navbar-2 .menu-button.w--open::after,
  .navbar .menu-button.w--open .icon-menu::before,
  .navbar-2 .menu-button.w--open .icon-menu::before {
    background-color: #fff;
  }

  .navbar .menu-button.w--open::before,
  .navbar-2 .menu-button.w--open::before {
    top: 21px;
    transform: rotate(45deg);
  }

  .navbar .menu-button.w--open .icon-menu::before,
  .navbar-2 .menu-button.w--open .icon-menu::before {
    opacity: 0;
  }

  .navbar .menu-button.w--open::after,
  .navbar-2 .menu-button.w--open::after {
    top: 21px;
    transform: rotate(-45deg);
  }

  .w-nav-overlay {
    width: auto !important;
    top: 86px !important;
    left: 12px !important;
    right: 12px !important;
    overflow: visible;
  }

  .w-nav-overlay .nav-menu,
  .nav-menu[data-nav-menu-open] {
    position: static !important;
    inset: auto !important;
    transform: none !important;
  }

  .navbar .nav-menu,
  .navbar-2 .nav-menu {
    width: 100%;
    max-height: calc(100dvh - 106px);
    border: 1px solid #cbe4f6;
    border-radius: 18px;
    background: linear-gradient(145deg, #ffffff 0%, #eef8ff 100%) !important;
    padding: 10px;
    overflow-y: auto;
    box-shadow: var(--ishine-shadow);
  }

  .navbar .nav-link,
  .navbar-2 .nav-link,
  .navbar .dropdown-toggle,
  .navbar-2 .dropdown-toggle {
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 14px;
    text-align: left;
    font-size: 14px;
    display: flex;
  }

  .navbar .dropdown-toggle,
  .navbar-2 .dropdown-toggle {
    justify-content: space-between;
  }

  .navbar .dropdown,
  .navbar-2 .dropdown {
    width: 100%;
  }

  .navbar .dropdown-list.w--open,
  .navbar-2 .dropdown-list.w--open,
  .nav-menu[data-nav-menu-open] .dropdown-list.w--open,
  .w-nav-overlay .dropdown-list.w--open {
    min-width: 0;
    width: 100%;
    margin-top: 4px;
    position: static;
    left: auto;
  }

  .navbar .dropdown-list,
  .navbar-2 .dropdown-list,
  .navbar .dropdown-list-block,
  .navbar-2 .dropdown-list-block,
  .nav-menu[data-nav-menu-open] .dropdown-list,
  .w-nav-overlay .dropdown-list,
  .nav-menu[data-nav-menu-open] .dropdown-list-block,
  .w-nav-overlay .dropdown-list-block {
    border-radius: 14px;
    background: #e5f4ff !important;
    box-shadow: none;
  }

  .navbar .dropdown-link,
  .navbar-2 .dropdown-link,
  .navbar .dropdown-link.w--current,
  .navbar-2 .dropdown-link.w--current,
  .nav-menu[data-nav-menu-open] .dropdown-link,
  .w-nav-overlay .dropdown-link,
  .nav-menu[data-nav-menu-open] .dropdown-link.w--current,
  .w-nav-overlay .dropdown-link.w--current {
    min-height: 44px;
    color: var(--ishine-blue-900) !important;
    background-color: transparent;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .navbar .dropdown-link:hover,
  .navbar-2 .dropdown-link:hover,
  .nav-menu[data-nav-menu-open] .dropdown-link:hover,
  .w-nav-overlay .dropdown-link:hover {
    background-color: #fff;
    color: var(--ishine-blue-700) !important;
    transform: none;
  }

  .navbar .div-block-45,
  .navbar-2 .div-block-45 {
    width: 100%;
    min-width: 0;
    margin-top: 10px;
    margin-left: 0;
    gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .navbar .div-block-45 .nav-button-2,
  .navbar-2 .div-block-45 .nav-button-2,
  .navbar .div-block-45 .nav-button-2.black,
  .navbar-2 .div-block-45 .nav-button-2.black {
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    justify-content: center;
    padding: 14px 18px;
  }
}

@media (max-width: 479px) {
  .navbar,
  .navbar-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .navbar .brand,
  .navbar-2 .brand,
  .navbar .brand.w--current,
  .navbar-2 .brand.w--current {
    width: 150px;
    max-width: 150px;
  }

  .navbar .brand img,
  .navbar-2 .brand img,
  .navbar .logo,
  .navbar-2 .logo,
  .navbar .image-89,
  .navbar-2 .image-89 {
    max-width: 146px;
  }

  .hero-video-panel {
    max-width: 100%;
  }
}

/* Top trust marquee with insurance and safety credentials */
.site-trust-marquee {
  position: relative;
  z-index: 10000;
  background: linear-gradient(135deg, #082f5f 0%, #0b4f9f 46%, #147fd1 100%);
  color: #fff;
  width: 100vw;
  margin-top: -14px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 12px 32px rgba(8, 47, 95, .2);
}

.site-trust-marquee-shell {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(1420px, 100%);
  min-height: 58px;
  margin: 0 auto;
  padding: 9px 24px;
  display: grid;
}

.site-trust-intro {
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #eaf6ff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.site-trust-slider {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.site-trust-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: siteTrustSlide 34s linear infinite;
}

.site-trust-marquee:hover .site-trust-track {
  animation-play-state: paused;
}

.site-trust-card {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.site-trust-card strong,
.site-trust-card span {
  color: #fff;
  letter-spacing: .02em;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.site-trust-card span {
  color: #e9f7ff;
  font-weight: 700;
}

.site-trust-card-logo {
  background: #fff;
  border-color: rgba(255, 255, 255, .68);
  padding-left: 13px;
}

.site-trust-card-logo img {
  border-radius: 0;
  width: auto;
  height: 24px;
  max-width: 122px;
  object-fit: contain;
  display: block;
}

.site-trust-card-logo span {
  color: #082f5f;
}

.site-trust-note {
  color: #d9efff;
  max-width: 260px;
  margin: 0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
}

.navbar::before,
.navbar-2::before {
  display: none !important;
}

@keyframes siteTrustSlide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 991px) {
  .site-trust-marquee {
    margin-top: 0;
  }

  .site-trust-marquee-shell {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
    padding: 6px 10px 8px;
  }

  .site-trust-intro {
    display: block;
    text-align: center;
    white-space: normal;
    font-size: 10px;
    letter-spacing: .06em;
    line-height: 1.3;
  }

  .site-trust-note {
    display: none;
  }

  .site-trust-track {
    animation-duration: 28s;
    gap: 8px;
  }
}

@media (max-width: 479px) {
  .site-trust-marquee-shell {
    padding: 5px 8px;
  }

  .site-trust-card {
    min-height: 34px;
    padding: 6px 11px;
  }

  .site-trust-card-logo img {
    height: 20px;
    max-width: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-trust-track {
    animation: none;
    transform: none;
  }
}

/* =========================================================
   AIMLAKE 2026 - Services index + service detail templates
   Distinct layout from original Webflow card template
   ========================================================= */

.services-index-page,
.service-detail-page {
  --svc-ink: #101b22;
  --svc-ink-soft: #526575;
  --svc-mist: #eef6fb;
  --svc-paper: #f6fbff;
  --svc-teal: #156fbd;
  --svc-teal-deep: #0b4f9f;
  --svc-aqua: #54b9e9;
  --svc-line: rgba(21, 111, 189, 0.14);
  --svc-font-display: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  --svc-font-body: "Figtree", "Inter", sans-serif;
}

.services-index-page {
  background:
    linear-gradient(180deg, #f6fbff 0%, #eef6fb 40%, #f9fcff 100%);
  color: var(--svc-ink);
  font-family: var(--svc-font-body);
}

.services-index-page h1,
.services-index-page h2,
.services-index-page h3,
.service-detail-page h1,
.service-detail-page h2,
.service-detail-page h3,
.service-detail-page h4 {
  font-family: var(--svc-font-display);
}

/* ---- Services index hero ---- */
.svc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(420px, 62vh, 620px);
  display: grid;
  place-items: end start;
  padding: clamp(110px, 16vw, 160px) clamp(20px, 5vw, 64px) clamp(56px, 8vw, 88px);
  color: #f4fffc;
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, 0.22), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, 0.18), transparent 26rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
}

.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(244, 255, 252, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 255, 252, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 20%, transparent 95%);
}

.svc-hero-glow {
  position: absolute;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  right: -8%;
  top: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 185, 233, 0.4), transparent 68%);
  filter: blur(8px);
  animation: svcGlowPulse 7s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes svcGlowPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

.svc-hero-inner {
  width: min(920px, 100%);
}

.svc-brand-mark {
  display: inline-block;
  margin: 0 0 18px;
  padding: 0;
  color: var(--svc-aqua);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--svc-font-body);
  animation: svcFadeUp 0.7s ease both;
}

.svc-hero-title {
  margin: 0;
  max-width: 18ch;
  color: #f4fffc;
  font-family: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 700;
  animation: svcFadeUp 0.75s ease 0.08s both;
}

.svc-hero-lede {
  margin: 22px 0 0;
  max-width: 46ch;
  color: rgba(244, 255, 252, 0.78);
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.55;
  animation: svcFadeUp 0.8s ease 0.14s both;
}

.svc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  animation: svcFadeUp 0.85s ease 0.2s both;
}

@keyframes svcFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  font-family: var(--svc-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.svc-btn-primary {
  background: var(--svc-aqua);
  color: #102236;
}

.svc-btn-primary:hover {
  background: #7dccf1;
  transform: translateY(-2px);
}

.svc-btn-ghost {
  border: 1px solid rgba(244, 255, 252, 0.35);
  color: #f4fffc;
  background: transparent;
}

.svc-btn-ghost:hover {
  border-color: #f4fffc;
  background: rgba(244, 255, 252, 0.08);
}

/* ---- Numbered catalogue rail ---- */
.svc-catalogue {
  padding: clamp(64px, 9vw, 110px) clamp(20px, 5vw, 64px);
}

.svc-catalogue-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.svc-catalogue-head {
  margin-bottom: clamp(36px, 5vw, 56px);
  max-width: 640px;
}

.svc-kicker {
  margin: 0 0 10px;
  color: var(--svc-teal);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.svc-catalogue-title {
  margin: 0;
  color: var(--svc-ink);
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.svc-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--svc-line);
}

.svc-rail-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: clamp(16px, 3vw, 36px);
  align-items: start;
  padding: clamp(28px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--svc-line);
  transition: background-color 200ms ease;
}

.svc-rail-item:hover {
  background: linear-gradient(90deg, rgba(21, 111, 189, 0.08), transparent 70%);
}

.svc-rail-item-alt {
  background: linear-gradient(90deg, rgba(7, 24, 33, 0.03), transparent 55%);
}

.svc-rail-num {
  font-family: var(--svc-font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--svc-teal);
  line-height: 1;
  padding-top: 4px;
}

.svc-rail-copy h3 {
  margin: 0 0 10px;
  color: var(--svc-ink);
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.svc-rail-lead {
  margin: 0 0 10px;
  color: var(--svc-teal-deep);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.svc-rail-copy p {
  margin: 0 0 16px;
  color: var(--svc-ink-soft);
  font-size: 15px;
  line-height: 1.55;
  max-width: 62ch;
}

.svc-rail-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.svc-rail-copy li {
  position: relative;
  padding-left: 16px;
  color: var(--svc-ink-soft);
  font-size: 14px;
  line-height: 1.35;
}

.svc-rail-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--svc-aqua);
  transform: rotate(45deg);
}

.svc-rail-cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--svc-teal);
  border-radius: 4px;
  color: var(--svc-teal-deep);
  font-size: 13px;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.svc-rail-cta:hover {
  background: var(--svc-teal);
  color: #f4fffc;
  transform: translateX(3px);
}

.svc-rail-cta span {
  transition: transform 180ms ease;
}

.svc-rail-cta:hover span {
  transform: translateX(3px);
}

/* Proof strip */
.svc-proof {
  padding: 0 0 clamp(48px, 7vw, 80px);
}

.svc-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
}

.svc-proof-grid img {
  width: 100%;
  height: clamp(180px, 28vw, 320px);
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

@media (max-width: 991px) {
  .svc-rail-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .svc-rail-cta {
    grid-column: 2;
    justify-self: start;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .svc-hero {
    min-height: 0;
    padding-top: 108px;
  }

  .svc-rail-copy ul {
    grid-template-columns: 1fr;
  }

  .svc-proof-grid {
    grid-template-columns: 1fr;
  }

  .svc-proof-grid img {
    height: 220px;
  }

  .svc-rail-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .svc-rail-cta {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-hero-glow,
  .svc-brand-mark,
  .svc-hero-title,
  .svc-hero-lede,
  .svc-hero-actions {
    animation: none !important;
  }
}

/* Services index aligned with the homepage's iShine visual system. */
.services-index-page {
  --svc-ink: var(--text-primary);
  --svc-ink-soft: var(--text-secondary);
  --svc-mist: var(--bg-secondary);
  --svc-paper: var(--bg-primary);
  --svc-teal: var(--accent-primary);
  --svc-teal-deep: #0b4f9f;
  --svc-aqua: var(--accent-secondary);
  --svc-line: var(--glass-border);
  --svc-font-display: "Plus Jakarta Sans", sans-serif;
  --svc-font-body: "Inter", sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--svc-font-body);
}

.services-index-page h1,
.services-index-page h2,
.services-index-page h3 {
  font-family: var(--svc-font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.services-index-page .svc-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  align-self: stretch;
  box-sizing: border-box;
  min-height: clamp(280px, 50vh, 420px);
  place-items: end start;
  padding: clamp(96px, 12vw, 120px) max(24px, calc((100vw - var(--container-width)) / 2 + 32px)) clamp(36px, 5vw, 52px);
  background: linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
}

.services-index-page .svc-hero::before {
  z-index: 1;
  opacity: 0.42;
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, 0.3), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, 0.2), transparent 26rem);
  mask-image: none;
}

.services-index-page .svc-hero-glow {
  right: -5%;
  top: 8%;
  z-index: 1;
  background: radial-gradient(circle, rgba(84, 185, 233, 0.34), transparent 68%);
}

.services-index-page .svc-hero-marquee {
  z-index: 0;
  opacity: .5;
}

.services-index-page .svc-hero-marquee::after {
  background:
    linear-gradient(90deg, rgba(5, 29, 58, .9) 0%, rgba(8, 47, 95, .5) 52%, rgba(16, 34, 54, .72) 100%),
    linear-gradient(180deg, rgba(8, 47, 95, .18), rgba(5, 20, 32, .55));
}

.services-index-page .svc-hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.services-index-page .svc-brand-mark {
  margin: 0 0 24px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  backdrop-filter: blur(10px);
}

.services-index-page .svc-hero-title {
  max-width: 14ch;
  color: #fff;
  font-size: clamp(2.9rem, 5.2vw, 4.6rem);
  line-height: 1.04;
  font-weight: 800;
}

.services-index-page .svc-hero-lede {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.services-index-page .svc-hero-actions {
  gap: 16px;
  margin-top: 34px;
}

.services-index-page .svc-btn {
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 9px;
}

.services-index-page .svc-btn-primary {
  background: #ffd15c;
  color: #102236;
  box-shadow: 0 14px 34px rgba(16, 34, 54, 0.22);
}

.services-index-page .svc-btn-primary:hover {
  background: #ffdc7d;
  transform: translateY(-2px);
}

.services-index-page .svc-btn-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
}

.services-index-page .svc-btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.services-index-page .svc-catalogue {
  margin: 16px;
  padding: var(--spacing-section) clamp(16px, 4vw, 48px);
  border-radius: var(--border-radius-xl);
  background: var(--surface);
  box-shadow: inset 0 1px 0 rgba(21, 111, 189, 0.08);
}

.services-index-page .svc-catalogue-inner {
  width: min(var(--container-width), 100%);
}

.services-index-page .svc-catalogue-head {
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 76px);
  text-align: center;
}

.services-index-page .svc-kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 18px;
  border: 1px solid rgba(21, 111, 189, 0.18);
  border-radius: 999px;
  background: #eef7ff;
  color: var(--accent-primary);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.services-index-page .svc-catalogue-title {
  color: var(--text-primary);
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.services-index-page .svc-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  border: 0;
}

.services-index-page .svc-rail-item,
.services-index-page .svc-rail-item-alt {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0 22px;
  align-items: start;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-lg);
  background: var(--surface-soft);
  box-shadow: 0 18px 46px rgba(16, 35, 54, 0.08);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.services-index-page .svc-rail-item:hover {
  transform: translateY(-8px);
  border-color: rgba(21, 111, 189, 0.3);
  background: linear-gradient(145deg, #fff 0%, #eef8ff 100%);
  box-shadow: 0 24px 54px rgba(16, 35, 54, 0.13);
}

.services-index-page .svc-rail-num {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: #eef7ff;
  color: var(--accent-primary);
  font-size: 23px;
  letter-spacing: 0;
}

.services-index-page .svc-rail-copy h3 {
  margin: 4px 0 12px;
  color: var(--text-primary);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.services-index-page .svc-rail-lead {
  color: var(--accent-primary);
  font-size: 16px;
}

.services-index-page .svc-rail-copy p,
.services-index-page .svc-rail-copy li {
  color: var(--text-secondary);
}

.services-index-page .svc-rail-copy ul {
  grid-template-columns: 1fr;
  gap: 7px;
}

.services-index-page .svc-rail-copy li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-warm);
  transform: none;
}

.services-index-page .svc-rail-cta {
  grid-column: 2;
  justify-self: start;
  margin-top: 24px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--accent-primary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.services-index-page .svc-rail-cta:hover {
  background: transparent;
  color: #0b4f9f;
  transform: none;
}

.services-index-page .svc-proof {
  padding: clamp(28px, 4vw, 56px) 16px clamp(64px, 8vw, 100px);
  background: var(--bg-primary);
}

.services-index-page .svc-proof-grid {
  width: min(var(--container-width), 100%);
  margin: 0 auto;
  gap: 16px;
}

.services-index-page .svc-proof-grid img {
  border-radius: var(--border-radius-lg);
  box-shadow: 0 18px 46px rgba(16, 35, 54, 0.1);
}

@media (max-width: 900px) {
  .services-index-page .svc-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .services-index-page .svc-hero {
    min-height: clamp(240px, 42vh, 340px);
    padding: 88px 20px 28px;
  }

  .services-index-page .svc-hero-marquee {
    opacity: .44;
  }

  .services-index-page .svc-hero-title {
    font-size: clamp(2.5rem, 11vw, 3.3rem);
  }

  .services-index-page .svc-hero-actions,
  .services-index-page .svc-btn {
    width: 100%;
  }

  .services-index-page .svc-catalogue {
    margin: 8px;
    padding-inline: 12px;
  }

  .services-index-page .svc-rail-item,
  .services-index-page .svc-rail-item-alt {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }

  .services-index-page .svc-rail-cta {
    grid-column: 1;
  }
}

/* Professional service-card treatment - clear hierarchy, scannable features, anchored CTAs. */
.services-index-page .svc-rail {
  gap: clamp(20px, 2vw, 30px);
}

.services-index-page .svc-rail-item,
.services-index-page .svc-rail-item-alt {
  isolation: isolate;
  position: relative;
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 24px;
  min-height: 470px;
  padding: clamp(30px, 3.4vw, 44px);
  border: 1px solid #d6e7f3;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(84, 185, 233, 0.13), transparent 15rem),
    linear-gradient(150deg, #ffffff 0%, #fbfdff 58%, #f3f9fd 100%);
  box-shadow:
    0 22px 55px rgba(8, 47, 95, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.services-index-page .svc-rail-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 28px;
  left: 28px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0b4f9f, #1aa8ff 68%, #ffd15c);
  box-shadow: 0 3px 12px rgba(26, 168, 255, 0.24);
}

.services-index-page .svc-rail-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -42px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(26, 168, 255, 0.045);
  pointer-events: none;
}

.services-index-page .svc-rail-item:hover {
  transform: translateY(-6px);
  border-color: #a8d3ef;
  background:
    radial-gradient(circle at 100% 0%, rgba(84, 185, 233, 0.18), transparent 16rem),
    linear-gradient(150deg, #ffffff 0%, #f8fcff 55%, #edf7fd 100%);
  box-shadow:
    0 30px 70px rgba(8, 47, 95, 0.14),
    inset 0 1px 0 #fff;
}

.services-index-page .svc-rail-num {
  align-self: start;
  display: flex;
  width: 72px;
  height: 76px;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  border: 1px solid #c6e1f3;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #e9f6ff);
  color: #0b4f9f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(11, 79, 159, 0.1);
}

.services-index-page .svc-rail-num::before {
  content: "Service";
  color: #55748e;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.services-index-page .svc-rail-copy {
  min-width: 0;
}

.services-index-page .svc-rail-copy h3 {
  max-width: 19ch;
  margin: 2px 0 13px;
  color: #102236;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.15;
  text-wrap: balance;
}

.services-index-page .svc-rail-lead {
  margin-bottom: 14px;
  color: #0b4f9f !important;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.5;
}

.services-index-page .svc-rail-copy > p:not(.svc-rail-lead) {
  margin-bottom: 20px;
  color: #526575;
  font-size: 15px;
  line-height: 1.65;
}

.services-index-page .svc-rail-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid #dfebf3;
}

.services-index-page .svc-rail-copy li {
  position: relative;
  min-height: 22px;
  padding-left: 25px;
  color: #40576b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.services-index-page .svc-rail-copy li::before {
  content: "✓";
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  top: 1px;
  left: 0;
  border-radius: 50%;
  background: #dff2ff;
  color: #0b70c9;
  font-size: 10px;
  font-weight: 900;
}

.services-index-page .svc-rail-cta {
  position: relative;
  grid-column: 2;
  align-self: end;
  justify-self: stretch;
  justify-content: space-between;
  min-height: 50px;
  margin-top: 26px;
  padding: 0 18px;
  border: 1px solid #c8e1f2;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  color: #0b4f9f;
  font-size: 14px;
  box-shadow: 0 8px 22px rgba(11, 79, 159, 0.07);
}

.services-index-page .svc-rail-cta span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b4f9f;
  color: #fff;
  transition: transform .25s ease, background-color .25s ease;
}

.services-index-page .svc-rail-cta:hover {
  border-color: #0b70c9;
  background: #eef8ff;
  color: #082f5f;
  box-shadow: 0 12px 28px rgba(11, 79, 159, 0.12);
}

.services-index-page .svc-rail-cta:hover span {
  background: #0b70c9;
  transform: translateX(3px);
}

@media (max-width: 1199px) {
  .services-index-page .svc-rail-copy ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .services-index-page .svc-rail-item,
  .services-index-page .svc-rail-item-alt {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
    gap: 18px;
    padding: 28px 22px 24px;
    border-radius: 20px;
  }

  .services-index-page .svc-rail-item::before {
    right: 22px;
    left: 22px;
  }

  .services-index-page .svc-rail-num {
    width: 68px;
    height: 64px;
    border-radius: 15px;
    font-size: 21px;
  }

  .services-index-page .svc-rail-copy h3 {
    margin-top: 0;
    font-size: 1.45rem;
  }

  .services-index-page .svc-rail-copy ul {
    grid-template-columns: 1fr;
  }

  .services-index-page .svc-rail-cta {
    grid-column: 1;
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-index-page .svc-rail-item,
  .services-index-page .svc-rail-cta,
  .services-index-page .svc-rail-cta span {
    transition: none;
  }
}

/* =========================================================
   Service detail template (residential + siblings)
   ========================================================= */

.service-detail-page {
  background:
    radial-gradient(circle at 100% 0%, rgba(84, 185, 233, 0.12), transparent 28rem),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 38%, #eef6fb 100%);
  font-family: var(--svc-font-body);
  color: var(--svc-ink);
}

.service-detail-page .section-top-img {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(340px, 48vh, 520px);
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, 0.22), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, 0.18), transparent 26rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
}

.service-detail-page .section-top-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 48%, transparent 100%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 14px,
      rgba(255, 255, 255, 0.03) 14px,
      rgba(255, 255, 255, 0.03) 15px
    );
  z-index: 0;
}

.service-detail-page .block-top-img {
  position: relative;
  z-index: 1;
  min-height: inherit;
  background-image: none !important;
  display: flex;
  align-items: flex-end;
  padding: clamp(100px, 14vw, 150px) clamp(20px, 5vw, 48px) clamp(48px, 7vw, 72px);
  opacity: 1 !important;
}

.service-detail-page .section-top-img .image-28 {
  display: none !important;
}

.service-detail-page .block-top-img .content {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.service-detail-page .block-heading-text {
  align-items: flex-start;
  text-align: left;
  max-width: 860px;
}

.service-detail-page .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.service-detail-page .line-subtitle,
.service-detail-page .line-subtitle.white {
  width: 28px;
  height: 2px;
  border-radius: 0;
  background: #ffd15c;
}

.service-detail-page .text-subtitle,
.service-detail-page .text-subtitle.white {
  color: #ffffff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--svc-font-body);
}

.service-detail-page .section-top-img .heading-hero {
  max-width: min(920px, 100%);
  margin: 0;
  text-align: left;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.service-detail-page .svc-detail-lede {
  margin: 18px 0 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.5;
  font-family: var(--svc-font-body);
  font-weight: 500;
}

.service-detail-page .section-4.overflow {
  padding: clamp(48px, 7vw, 88px) 0 clamp(64px, 9vw, 110px);
  background: transparent;
}

.service-detail-page .base-container.w-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: clamp(18px, 3vw, 28px);
  padding-right: clamp(18px, 3vw, 28px);
}

.service-detail-page .service-details-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(20px, 2.4vw, 28px);
  align-items: start;
}

.service-detail-page .service-details-content-wrapper {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  opacity: 1 !important;
  background: #ffffff;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 18px;
  padding: clamp(28px, 3.5vw, 48px);
  box-shadow: 0 24px 60px rgba(16, 35, 54, 0.08);
}

.service-detail-page .rich-text-style.w-richtext h3,
.service-detail-page .rich-text-style.w-richtext h4 {
  color: var(--svc-ink);
  letter-spacing: -0.02em;
  margin-top: 1.6em;
  margin-bottom: 0.55em;
}

.service-detail-page .rich-text-style.w-richtext h4:first-child {
  margin-top: 0;
}

.service-detail-page .rich-text-style.w-richtext p {
  color: var(--svc-ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.service-detail-page .rich-text-style.w-richtext figure,
.service-detail-page .rich-text-style.w-richtext img {
  border-radius: 14px;
  overflow: hidden;
}

.service-detail-page .rich-text-style.w-richtext img {
  width: 100%;
  display: block;
}

.service-detail-page .nav-button-2.w-inline-block {
  margin-top: 18px;
  border-radius: 999px;
  background: #ffd15c !important;
  color: #102236 !important;
  box-shadow: 0 10px 24px rgba(180, 116, 0, 0.2);
}

.service-detail-page .grid-full.padding-up {
  margin-top: 42px;
  border-radius: 16px;
  overflow: hidden;
}

.service-detail-page .accordion-wrapper.service-details {
  margin-top: 36px;
  border-top: 1px solid var(--svc-line);
  padding-top: 8px;
}

.service-detail-page .accordion-item {
  border-bottom: 1px solid var(--svc-line);
  background: transparent;
}

.service-detail-page .accordion-toggle {
  padding: 18px 4px;
}

.service-detail-page .accordion-title {
  color: var(--svc-ink) !important;
  font-family: var(--svc-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.service-detail-page .accordion-list-content {
  color: var(--svc-ink-soft);
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 16px;
}

.service-detail-page .div-block-62 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 18px;
  position: sticky;
  top: 108px;
}

.service-detail-page .div-block-62 > div {
  opacity: 1 !important;
}

.service-detail-page .form-block-6 {
  background:
    radial-gradient(circle at 0% 0%, rgba(84, 185, 233, 0.22), transparent 55%),
    linear-gradient(145deg, #082f5f 0%, #0b4f9f 52%, #102236 100%);
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 28px 64px rgba(8, 47, 95, 0.2);
}

.service-detail-page .form-block-6 .left-alignment.smaller-text {
  color: #ffffff !important;
  font-family: var(--svc-font-display);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.service-detail-page .form-block-6 .text-field-contact-2,
.service-detail-page .form-block-6 .text-area-2 {
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

.service-detail-page .form-block-6 .text-field-contact-2::placeholder,
.service-detail-page .form-block-6 .text-area-2::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.service-detail-page .form-block-6 .nav-button-2.form-button {
  border-radius: 999px !important;
  background: #ffd15c !important;
  color: #102236 !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(180, 116, 0, 0.22);
}

.service-detail-page .form-block-6 .success-message-color-2 {
  background: #156fbd;
  color: #ffffff;
}

.service-detail-page .service-details-sidebar-wrapper {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%);
  border: 1px solid rgba(21, 111, 189, 0.16);
  border-radius: 22px;
  padding: 22px 18px 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 40px rgba(16, 35, 54, 0.08);
}

.service-detail-page .service-details-sidebar-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #0b4f9f, #54b9e9 55%, #ffd15c);
}

.service-detail-page .service-details-sidebar-contacts {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding-top: 4px;
}

.service-detail-page .service-details-sidebar-contacts::before {
  content: "Contact info";
  margin: 2px 2px 6px;
  color: #0a68b2;
  font-family: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-detail-page .contacts-detail {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 12px 12px 12px 10px;
  border: 1px solid rgba(21, 111, 189, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(16, 35, 54, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-detail-page .contacts-detail:hover {
  transform: translateY(-1px);
  border-color: rgba(21, 111, 189, 0.28);
  box-shadow: 0 12px 24px rgba(16, 35, 54, 0.08);
}

.service-detail-page .contacts-icon {
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(84, 185, 233, 0.22), rgba(11, 79, 159, 0.12));
  color: #0b4f9f;
  box-shadow: inset 0 0 0 1px rgba(21, 111, 189, 0.12);
  display: grid;
  place-items: center;
  -webkit-mask-image: none;
  mask-image: none;
}

.service-detail-page .contacts-detail:nth-child(1) .contacts-icon,
.service-detail-page .contacts-detail:nth-child(2) .contacts-icon,
.service-detail-page .contacts-detail:nth-child(3) .contacts-icon {
  -webkit-mask-image: none;
  mask-image: none;
  background:
    linear-gradient(145deg, rgba(84, 185, 233, 0.22), rgba(11, 79, 159, 0.12));
}

.service-detail-page .contacts-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.service-detail-page .contacts-detail:nth-child(1) .contacts-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21s6.5-5.2 6.5-10.2A6.5 6.5 0 0 0 12 4.3a6.5 6.5 0 0 0-6.5 6.5C5.5 15.8 12 21 12 21zm0-8.2a2.2 2.2 0 1 1 0-4.4 2.2 2.2 0 0 1 0 4.4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21s6.5-5.2 6.5-10.2A6.5 6.5 0 0 0 12 4.3a6.5 6.5 0 0 0-6.5 6.5C5.5 15.8 12 21 12 21zm0-8.2a2.2 2.2 0 1 1 0-4.4 2.2 2.2 0 0 1 0 4.4z'/%3E%3C/svg%3E");
}

.service-detail-page .contacts-detail:nth-child(2) .contacts-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.2 3.5h3.1l1.2 4.2-2 1.2a11 11 0 0 0 5.6 5.6l1.2-2 4.2 1.2v3.1c0 .8-.7 1.5-1.5 1.5C10.5 18.3 5.7 13.5 5.7 5c0-.8.7-1.5 1.5-1.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.2 3.5h3.1l1.2 4.2-2 1.2a11 11 0 0 0 5.6 5.6l1.2-2 4.2 1.2v3.1c0 .8-.7 1.5-1.5 1.5C10.5 18.3 5.7 13.5 5.7 5c0-.8.7-1.5 1.5-1.5z'/%3E%3C/svg%3E");
}

.service-detail-page .contacts-detail:nth-child(3) .contacts-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3.5 5.5h17v13h-17v-13zm1.3 2 7.2 5.4 7.2-5.4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3.5 5.5h17v13h-17v-13zm1.3 2 7.2 5.4 7.2-5.4'/%3E%3C/svg%3E");
}

.service-detail-page .footer-link.right-text {
  color: #102236 !important;
  text-align: left;
  font-family: "Figtree", "Inter", Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.service-detail-page .footer-link.right-text strong {
  font-weight: 700;
  color: inherit;
}

.service-detail-page .footer-link.right-text:hover {
  color: #0b4f9f !important;
}

.service-detail-page .heading-8 {
  margin: 4px 0 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(21, 111, 189, 0.12);
  color: #102236 !important;
  font-family: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.service-detail-page .link-with-icon {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b4f9f, #156fbd);
  color: #fff !important;
  font-family: "Plus Jakarta Sans", "Figtree", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(11, 79, 159, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.service-detail-page .link-with-icon:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 30px rgba(11, 79, 159, 0.28);
  color: #fff !important;
}

.service-detail-page .link-with-icon .text-button-icon {
  margin: 0;
  width: 14px;
  height: 14px;
  background-color: currentColor;
}

.commercial-instagram-video {
  position: relative;
  width: min(100%, 540px);
  height: 560px;
  margin: 30px auto 42px;
  overflow: hidden;
  border: 1px solid rgba(21, 111, 189, 0.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(16, 35, 54, 0.1);
}

.commercial-instagram-video iframe {
  width: 100%;
  height: 720px;
  min-height: 720px;
  border: 0;
  display: block;
}

.commercial-instagram-video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 118px;
  background: #fff;
  pointer-events: auto;
  z-index: 2;
}

@media (max-width: 991px) {
  .service-detail-page .service-details-content {
    grid-template-columns: 1fr;
  }

  .service-detail-page .div-block-62 {
    position: static;
  }
}

@media (max-width: 767px) {
  .service-detail-page .section-top-img {
    min-height: 300px;
  }

  .service-detail-page .block-top-img {
    padding: 96px 18px 42px;
  }

  .service-detail-page .section-top-img .heading-hero {
    max-width: none;
    font-size: clamp(26px, 7.5vw, 36px);
    line-height: 1.2;
    font-weight: 700;
  }

  .service-detail-page .service-details-content-wrapper {
    padding: 20px 16px;
  }

  .commercial-instagram-video {
    width: 100%;
    height: 520px;
    margin: 24px 0 34px;
  }

  .commercial-instagram-video iframe {
    height: 680px;
    min-height: 680px;
  }

  .commercial-instagram-video::after {
    height: 110px;
  }
}

/* Service detail pages aligned with the homepage colour system. */
.service-detail-page {
  --svc-ink: #102236;
  --svc-ink-soft: #4a5d6e;
  --svc-mist: #f0f7fc;
  --svc-paper: #ffffff;
  --svc-teal: #156fbd;
  --svc-teal-deep: #0c5799;
  --svc-aqua: #54b9e9;
  --svc-line: rgba(166, 207, 232, .4);
  background:
    radial-gradient(circle at 100% 0%, rgba(84, 185, 233, .12), transparent 30rem),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 42%, #eef6fb 100%);
  color: #102236;
}

.service-detail-page .section-top-img {
  min-height: clamp(500px, 68vh, 700px);
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, .22), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, .18), transparent 26rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
}

.service-detail-page .section-top-img::after {
  background:
    linear-gradient(90deg, rgba(8, 47, 95, .76), rgba(8, 47, 95, .3) 52%, rgba(16, 34, 54, .62)),
    linear-gradient(180deg, rgba(8, 47, 95, .3), rgba(16, 34, 54, .52));
}

.service-detail-page .service-detail-hero-marquee {
  opacity: .44;
}

.service-detail-page .service-detail-hero-marquee::after {
  background:
    linear-gradient(90deg, rgba(8, 47, 95, .76), rgba(8, 47, 95, .3) 52%, rgba(16, 34, 54, .62)),
    linear-gradient(180deg, rgba(8, 47, 95, .3), rgba(16, 34, 54, .52));
}

.service-detail-page .block-top-img {
  z-index: 2;
  padding: clamp(104px, 12vw, 136px) clamp(20px, 5vw, 48px) clamp(46px, 6vw, 66px);
}

.service-detail-page .line-subtitle,
.service-detail-page .line-subtitle.white {
  background: #ffd15c;
}

.service-detail-page .text-subtitle,
.service-detail-page .text-subtitle.white {
  color: #ffffff;
}

.service-detail-page .section-top-img .heading-hero {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
}

.service-detail-page .svc-detail-lede {
  color: rgba(255, 255, 255, .82);
}

.service-detail-page .section-4.overflow {
  background: transparent;
}

.service-detail-page .service-details-content-wrapper {
  border: 1px solid rgba(166, 207, 232, .42);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 34px rgba(18, 52, 80, .05);
}

.service-detail-page .service-details-sidebar-wrapper {
  border: 1px solid rgba(21, 111, 189, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 40px rgba(16, 35, 54, 0.08);
}

.service-detail-page .rich-text-style.w-richtext h3,
.service-detail-page .rich-text-style.w-richtext h4,
.service-detail-page .accordion-title {
  color: #102236 !important;
}

.service-detail-page .rich-text-style.w-richtext p,
.service-detail-page .accordion-list-content {
  color: #4a5d6e;
}

.service-detail-page .rich-text-style.w-richtext a {
  color: #156fbd;
}

.service-detail-page .rich-text-style.w-richtext figure,
.service-detail-page .rich-text-style.w-richtext img,
.service-detail-page .grid-full.padding-up {
  border-radius: 20px;
}

.service-detail-page .nav-button-2.w-inline-block {
  border-radius: 999px;
  background: #ffd15c !important;
  color: #102236 !important;
  box-shadow: 0 8px 22px rgba(180, 116, 0, .22);
}

.service-detail-page .nav-button-2.w-inline-block .text-button-2 {
  color: #102236 !important;
}

.service-detail-page .button.w-inline-block {
  border-radius: 999px;
  background: linear-gradient(135deg, #156fbd, #0b4f9f);
  box-shadow: 0 8px 22px rgba(21, 111, 189, .22);
}

.service-detail-page .accordion-wrapper.service-details,
.service-detail-page .accordion-item {
  border-color: rgba(166, 207, 232, .45);
}

.service-detail-page .form-block-6 {
  border: 1px solid rgba(166, 207, 232, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(84, 185, 233, .22), transparent 55%),
    linear-gradient(145deg, #082f5f 0%, #0b4f9f 100%);
  box-shadow: 0 18px 46px rgba(18, 52, 80, .16);
}

.service-detail-page .form-block-6 .text-field-contact-2,
.service-detail-page .form-block-6 .text-area-2 {
  border-color: rgba(255, 255, 255, .22) !important;
  background: rgba(255, 255, 255, .1) !important;
}

.service-detail-page .form-block-6 .nav-button-2.form-button {
  border-radius: 999px !important;
  background: #ffd15c !important;
  color: #102236 !important;
  box-shadow: 0 10px 24px rgba(180, 116, 0, .22);
}

.commercial-instagram-video {
  border-color: rgba(166, 207, 232, .55);
  border-radius: 20px;
  box-shadow: 0 12px 38px rgba(18, 52, 80, .08);
}

/* Commercial page repairs: remove legacy spacing, restore grid widths, and use local video. */
.commercial-cleaning-page .section-top-img {
  margin-top: 0 !important;
}

.commercial-cleaning-page .service-details-content-wrapper,
.commercial-cleaning-page .div-block-62 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.commercial-cleaning-page .commercial-instagram-video {
  width: min(100%, 360px);
  height: auto;
  aspect-ratio: 9 / 16;
  margin: 32px auto 44px;
  overflow: hidden;
  border: 1px solid rgba(166, 207, 232, .65);
  border-radius: 22px;
  background: #082f5f;
  box-shadow: 0 20px 52px rgba(8, 47, 95, .16);
}

.commercial-cleaning-page .commercial-instagram-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.commercial-cleaning-page .commercial-instagram-video::after {
  display: none;
}

@media (max-width: 991px) {
  .commercial-cleaning-page .service-details-content {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .commercial-cleaning-page .service-details-content-wrapper,
  .commercial-cleaning-page .div-block-62 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .commercial-cleaning-page .footer-link.right-text {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  .commercial-cleaning-page .section-top-img {
    margin-top: 0 !important;
  }

  .commercial-cleaning-page .commercial-instagram-video {
    width: min(100%, 340px);
    height: auto;
    margin: 26px auto 36px;
  }
}

@media (max-width: 767px) {
  .service-detail-page .section-top-img {
    min-height: 560px;
  }

  .service-detail-page .service-detail-hero-marquee {
    opacity: .38;
  }

  .service-detail-page .block-top-img {
    padding: 94px 18px 40px;
  }
}

/* Projects page: one continuous canvas with full-page floating image background. */
body.projects-index-page {
  position: relative;
  isolation: isolate;
  background: #082f5f;
  overflow-x: clip;
}

.projects-index-page .projects-page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.projects-index-page .projects-page-marquee {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.55;
  height: 100%;
  min-height: 100%;
}

.projects-index-page .projects-page-marquee::after {
  background:
    linear-gradient(90deg, rgba(8, 47, 95, 0.72), rgba(8, 47, 95, 0.28) 48%, rgba(16, 34, 54, 0.58)),
    linear-gradient(180deg, rgba(8, 47, 95, 0.22), rgba(8, 47, 95, 0.42));
}

.projects-index-page .navbar-2,
.projects-index-page .projects-page-canvas,
.projects-index-page .section-footer {
  position: relative;
  z-index: 2;
}

.projects-index-page .projects-page-canvas {
  width: min(1100px, calc(100% - 48px));
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(120px, 16vw, 160px) 0 clamp(48px, 7vw, 72px);
}

.projects-index-page .projects-page-intro {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
  margin: 0 auto 42px;
  max-width: 920px;
}

.projects-index-page .projects-page-intro .subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 9px 16px;
  box-shadow: 0 14px 34px rgba(16, 35, 54, 0.08);
  backdrop-filter: blur(10px);
}

.projects-index-page .projects-page-intro .line-subtitle {
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: #ffd15c;
}

.projects-index-page .projects-page-intro .text-subtitle {
  color: #ffffff;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.projects-index-page .projects-page-intro .heading-hero.dark {
  max-width: 16ch;
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", Montserrat, sans-serif;
  font-size: clamp(44px, 6.4vw, 78px);
  font-weight: 800;
  line-height: 0.98;
  text-shadow: 0 10px 40px rgba(8, 47, 95, 0.35);
}

.projects-index-page .projects-gallery-section {
  display: none !important;
}

.projects-coming-soon {
  width: 100%;
  margin: 0 auto;
}

.projects-category-panel {
  background: linear-gradient(135deg, #082f5f 0%, #0b4f9f 52%, #147fd1 100%);
  border-radius: 10px;
  padding: clamp(28px, 5vw, 48px);
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  box-shadow: 0 24px 70px rgba(8, 47, 95, 0.22);
}

.projects-category-link {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.projects-category-link:hover {
  opacity: .84;
  transform: translateX(6px);
}

.projects-sections {
  display: grid;
  gap: 18px;
  margin-top: 0;
}

.projects-placeholder-section {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .42fr);
  align-items: center;
  gap: 24px;
  box-shadow: 0 18px 48px rgba(16, 35, 54, 0.12);
  backdrop-filter: blur(14px);
}

.projects-kicker {
  color: #0b4f9f;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  display: block;
  margin-bottom: 10px;
}

.projects-placeholder-section h2 {
  color: #082f5f;
  letter-spacing: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  margin-bottom: 12px;
}

.projects-placeholder-section p {
  color: #526575;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
}

.projects-info-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.projects-info-list li {
  position: relative;
  color: #314554;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.projects-info-list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1aa8ff, #0d66c2);
}

.projects-coming-card {
  color: #0b4f9f;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px dashed rgba(21, 111, 189, 0.35);
  border-radius: 10px;
  background: #eef8ff;
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 20px;
  font-size: 13px;
  font-weight: 900;
}

.projects-placeholder-section.has-video {
  align-items: start;
}

.projects-video-link {
  display: inline-block;
  margin-top: 16px;
  color: #0b4f9f;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.projects-video-link:hover {
  color: #082f5f;
  text-decoration: underline;
}

.projects-instagram-video {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 35, 54, 0.08);
}

.projects-instagram-video iframe {
  width: 100%;
  height: 720px;
  min-height: 720px;
  border: 0;
  display: block;
}

/* Cover Instagram like / engagement footer inside the embed */
.projects-instagram-video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 118px;
  background: #fff;
  pointer-events: auto;
  z-index: 2;
}

/* Projects footer merges into the same floating-image canvas. */
.projects-index-page .section-footer.projects-page-footer {
  background: transparent !important;
  margin-top: 0;
  padding-top: 12px;
  border-top: 0;
}

.projects-index-page .section-footer .footer-image-marquee {
  display: none !important;
}

.projects-index-page .section-footer > .div-block-70 {
  background: rgba(8, 35, 57, 0.42) !important;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  width: 100%;
  margin: 0 auto 18px;
}

.projects-index-page .section-footer > .content {
  width: 100%;
  margin: 0 auto;
  padding: 28px 22px 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(8, 35, 57, 0.48);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 48px rgba(5, 20, 32, 0.18);
}

@media (max-width: 767px) {
  .projects-index-page .projects-page-canvas,
  .projects-index-page .section-footer.projects-page-footer {
    width: min(1100px, calc(100% - 24px));
  }

  .projects-index-page .projects-page-canvas {
    padding-top: 112px;
  }

  .projects-index-page .projects-page-intro {
    margin-bottom: 28px;
  }

  .projects-placeholder-section {
    grid-template-columns: 1fr;
  }

  .projects-coming-card {
    min-height: 120px;
  }

  .projects-instagram-video {
    height: 520px;
  }

  .projects-instagram-video iframe {
    height: 680px;
    min-height: 680px;
  }

  .projects-instagram-video::after {
    height: 110px;
  }
}

/* Contact page boxed layout */
.contact-boxed-page .section-top {
  align-items: center;
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, 0.22), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, 0.18), transparent 26rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
  margin-bottom: 0;
  padding: clamp(130px, 15vw, 185px) 24px clamp(54px, 8vw, 86px);
}

.contact-boxed-page .section-top .content.slim {
  width: min(100%, 940px);
  max-width: 940px;
  background: #fff;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(16, 35, 54, 0.12);
  padding: clamp(28px, 5vw, 56px);
  opacity: 1 !important;
}

.contact-boxed-page .section-top .block-heading-text {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 30px;
}

.contact-boxed-page .section-top .heading-hero.dark {
  color: #082f5f;
  font-size: clamp(36px, 5vw, 62px);
  letter-spacing: 0;
}

.contact-boxed-page .section-top .paragraph-50 {
  max-width: 680px;
}

.contact-boxed-page .section-top .form-block {
  width: 100%;
  margin: 0;
}

.contact-boxed-page .section-top .form {
  gap: 16px;
}

.contact-boxed-page .section-top .text-field,
.contact-boxed-page .section-top .textarea {
  border: 1px solid rgba(16, 35, 54, 0.16);
  border-radius: 8px;
  background: #f9fcff;
}

.contact-boxed-page .section-top .text-field:focus,
.contact-boxed-page .section-top .textarea:focus {
  border-color: #156fbd;
}

.contact-boxed-page .section-top .submit-button {
  border-radius: 999px;
  background: #ffd15c;
  color: #102236;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(180, 116, 0, 0.22);
}

.success-message-color,
.success-message-color-2 {
  background: #156fbd !important;
  color: #ffffff !important;
}

.button.dark.red-button {
  background: #ffd15c !important;
  color: #102236 !important;
}

.blue-block-2 {
  background: #156fbd !important;
}

@media (max-width: 767px) {
  .contact-boxed-page .section-top {
    padding: 112px 16px 48px;
  }

  .contact-boxed-page .section-top .content.slim {
    padding: 24px 18px;
  }

  .contact-boxed-page .section-top .form {
    grid-template-columns: 1fr;
  }
}

/* ==================================
   COMMUNITY / CHARITY CONTRIBUTION
   ================================== */
.community-section {
  padding: var(--spacing-section) 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(84, 185, 233, 0.14), transparent 28rem),
    linear-gradient(180deg, #eef7fc 0%, #f6fbff 100%);
}

.community-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
  gap: 2.5rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 111, 189, 0.12);
  border-radius: 24px;
  padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: 0 24px 70px rgba(16, 35, 54, 0.08);
}

.community-copy .section-title {
  margin-bottom: 1rem;
}

.community-copy p {
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 42rem;
}

.community-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(21, 111, 189, 0.1);
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.community-logo-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(16, 35, 54, 0.1);
}

.community-logo {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}

.footer-charity-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  max-width: 230px;
  transition: opacity 0.2s ease;
}

.footer-charity-logo:hover {
  opacity: 0.92;
}

.footer-charity-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.about-community-section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  background: #f4f9fc;
}

.about-community-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.85fr);
  gap: 2rem;
  align-items: center;
}

.about-community-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dfe9ef;
  padding: 1.5rem;
  transition: box-shadow 0.25s ease;
}

.about-community-logo-link:hover {
  box-shadow: 0 18px 40px rgba(16, 35, 54, 0.08);
}

.about-community-logo {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .community-panel,
  .about-community-layout {
    grid-template-columns: 1fr;
  }

  .community-logo-link,
  .about-community-logo-link {
    justify-self: start;
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .community-section {
    padding: 56px 0;
  }

  .community-panel {
    padding: 1.5rem;
    border-radius: 16px;
  }

  .community-copy p {
    font-size: 0.98rem;
  }

  .hero-section {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 48px;
  }

  .about-modern-intro,
  .about-values-section,
  .about-proof-section,
  .team-roster-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .team-member-card {
    padding: 14px;
  }

  .team-photo-placeholder {
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin-bottom: 16px;
    border-radius: 12px;
  }
}

@media (max-width: 900px) {
  .trust-layout,
  .areas-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

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

  .work-card-tall,
  .work-card-wide {
    grid-row: auto;
    grid-column: auto;
  }

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

/* About page palette aligned with the Reviews page. */
.about-page {
  background: #f0f7fc;
  color: #102236;
}

.about-page .section-top-img,
.about-page.body-3 .section-top-img {
  min-height: clamp(170px, 23vh, 252px);
  margin-top: 0;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 82% 34%, rgba(84, 185, 233, 0.22), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(26, 168, 255, 0.18), transparent 26rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 48%, #102236 100%);
}

.about-page .section-top-img .about-hero-marquee {
  opacity: 0.44;
}

.about-page .section-top-img .about-hero-marquee::after {
  background:
    linear-gradient(90deg, rgba(8, 47, 95, 0.76), rgba(8, 47, 95, 0.3) 48%, rgba(16, 34, 54, 0.62)),
    linear-gradient(180deg, rgba(8, 47, 95, 0.3), rgba(16, 34, 54, 0.52));
}

.about-page .section-top-img .block-top-img {
  min-height: inherit;
  padding: clamp(78px, 9vw, 92px) clamp(18px, 4vw, 50px) clamp(20px, 3vw, 28px);
  background: transparent;
  justify-content: flex-end;
}

.about-page .section-top-img .heading-hero {
  max-width: 850px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  font-weight: 800;
  line-height: 1.1;
}

.about-page .section-top-img .text-subtitle {
  color: #ffffff;
}

.about-page .section-top-img .line-subtitle {
  background: #ffffff;
}

.about-page .about-modern-intro {
  background:
    radial-gradient(circle at 90% 12%, rgba(21, 111, 189, 0.07), transparent 32rem),
    #ffffff;
}

.about-page .about-values-section {
  background: #f0f7fc;
  border-top: 1px solid rgba(166, 207, 232, 0.3);
  border-bottom: 1px solid rgba(166, 207, 232, 0.3);
}

.about-page .about-community-section {
  background: #ffffff;
}

.about-page .about-proof-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(21, 111, 189, 0.08), transparent 32rem),
    linear-gradient(185deg, #eef8ff 0%, #ffffff 100%);
  border-top: 1px solid rgba(166, 207, 232, 0.3);
}

.about-page .about-gallery-section {
  background: #f0f7fc;
}

.about-page .about-modern-heading,
.about-page .about-value-card h3 {
  color: #102236;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.about-page .about-modern-lead,
.about-page .about-modern-text,
.about-page .about-value-card p {
  color: #4a5d6e;
}

.about-page .text-subtitle {
  color: #156fbd;
}

.about-page .line-subtitle {
  background: #156fbd;
}

.about-page .about-proof-pill {
  border-color: rgba(166, 207, 232, 0.55);
  background: #f4faff;
  color: #156fbd;
  box-shadow: 0 4px 14px rgba(18, 52, 80, 0.03);
}

.about-page .about-stack-image {
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(18, 52, 80, 0.1);
}

.about-page .about-stack-image.secondary {
  border-color: #fff;
}

.about-page .about-value-card {
  min-height: 290px;
  border: 1px solid rgba(166, 207, 232, 0.4);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 30px rgba(18, 52, 80, 0.03);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-page .about-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(21, 111, 189, 0.3);
  box-shadow: 0 15px 40px rgba(18, 52, 80, 0.08);
}

.about-page .about-value-number {
  color: #156fbd;
}

.about-page .about-community-logo-link {
  border: 1px solid rgba(166, 207, 232, 0.4);
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(18, 52, 80, 0.03);
}

.about-page .about-community-logo-link:hover {
  box-shadow: 0 15px 40px rgba(18, 52, 80, 0.08);
}

.about-page .about-proof-section .about-modern-heading,
.about-page .about-proof-section .text-subtitle {
  color: #102236;
}

.about-page .about-proof-section .about-modern-text {
  color: #4a5d6e;
}

.about-page .about-proof-section .line-subtitle {
  background: #156fbd;
}

.about-page .about-stat {
  border: 1px solid rgba(166, 207, 232, 0.4);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 30px rgba(18, 52, 80, 0.03);
}

.about-page .about-stat-number {
  color: #156fbd;
}

.about-page .about-stat-label {
  color: #5d6e7f;
}

.about-page .about-modern-button {
  border-radius: 999px;
  background: linear-gradient(135deg, #156fbd, #0c5799);
  box-shadow: 0 4px 15px rgba(21, 111, 189, 0.25);
}

.about-page .about-modern-button:hover {
  background: linear-gradient(135deg, #102236, #1b3754);
  box-shadow: 0 6px 20px rgba(16, 34, 54, 0.3);
}

.about-page .about-gallery-image {
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(18, 52, 80, 0.06);
}

@media (max-width: 767px) {
  .about-page .section-top-img,
  .about-page.body-3 .section-top-img {
    min-height: clamp(150px, 25vh, 204px);
  }

  .about-page .section-top-img .about-hero-marquee {
    opacity: 0.38;
  }

  .about-page .section-top-img .block-top-img {
    min-height: inherit;
    padding: 72px 18px 18px;
  }

  .about-page .section-top-img .heading-hero {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }

  .about-page .about-value-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .hero-benefits,
  .trust-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-benefits {
    gap: 0.6rem;
    margin-bottom: 1.5rem;
    font-size: 0.92rem;
  }

  .work-section,
  .process-section,
  .trust-section,
  .areas-section,
  .faq-section {
    padding: 56px 0;
  }

  .work-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }

  .process-grid li {
    min-height: auto;
  }

  .areas-map {
    min-height: 500px;
  }

  .map-dot {
    font-size: 0.62rem;
  }

  .map-dot-toronto { left: 42%; }
  .map-dot-etobicoke { left: 14%; }
  .map-dot-scarborough { right: 27%; }
  .map-dot-east-york { right: 38%; top: 61%; }
  .map-dot-mississauga { left: 3%; }
  .map-dot-vaughan { left: 24%; }
  .map-dot-richmond { left: 47%; }
  .map-dot-markham { right: 29%; }
  .map-dot-pickering { right: 4%; top: 51%; }
  .map-dot-ajax { right: 1%; top: 42%; }
  .map-dot-whitby { right: 4%; top: 32%; }
  .map-dot-oshawa { right: 9%; top: 21%; }
  .map-dot-bowmanville { right: 1%; top: 9%; }
}

/* ==================================
   MOBILE NAV - single clean system
   Overrides conflicting sticky/fixed/scrolled rules.
   ================================== */
.team-page .team-modern-intro {
  padding-top: 80px;
}

.team-page .hero-section {
  min-height: clamp(480px, 50vh, 560px);
  padding-top: 96px;
  padding-bottom: 36px;
}

.team-page .team-hero-content {
  width: 100%;
}

.team-page .team-hero-overlay {
  max-width: var(--container-width);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(28px, 4vw, 54px);
}

.team-page .team-hero-copy .subtitle {
  margin-bottom: 20px;
}

.team-page .team-hero-copy .line-subtitle {
  background: #ffffff;
}

.team-page .team-hero-copy .text-subtitle,
.team-page .team-hero-heading,
.team-page .team-hero-copy .about-modern-lead {
  color: #ffffff;
}

.team-page .team-hero-heading {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(2.6rem, 4vw, 3.75rem);
  line-height: 1;
}

.team-page .team-hero-copy .about-modern-lead {
  max-width: 620px;
  color: rgba(255, 255, 255, .84);
}

.team-page .team-hero-copy .about-proof-pill {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.team-page .team-hero-copy .about-proof-row {
  margin-top: 18px;
}

.team-page .team-hero-image-stack {
  min-height: clamp(285px, 29vw, 340px);
}

.team-page .team-hero-image-stack .about-stack-image {
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .3);
}

.team-page .team-hero-image-stack .about-stack-image.secondary {
  border: 10px solid rgba(244, 248, 251, .95);
}

@media screen and (max-width: 767px) {
  .team-page .hero-section {
    min-height: auto;
    padding-top: 76px;
    padding-bottom: 32px;
  }

  .team-page .team-hero-overlay {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .team-page .team-hero-heading {
    font-size: clamp(2.25rem, 10vw, 2.9rem);
  }

  .team-page .team-hero-image-stack {
    min-height: 270px;
  }
}

/* ==================================
   SPECIALTY SERVICE PAGES
   Snow removal and chandelier cleaning
   ================================== */
.specialty-service-page {
  background: #f5f9fc;
  color: #102336;
}

.specialty-service-page .navbar-2 {
  position: relative;
  z-index: 100;
}

.specialty-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 30%, rgba(92, 194, 255, 0.34), transparent 28rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 54%, #102236 100%);
}

.specialty-hero::before,
.specialty-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.specialty-hero::before {
  width: 520px;
  height: 520px;
  right: -110px;
  top: -120px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.035),
    0 0 0 110px rgba(255, 255, 255, 0.025);
}

.specialty-hero::after {
  width: 380px;
  height: 380px;
  left: -190px;
  bottom: -160px;
  background: rgba(91, 190, 242, 0.16);
  filter: blur(2px);
}

.chandelier-service-page .specialty-hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 220, 142, 0.3), transparent 25rem),
    radial-gradient(circle at 20% 90%, rgba(100, 201, 255, 0.18), transparent 28rem),
    linear-gradient(135deg, #102236 0%, #163f67 52%, #6a4c1c 145%);
}

.specialty-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.specialty-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.specialty-number {
  color: #8ed7ff;
}

.chandelier-service-page .specialty-number {
  color: #ffdc8c;
}

.specialty-title {
  max-width: 820px;
  margin: 0 0 22px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(3.2rem, 6.5vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.specialty-title span {
  display: block;
  margin-top: 12px;
  color: #8ed7ff;
  font-size: 0.42em;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.chandelier-service-page .specialty-title span {
  color: #ffdc8c;
}

.specialty-lede {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.specialty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.specialty-actions .btn-primary {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.specialty-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.specialty-visual-card {
  width: min(100%, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transform: rotate(3deg);
}

.chandelier-service-page .specialty-visual-card {
  transform: rotate(-3deg);
}

.specialty-visual-card svg {
  width: 62%;
  height: 62%;
  color: #fff;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

.specialty-visual-symbol {
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.specialty-visual-symbol small {
  display: block;
  margin-bottom: 12px;
  color: #8ed7ff;
  font-size: 0.25em;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.chandelier-service-page .specialty-visual-symbol small {
  color: #ffdc8c;
}

.specialty-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
  font-weight: 700;
}

.specialty-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.specialty-hero-trust span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #76d8ff;
  box-shadow: 0 0 0 4px rgba(118, 216, 255, 0.12);
}

.chandelier-service-page .specialty-hero-trust span::before {
  background: #ffdc8c;
  box-shadow: 0 0 0 4px rgba(255, 220, 140, 0.12);
}

.specialty-visual-note {
  position: absolute;
  right: -8px;
  bottom: 24px;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  color: #102336;
  box-shadow: 0 20px 50px rgba(4, 26, 48, 0.22);
  font-weight: 800;
  line-height: 1.4;
}

.specialty-section {
  padding: 96px 0;
}

.specialty-section-white {
  background: #fff;
}

.specialty-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.specialty-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #156fbd;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.specialty-heading {
  margin: 0;
  color: #102336;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.25rem, 4vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.specialty-intro-copy p {
  margin: 0 0 22px;
  color: #52677a;
  font-size: 1.13rem;
  line-height: 1.8;
}

.specialty-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.specialty-checklist li {
  position: relative;
  min-height: 126px;
  padding: 24px 22px 22px 58px;
  border: 1px solid #dbe9f3;
  border-radius: 18px;
  background: #f8fbfd;
  color: #20384e;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
  box-shadow: 0 12px 34px rgba(17, 59, 92, 0.05);
}

.specialty-checklist li::before {
  content: "✓";
  position: absolute;
  top: 23px;
  left: 22px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #156fbd;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.chandelier-service-page .specialty-checklist li::before {
  background: #8b651f;
}

.specialty-process-header {
  max-width: 760px;
  margin-bottom: 48px;
}

.specialty-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.specialty-process-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border: 1px solid #d8e6f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 58, 91, 0.06);
}

.specialty-process-card strong {
  display: block;
  margin-bottom: 24px;
  color: #87c9ef;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}

.chandelier-service-page .specialty-process-card strong {
  color: #d9b55e;
}

.specialty-process-card h3 {
  margin: 0 0 12px;
  color: #102336;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.35rem;
}

.specialty-process-card p {
  margin: 0;
  color: #607285;
  font-size: 1rem;
  line-height: 1.7;
}

.specialty-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.specialty-service-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid #d8e6f0;
  border-radius: 22px;
  background: #f8fbfd;
  box-shadow: 0 15px 36px rgba(15, 58, 91, 0.06);
}

.specialty-service-grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 11px;
  background: #e2f2fc;
  color: #156fbd;
  font-size: 0.75rem;
  font-weight: 800;
}

.chandelier-service-page .specialty-service-grid article > span {
  background: #fbf3df;
  color: #8b651f;
}

.specialty-service-grid h3 {
  margin: 0 0 10px;
  color: #102336;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.25rem;
}

.specialty-service-grid p {
  margin: 0;
  color: #607285;
  font-size: 0.95rem;
  line-height: 1.65;
}

.specialty-faq-section {
  background: #eaf3f9;
}

.chandelier-service-page .specialty-faq-section {
  background: #f6f1e7;
}

.specialty-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: start;
}

.specialty-faq-grid > div:first-child > p {
  max-width: 54ch;
  margin: 24px 0 0;
  color: #5a6f82;
  font-size: 1.05rem;
  line-height: 1.7;
}

.specialty-faq-list {
  display: grid;
  gap: 12px;
}

.specialty-faq-list details {
  overflow: hidden;
  border: 1px solid #d2e2ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 58, 91, 0.05);
}

.specialty-faq-list summary {
  position: relative;
  padding: 20px 52px 20px 22px;
  color: #102336;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.specialty-faq-list summary::-webkit-details-marker {
  display: none;
}

.specialty-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 18px;
  color: #156fbd;
  font-size: 1.6rem;
  font-weight: 500;
}

.chandelier-service-page .specialty-faq-list summary::after {
  color: #8b651f;
}

.specialty-faq-list details[open] summary::after {
  content: "–";
}

.specialty-faq-list details p {
  margin: 0;
  padding: 0 22px 21px;
  color: #5e7285;
  font-size: 0.95rem;
  line-height: 1.65;
}

.specialty-cta {
  padding: 0 0 96px;
}

.specialty-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: clamp(32px, 6vw, 72px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(96, 197, 255, 0.24), transparent 18rem),
    linear-gradient(135deg, #102336, #0d4f86);
  color: #fff;
  box-shadow: 0 28px 70px rgba(10, 50, 82, 0.16);
}

.chandelier-service-page .specialty-cta-panel {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 220, 140, 0.22), transparent 18rem),
    linear-gradient(135deg, #102336, #5c461f);
}

.specialty-cta-panel h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.specialty-cta-panel p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
  line-height: 1.7;
}

.specialty-service-page .modern-footer {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  .specialty-hero {
    min-height: auto;
    padding: 78px 0;
  }

  .specialty-hero-grid,
  .specialty-intro-grid,
  .specialty-faq-grid {
    grid-template-columns: 1fr;
  }

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

  .specialty-visual {
    min-height: 360px;
  }

  .specialty-visual-card {
    max-width: 360px;
  }

  .specialty-process-grid {
    grid-template-columns: 1fr;
  }

  .specialty-process-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .specialty-service-grid {
    grid-template-columns: 1fr;
  }

  .specialty-service-grid article {
    min-height: 0;
  }

  .specialty-hero-trust {
    display: grid;
    gap: 9px;
  }
}

@media (max-width: 767px) {
  .specialty-hero {
    padding: 58px 0 64px;
  }

  .specialty-title {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

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

  .specialty-actions a {
    width: 100%;
  }

  .specialty-visual {
    min-height: 300px;
  }

  .specialty-visual-card {
    max-width: 290px;
    border-radius: 30px;
  }

  .specialty-visual-note {
    right: 0;
    bottom: -6px;
    max-width: 200px;
    font-size: 0.88rem;
  }

  .specialty-section {
    padding: 64px 0;
  }

  .specialty-checklist {
    grid-template-columns: 1fr;
  }

  .specialty-checklist li {
    min-height: auto;
  }

  .specialty-cta {
    padding-bottom: 64px;
  }

  .specialty-cta-panel {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
}

/* Compact hero heights across the services index and every service page. */
.services-index-page .svc-hero {
  min-height: clamp(320px, 42vh, 420px);
  padding-top: clamp(78px, 8vw, 94px);
  padding-bottom: clamp(24px, 3vw, 32px);
}

.services-index-page .svc-brand-mark {
  margin-bottom: 14px;
}

.services-index-page .svc-hero-title {
  max-width: 18ch;
  font-size: clamp(2.45rem, 4.2vw, 3.45rem);
}

.services-index-page .svc-hero-lede {
  margin-top: 14px;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.5;
}

.services-index-page .svc-hero-actions {
  margin-top: 18px;
}

.services-index-page .svc-btn {
  min-height: 46px;
  padding-inline: 22px;
  font-size: 15px;
}

.service-detail-page .section-top-img {
  min-height: clamp(300px, 40vh, 400px);
}

.service-detail-page .block-top-img {
  padding: clamp(82px, 9vw, 96px) clamp(20px, 5vw, 48px) clamp(28px, 4vw, 38px);
}

.service-detail-page .subtitle {
  margin-bottom: 12px;
}

.service-detail-page .section-top-img .heading-hero {
  max-width: 840px;
  font-size: clamp(2.35rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.service-detail-page .svc-detail-lede {
  margin-top: 12px;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.45;
}

.specialty-hero {
  min-height: clamp(380px, 46vh, 460px);
  padding: 44px 0;
}

.specialty-hero-grid {
  gap: clamp(28px, 5vw, 64px);
}

.specialty-kicker {
  margin-bottom: 14px;
}

.specialty-title {
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 4.8vw, 4.3rem);
}

.specialty-lede {
  margin-bottom: 20px;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.5;
}

.specialty-visual {
  min-height: 280px;
}

.specialty-visual-card {
  width: min(100%, 280px);
  border-radius: 30px;
}

.specialty-visual-note {
  bottom: 4px;
  padding: 12px 14px;
  font-size: .88rem;
}

@media (max-width: 767px) {
  .services-index-page .svc-hero {
    min-height: auto;
    padding: 76px 20px 26px;
  }

  .services-index-page .svc-hero-title {
    font-size: clamp(2.15rem, 9.5vw, 2.7rem);
  }

  .service-detail-page .section-top-img {
    min-height: 340px;
  }

  .service-detail-page .block-top-img {
    padding: 76px 18px 28px;
  }

  .service-detail-page .section-top-img .heading-hero {
    font-size: clamp(2.05rem, 8.5vw, 2.75rem);
  }

  .specialty-hero {
    min-height: auto;
    padding: 42px 0 48px;
  }

  .specialty-title {
    font-size: clamp(2.45rem, 11vw, 3.2rem);
  }

  .specialty-visual {
    min-height: 240px;
  }

  .specialty-visual-card {
    max-width: 230px;
  }
}

@media screen and (max-width: 991px) {
  html.ishine-menu-open,
  html.ishine-menu-open body {
    overflow: hidden !important;
  }

  .site-trust-marquee {
    position: relative;
    top: auto;
    z-index: 10020;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar,
  .navbar-2,
  .navbar.scrolled,
  .navbar-2.scrolled,
  .home-page .navbar-2,
  .home-page .navbar-2.scrolled,
  .team-page .navbar-2,
  .team-page .navbar-2.scrolled {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #d7e8f5 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(16, 35, 54, 0.08) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    z-index: 10010 !important;
  }

  .navbar::before,
  .navbar-2::before {
    display: none !important;
  }

  .navbar .nav-block,
  .navbar-2 .nav-block,
  .navbar.scrolled .nav-block,
  .navbar-2.scrolled .nav-block {
    width: 100% !important;
    max-width: none !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 12px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .navbar .div-block-58,
  .navbar-2 .div-block-58 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .navbar .brand,
  .navbar-2 .brand,
  .navbar .brand.w--current,
  .navbar-2 .brand.w--current {
    width: min(168px, 58vw) !important;
    max-width: 168px !important;
    height: 48px !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .navbar .brand img,
  .navbar-2 .brand img,
  .navbar .image-89,
  .navbar-2 .image-89 {
    width: 100% !important;
    height: 100dvh !important;
    max-width: 168px !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  .navbar .nav,
  .navbar-2 .nav {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .navbar .menu-button,
  .navbar-2 .menu-button,
  .menu-button.w-nav-button {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #c5dff2 !important;
    border-radius: 12px !important;
    background: #f3f9ff !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1 !important;
  }

  .navbar .menu-button.w--open,
  .navbar-2 .menu-button.w--open,
  .menu-button.w-nav-button.w--open {
    background: #0b4f9f !important;
    border-color: #0b4f9f !important;
  }

  .w-nav-overlay {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10005 !important;
    background: rgba(8, 47, 95, 0.42) !important;
    padding: calc(env(safe-area-inset-top, 0px) + 118px) 12px 16px !important;
    overflow: auto !important;
    border-radius: 0 !important;
  }

  .w-nav-overlay .nav-menu,
  .nav-menu[data-nav-menu-open] {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-height: calc(100dvh - 140px) !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid #d4e8f7 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(8, 47, 95, 0.22) !important;
    overflow-y: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }

  .navbar .nav-link,
  .navbar-2 .nav-link,
  .navbar .dropdown-toggle,
  .navbar-2 .dropdown-toggle,
  .w-nav-overlay .nav-link,
  .w-nav-overlay .dropdown-toggle {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 14px 14px !important;
    border-radius: 10px !important;
    color: #102236 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .navbar .nav-link br,
  .navbar-2 .nav-link br,
  .w-nav-overlay .nav-link br {
    display: none !important;
  }

  .navbar .nav-link.w--current,
  .navbar-2 .nav-link.w--current,
  .navbar .nav-link:hover,
  .navbar-2 .nav-link:hover,
  .w-nav-overlay .nav-link.w--current,
  .w-nav-overlay .nav-link:hover,
  .w-nav-overlay .dropdown-toggle:hover {
    background: #eef7ff !important;
    color: #0b4f9f !important;
  }

  .navbar .dropdown,
  .navbar-2 .dropdown,
  .w-nav-overlay .dropdown {
    width: 100% !important;
  }

  .navbar .dropdown-toggle,
  .navbar-2 .dropdown-toggle,
  .w-nav-overlay .dropdown-toggle {
    position: relative !important;
    justify-content: center !important;
  }

  .navbar .dropdown-toggle .icon-dropdown,
  .navbar-2 .dropdown-toggle .icon-dropdown,
  .w-nav-overlay .dropdown-toggle .icon-dropdown {
    position: absolute !important;
    right: 14px !important;
    margin: 0 !important;
  }

  .navbar .dropdown-list,
  .navbar-2 .dropdown-list,
  .navbar .dropdown-list.w--open,
  .navbar-2 .dropdown-list.w--open,
  .w-nav-overlay .dropdown-list,
  .w-nav-overlay .dropdown-list.w--open {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 8px !important;
    padding: 6px !important;
    border-radius: 12px !important;
    background: #f3f9ff !important;
    box-shadow: none !important;
  }

  .navbar .dropdown-list-block,
  .navbar-2 .dropdown-list-block,
  .w-nav-overlay .dropdown-list-block {
    background: transparent !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 2px !important;
  }

  .navbar .dropdown-link,
  .navbar-2 .dropdown-link,
  .w-nav-overlay .dropdown-link {
    color: #0b4f9f !important;
    background: transparent !important;
    border-radius: 8px !important;
    padding: 12px 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  .navbar .dropdown-link:hover,
  .navbar-2 .dropdown-link:hover,
  .w-nav-overlay .dropdown-link:hover {
    background: #e3f1fc !important;
    color: #082f5f !important;
    transform: none !important;
  }

  .navbar .div-block-45,
  .navbar-2 .div-block-45,
  .w-nav-overlay .div-block-45 {
    width: 100% !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #e2eef7 !important;
    display: grid !important;
    gap: 8px !important;
  }

  .navbar .div-block-45 .nav-button-2,
  .navbar-2 .div-block-45 .nav-button-2,
  .w-nav-overlay .div-block-45 .nav-button-2,
  .navbar .div-block-45 .quote-nav-button,
  .navbar-2 .div-block-45 .quote-nav-button,
  .w-nav-overlay .div-block-45 .quote-nav-button {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #ffd15c !important;
    border: 1px solid #ffd15c !important;
    color: #102236 !important;
    box-shadow: 0 8px 20px rgba(180, 116, 0, 0.18) !important;
  }

  .navbar .div-block-45 .nav-button-2 .text-button-2,
  .navbar-2 .div-block-45 .nav-button-2 .text-button-2,
  .w-nav-overlay .div-block-45 .nav-button-2 .text-button-2,
  .navbar .div-block-45 .quote-nav-button .text-button-2,
  .navbar-2 .div-block-45 .quote-nav-button .text-button-2,
  .w-nav-overlay .div-block-45 .quote-nav-button .text-button-2,
  .navbar .div-block-45 .nav-button-2 .text-button-2 strong,
  .navbar-2 .div-block-45 .nav-button-2 .text-button-2 strong,
  .w-nav-overlay .div-block-45 .nav-button-2 .text-button-2 strong {
    color: #102236 !important;
  }

  .navbar .div-block-45 .nav-button-2.black,
  .navbar-2 .div-block-45 .nav-button-2.black,
  .w-nav-overlay .div-block-45 .nav-button-2.black {
    border-radius: 12px !important;
    background: #0b4f9f !important;
    border-color: #0b4f9f !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(11, 79, 159, 0.22) !important;
  }

  .navbar .div-block-45 .nav-button-2.black .text-button-2,
  .navbar-2 .div-block-45 .nav-button-2.black .text-button-2,
  .w-nav-overlay .div-block-45 .nav-button-2.black .text-button-2,
  .navbar .div-block-45 .nav-button-2.black .text-button-2 strong,
  .navbar-2 .div-block-45 .nav-button-2.black .text-button-2 strong,
  .w-nav-overlay .div-block-45 .nav-button-2.black .text-button-2 strong {
    color: #fff !important;
  }

  .navbar .nav-link.hidden,
  .navbar-2 .nav-link.hidden,
  .navbar .nav-link-2.hidden,
  .navbar-2 .nav-link-2.hidden,
  .w-nav-overlay .nav-link.hidden,
  .w-nav-overlay .nav-link-2.hidden {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .navbar,
  .navbar-2,
  .navbar.scrolled,
  .navbar-2.scrolled {
    padding: 8px 12px !important;
  }

  .navbar .brand,
  .navbar-2 .brand,
  .navbar .brand.w--current,
  .navbar-2 .brand.w--current {
    width: min(148px, 56vw) !important;
    max-width: 148px !important;
    height: 44px !important;
  }

  .w-nav-overlay {
    padding-top: calc(env(safe-area-inset-top, 0px) + 108px) !important;
  }
}

/* ==================================
   MODERN CONTACT PAGE
   ================================== */
.contact-modern-page {
  overflow-x: hidden !important;
  background: #f5f9fc;
  color: #102236;
}

.contact-modern-page .section-top {
  isolation: isolate;
  width: auto;
  min-height: min(820px, 88vh);
  margin: 0 14px;
  padding: clamp(72px, 8vw, 112px) 24px;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
  background:
    radial-gradient(circle at 14% 18%, rgba(58, 174, 255, 0.34), transparent 28rem),
    radial-gradient(circle at 88% 82%, rgba(247, 192, 62, 0.18), transparent 24rem),
    linear-gradient(135deg, #082f5f 0%, #0b4f9f 54%, #102236 100%);
}

.contact-modern-page .section-top::before,
.contact-modern-page .section-top::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.contact-modern-page .section-top::before {
  width: 420px;
  height: 420px;
  top: -220px;
  right: 7%;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-modern-page .section-top::after {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -100px;
  background: rgba(84, 185, 233, 0.12);
  filter: blur(1px);
}

.contact-modern-page .section-top .content.slim {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
  width: min(100%, 1220px);
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1 !important;
}

.contact-modern-page .section-top .block-heading-text {
  max-width: 590px;
  margin: 0;
}

.contact-modern-page .section-top .subtitle {
  margin-bottom: 24px;
}

.contact-modern-page .section-top .line-subtitle {
  background-color: #ffd36b;
}

.contact-modern-page .section-top .text-subtitle {
  color: #d8efff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.contact-modern-page .section-top .heading-hero.dark {
  max-width: 11ch;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.contact-modern-page .section-top .paragraph-50 {
  max-width: 52ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.7;
}

.contact-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.contact-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.contact-hero-points span::before {
  content: "✓";
  color: #ffd36b;
  font-weight: 900;
}

.contact-modern-page .section-top .form-block {
  width: 100%;
  margin: 0;
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 30px 80px rgba(1, 24, 54, 0.28);
  backdrop-filter: blur(14px);
}

.contact-form-intro {
  margin-bottom: 26px;
}

.contact-form-intro p {
  margin: 0 0 8px;
  color: #0a76c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form-intro h2 {
  margin: 0 0 9px;
  color: #082f5f;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.contact-form-intro span {
  color: #647587;
  font-size: 13px;
}

.contact-modern-page .section-top .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-modern-page .section-top .text-field,
.contact-modern-page .section-top .textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #d8e4ed;
  border-radius: 13px;
  background: #f7fafc;
  color: #102236;
  font-size: 15px;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.contact-modern-page .section-top .text-field {
  min-height: 58px;
  padding: 0 17px;
}

.contact-modern-page .section-top .textarea {
  grid-column: 1 / -1;
  min-height: 150px;
  padding: 16px 17px;
  resize: vertical;
}

.contact-modern-page .section-top .text-field:focus,
.contact-modern-page .section-top .textarea:focus {
  border-color: #0a76c8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(10, 118, 200, 0.12);
  outline: 0;
}

.contact-modern-page .section-top .submit-button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 58px;
  margin-top: 2px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #1aa8ff, #0b65bd);
  color: #fff;
  box-shadow: 0 14px 30px rgba(10, 118, 200, 0.24);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-modern-page .section-top .submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(10, 118, 200, 0.32);
}

.contact-modern-page .section-top .success-message,
.contact-modern-page .section-top .error-message {
  border-radius: 14px;
}

.contact-modern-page > .section-full.padding-top-bottom {
  margin: 0;
  padding: clamp(72px, 8vw, 110px) 24px;
  background:
    radial-gradient(circle at 90% 12%, rgba(84, 185, 233, 0.14), transparent 28rem),
    #f5f9fc;
}

.contact-modern-page .section-full.padding-top-bottom .grid-2-columns-full {
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 24px;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.contact-modern-page .section-full.padding-top-bottom .block-accent {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid #dce8f0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 35, 54, 0.08);
  opacity: 1 !important;
}

.contact-modern-page .section-full.padding-top-bottom .block {
  width: 100%;
  max-width: none;
}

.contact-section-kicker,
.contact-cta-kicker {
  margin: 0 0 10px;
  color: #0a76c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-modern-page .section-full.padding-top-bottom .heading {
  max-width: 12ch;
  margin-bottom: 14px;
  color: #082f5f;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.contact-section-copy {
  max-width: 48ch;
  margin: 0 0 30px;
  color: #627385;
  font-size: 16px;
  line-height: 1.7;
}

.contact-modern-page .grid-contacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.contact-modern-page .link-contact {
  padding: 0;
  border: 1px solid #deebf4;
  border-radius: 16px;
  background: #f7fbfe;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-modern-page .link-contact:hover {
  transform: translateY(-2px);
  border-color: #a9d3ef;
  box-shadow: 0 14px 30px rgba(16, 35, 54, 0.08);
}

.contact-modern-page .link-contact .contact {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 18px;
  text-align: left;
}

.contact-modern-page .link-contact .info-contact {
  gap: 9px;
}

.contact-modern-page .link-contact .icon-contact {
  width: 20px;
  height: 20px;
}

.contact-modern-page .link-contact .text-contact {
  margin: 0;
  color: #102236;
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
}

.contact-modern-page .link-contact .info-contact .text-contact {
  color: #0b65bd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-modern-page .link-contact .icon-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8f4fd;
}

.contact-modern-page .link-contact .line-block {
  display: none;
}

.contact-modern-page .section-full.padding-top-bottom .image-bg-map {
  min-height: 590px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d5e4ee;
  border-radius: 28px;
  background: #dbeaf4;
  box-shadow: 0 22px 60px rgba(16, 35, 54, 0.1);
  opacity: 1 !important;
}

.contact-modern-page .section-full.padding-top-bottom .map-2 {
  width: 100%;
  height: 100%;
  min-height: 590px;
}

.contact-modern-page .section-3.free-trial {
  margin: 0 14px;
  padding: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 30%, rgba(84, 185, 233, 0.3), transparent 24rem),
    linear-gradient(135deg, #082f5f, #0b4f9f 58%, #102236);
  overflow: hidden;
}

.contact-modern-page .section-3.free-trial .base-container {
  width: min(100%, 1220px);
  max-width: 1220px;
}

.contact-modern-page .free-trial-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 260px;
  padding: clamp(36px, 6vw, 72px);
  opacity: 1 !important;
}

.contact-modern-page .contact-cta-kicker {
  color: #8dd4ff;
}

.contact-modern-page .free-trial-title {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.contact-modern-page .contact-cta-button {
  flex: 0 0 auto;
  min-width: 300px;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe087, #f3b928);
  color: #102236;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.contact-modern-page .contact-cta-button .text-button-2 {
  color: #102236;
}

.contact-modern-page .section-2.no-padding-top {
  padding: clamp(72px, 8vw, 110px) 24px;
  background: #fff;
}

.contact-modern-page .section-2.no-padding-top .container-wrapper {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 0;
}

.contact-modern-page .contact-row.padding-top-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
}

.contact-modern-page .contact-row.padding-top-bottom.contact-social-only {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}

.contact-modern-page .contact-image-div {
  width: 100%;
  padding: 0;
  opacity: 1 !important;
}

.contact-modern-page .image-left-contact {
  width: 100%;
  height: 100%;
  min-height: 520px;
  margin: 0;
  border-radius: 28px;
  background-position: center 18%;
  box-shadow: 0 22px 60px rgba(16, 35, 54, 0.12);
}

.contact-modern-page .submit-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 15%, rgba(84, 185, 233, 0.25), transparent 20rem),
    #082f5f;
  color: #fff;
}

.contact-modern-page .submit-card .div-content,
.contact-modern-page .submit-card .text-block-2 {
  opacity: 1 !important;
}

.contact-modern-page .submit-card .div-content {
  align-items: flex-start;
  text-align: left;
}

.contact-modern-page .submit-card .top-header {
  color: #8dd4ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.contact-modern-page .submit-card .heading-3 {
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  letter-spacing: -0.04em;
}

.contact-modern-page .submit-card .text-block-2,
.contact-modern-page .submit-card .follow-text {
  color: rgba(255, 255, 255, 0.75);
}

.contact-modern-page .submit-card .submit-wrapper {
  width: 100%;
  margin-top: 42px;
}

.contact-modern-page .submit-card .footer-down.background {
  background: transparent;
}

.contact-modern-page .submit-card .grid-social {
  justify-content: flex-start;
}

.contact-modern-page .submit-card .corner-line-horizontal {
  display: none;
}

.contact-modern-page .contact-row:empty {
  display: none;
}

.contact-modern-page > .section-full:not(.padding-top-bottom) {
  padding: 0 24px clamp(72px, 8vw, 110px);
  background: #fff;
}

.contact-modern-page > .section-full:not(.padding-top-bottom) .grid-3-columns-full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.contact-modern-page > .section-full:not(.padding-top-bottom) .image-gallery {
  width: 100%;
  height: 100%;
  min-height: 310px;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  object-fit: cover;
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .contact-modern-page .section-top {
    min-height: 0;
  }

  .contact-modern-page .section-top .content.slim {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .contact-modern-page .section-top .block-heading-text {
    max-width: 720px;
  }

  .contact-modern-page .section-top .form-block {
    max-width: 720px;
  }

  .contact-modern-page .section-full.padding-top-bottom .grid-2-columns-full {
    grid-template-columns: 1fr;
  }

  .contact-modern-page .section-full.padding-top-bottom .image-bg-map,
  .contact-modern-page .section-full.padding-top-bottom .map-2 {
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .contact-modern-page .section-top {
    margin: 0 8px;
    padding: 62px 18px 68px;
    border-radius: 0 0 24px 24px;
  }

  .contact-modern-page .section-top .content.slim {
    gap: 36px;
  }

  .contact-modern-page .section-top .subtitle {
    margin-bottom: 18px;
  }

  .contact-modern-page .section-top .heading-hero.dark {
    max-width: 12ch;
    margin-bottom: 18px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .contact-modern-page .section-top .paragraph-50 {
    font-size: 16px;
    line-height: 1.65;
  }

  .contact-hero-points {
    align-items: flex-start;
    margin-top: 24px;
  }

  .contact-modern-page .section-top .form-block {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .contact-modern-page .section-top .form {
    grid-template-columns: 1fr;
  }

  .contact-modern-page .section-top .text-field,
  .contact-modern-page .section-top .textarea,
  .contact-modern-page .section-top .submit-button {
    grid-column: 1;
  }

  .contact-modern-page > .section-full.padding-top-bottom {
    padding: 64px 14px;
  }

  .contact-modern-page .section-full.padding-top-bottom .block-accent {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .contact-modern-page .section-full.padding-top-bottom .heading {
    font-size: 38px;
  }

  .contact-modern-page .link-contact .contact {
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 7px 12px;
    min-height: 0;
    padding: 17px;
  }

  .contact-modern-page .link-contact .info-contact {
    grid-column: 1;
  }

  .contact-modern-page .link-contact .contact > .text-contact {
    grid-column: 1;
  }

  .contact-modern-page .link-contact .icon-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .contact-modern-page .section-full.padding-top-bottom .image-bg-map,
  .contact-modern-page .section-full.padding-top-bottom .map-2 {
    min-height: 360px;
    border-radius: 22px;
  }

  .contact-modern-page .section-3.free-trial {
    margin: 0 8px;
    border-radius: 24px;
  }

  .contact-modern-page .free-trial-wrapper {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 44px 20px;
  }

  .contact-modern-page .free-trial-title {
    font-size: 42px;
  }

  .contact-modern-page .contact-cta-button {
    width: 100%;
    min-width: 0;
  }

  .contact-modern-page .section-2.no-padding-top {
    padding: 64px 14px;
  }

  .contact-modern-page .contact-row.padding-top-bottom {
    grid-template-columns: 1fr;
  }

  .contact-modern-page .image-left-contact,
  .contact-modern-page .submit-card {
    min-height: 400px;
    border-radius: 22px;
  }

  .contact-modern-page .submit-card {
    padding: 34px 24px;
  }

  .contact-modern-page > .section-full:not(.padding-top-bottom) {
    padding: 0 14px 64px;
  }

  .contact-modern-page > .section-full:not(.padding-top-bottom) .grid-3-columns-full {
    grid-template-columns: 1fr;
  }

  .contact-modern-page > .section-full:not(.padding-top-bottom) .image-gallery {
    min-height: 250px;
    border-radius: 16px;
  }
}

/* Full-bleed service heroes.
   Keep the hero backgrounds edge-to-edge while their inner content remains constrained. */
body.services-index-page,
body.service-detail-page,
body.projects-index-page {
  padding-right: 0 !important;
  padding-left: 0 !important;
  align-items: stretch;
  overflow-x: hidden !important;
}

.services-index-page .svc-hero,
.service-detail-page .section-top-img {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  align-self: stretch;
}

.projects-index-page .projects-page-bg {
  width: 100%;
  max-width: none;
  align-self: stretch;
}

.projects-index-page .projects-page-canvas,
.projects-index-page .section-footer.projects-page-footer {
  width: min(1100px, calc(100% - 48px));
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

/* ==========================================================
   GLOBAL HOMEPAGE HEADER LOCK
   Keep the trust strip and navigation identical on every page.
   This block intentionally comes last so legacy page selectors
   cannot resize or reposition the shared header.
   ========================================================== */
@media screen and (min-width: 992px) {
  body {
    padding-top: 14px !important;
  }

  body .site-trust-marquee {
    width: 100vw !important;
    height: 61px !important;
    margin-top: -14px !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  body .site-trust-marquee-shell {
    width: min(1420px, 100%) !important;
    height: 60px !important;
    min-height: 60px !important;
    margin: 0 auto !important;
    padding: 9px 24px !important;
  }

  body .navbar-2,
  body .navbar-2.scrolled {
    width: calc(100vw - 28px) !important;
    height: 102px !important;
    min-height: 102px !important;
    margin: 0 calc(50% - 50vw + 14px) !important;
    padding: 8px 24px !important;
  }

  body .navbar-2 .nav-block,
  body .navbar-2.scrolled .nav-block {
    width: min(1320px, 100%) !important;
    height: 85px !important;
    min-height: 85px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 22px !important;
  }

  body .navbar-2 .nav-menu {
    height: 85px !important;
    min-height: 85px !important;
    align-items: center !important;
    font-family: Montserrat, sans-serif !important;
  }

  body .navbar-2 .nav-link,
  body .navbar-2 .dropdown-toggle,
  body .navbar-2 .text-button,
  body .navbar-2 .text-button-2,
  body .navbar-2 .text-button-2 strong {
    font-family: Montserrat, sans-serif !important;
  }

  body .navbar-2 .div-block-45 {
    width: 188px !important;
    height: 85px !important;
    min-height: 85px !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    gap: 8px !important;
  }

  body .navbar-2 .div-block-45 .nav-button-2,
  body .navbar-2 .div-block-45 .nav-button-2.black {
    width: 188px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
  }

  body .navbar-2 .div-block-45 .quote-nav-button,
  body .navbar-2 .div-block-45 > .nav-button-2:first-child {
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 999px !important;
    background: #ffd15c !important;
    border: 1px solid #ffd15c !important;
    color: #102236 !important;
    box-shadow: 0 8px 20px rgba(180, 116, 0, 0.2) !important;
  }

  body .navbar-2 .div-block-45 .quote-nav-button .text-button-2,
  body .navbar-2 .div-block-45 .quote-nav-button .text-button-2 strong,
  body .navbar-2 .div-block-45 > .nav-button-2:first-child .text-button-2,
  body .navbar-2 .div-block-45 > .nav-button-2:first-child .text-button-2 strong {
    color: #102236 !important;
  }

  body .navbar-2 .div-block-45 .nav-button-2.black {
    height: 39px !important;
    min-height: 39px !important;
    border-radius: 12px !important;
    background: #0b4f9f !important;
    border: 1px solid #0b4f9f !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(11, 79, 159, 0.22) !important;
  }

  body .navbar-2 .div-block-45 .nav-button-2.black .text-button-2,
  body .navbar-2 .div-block-45 .nav-button-2.black .text-button-2 strong {
    color: #fff !important;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }

  body .site-trust-marquee {
    margin-top: 0 !important;
  }

  body .navbar-2,
  body .navbar-2.scrolled {
    width: 100vw !important;
    height: 77px !important;
    min-height: 77px !important;
    margin: 0 calc(50% - 50vw) !important;
    padding: 10px 14px !important;
  }

  body .navbar-2 .nav-block,
  body .navbar-2.scrolled .nav-block {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .navbar-2 .brand,
  body .navbar-2 .brand.w--current {
    height: 48px !important;
  }

  body .navbar-2 .brand img,
  body .navbar-2 .image-89 {
    height: 48px !important;
    max-height: 48px !important;
  }
}

@media screen and (max-width: 479px) {
  body .navbar-2 .brand,
  body .navbar-2 .brand.w--current {
    width: 148px !important;
    max-width: 148px !important;
  }
}

/* Homepage hero: keep video small + original vertical frame. */
.home-page .hero-section {
  min-height: 0 !important;
  height: auto;
  align-items: center;
  padding-top: clamp(104px, 12vw, 124px);
  padding-bottom: clamp(28px, 3.5vw, 40px);
}

@media screen and (min-width: 992px) {
  .home-page .hero-section {
    width: 100vw;
    min-height: 0 !important;
    height: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 116px;
    padding-bottom: 36px;
  }

  .home-page .hero-content.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: clamp(36px, 5vw, 88px);
    padding-right: clamp(36px, 5vw, 88px);
  }

  .home-page .hero-split {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(38px, 5vw, 72px);
    align-items: center;
  }

  .home-page .hero-copy {
    width: 100%;
    max-width: 760px;
    justify-self: start;
  }

  .home-page .hero-video-panel {
    position: relative;
    width: min(100%, 320px);
    max-width: 320px;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    justify-self: end;
    align-self: center;
    border-radius: 22px;
    overflow: hidden;
  }

  .home-page .hero-video {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
    object-fit: contain;
    object-position: center;
  }

  .home-page .hero-video-wash {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    pointer-events: none;
  }
}

@media screen and (max-width: 991px) {
  .home-page .hero-section {
    min-height: 0 !important;
    padding-top: 108px;
    padding-bottom: 32px;
  }

  .home-page .hero-video-panel {
    width: min(100%, 300px);
    max-width: 300px;
    max-height: none;
    height: auto;
    aspect-ratio: auto;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 18px;
  }

  .home-page .hero-video {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
    object-fit: contain;
    object-position: center;
  }

  .home-page .hero-video-wash {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
}

/* ==========================================================
   CAREERS PAGE
   ========================================================== */
.careers-page {
  background: #f3f8fc;
}

.careers-shell {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.careers-hero {
  padding: 140px 0 56px;
  background:
    radial-gradient(circle at 12% 18%, rgba(84, 185, 233, 0.22), transparent 28rem),
    linear-gradient(160deg, #082f5f 0%, #0b4f9f 48%, #147fd1 100%);
  color: #fff;
}

.careers-kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.careers-hero h1 {
  max-width: 14ch;
  margin: 0 0 18px;
  font-family: Montserrat, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.careers-lede {
  max-width: 42rem;
  margin: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.careers-roles {
  padding: 72px 0 28px;
}

.careers-section-heading {
  max-width: 40rem;
  margin-bottom: 28px;
}

.careers-section-heading h2,
.careers-apply-copy h2 {
  margin: 0 0 12px;
  color: #082f5f;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.15;
}

.careers-section-heading p,
.careers-apply-copy p {
  margin: 0;
  color: #4d6173;
  font-family: Barlow, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
}

.careers-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.careers-role-card {
  padding: 28px;
  border: 1px solid rgba(21, 111, 189, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 47, 95, 0.06);
}

.careers-role-card h3 {
  margin: 0 0 12px;
  color: #156fbd;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.careers-role-card p {
  margin: 0;
  color: #4d6173;
  font-family: Barlow, sans-serif;
  line-height: 1.6;
}

.careers-apply {
  padding: 28px 0 88px;
}

.careers-apply-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 15%, rgba(84, 185, 233, 0.22), transparent 18rem),
    #082f5f;
  color: #fff;
  box-shadow: 0 28px 70px rgba(8, 47, 95, 0.18);
}

.careers-apply-copy h2,
.careers-apply-copy p {
  color: #fff;
}

.careers-email {
  display: inline-block;
  margin: 14px 0 10px;
  color: #ffd15c;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.careers-email:hover {
  color: #ffe59a;
}

.careers-apply-note {
  opacity: 0.88;
}

.careers-apply-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.careers-cta {
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px !important;
}

.careers-secondary-link {
  color: rgba(255, 255, 255, 0.88);
  font-family: Barlow, sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.careers-secondary-link:hover {
  color: #fff;
}

.home-hiring-banner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 48px;
  padding: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  border: 1px solid rgba(21, 111, 189, 0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(234, 246, 255, 0.95), rgba(255, 255, 255, 0.98));
  box-shadow: 0 16px 40px rgba(8, 47, 95, 0.06);
}

.home-hiring-banner strong {
  display: block;
  margin-bottom: 4px;
  color: #082f5f;
  font-family: Montserrat, sans-serif;
  font-size: 1.05rem;
}

.home-hiring-banner span,
.home-hiring-banner a.home-hiring-email {
  color: #4d6173;
  font-family: Barlow, sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}

.home-hiring-banner a.home-hiring-email {
  color: #156fbd;
  font-weight: 700;
  text-decoration: none;
}

.home-hiring-banner a.btn-warm {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .careers-hero {
    padding: 118px 0 44px;
  }

  .careers-role-grid,
  .careers-apply-panel {
    grid-template-columns: 1fr;
  }

  .home-hiring-banner {
    padding: 20px;
  }

  .home-hiring-banner a.btn-warm {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================
   GLOBAL HEADER COLOR LOCK
   Yellow quote + navy phone on every page / breakpoint.
   ========================================================== */
body .navbar-2 .quote-nav-button,
body .navbar-2 .div-block-45 > .nav-button-2:first-child,
body .navbar-2 .div-block-45 .quote-nav-button,
body .w-nav-overlay .quote-nav-button,
body .w-nav-overlay .div-block-45 > .nav-button-2:first-child {
  background: #ffd15c !important;
  border: 1px solid #ffd15c !important;
  color: #102236 !important;
  box-shadow: 0 8px 22px rgba(180, 116, 0, 0.2) !important;
}

body .navbar-2 .quote-nav-button .text-button-2,
body .navbar-2 .quote-nav-button .text-button-2 strong,
body .navbar-2 .div-block-45 > .nav-button-2:first-child .text-button-2,
body .navbar-2 .div-block-45 > .nav-button-2:first-child .text-button-2 strong,
body .w-nav-overlay .quote-nav-button .text-button-2,
body .w-nav-overlay .quote-nav-button .text-button-2 strong,
body .w-nav-overlay .div-block-45 > .nav-button-2:first-child .text-button-2,
body .w-nav-overlay .div-block-45 > .nav-button-2:first-child .text-button-2 strong {
  color: #102236 !important;
}

body .navbar-2 .nav-button-2.black,
body .navbar-2 .div-block-45 .nav-button-2.black,
body .w-nav-overlay .nav-button-2.black,
body .w-nav-overlay .div-block-45 .nav-button-2.black {
  background: #0b4f9f !important;
  border: 1px solid #0b4f9f !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(11, 79, 159, 0.24) !important;
}

body .navbar-2 .nav-button-2.black .text-button-2,
body .navbar-2 .nav-button-2.black .text-button-2 strong,
body .w-nav-overlay .nav-button-2.black .text-button-2,
body .w-nav-overlay .nav-button-2.black .text-button-2 strong {
  color: #fff !important;
}
