.ccs-cleaning,
.ccs-cleaning * {
  box-sizing: border-box;
}

.ccs-cleaning {
  width: 100%;
  overflow: hidden;
  color: #191c1e;
  background: #f7f9fb;
}

.ccs-cleaning-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--ccs-container);
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}

.ccs-cleaning h1,
.ccs-cleaning h2,
.ccs-cleaning h3,
.ccs-cleaning p {
  margin-top: 0;
}

.ccs-cleaning h1,
.ccs-cleaning h2,
.ccs-cleaning h3 {
  font-family: "Montserrat", Arial, sans-serif;
}

.ccs-cleaning svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ccs-cleaning-hero {
  position: relative;
  min-height: 370px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e0e3e5;
  background: #f2f4f6;
}

.ccs-cleaning-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background:
    linear-gradient(30deg, transparent 48%, rgba(161, 87, 29, 0.08) 49%, rgba(161, 87, 29, 0.08) 51%, transparent 52%) 0 0 / 110px 190px,
    linear-gradient(150deg, transparent 48%, rgba(15, 23, 42, 0.055) 49%, rgba(15, 23, 42, 0.055) 51%, transparent 52%) 0 0 / 110px 190px;
}

.ccs-cleaning-hero::after {
  position: absolute;
  right: 50%;
  bottom: 8px;
  width: 900px;
  max-width: 90vw;
  content: "CIVIC SECURITY SERVICES";
  transform: translateX(50%);
  color: rgba(15, 23, 42, 0.035);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(28px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.ccs-cleaning-hero-content {
  padding-top: 72px;
  padding-bottom: 86px;
  text-align: center;
}

.ccs-cleaning-hero-content > span {
  display: block;
  margin-bottom: 18px;
  color: var(--ccs-amber);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ccs-cleaning-hero h1 {
  margin-bottom: 22px;
  color: var(--ccs-navy);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.ccs-cleaning-hero p {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5d626b;
  font-size: 18px;
  line-height: 29px;
}

.ccs-cleaning-services {
  padding: 96px 0;
  background: #f7f9fb;
}

.ccs-cleaning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ccs-cleaning-card {
  position: relative;
  min-height: 268px;
  padding: 34px 30px 30px;
  border-top: 4px solid var(--ccs-amber);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ccs-cleaning-card:last-child {
  grid-column: 2;
}

.ccs-cleaning-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 34px rgba(15, 23, 42, 0.11);
}

.ccs-cleaning-info {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(161, 87, 29, 0.25);
  border-radius: 50%;
  color: var(--ccs-amber);
  background: #f8f1ec;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ccs-cleaning-info:hover,
.ccs-cleaning-info:focus-visible {
  color: #fff;
  background: var(--ccs-amber);
  transform: scale(1.07);
  outline: none;
}

.ccs-cleaning-info:focus-visible {
  box-shadow: 0 0 0 3px rgba(161, 87, 29, 0.24);
}

.ccs-cleaning-info svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.ccs-cleaning-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 11px;
  color: var(--ccs-amber);
  background: #f8f1ec;
}

.ccs-cleaning-icon svg {
  width: 25px;
  height: 25px;
}

.ccs-cleaning-card h2 {
  margin-bottom: 13px;
  color: var(--ccs-navy);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.ccs-cleaning-card p {
  margin-bottom: 0;
  color: #5d626b;
  font-size: 15px;
  line-height: 24px;
}

.ccs-cleaning-cta {
  padding: 88px 0;
  color: #fff;
  background: var(--ccs-navy);
  text-align: center;
}

.ccs-cleaning-cta h2 {
  margin-bottom: 17px;
  color: #fff;
  font-size: clamp(29px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.25;
}

.ccs-cleaning-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 27px;
}

.ccs-cleaning-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 29px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--ccs-amber);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.ccs-cleaning-button:hover,
.ccs-cleaning-button:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.12);
}

body.ccs-cleaning-dialog-open {
  overflow: hidden;
}

.ccs-cleaning-dialog {
  width: min(700px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 10px;
  color: #191c1e;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.ccs-cleaning-dialog::backdrop {
  background: rgba(8, 15, 29, 0.78);
  backdrop-filter: blur(4px);
}

.ccs-cleaning-dialog[open] {
  display: block;
}

.ccs-cleaning-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  color: #fff;
  background: var(--ccs-navy);
}

.ccs-cleaning-dialog-header span {
  display: block;
  margin-bottom: 6px;
  color: var(--ccs-amber);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ccs-cleaning-dialog-header h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
}

.ccs-cleaning-dialog-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.ccs-cleaning-dialog-close:hover,
.ccs-cleaning-dialog-close:focus-visible {
  border-color: var(--ccs-amber);
  color: var(--ccs-amber);
  outline: none;
}

.ccs-cleaning-dialog-body {
  padding: 30px 32px 34px;
}

.ccs-cleaning-dialog-body > p {
  margin-bottom: 24px;
  color: #555b64;
  font-size: 16px;
  line-height: 27px;
}

.ccs-cleaning-inclusions {
  margin-bottom: 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--ccs-amber);
  border-radius: 5px;
  background: #f2f4f6;
}

.ccs-cleaning-inclusions h3 {
  margin-bottom: 13px;
  color: var(--ccs-navy);
  font-size: 17px;
}

.ccs-cleaning-inclusions ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccs-cleaning-inclusions li {
  position: relative;
  padding-left: 20px;
  color: #565c64;
  font-size: 13px;
  line-height: 20px;
}

.ccs-cleaning-inclusions li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--ccs-amber);
}

@media (max-width: 900px) {
  .ccs-cleaning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccs-cleaning-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .ccs-cleaning-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ccs-cleaning-hero {
    min-height: 390px;
  }

  .ccs-cleaning-hero-content {
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .ccs-cleaning-hero p {
    font-size: 16px;
    line-height: 26px;
  }

  .ccs-cleaning-services {
    padding: 64px 0;
  }

  .ccs-cleaning-grid {
    grid-template-columns: 1fr;
  }

  .ccs-cleaning-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .ccs-cleaning-cta {
    padding: 68px 0;
  }

  .ccs-cleaning-dialog-header,
  .ccs-cleaning-dialog-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ccs-cleaning-dialog-header h2 {
    font-size: 23px;
  }

  .ccs-cleaning-inclusions {
    padding: 18px;
  }

  .ccs-cleaning-inclusions ul {
    grid-template-columns: 1fr;
  }

  .ccs-cleaning-dialog-body .ccs-cleaning-button {
    width: 100%;
  }
}
