/*
 * Section-level IntegrityTeks design rules ported from the approved static page.
 * This file carries section styling needed by WordPress block markup; wp-adapter.css
 * remains limited to wrapper and image-block glue.
 */

.cats {
  background: var(--white);
  padding: 18px 0;
}

.stats-band {
  background: var(--navy-grad);
  color: var(--white);
  padding: clamp(26px, 2.6vw, 40px) 0;
}

.values--whatwedo {
  background: var(--cool);
}

.values--howwehelp {
  background: var(--white);
  padding-top: 44px;
}

.values-grid--how {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.values-grid--how .value-card {
  min-height: 196px;
}

.values-grid--how .value-body {
  max-width: 62%;
  padding: 20px 18px;
}

.values-grid--how .value-card h3 {
  font-size: 16px;
  line-height: 1.2;
}

.values-grid--how .value-card p {
  font-size: 13px;
}

.section-head p.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0;
}

.value-split .wp-block-image.value-img img {
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 48% 100%);
}

.value-full-van {
  --photo: url("https://integrityteks.igorsoftware.com/wp-content/uploads/2026/07/svc-van.jpg");
}

.value-badge .wp-block-heading {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
}

.cat-copy h3 a,
.tile-learn a {
  color: inherit;
  text-decoration: none;
}

.bento-tile:not(.tile-recovery) p.tile-learn {
  flex: 0 0 auto;
}

.tile-learn a {
  display: inline-flex;
}

.cat-card,
.svc-card,
.area-card {
  cursor: pointer;
}

@media (min-width: 861px) {
  #serviceCollage .svc-card:last-child:nth-child(3n + 1) {
    grid-column: 2;
  }
}

.guarantee-card .g-num.wp-block-heading,
.guarantee-card p.g-desc {
  margin: 0;
}

.guarantee-card .g-num.wp-block-heading {
  line-height: 1.6;
}

.guarantee-card .g-desc {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

.guarantee-card p.g-desc {
  margin-top: 8px;
}

.emergency p.stat-kicker {
  margin: 0 0 16px;
  max-width: none;
}

.emergency-cta {
  position: relative;
  flex: 0 0 auto;
  text-decoration: none;
}

.emergency-cta > .wp-block-html {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: inherit;
}

.emergency-cta > .wp-block-html svg {
  display: block;
  width: 18px;
  height: 18px;
}

.emergency-cta .wp-block-buttons,
.emergency-cta .wp-block-button {
  display: inline-flex;
  margin: 0;
}

.emergency-cta .wp-block-button__link {
  position: static;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-decoration: none;
}

.emergency-cta .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
}

.reviews {
  background: var(--white);
}

.section-head p.head-aside {
  margin: 0;
}

.section-head p.head-aside a {
  color: inherit;
  text-decoration: none;
}

.review-card .wp-block-html {
  line-height: 1;
}

.review-card p {
  margin: 0;
}

.reviews-cta .wp-block-button.btn.btn-outline {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.reviews-cta .wp-block-button.btn.btn-outline .wp-block-button__link {
  background: transparent;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--navy);
  border-radius: 12px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px 30px;
  text-decoration: none;
  white-space: nowrap;
}

.reviews-cta .wp-block-button.btn.btn-outline .wp-block-button__link:hover {
  color: var(--deep);
  border-color: var(--deep);
}

.stats-band .wrap {
  display: block;
}

.itk-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 30px;
  align-items: center;
}

.itk-trust-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
  text-decoration: none;
}

.itk-trust-ic {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.itk-trust-ic svg {
  width: 100%;
  height: 100%;
}

.itk-trust-tx {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.itk-trust-tx p {
  margin: 0;
}

.itk-trust-num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 2.3vw, 34px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--white);
}

.itk-trust-num.wp-block-group {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.itk-trust-rating-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.itk-trust-rating-link:hover {
  color: inherit;
}

.itk-trust-num .count,
.itk-trust-num .itk-trust-unit {
  margin: 0;
}

.itk-trust-unit {
  font-size: 0.46em;
  font-weight: 600;
  opacity: 0.9;
  margin-left: 5px;
}

.itk-trust-rating-link .itk-trust-unit {
  margin-left: 0.32em;
}

.itk-trust-label {
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.4;
}

.itk-trust-reviews {
  transition: opacity 0.18s ease;
}

.itk-trust-reviews:hover {
  opacity: 0.85;
}

.stats-band .count {
  font-variant-numeric: tabular-nums;
}

.itk-trust-stars {
  display: inline-flex;
  align-items: center;
  margin-right: 9px;
}

.itk-trust-stars svg {
  display: block;
  width: 84px;
  height: 16px;
}

.problem--business-it h2 .fix {
  display: block;
}

.problem--business-it h2 .q {
  font-weight: 400;
  margin-top: 12px;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  letter-spacing: 0;
}

.problem--business-it .problem-note {
  max-width: 620px;
}

.problem--residential .problem-note {
  max-width: 780px;
}

.problem-list,
.areas-list {
  list-style: none;
  padding-left: 0;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 44px;
  margin-top: 26px;
  margin-bottom: 26px;
}

@media (max-width: 860px) {
  .problem-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .problem-list {
    grid-template-columns: 1fr;
  }
}

.problem-list li,
.areas-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  line-height: 1.5;
}

.problem-list li::before,
.areas-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: var(--green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5 5 9l5-6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5 5 9l5-6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.areas-list {
  display: grid;
  gap: 7px;
  margin: 4px 0 18px;
  color: var(--muted);
}

.problem-cta .wp-block-buttons,
.problem-cta .wp-block-button {
  margin: 0;
}

.problem-cta .wp-block-button.btn {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.problem-cta .wp-block-button.btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  padding: 19px 38px;
  text-decoration: none;
  white-space: nowrap;
}

.problem-cta .wp-block-button.btn-primary .wp-block-button__link {
  background: var(--navy);
  color: var(--white);
}

.problem-cta .wp-block-button.btn-primary .wp-block-button__link:hover {
  background: var(--deep);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.biz-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* Residential services: card lists vary a lot in length. Size each card to its
   own content (no forced row-stretch) so short cards don't leave a large empty
   void. Scoped to the residential page so Business IT keeps its even cards. */
.biz-cards--residential {
  align-items: start;
}

.biz-card {
  background: var(--navy-grad);
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.biz-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-float);
}

.biz-figure {
  position: relative;
  width: 100%;
  height: 188px;
  overflow: hidden;
  background: var(--deep);
}

.biz-figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(22, 48, 124, 0) 0%, rgba(22, 48, 124, 0.9) 100%);
  pointer-events: none;
}

.biz-figure .wp-block-image.biz-img {
  margin: 0;
  width: 100%;
  height: 100%;
}

.biz-figure .wp-block-image.biz-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.biz-card:hover .biz-figure .wp-block-image.biz-img img {
  transform: scale(1.04);
}

.biz-body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
}

.biz-body h3 {
  font-size: 19px;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.25;
}

.biz-body > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
  margin-top: 8px;
}

.biz-body ul {
  list-style: none;
  margin-top: 16px;
  display: grid;
  gap: 9px;
  padding-left: 0;
}

.biz-body li {
  position: relative;
  padding-left: 25px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #fff;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.5 5 9l5-6' fill='none' stroke='%2328A745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 0 4px / 14px 14px;
}

/* Residential cards: some checklists are much longer than their row-neighbour's
   (e.g. Laptop Repair vs Desktop), leaving one card far taller. On desktop, split
   each residential card's list into two short columns so tall lists roughly halve
   in height and the row reads balanced. The base .biz-body ul grid stays intact
   (row-gap 9px, green-check bullets unchanged); grid items never split mid-item.
   Collapses to one column inside the narrow single-card mobile layout (<=720px). */
@media (min-width: 721px) {
  .biz-cards--residential .biz-body ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
  }
}

.wc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 6px;
}

.wc-card {
  flex: 0 1 calc(33.333% - 10px);
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.wc-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-float);
}

.wc-card strong {
  color: var(--navy);
}

.wc-card p {
  margin: 0;
}

.wc-check {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(40, 167, 69, 0.12);
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wc-check svg {
  width: 17px;
  height: 17px;
}

.growth-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.growth-pills .growth-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 11px 18px;
  box-shadow: var(--shadow-card);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
}

.growth-pills .growth-pill > .wp-block-html {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: var(--green);
}

.growth-pills .growth-pill p {
  margin: 0;
}

.growth-pills .growth-pill svg {
  width: 16px;
  height: 16px;
  color: var(--green);
  display: block;
}

.growth-intro {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  color: var(--navy);
  margin-top: 22px;
}

/* .step-num is a paragraph here (block-valid), so neutralise the .process-step p
   top margin the approved sheet applies to body copy. */
.process-band .process-step .step-num {
  margin-top: 0;
}

.whychoose,
.problem--business-it,
.process-band,
.section--related,
.faq-section--business {
  background: var(--cool);
}

.business-growth {
  background: var(--white);
}

.service-areas--inner {
  background: var(--white);
}

.wp-block-post-content .pricing-band {
  background: var(--white);
}

.service-areas--inner::before {
  background-position: 100% 43%;
}

.service-areas--inner .areas-van::after {
  display: none;
}

.service-areas--inner .areas-mapcol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-areas--inner .areas-copy .areas-grid {
  width: 100%;
  margin-top: 6px;
}

.service-areas--inner .areas-directions {
  margin-top: 14px;
  background: var(--white);
}

.final-cta--solid {
  background: var(--navy);
}

.related-grid .value-card {
  cursor: pointer;
}

.value-learn a {
  color: inherit;
  text-decoration: none;
}

.about-intro .intro-copy {
  max-width: 760px;
}

.about-intro .intro-copy p {
  color: var(--muted, #5b6172);
  font-size: 16.5px;
  line-height: 1.7;
  margin-top: 16px;
}

.about-intro .intro-copy p:first-of-type {
  margin-top: 18px;
}

.mission-band {
  background: var(--cool);
}

.mission-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: clamp(26px, 3.4vw, 40px);
  max-width: 920px;
  margin: 0 auto;
}

.mission-card .eyebrow {
  color: var(--green);
}

.mission-card p {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.4;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-top: 12px;
}

.mission-card p.eyebrow,
.oakville-band p.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22em;
  margin-top: 0;
}

.why-choose-about,
.who-section,
.oakville-band {
  background: var(--white);
}

.why-choose-about .why-close,
.how-work-section .how-close {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  color: var(--navy);
}

.why-choose-about .why-close {
  text-align: center;
  margin-top: 26px;
}

.why-choose-about .wc-card strong {
  font-weight: 400;
}

#core-services,
.how-work-section {
  background: var(--cool);
}

.svc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.svc-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  padding: 22px 22px 24px;
}

.svc-item h3 {
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--navy);
  line-height: 1.3;
  padding-left: 24px;
  position: relative;
}

.svc-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.5 5 9l5-6' fill='none' stroke='%2328A745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 16px 16px;
}

.svc-item p {
  color: var(--muted, #5b6172);
  font-size: 14.5px;
  line-height: 1.6;
  margin-top: 10px;
}

.oakville-band .split-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.oakville-band .split-copy {
  max-width: 560px;
}

.oakville-band p {
  color: var(--muted, #5b6172);
  font-size: 16.5px;
  line-height: 1.7;
  margin-top: 14px;
}

.oakville-band .split-figure {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.oakville-band .split-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-work {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  margin-top: 8px;
}

.how-step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  padding: 18px 20px;
}

.how-num {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.how-step span:last-child {
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink);
  align-self: center;
}

.how-work-section .how-close {
  margin-top: 22px;
}

.audience {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.audience-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: clamp(24px, 3vw, 32px);
}

.audience-card h3 {
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.audience-card ul {
  list-style: none;
  margin-top: 16px;
  display: grid;
  gap: 11px;
  padding-left: 0;
}

.audience-card li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.5 5 9l5-6' fill='none' stroke='%2328A745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 0 4px / 15px 15px;
}

.final-cta .or-call a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.final-cta .cta-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
  margin-top: 16px;
  max-width: 540px;
}

.about-page-final {
  background: var(--navy);
}

@media (max-width: 900px) {
  .svc-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .oakville-band .split-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .oakville-band .split-figure {
    order: -1;
  }
}

@media (max-width: 720px) {
  .audience {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .svc-list,
  .how-work {
    grid-template-columns: 1fr;
  }
}

.herox-media .wp-block-image.herox-img {
  height: 100%;
}

.herox-media .wp-block-image.herox-img img {
  min-height: 0;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 4% 100%);
}

.wp-block-buttons.herox-ctas,
.herox-ctas .wp-block-button {
  margin: 0;
}

.svc-hero .wp-block-buttons.herox-ctas {
  gap: 12px;
  flex-wrap: nowrap;
  margin-top: 7px;
}

.herox-ctas .wp-block-button.btn {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.herox-ctas .wp-block-button.btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  padding: 19px 38px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.svc-hero .herox-ctas .wp-block-button.btn .wp-block-button__link {
  min-height: 52px;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.3;
}

.herox-ctas .wp-block-button.btn-primary .wp-block-button__link {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.herox-ctas .wp-block-button.btn-primary .wp-block-button__link:hover {
  background: var(--cool);
  color: var(--deep);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.herox-ctas .wp-block-button.btn-outline .wp-block-button__link {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.herox-ctas .wp-block-button.btn-outline .wp-block-button__link:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.herox-ctas .wp-block-button.has-phone-icon .wp-block-button__link::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2h3l1.5 3.5L5.7 7a9 9 0 0 0 3.3 3.3l1.5-1.8L14 10v3a1 1 0 0 1-1 1A11 11 0 0 1 2 3a1 1 0 0 1 1-1Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2h3l1.5 3.5L5.7 7a9 9 0 0 0 3.3 3.3l1.5-1.8L14 10v3a1 1 0 0 1-1 1A11 11 0 0 1 2 3a1 1 0 0 1 1-1Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.herox-eyebrow {
  font-size: clamp(8.5px, 2.2vw, 12px);
  letter-spacing: 0.1em;
  white-space: nowrap;
  gap: 8px;
}

.herox-eyebrow::before {
  width: 18px;
}

.herox-promise {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.herox-promise p {
  margin: 0;
}

.herox-promise .herox-promise-ic {
  flex: 0 0 auto;
  color: var(--green);
  display: inline-flex;
  margin-top: 1px;
}

.herox-promise .herox-promise-ic svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 1500px) {
  .herox-media {
    max-width: 880px;
  }
}

@media (min-width: 1101px) {
  .service-areas--inner .areas-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .service-areas--inner .areas-van {
    height: 400px;
  }
}

@media (min-width: 981px) {
  .values--whatwedo {
    padding-bottom: 22px;
  }

  .values--howwehelp {
    padding-top: 30px;
  }
}

@media (max-width: 1100px) {
  .herox-media {
    height: 280px;
  }

  .herox-media .wp-block-image.herox-img img {
    clip-path: none;
  }
}

@media (max-width: 980px) {
  .itk-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
  }

  .values-grid--how {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-card {
    flex-basis: calc(50% - 7px);
  }
}

@media (min-width: 721px) {
  .biz-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 11px);
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .biz-cards {
    grid-template-columns: 1fr;
  }

  .biz-figure {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .wc-card {
    flex-basis: 100%;
  }
}

@media (max-width: 560px) {
  .herox-media {
    height: 230px;
  }

  .svc-hero .wp-block-buttons.herox-ctas {
    flex-wrap: wrap;
  }

  .herox-ctas .wp-block-button.btn,
  .herox-ctas .wp-block-button.btn .wp-block-button__link {
    width: 100%;
  }

  .herox-badge {
    right: auto;
  }

  .itk-trust {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: clamp(10px, 5vw, 30px);
  }

  .itk-trust-item {
    gap: 14px;
  }

  .itk-trust-ic {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .biz-body {
    padding: 22px 22px 24px;
  }
}

/* Service Areas: ported from home-v3 stylesheet + inline section rules. */
.service-areas {
  position: relative;
  overflow: hidden;
  background: #F2F5F8;
  isolation: isolate;
}

.service-areas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/wp-content/uploads/2026/07/oakville-map.png") 50% 43% / 135% auto no-repeat;
  opacity: 0.36;
  filter: grayscale(1) saturate(0.12) contrast(1.06);
  transform: scale(1.02);
  pointer-events: none;
}

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

.service-areas .area-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
}

.area-card p.area-region {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.area-card p.learn {
  margin: 6px 0 0;
}

.area-card p.learn a {
  color: inherit;
  text-decoration: none;
}

.areas-van::after {
  display: none;
}

.areas-van > .wp-block-html {
  width: 100%;
  height: 100%;
}

.areas-van > .wp-block-html iframe.img-fill {
  width: 100%;
  height: 100%;
}

.areas-mapcol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.areas-copy .areas-grid {
  width: 100%;
  margin-top: 6px;
}

.areas-directions {
  margin-top: 14px;
  background: var(--white);
}

@media (min-width: 1101px) {
  .areas-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .areas-van {
    height: 400px;
  }

  .service-areas::before {
    background-position: 100% 43%;
  }
}

@media (max-width: 560px) {
  .service-areas::before {
    background-size: auto 112%;
    background-position: 68% 72%;
    opacity: 0.2;
  }
}

@media (max-width: 600px) {
  .values-grid--how {
    grid-template-columns: 1fr;
  }

  .values-grid--how .value-card {
    min-height: 168px;
  }

  .values-grid--how .value-body {
    max-width: 60%;
  }
}

/* How It Works: inline source rules from home-v3.html. */
.howit-strip {
  display: flex;
  align-items: center;
  gap: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  transition: transform 0.18s ease, background 0.18s ease;
}

.howit-strip:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.09);
}

.wp-block-image.howit-thumb {
  flex: 0 0 auto;
  width: 110px;
  height: 110px;
  margin: 0;
  border-radius: 16px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 10px 26px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.wp-block-image.howit-thumb img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
}

.howit-strip-tx {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 4px;
}

.howit-strip-tx h3 {
  color: var(--white);
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
}

.howit-strip-tx p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.howit-arrow {
  display: flex;
  justify-content: center;
  color: var(--green);
  margin: -2px 0;
}

.howit-arrow svg {
  width: 24px;
  height: 24px;
}

.howit-cta {
  margin-top: 28px;
}

.howit-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.howit-cta .wp-block-button.btn.btn-white {
  padding: 0;
}

.howit-cta .wp-block-button.btn.btn-white .wp-block-button__link {
  background: var(--white);
  color: var(--deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-pill);
  border: 0;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  padding: 15px 18px;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.howit-cta .wp-block-button.btn.btn-white .wp-block-button__link::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2h3l1.5 3.5L5.7 7a9 9 0 0 0 3.3 3.3l1.5-1.8L14 10v3a1 1 0 0 1-1 1A11 11 0 0 1 2 3a1 1 0 0 1 1-1Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2h3l1.5 3.5L5.7 7a9 9 0 0 0 3.3 3.3l1.5-1.8L14 10v3a1 1 0 0 1-1 1A11 11 0 0 1 2 3a1 1 0 0 1 1-1Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.why-item p {
  margin: 0;
}

.why-item > .wp-block-html {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.why-item > .wp-block-html .check {
  display: inline-flex;
}

.why-item > .wp-block-html svg {
  display: block;
}

.final-cta .wp-block-buttons,
.final-cta .wp-block-button {
  margin: 0;
}

.final-cta .wp-block-button.btn.btn-white.btn-lg {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.final-cta .wp-block-button.btn.btn-white.btn-lg .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 12px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 12px 24px;
  text-decoration: none;
  white-space: nowrap;
}

.final-cta .wp-block-button.btn.btn-white.btn-lg .wp-block-button__link:hover {
  color: var(--deep);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.final-cta .or-call {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.final-cta .or-call p {
  margin: 0;
}

.final-cta .or-call a {
  text-decoration: none;
}

.final-cta .or-call > .wp-block-html {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
}

.final-cta .or-call svg {
  display: block;
  flex: 0 0 auto;
}

@media (min-width: 1101px) {
  .howit-grid {
    align-items: stretch;
  }

  .howit-left {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .howit-left .why-close {
    margin-bottom: auto;
  }

  .howit-cta {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .howit-strip {
    padding: 14px 16px;
    gap: 16px;
  }

  .wp-block-image.howit-thumb {
    width: 88px;
    height: 88px;
    border-radius: 14px;
  }
}

body.home .main-nav a[href="/"],
body.page-id-59 .main-nav a[href="/business-it-services/"],
body.page-id-68 .main-nav a[href="/residential-it-support/"] {
  color: var(--navy);
  border-bottom-color: var(--navy);
}

body.home .mobile-menu a[href="/"],
body.page-id-59 .mobile-menu a[href="/business-it-services/"],
body.page-id-68 .mobile-menu a[href="/residential-it-support/"] {
  color: var(--navy);
  font-weight: 700;
}
