@font-face {
  font-family: 'Corporate A Light';
  src: url('../fonts/CorporateA-Light-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Corporate A Light', 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  background: #f2f2f2;
  color: #2b2b2b;
}

a {
  color: #232323;
  text-decoration: none;
}

a:hover {
  color: #465353;
}

.inline-link {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

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

.wrapper {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.row {
  width: 100%;
  margin: 0 -10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.threecol,
.fourcol,
.fivecol,
.sixcol,
.eightcol,
.twelvecol {
  float: left;
  padding: 0 10px;
}

.threecol { width: 25%; }
.fourcol { width: 33.3333%; }
.fivecol { width: 41.6667%; }
.sixcol { width: 50%; }
.eightcol { width: 66.6667%; }
.twelvecol { width: 100%; }

.last {
  float: right;
}

.center {
  text-align: center;
}

.logo-padding {
  padding-top: 10px;
}

#header {
  width: 100%;
  background: #fff;
  padding: 20px 0 16px;
  border-bottom: none;
}

#wrapper {
  position: relative;
}

.header-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.header-content > div {
  float: none;
}

.header-promos--left h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.3px;
}

#hdr-logo img {
  margin: 0 auto;
  max-width: 300px;
}

#hdr-contact {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-end;
}

.contact-columns {
  display: contents;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
  text-transform: none;
  letter-spacing: 0.4px;
  justify-content: flex-start;
  white-space: nowrap;
}

.contact-stack {
  padding-left: 12px;
  border-left: 1px solid #e3e3e3;
}

.contact-stack:first-child {
  padding-left: 0;
  border-left: none;
}

.contact-link:hover {
  color: #111;
}

.contact-link .icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-link .icon--whatsapp {
  fill: currentColor;
  stroke: none;
}

.contact-list--email {
  margin-top: 2px;
}

.contact-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  flex: 0 0 auto;
}

nav#primary-navigation {
  display: none;
}

.brand-nav {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(70, 83, 83, 0.85);
  border-top: none;
  border-bottom: none;
  z-index: 20;
}

.brand-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  align-items: center;
}

.brand-nav__list li {
  flex: 1 1 0;
}

.brand-nav__link {
  display: block;
  padding: 12px 0;
  background: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.brand-nav__link:hover {
  background: #303030;
  color: #fff;
}

.brand-nav__link--current {
  background: #111;
}

.brand-nav__link--current:hover {
  background: #111;
}

.brand-nav__list li:last-child .brand-nav__link {
  border-right: none;
}

@media (min-width: 900px) {
  .brand-nav__list {
    flex-wrap: nowrap;
  }
}

#main-wrap {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 60px;
}

.page-hdr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  margin: -60px 0 30px 0;
}

.page-hdr.visible {
  background: #7c7c7c url('../img/page-hdr__bg--servicing.jpg') center center no-repeat;
  background-size: cover;
}

.page-hdr--servicing.visible {
  background-image: url('../img/page-hdr__bg--servicing.jpg');
}

.page-hdr--contact.visible {
  background-image: url('../img/page-hdr__bg--contact.jpg');
}

.page-hdr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.page-hdr h1 {
  position: relative;
  margin: 0;
  font-size: 36px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#page-warrior {
  float: left;
  width: 100%;
}

.block {
  background: #fff;
  margin: 32px 0;
  border: 1px solid #e7e7e7;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-image: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%),
    radial-gradient(rgba(0, 0, 0, 0.035) 0.7px, transparent 0.7px);
  background-size: auto, 6px 6px;
}

.pad-20 {
  padding: 40px;
  position: relative;
}

.pad-30 {
  padding: 30px;
}

.overflow-hidden {
  overflow: hidden;
}

.block h2 {
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: relative;
}

.block h3 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 16px 0 8px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.block h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  background: #111;
  opacity: 0.6;
}

.block h4 {
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 14px 0 6px;
  font-weight: 600;
  letter-spacing: 1px;
}

.block p {
  margin: 0 0 16px;
  line-height: 1.7;
  color: #3a3a3a;
}

.block p,
.clean-list {
  max-width: 760px;
}

.block h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 8px;
  background: #111;
  opacity: 0.8;
}

.section-subhead {
  margin: -2px 0 16px;
  color: #5a5a5a;
  font-size: 14px;
}

.brand-watermark {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 64px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.025);
  pointer-events: none;
  user-select: none;
}

.service-menu-box {
  padding: 22px;
  background: #fafafa;
  border: 1px solid #ededed;
  box-shadow: none;
}

.service-menu-box .sixcol {
  padding: 0 18px;
}

.clean-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: #3a3a3a;
  line-height: 1.6;
}

.clean-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.clean-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
}

.check-list li {
  margin-bottom: 6px;
}

.check-list li::marker {
  color: #111;
}

.lead {
  font-size: 19px;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 22px;
}

.trust-item {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 10px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  position: relative;
  padding-left: 30px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.trust-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #111;
  border-radius: 999px;
  transform: translateY(-50%);
}

.trust-item:hover {
  border-color: #cfcfcf;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.section-divider {
  height: 1px;
  background: #e2e2e2;
  margin: 28px 0;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-bottom: 10px;
}

.price-band {
  margin: 12px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-size: 12px;
  color: #3f3f3f;
  font-weight: 600;
}

.price-card {
  border: 1px solid #e2e2e2;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  padding: 22px;
  position: relative;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.price-card--alt {
  background: linear-gradient(180deg, #f8f8f8 0%, #f1f1f1 100%);
}

.price-card--featured {
  border-color: #cfcfcf;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.price-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  border-color: #cfcfcf;
}

.price-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
}

.price-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #4a4a4a;
}

.price-value {
  font-size: 26px;
  font-weight: 600;
  margin-top: 8px;
  color: #111;
}

.price-sub {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #4a4a4a;
}

.inclusions {
  margin-top: 22px;
}

.included-grid {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  max-width: 860px;
}

.included-grid li {
  border: 1px solid #e1e1e1;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 12px 10px 36px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-size: 11px;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.included-grid li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-radius: 999px;
  background: #111;
  color: #fff;
}

.included-grid li:hover {
  transform: translateY(-1px);
  border-color: #cfcfcf;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
}

.steps {
  margin-top: 22px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.step-card {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 18px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.06);
  border-color: #d6d6d6;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
}

.form-intro {
  color: #4a4a4a;
  margin-bottom: 14px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 16px;
}

.service-card {
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 18px;
  border-left: 3px solid #cfcfcf;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-left-color 0.18s ease;
}

.service-card:hover {
  border-left-color: #111;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.06);
}

.service-card h4 {
  margin-top: 0;
}

.note {
  font-size: 13px;
  color: #5a5a5a;
  border-left: 2px solid #cfcfcf;
  padding-left: 12px;
}

.services {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.services li {
  margin-bottom: 0;
}

.services a {
  padding: 14px 12px;
  background: #fff;
  text-align: center;
  color: #111;
  display: block;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  border: 1px solid #dedede;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.services a:hover {
  color: #fff;
  background: #111;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-top: 10px;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ededed;
  padding: 12px 14px;
  text-align: left;
}

.pricing-table th {
  background: #f7f7f7;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
}

.pricing-note {
  font-weight: 600;
  color: #323232;
}

.pricing-note--muted {
  font-weight: 400;
  color: #4a4a4a;
  margin-top: 6px;
}

.promise {
  margin: 14px 0 22px;
  padding: 14px 16px 14px 44px;
  border: 1px solid #e2e2e2;
  border-left: 3px solid #111;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  color: #2f2f2f;
  position: relative;
}

.promise::before {
  content: "★";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

input,
select,
textarea {
  padding: 11px 12px;
  border: 1px solid #cfcfcf;
  font-family: inherit;
  font-size: 15px;
  background: #fff;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #7f7f7f;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.4px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  background: #303030;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-whatsapp {
  background: #1f8f44;
}

.btn-whatsapp:hover {
  background: #167a36;
}

.estimate {
  font-weight: 600;
  color: #232323;
}

.form-status {
  margin-top: 10px;
  font-weight: 600;
  color: #1d6a3a;
}

.form-status.error {
  color: #9b1c1c;
}

.booking-form {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  padding: 22px;
  border-radius: 2px;
}

.sidebar {
  float: left;
}

.sidebar .widget {
  float: left;
  display: block;
  width: 100%;
  padding: 18px;
  background: #1f1f1f;
  color: #cfcfcf;
  margin-bottom: 18px;
  box-shadow: none;
  border: 1px solid #2a2a2a;
}

.sidebar .widget h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  background: #121212;
  letter-spacing: 1.4px;
}

.sidebar .widget p {
  font-size: 13px;
  color: #f0f0f0;
  margin: 0 0 10px;
  line-height: 1.6;
}

.sidebar .widget select,
.sidebar .widget input {
  width: 100%;
  margin-bottom: 10px;
}

.sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .widget ul li {
  margin-bottom: 8px;
  color: #fff;
}

.sidebar .widget ul li a {
  color: #fff;
}

#footer-wrap {
  float: left;
  width: 100%;
  background: #1a1a1a;
  padding: 18px 0;
  margin-top: 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 18px 0 24px;
}

.contact-card {
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.contact-card h3 {
  margin-top: 0;
}

.hours-card {
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
  padding: 18px;
}

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  /* Removed contact-strip styles */
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  float: left;
  display: inline;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  margin-right: 10px;
}

#footer ul li a {
  color: #fff;
}

#footer ul.frlist {
  float: right;
}

#footer .container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 900px) {
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .eightcol {
    width: 100%;
  }

  .row {
    margin: 0;
  }

  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .eightcol,
  .twelvecol {
    padding: 0;
  }

  .container {
    padding: 0 14px;
  }

  #header {
    padding: 12px 0 8px;
  }

  .header-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  #hdr-contact {
    width: 100%;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }

  .contact-stack {
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .contact-link {
    font-size: 10px;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .contact-stack:first-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 10px;
  }

  .contact-stack:first-child .contact-link {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    padding: 4px 6px;
  }

  .contact-stack:first-child .contact-link[href^="mailto"] {
    grid-column: 1 / -1;
  }

  .contact-stack:last-child {
    width: auto;
    max-width: none;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-stack:last-child .contact-link {
    padding: 4px 8px;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    font-size: 10px;
    width: auto;
  }

  #hdr-logo img {
    max-width: 180px;
  }

  .brand-nav {
    position: static;
  }

  .brand-nav__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 6px;
    padding: 6px 0;
  }

  .brand-nav__link {
    padding: 10px 14px;
    font-size: 11px;
  }

  #main-wrap {
    padding-top: 0;
  }

  .page-hdr {
    height: 180px;
    margin: 0 0 20px 0;
  }

  .page-hdr h1 {
    font-size: 30px;
  }

  .block {
    margin: 20px 0;
  }

  .pad-20 {
    padding: 24px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .included-grid {
    grid-template-columns: 1fr;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .brand-watermark {
    display: none;
  }
}

@media (max-width: 600px) {
  .page-hdr {
    height: 160px;
    margin: 0 0 18px;
  }

  .header-promos--left h2 {
    font-size: 18px;
  }

  .block h2 {
    font-size: 18px;
  }

  .brand-nav__link {
    padding: 9px 12px;
  }
}
