:root {
  --midnight-shine: #203e80;
  --crystal-blue: #429af1;
  --golden-hour: #fbc336;
  --silver-slate: #8f9ebf;
  --dew-drop: #c7cfdf;
  --blue-80: #7fb2ed;
  --blue-60: #9dc3f2;
  --blue-40: #bdd7f7;
  --text: #0f244c;
  --satisfaction-bg: #264995;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
  background: radial-gradient(circle at 7% 10%, #eaf3fe 0%, #f6faff 30%, #ffffff 70%);
}

h1 {
  font-size: clamp(2.6rem, 4.2vw, 4.7rem);
}

h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

p,
li,
a,
button,
input,
textarea,
select {
  font-size: 1.02rem;
}

.hero-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  background: #f4f8fd;
  min-height: 112vh;
}

.hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("banner-opt.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: 0;
  pointer-events: none;
}

.hero-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 247, 250, 0.98) 0%,
    rgba(245, 247, 250, 0.95) 42%,
    rgba(245, 247, 250, 0.78) 60%,
    rgba(245, 247, 250, 0.12) 78%,
    rgba(245, 247, 250, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-nav .container {
  position: relative;
  z-index: 100000;
  overflow: visible;
  border-left: 4px solid #66aaf0;
  border-right: 4px solid #66aaf0;
  border-bottom: 4px solid #66aaf0;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
  background: #ffffff;
  padding: 0.9rem 1.2rem;
  min-height: 6.8rem;
}

.hero-nav {
  position: sticky;
  top: 0;
  z-index: 100000;
  overflow: visible;
  padding-top: 0 !important;
  padding-bottom: 0.6rem !important;
}

.hero-nav {
  position: relative;
  z-index: 100000;
}

.hero-main {
  position: relative;
  z-index: 20;
}

#home {
  position: relative;
  z-index: 20;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.brand-logo {
  height: 3.8rem;
  width: auto;
  display: block;
}

.nav-link {
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--midnight-shine);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--crystal-blue);
}

.nav-controls {
  display: flex;
  margin-top: 0;
  align-items: center;
  gap: 0.65rem !important;
  margin-left: 1rem;
  flex-shrink: 0;
}

.nav-top-controls {
  flex-shrink: 0;
  gap: 0.45rem !important;
}

.navbar-collapse {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow: visible;
}

.navbar-nav {
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}

.navbar-nav .nav-link {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.country-dropdown {
  min-width: 5.4rem;
  position: relative;
  z-index: 99998;
}

.country-trigger {
  min-width: 5.4rem;
  border-radius: 999px;
  border: 1px solid #d3e0f5;
  color: var(--midnight-shine);
  font-weight: 600;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
}

.country-trigger:hover,
.country-trigger:focus,
.country-trigger:active {
  border-color: var(--crystal-blue);
  color: var(--midnight-shine);
  background: #fff;
}

.country-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  min-width: 9rem;
  max-height: 20rem;
  overflow-y: auto;
  border: 1px solid #dce6f6;
  border-radius: 1rem;
  padding: 0.4rem;
  box-shadow: 0 14px 28px rgba(32, 62, 128, 0.16);
  z-index: 99999;
}

.country-option {
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.7rem;
}

.country-option.active,
.country-option:active {
  background: #eaf3fe;
  color: var(--midnight-shine);
}

.country-flag {
  font-size: 1rem;
  line-height: 1;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--crystal-blue);
}

.btn-accent {
  border-radius: 999px;
  border: none;
  background: linear-gradient(120deg, var(--golden-hour), #ffd974);
  color: #17315f;
  font-weight: 700;
  padding: 0.7rem 1.3rem;
  box-shadow: 0 8px 25px rgba(251, 195, 54, 0.33);
}

.btn-icon {
  font-size: 1rem;
  margin-right: 0.4rem;
  vertical-align: -0.1rem;
}

.btn-accent:hover {
  color: #112952;
  transform: translateY(-1px);
}

.btn-outline-brand {
  border-radius: 999px;
  border: 2px solid var(--crystal-blue);
  color: var(--crystal-blue);
  font-weight: 700;
}

.btn-outline-brand:hover {
  background: var(--crystal-blue);
  color: #fff;
}

.hero-image-card {
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  border: none;
  background: transparent;
  min-height: clamp(380px, 56vh, 620px);
}

.hero-main {
  margin-top: 0.7rem;
}

.hero-copy-col {
  padding: 1.35rem 1.2rem 2.2rem;
  margin-top: -1.2rem;
  background: transparent;
}

.hero-copy-col .eyebrow {
  font-size: 13px;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #234c8f;
  margin-bottom: 20px;
}

.hero-title-display {
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 500;
  max-width: 700px;
  position: relative;
  margin-top: 0.15rem;
  margin-bottom: 22px;
}

.hero-title-display,
.hero-title-display * {
  position: relative;
  z-index: 1;
}

.hero-highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 800;
}

.hero-title-display strong {
  font-weight: 800;
}

.hero-highlight::before,
.hero-highlight::after {
  content: "";
  position: absolute;
  left: -0.28em;
  right: -0.28em;
  border-radius: 999px;
  background: var(--golden-hour);
  z-index: -1;
}

.hero-highlight::before {
  height: 0.42em;
  bottom: 0.08em;
  transform: rotate(-4deg);
}

.hero-highlight::after {
  height: 0.38em;
  bottom: -0.06em;
  transform: rotate(4deg);
}

.hero-copy-col .lead {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.28;
  color: #11274f;
}

.hero-readmore-btn {
  border-width: 5px;
  color: var(--midnight-shine);
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 34px;
  background: #fff;
}

.hero-readmore-btn:hover {
  color: #fff;
  background: var(--midnight-shine);
  border-color: var(--midnight-shine);
}

.hero-image-card img {
  display: none;
}

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

  .hero-image-card {
    min-height: clamp(290px, 44vh, 470px);
  }

  .wipe-section {
    margin-top: -11.2rem;
  }
}

.section-space {
  padding: 5rem 0;
}

.section-head h2 {
  max-width: 44rem;
}

.service-card {
  border-radius: 1.5rem;
  border: 1px solid #d8e3f2;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(32, 62, 128, 0.07);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

.service-icon-badge {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #9dc3f2;
  color: var(--midnight-shine);
  margin-bottom: 0.45rem;
  position: relative;
  overflow: hidden;
}

.service-icon-badge i {
  font-size: 1.42rem;
  line-height: 1;
  z-index: 2;
}

.service-icon-badge::before,
.service-icon-badge::after {
  content: "";
  position: absolute;
  height: 0.4rem;
  background: var(--golden-hour);
  border-radius: 999px;
  z-index: 1;
  opacity: 1;
}

.service-icon-badge::before {
  width: 1.75rem;
  left: 0.52rem;
  top: 1.16rem;
  transform: rotate(-4deg);
}

.service-icon-badge::after {
  width: 1.75rem;
  left: 0.52rem;
  top: 1.42rem;
  transform: rotate(4deg);
}

.service-card h3 {
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--midnight-shine);
}

.service-title-icon {
  color: var(--midnight-shine);
  font-size: 0.95rem;
  margin-right: 0.45rem;
  vertical-align: -0.08rem;
}

.service-card p {
  color: #4b648f;
  font-size: 1.02rem;
  line-height: 1.5;
  margin: 0;
}

.section-soft {
  background: linear-gradient(180deg, #f6faff 0%, #eff5ff 100%);
}

.section-icons {
  background:
    radial-gradient(circle at 10% 10%, rgba(66, 154, 241, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.icons-copy {
  max-width: 46rem;
  color: #4b648f;
}

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

.icon-tile {
  position: relative;
  height: 7rem;
  border-radius: 1rem;
  border: 1px solid #dbe6f7;
  background: #9dc3f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--midnight-shine);
  box-shadow: 0 8px 20px rgba(32, 62, 128, 0.08);
  overflow: hidden;
}

.icon-tile i {
  font-size: 3.25rem;
  line-height: 1;
  z-index: 2;
}

.icon-accent-line {
  position: absolute;
  width: 3.55rem;
  height: 0.74rem;
  background: var(--golden-hour);
  border-radius: 999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  opacity: 1;
  z-index: 1;
}

.icon-accent-line::after {
  content: "";
  position: absolute;
  width: 3.55rem;
  height: 0.74rem;
  background: var(--golden-hour);
  border-radius: 999px;
  left: 0;
  top: 0.54rem;
  transform: rotate(8deg);
}

.panel-list-icon {
  color: var(--golden-hour);
  margin-right: 0.5rem;
  font-size: 1rem;
  vertical-align: -0.08rem;
}

.panel-title-icon {
  color: var(--golden-hour);
  margin-right: 0.5rem;
  font-size: 1.3rem;
  vertical-align: -0.12rem;
}

.wipe-section {
  padding-top: 0.8rem;
  padding-bottom: 0;
  margin-top: -9.5rem;
  margin-bottom: 0;
  position: relative;
  z-index: 30;
}

.wipe-shell {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.wipe-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 1;
}

.wipe-card {
  border-radius: 1.7rem 1.7rem 0 0;
  background: linear-gradient(120deg, #3f8fdf, #5ba3e6);
  color: #fff;
  padding: 1.7rem 1.5rem 8.2rem;
  min-height: 29rem;
  position: relative;
  margin-right: 0;
  box-shadow: 0 16px 28px rgba(32, 62, 128, 0.15);
}

.wipe-card:nth-child(2) {
  background: linear-gradient(120deg, #5a9fe4, #74b0ea);
  margin-top: 3.7rem;
}

.wipe-card:nth-child(3) {
  background: linear-gradient(120deg, #73afe9, #8fc0ef);
  margin-top: 7.4rem;
  margin-right: 0;
}

.wipe-card h3 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.wipe-card p {
  margin: 0 0 0.85rem;
  max-width: 17rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  line-height: 1.45;
}

.wipe-card-icon {
  position: absolute;
  right: 1.35rem;
  bottom: 13.5rem;
  width: 8.4rem;
  height: 6.8rem;
}

.wipe-card:nth-child(2) .wipe-card-icon {
  bottom: 10.2rem;
}

.wipe-card:nth-child(3) .wipe-card-icon {
  bottom: 6.9rem;
}

.wipe-card-icon img {
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  filter: contrast(1.18) saturate(1.06) drop-shadow(0 0 0.65px var(--midnight-shine));
  z-index: 3;
}

.wipe-accent {
  position: absolute;
  width: 6.3rem;
  height: 1.16rem;
  background: var(--golden-hour);
  border-radius: 999px;
  left: 50%;
  bottom: 1.9rem;
  transform: translateX(-50%) rotate(-6deg);
  z-index: 2;
}

.icon-preview-wrap {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid #dbe6f7;
  box-shadow: 0 12px 24px rgba(32, 62, 128, 0.12);
}

.icon-preview-image {
  width: 100%;
  max-height: 22rem;
  object-fit: cover;
}

.wipe-accent::after {
  content: "";
  position: absolute;
  width: 6.05rem;
  height: 1.08rem;
  background: var(--golden-hour);
  border-radius: 999px;
  left: 0.12rem;
  top: 0.76rem;
  transform: rotate(7deg);
}

.wipe-visual {
  position: relative;
  width: 100%;
  margin: -7.2rem 0 0;
  border-radius: 0;
  overflow: hidden;
  min-height: 24rem;
  background: #7fb2ed;
  z-index: 4;
}

.wipe-office-frame {
  position: relative;
  width: 82%;
  min-height: 24rem;
  overflow: hidden;
  border-radius: 0;
  z-index: 2;
}

.wipe-office-image {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: relative;
  z-index: 2;
  clip-path: none;
}

.shape-container {
  width: 600px;
  height: 300px;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.shape-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: path(
    "M600,60 Q400,0 200,40 Q50,80 0,0 L0,300 L600,300 Z"
  );
}

.wipe-visual::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 8rem;
  left: -8%;
  top: -5.9rem;
  background: #64a9ea;
  border-radius: 0 0 50% 50%;
  z-index: 3;
}

.wipe-visual::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 8rem;
  left: -8%;
  bottom: -5.9rem;
  background: #284995;
  border-radius: 50% 50% 0 0;
  z-index: 3;
}

.wipe-hand-slot {
  position: absolute;
  right: 2.2rem;
  bottom: 2.4rem;
  width: 23%;
  min-width: 12.5rem;
  height: 62%;
  border: 2px dashed rgba(255, 255, 255, 0.62);
  border-radius: 1.2rem;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 5;
}


.wipe-left-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  height: 86%;
  z-index: 4;
}

.wipe-sweep {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.84) 55%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0 100%, 0 54%, 74% 17%, 96% 28%, 34% 100%);
  z-index: 3;
}

.wipe-tool-shape {
  position: absolute;
  left: 0.95rem;
  bottom: 6rem;
  width: 8rem;
  height: 10rem;
  z-index: 5;
}

.wipe-tool-head {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.9rem;
  height: 1.3rem;
  border-radius: 0.9rem;
  background: #f6f9ff;
  border: 2px solid #d7e5f7;
  transform: rotate(-22deg);
}

.wipe-tool-stick {
  position: absolute;
  left: 2.95rem;
  top: 1rem;
  width: 1rem;
  height: 7.4rem;
  border-radius: 999px;
  background: #2e5ea9;
  transform: rotate(-22deg);
}

.wipe-sponge-shape {
  position: absolute;
  left: 0.55rem;
  bottom: 1.6rem;
  width: 5.8rem;
  height: 3.7rem;
  border-radius: 1.6rem;
  background: #f5c11f;
  transform: rotate(18deg);
  z-index: 5;
}

.wipe-sponge-shape::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 217, 102, 0.85);
  left: 1.55rem;
  top: 0.9rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.values-grid div {
  background: #fff;
  border: 1px solid #d5e1f4;
  border-radius: 0.95rem;
  padding: 0.75rem;
  text-align: center;
}

.values-grid i {
  display: block;
  font-size: 1.15rem;
  color: var(--golden-hour);
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: rgba(251, 195, 54, 0.2);
  margin: 0 auto 0.35rem;
  line-height: 2rem;
}

.values-grid span {
  font-weight: 700;
  color: var(--midnight-shine);
}

.about-panel {
  background: linear-gradient(140deg, var(--midnight-shine), #2e58a7);
  color: #fff;
  border-radius: 1.6rem;
  padding: 1.8rem;
  box-shadow: 0 16px 36px rgba(32, 62, 128, 0.25);
}

.about-panel h3 {
  font-weight: 700;
}

.about-panel ul {
  margin: 0.8rem 0 1.1rem;
  padding-left: 1.1rem;
}

.about-panel .btn-accent {
  box-shadow: none;
}

.contact-cta {
  border-radius: 1.8rem;
  padding: 2rem;
  background:
    radial-gradient(circle at 80% 25%, rgba(251, 195, 54, 0.22), transparent 35%),
    linear-gradient(120deg, #1f3c7b, #335fb4);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.contact-cta .eyebrow {
  color: var(--golden-hour);
}

footer {
  color: #4a648f;
  background: #fff;
}

.pre-about-image {
  width: 100%;
  margin-top: -7.1rem;
  margin-bottom: -5.5rem;
  position: relative;
  z-index: 50;
  height: clamp(430px, 70vh, 720px);
  background-color: var(--satisfaction-bg) !important;
  background-image: linear-gradient(rgba(18, 38, 78, 0.18), rgba(18, 38, 78, 0.18)), url("center-opt.jpg");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  clip-path: polygon(
    0% 18%,
    7% 12.4%,
    14% 8.2%,
    22% 4.9%,
    30% 2.8%,
    40% 1.2%,
    50% 0%,
    60% 1.2%,
    70% 2.8%,
    78% 4.9%,
    86% 8.2%,
    93% 12.4%,
    100% 18%,
    100% 100%,
    92% 95.8%,
    84% 92.9%,
    76% 90.2%,
    68% 87.9%,
    60% 86.4%,
    50% 85.8%,
    40% 86.4%,
    32% 87.9%,
    24% 90.2%,
    16% 92.9%,
    8% 95.8%,
    0% 100%
  );
  overflow: hidden;
}

.trust-section {
  background: var(--satisfaction-bg);
  padding: 4.2rem 0 0;
  color: #fff;
}

.trust-inner {
  position: relative;
  padding-top: 3.2rem;
}

.trust-eyebrow {
  color: var(--golden-hour);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}

.trust-title {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 800;
  margin-bottom: 1.9rem;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: -1.6rem;
  position: relative;
  z-index: 5;
}

.trust-card {
  background: rgba(35, 74, 146, 0.94);
  border: 2px solid #53abff;
  border-radius: 1rem;
  padding: 1.25rem 1.1rem 1.35rem;
  min-height: 11.6rem;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 20px rgba(15, 33, 74, 0.26);
}

.trust-card h3 {
  color: var(--golden-hour);
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 0.45rem;
  font-weight: 800;
}

.trust-card p {
  font-size: 0.96rem;
  line-height: 1.35;
  margin: 0;
}

.trust-check {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.95rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--golden-hour);
  color: #1e3c80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-team-wrap {
  max-width: 46rem;
  margin: 0.7rem auto 0;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

.trust-team-image {
  width: 100%;
  height: 29rem;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.brand-footer {
  background: #4f9ce9;
  color: #fff;
  padding: 1rem 0 0.9rem;
}

.brand-footer-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr 0.82fr;
  gap: 0.95rem;
  align-items: center;
}

.footer-logo {
  width: 11.8rem;
  height: auto;
  display: block;
}

.footer-contact-block,
.footer-social-block {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.footer-contact-block small,
.footer-social-block small {
  font-size: 1rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.94);
}

.footer-copy-hidden {
  display: none;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  margin: 0.08rem 0;
}

.social-chip {
  width: 1.15rem;
  height: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 0.16rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  .hero-wrap {
    min-height: auto;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: clamp(2rem, 6.1vw, 3rem);
  }

  h2 {
    font-size: clamp(1.6rem, 4.9vw, 2.4rem);
  }

  h3 {
    font-size: clamp(1.12rem, 3.5vw, 1.45rem);
  }

  p,
  li,
  a,
  button,
  input,
  textarea,
  select {
    font-size: 0.98rem;
  }

  .nav-top-controls {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
    gap: 0.55rem;
  }

  .nav-controls {
    margin-top: 0;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    gap: 0.55rem !important;
  }

  .country-dropdown {
    width: auto;
    flex-shrink: 0;
    z-index: 100100;
  }

  .country-trigger {
    min-width: auto;
    padding: 0.42rem 0.62rem;
    font-size: 0.88rem;
    line-height: 1;
  }

  .stats-panel,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .hero-nav .container {
    border-width: 3px;
    padding: 0.7rem 0.75rem;
    min-height: 5.3rem;
  }

  .navbar-collapse {
    padding-top: 0.6rem;
  }

  .navbar-nav {
    margin: 0 auto 0.7rem;
    width: 100%;
  }

  .hero-main {
    margin-top: 0.35rem;
    padding-bottom: 1.1rem !important;
  }

  .hero-image-card {
    min-height: clamp(230px, 38vh, 330px);
  }

  .hero-copy-col {
    padding: 0.85rem 1rem 1rem;
    margin-top: -0.55rem;
  }

  .hero-title-display {
    font-size: 32px;
    line-height: 1.08;
  }

  .hero-title-display::before {
    display: none;
  }

  .hero-wrap::after {
    background: linear-gradient(
      180deg,
      rgba(245, 247, 250, 0.96) 0%,
      rgba(245, 247, 250, 0.9) 42%,
      rgba(245, 247, 250, 0.66) 68%,
      rgba(245, 247, 250, 0.2) 100%
    );
  }

  .hero-wrap::before {
    background-size: cover;
    background-position: center top;
  }

  .hero-copy-col .lead {
    font-size: 13px;
    line-height: 1.32;
  }

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

  .trust-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1rem;
  }

  .trust-card {
    min-height: 10.6rem;
  }

  .trust-inner {
    padding-top: 2rem;
  }

  .trust-team-wrap {
    border-radius: 1.35rem;
  }

  .trust-team-image {
    height: 22rem;
  }

  .brand-footer-inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 1rem 1.4rem;
  }

  .wipe-cards {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .wipe-card {
    border-radius: 1.25rem 1.25rem 0 0;
    min-height: 13.8rem;
    margin-right: 0;
    margin-top: 0 !important;
  }

  .wipe-section {
    margin-top: -2rem;
  }

  .wipe-visual {
    width: 100%;
    margin-top: -1.5rem;
    min-height: 16rem;
    border-radius: 1.1rem;
  }

  .wipe-office-frame {
    width: 100%;
    min-height: 16rem;
    border-radius: 0;
    height: auto;
  }

  .wipe-office-image {
    height: 100%;
  }

  .wipe-visual::before {
    width: 150%;
    height: 5.2rem;
    left: -25%;
    top: -4.3rem;
  }

  .wipe-visual::after {
    width: 150%;
    height: 5.2rem;
    left: -25%;
    bottom: -4.2rem;
  }

  .wipe-hand-slot {
    display: none;
  }


  .wipe-left-overlay {
    width: 44%;
    height: 100%;
  }

  .wipe-sweep {
    width: 100%;
  }

  .wipe-tool-shape {
    width: 7rem;
    height: 8.4rem;
    bottom: 3.7rem;
  }

  .wipe-tool-head {
    width: 6rem;
    height: 1.1rem;
  }

  .wipe-tool-stick {
    left: 2.45rem;
    height: 6.2rem;
  }

  .wipe-sponge-shape {
    width: 4.8rem;
    height: 3.1rem;
    bottom: 1.6rem;
  }

  .brand-mark {
    max-width: 10.8rem;
  }

  .brand-logo {
    height: 3rem;
  }

  .section-space {
    padding: 3.2rem 0;
  }

  .wipe-section {
    margin-top: -5.2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wipe-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .wipe-cards {
    gap: 0;
  }

  .wipe-card {
    border-radius: 0;
    padding: 1.25rem 1.1rem 5.8rem;
    min-height: 12.4rem;
  }

  .wipe-card h3 {
    font-size: 1.7rem;
    margin-bottom: 0.4rem;
  }

  .wipe-card p {
    font-size: 0.98rem;
    line-height: 1.35;
    margin-bottom: 0.62rem;
  }

  .wipe-card-icon {
    right: 1.1rem;
    bottom: 6rem;
    width: 7rem;
    height: 5.6rem;
  }

  .wipe-card-icon img {
    width: 4.15rem;
    height: 4.15rem;
  }

  .wipe-accent {
    width: 5.35rem;
    height: 1rem;
    bottom: 1.55rem;
  }

  .wipe-accent::after {
    width: 5.15rem;
    height: 0.95rem;
    top: 0.66rem;
  }

  .trust-section {
    padding-top: 3.4rem;
  }

  .trust-inner {
    padding-top: 1.8rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .trust-title {
    margin-bottom: 1.35rem;
  }

  .pre-about-image {
    margin-top: -4.2rem;
    margin-bottom: -4.2rem;
    height: 420px;
    clip-path: polygon(
      0% 12%,
      8% 8.2%,
      16% 5.2%,
      26% 2.7%,
      38% 1.1%,
      50% 0%,
      62% 1.1%,
      74% 2.7%,
      84% 5.2%,
      92% 8.2%,
      100% 12%,
      100% 88%,
      92% 91.8%,
      84% 94.8%,
      74% 97.3%,
      62% 98.9%,
      50% 100%,
      38% 98.9%,
      26% 97.3%,
      16% 94.8%,
      8% 91.8%,
      0% 88%
    );
  }
}

@media (max-width: 575px) {
  .hero-main {
    padding-bottom: 0.7rem !important;
  }

  .hero-image-card {
    min-height: clamp(200px, 33vh, 280px);
  }

  .hero-nav .container {
    padding: 0.62rem 0.65rem;
  }

  .country-trigger {
    padding: 0.38rem 0.55rem;
    font-size: 0.82rem;
  }

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

  .trust-section {
    padding-top: 3.2rem;
  }

  .trust-inner {
    padding-top: 1.4rem;
  }

  .trust-cards {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: auto;
  }

  .trust-team-image {
    height: 18rem;
  }

  .brand-footer-inner {
    grid-template-columns: 1fr;
  }

  .section-space {
    padding: 2.8rem 0;
  }

  .wipe-section {
    margin-top: -5.8rem;
  }

  .wipe-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .wipe-card {
    border-radius: 0;
    min-height: 10.9rem;
    padding: 0.85rem 0.82rem 4.8rem;
  }

  .wipe-card h3 {
    font-size: 1.45rem;
    margin-bottom: 0.32rem;
  }

  .wipe-card p {
    font-size: 0.9rem;
    line-height: 1.28;
    margin-bottom: 0.5rem;
  }

  .wipe-card-icon {
    right: 0.95rem;
    bottom: 4.65rem;
    width: 5.8rem;
    height: 4.7rem;
  }

  .wipe-card-icon img {
    width: 3.7rem;
    height: 3.7rem;
  }

  .wipe-accent {
    width: 4.75rem;
    height: 0.9rem;
    bottom: 1.2rem;
  }

  .wipe-accent::after {
    width: 4.55rem;
    height: 0.86rem;
    top: 0.58rem;
  }

  .pre-about-image {
    margin-top: -3.2rem;
    margin-bottom: 0;
    height: 400px;
    clip-path: none;
    border-radius: 0;
  }
}

.service-detail-body {
  background: #f4f8fd;
}

.service-detail-main {
  padding: 3.2rem 0 4rem;
}

.service-detail-hero {
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32, 62, 128, 0.12);
}

.service-detail-copy {
  padding: 2rem 2rem 2.1rem;
}

.service-detail-copy .eyebrow {
  margin-bottom: 0.7rem;
}

.service-detail-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  color: var(--midnight-shine);
  margin-bottom: 0.8rem;
  font-weight: 800;
}

.service-detail-subtitle {
  color: #365786;
  margin: 0;
  font-size: 1.05rem;
}

.service-detail-visual {
  min-height: 100%;
  height: 100%;
}

.service-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  display: block;
}

.service-detail-grid {
  margin-top: 1.2rem;
}

.detail-block {
  height: 100%;
  border-radius: 1.15rem;
  border: 1px solid #d9e4f5;
  background: #fff;
  padding: 1.1rem 1.1rem 1.15rem;
  box-shadow: 0 10px 22px rgba(32, 62, 128, 0.08);
}

.detail-block h3 {
  margin-bottom: 0.55rem;
  color: var(--midnight-shine);
  font-size: 1.28rem;
  font-weight: 800;
}

.detail-list {
  padding-left: 1.05rem;
  margin: 0;
  color: #365786;
}

.detail-list li + li {
  margin-top: 0.34rem;
}

.service-detail-cta {
  margin-top: 1.5rem;
  border-radius: 1.35rem;
  padding: 1.6rem 1.5rem;
  background: linear-gradient(130deg, var(--midnight-shine), #2f61b5);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.service-detail-cta h3 {
  margin: 0 0 0.25rem;
  font-size: 1.45rem;
}

.service-detail-cta p {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.service-detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.service-card-link {
  margin-top: 0.85rem;
  border-radius: 999px;
  border: 2px solid #67aef2;
  color: var(--midnight-shine);
  background: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.42rem 0.82rem;
}

.service-card-link:hover {
  background: #eaf3fe;
  color: var(--midnight-shine);
}

@media (max-width: 991px) {
  .service-detail-main {
    padding: 2.6rem 0 3rem;
  }

  .service-detail-copy {
    padding: 1.35rem 1.25rem 1.4rem;
  }

  .service-detail-visual img {
    min-height: 16rem;
  }
}

.service-page .hero-wrap {
  min-height: 90vh;
}

.service-page .hero-wrap::before {
  background-size: cover;
  background-position: center center;
}

.service-page .hero-wrap::after {
  background: linear-gradient(
    90deg,
    rgba(245, 247, 250, 0.96) 0%,
    rgba(245, 247, 250, 0.93) 40%,
    rgba(245, 247, 250, 0.62) 62%,
    rgba(245, 247, 250, 0.12) 80%,
    rgba(245, 247, 250, 0) 100%
  );
}

.service-office-page .hero-wrap::before {
  background-image: url("assets/local-service-1-opt.jpg");
}

.service-floor-page .hero-wrap::before {
  background-image: url("assets/local-service-2-opt.jpg");
}

.service-window-page .hero-wrap::before {
  background-image: url("assets/local-hero-opt.jpg");
}

.service-deep-page .hero-wrap::before {
  background-image: url("trust.png");
}

.service-janitorial-page .hero-wrap::before {
  background-image: url("assets/local-service-3-opt.jpg");
}

.service-disinfection-page .hero-wrap::before {
  background-image: url("assets/local-service-4-opt.jpg");
}

.service-restroom-page .hero-wrap::before {
  background-image: url("assets/local-service-1-opt.jpg");
}

.service-postconstruction-page .hero-wrap::before {
  background-image: url("assets/local-service-2-opt.jpg");
}

.service-detail-sections {
  background: #f4f8fd;
}

.service-detail-block {
  border-radius: 1.3rem;
  border: 1px solid #dbe6f7;
  background: #fff;
  padding: 1.25rem 1.2rem;
  box-shadow: 0 10px 22px rgba(32, 62, 128, 0.08);
  height: 100%;
}

.service-detail-block h3 {
  color: var(--midnight-shine);
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.service-detail-block p {
  color: #365786;
  margin: 0;
}

.service-detail-list {
  margin: 0;
  padding-left: 1.05rem;
  color: #365786;
}

.service-detail-list li + li {
  margin-top: 0.36rem;
}

.service-process-band {
  padding: 2.7rem 0;
  background: linear-gradient(130deg, var(--midnight-shine), #315fb2);
  color: #fff;
}

.service-process-band h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  font-weight: 800;
  margin-bottom: 1.2rem;
}

.process-step {
  border: 1px solid rgba(103, 174, 242, 0.6);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem 0.95rem;
  height: 100%;
}

.process-step h4 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--golden-hour);
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.97rem;
}

.service-planning-section {
  padding: 2.5rem 0 2.2rem;
  background: #f8fbff;
}

.service-planning-section h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  color: var(--midnight-shine);
  margin-bottom: 0.55rem;
}

.service-planning-section > .container > p {
  color: #456591;
  margin-bottom: 0.95rem;
}

.planning-card {
  border-radius: 1rem;
  border: 1px solid #d4e3f9;
  background: #fff;
  box-shadow: 0 8px 18px rgba(32, 62, 128, 0.08);
  padding: 0.95rem 0.9rem;
  height: 100%;
}

.planning-card h4 {
  margin: 0 0 0.35rem;
  color: var(--midnight-shine);
  font-weight: 800;
  font-size: 1rem;
}

.planning-card p {
  margin: 0;
  color: #456591;
  font-size: 0.95rem;
}

.service-cta-strip {
  padding: 0 0 2.8rem;
  background: #f8fbff;
}

.service-cta-strip-inner {
  border-radius: 1.3rem;
  padding: 1.2rem 1.1rem;
  background: linear-gradient(122deg, #203e80 0%, #3575c6 100%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.95rem;
}

.service-cta-strip-inner h3 {
  margin: 0 0 0.2rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.service-cta-strip-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.service-cta-actions .btn-outline-brand {
  color: #fff;
  border-color: #d9e8ff;
  background: transparent;
}

.service-cta-actions .btn-outline-brand:hover {
  color: var(--midnight-shine);
  background: #fff;
  border-color: #fff;
}

.service-cta-strip-alt .service-cta-strip-inner {
  background: linear-gradient(122deg, #2a5fb0 0%, #429af1 100%);
}

.service-content-section {
  padding: 2.6rem 0;
  background: #ffffff;
}

.service-content-card {
  border: 1px solid #dbe6f7;
  border-radius: 1.2rem;
  background: #fff;
  padding: 1.2rem 1.1rem;
  box-shadow: 0 10px 22px rgba(32, 62, 128, 0.08);
  height: 100%;
}

.service-content-card h3 {
  color: var(--midnight-shine);
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 0.42rem;
}

.service-content-card p {
  margin: 0;
  color: #3f628f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-content-image {
  width: 100%;
  border-radius: 1.2rem;
  object-fit: cover;
  min-height: 18rem;
  box-shadow: 0 10px 24px rgba(32, 62, 128, 0.12);
}

.service-faq-section {
  padding: 2.4rem 0;
  background: #f4f8fd;
}

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

.faq-item {
  border: 1px solid #d7e5fa;
  border-radius: 1rem;
  background: #fff;
  padding: 0.8rem 0.95rem;
}

.faq-item summary {
  font-weight: 700;
  color: var(--midnight-shine);
  cursor: pointer;
}

.faq-item p {
  margin: 0.55rem 0 0;
  color: #3f628f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-reviews-section {
  padding: 2.5rem 0 3rem;
  background: #ffffff;
}

.review-card {
  border: 1px solid #d9e5f8;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 20px rgba(32, 62, 128, 0.08);
  padding: 1rem;
  height: 100%;
}

.review-stars {
  color: #fbc336;
  letter-spacing: 0.08rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
  display: inline-block;
}

.review-name {
  margin: 0;
  color: var(--midnight-shine);
  font-weight: 800;
}

.review-role {
  margin: 0 0 0.46rem;
  color: #5d79a2;
  font-size: 0.9rem;
}

.review-text {
  margin: 0;
  color: #3f628f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.homepage-cta-psych {
  padding: 2.6rem 0;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.psych-cta-card {
  height: 100%;
  border-radius: 1.2rem;
  border: 1px solid #d8e5f8;
  background: #fff;
  box-shadow: 0 10px 24px rgba(32, 62, 128, 0.08);
  padding: 1.1rem 1rem;
}

.psych-cta-card h3 {
  color: var(--midnight-shine);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.psych-cta-card p {
  color: #486996;
  margin-bottom: 0.75rem;
}

.psych-cta-risk {
  border-top: 4px solid var(--midnight-shine);
}

.psych-cta-proof {
  border-top: 4px solid var(--crystal-blue);
}

.psych-cta-ease {
  border-top: 4px solid var(--golden-hour);
}

.homepage-faq {
  padding: 2.5rem 0;
  background: #ffffff;
}

.homepage-reviews {
  padding: 2.5rem 0 3rem;
  background: #f7fbff;
}

.pre-services-cta {
  padding: 2.1rem 0;
  background: #f4f8fd;
}

.pre-services-cta-inner {
  border-radius: 1.2rem;
  background: linear-gradient(120deg, var(--midnight-shine), #2f63b5);
  color: #fff;
  padding: 1.1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.pre-services-cta-inner h3 {
  margin: 0 0 0.2rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.pre-services-cta-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.quote-header {
  background: #f5f9ff;
}

.quote-form-section {
  padding: 2.2rem 0 3.2rem;
  background: #f8fafc;
}

.thank-you-section {
  padding: 2.4rem 0 3.6rem;
  background:
    radial-gradient(circle at 14% 18%, rgba(31, 70, 135, 0.15) 0%, rgba(31, 70, 135, 0) 36%),
    radial-gradient(circle at 88% 8%, rgba(223, 183, 114, 0.2) 0%, rgba(223, 183, 114, 0) 32%),
    #f8fafc;
}

.thank-you-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.6rem;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  padding: 1.6rem 1.25rem;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.thank-you-icon {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 0.75rem;
  background: linear-gradient(145deg, #1f4687, #3b6ec0);
  color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 10px 20px rgba(31, 70, 135, 0.25);
}

.thank-you-card h1 {
  color: var(--midnight-shine);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 0.4rem;
}

.thank-you-card p {
  color: #3f628f;
  margin-bottom: 1rem;
}

.thank-you-lead {
  max-width: 38rem;
  margin: 0 auto 1rem;
}

.thank-you-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.thank-you-highlights span {
  border: 1px solid #d6e0ee;
  background: #f7fafe;
  color: #1f3f70;
  border-radius: 999px;
  padding: 0.32rem 0.75rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.thank-you-next {
  border: 1px solid #dbe5f1;
  border-radius: 1rem;
  background: #fbfdff;
  padding: 0.9rem 0.8rem;
  margin-bottom: 1rem;
}

.thank-you-next h2 {
  color: var(--midnight-shine);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin-bottom: 0.8rem;
}

.thank-you-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.thank-you-step {
  border: 1px solid #e4ecf7;
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 0.7rem 0.65rem;
  text-align: left;
}

.thank-you-step h3 {
  color: var(--midnight-shine);
  font-size: 0.95rem;
  margin: 0 0 0.25rem;
}

.thank-you-step p {
  margin: 0;
  color: #4f6f9a;
  font-size: 0.87rem;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.quote-intro {
  max-width: 42rem;
  margin: 0 auto 1rem;
  text-align: center;
}

.quote-intro h1 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.08;
  color: var(--midnight-shine);
  margin-bottom: 0.45rem;
}

.quote-intro p {
  color: #3f628f;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quote-form-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  padding: 1.35rem 1.2rem;
  max-width: 52rem;
  margin: 0 auto;
  position: relative;
}

.quote-form-card .form-label {
  color: var(--midnight-shine);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.quote-form-card .form-control {
  border: 1px solid #d1d5db;
  border-radius: 0.8rem;
  min-height: 2.9rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 2.5rem;
}

.quote-form-card .form-control:focus {
  border-color: #94a3b8;
  box-shadow: 0 0 0 0.2rem rgba(148, 163, 184, 0.16);
  background: #ffffff;
}

.quote-form-card textarea.form-control {
  min-height: 7rem;
}

.quote-form-card .btn-accent {
  position: relative;
  z-index: 1;
  min-height: 2.9rem;
}

.quote-note {
  margin: 0;
  color: #4f6f9a;
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
}

.quote-date-preview {
  display: inline-block;
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.86rem;
}

.input-with-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--midnight-shine);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  z-index: 2;
}

.textarea-wrap .input-icon {
  top: 1.05rem;
  transform: none;
}

@media (max-width: 991px) {
  .thank-you-steps {
    grid-template-columns: 1fr;
  }

  .thank-you-step {
    text-align: center;
  }

  .service-content-card p {
    -webkit-line-clamp: 2;
  }

  .faq-item p {
    -webkit-line-clamp: 2;
  }

  .review-text {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 991px) {
  .service-page .hero-wrap {
    min-height: auto;
  }

  .service-page .hero-main {
    padding-bottom: 2rem !important;
  }
}
