/* Security Guard Services image composition */
.service-detail-page {
  --service-hero-position: center center;
  --service-hero-position-tablet: 52% center;
  --service-hero-position-mobile: 45% center;
}

.service-detail-page .service-hero h1 {
  font-size: clamp(1.7rem, 3.4vw, 3.15rem);
}

@media (max-width: 700px) {
  .service-detail-page .service-hero h1 {
    font-size: clamp(1.5rem, 7.5vw, 2.35rem);
  }
}

@media (max-width: 600px) {
  .service-detail-page .service-hero h1 {
    font-size: clamp(1.375rem, 6.5vw, 1.825rem);
  }
}

@media (max-width: 430px) {
  .service-detail-page .service-hero h1 {
    font-size: clamp(1.325rem, 6.5vw, 1.625rem);
  }
}

/* Security Guard Services page content */
.guard-trust__inner,
.guard-overview__inner,
.guard-responsibilities__inner,
.guard-process__inner,
.guard-reporting__inner,
.guard-industries__inner,
.guard-officer-choice__inner,
.guard-faq__inner,
.guard-closing__inner {
  width: calc(100% - (2 * var(--page-gutter)));
  max-width: var(--content-width);
  margin-inline: auto;
}

.guard-section-header {
  max-width: 900px;
  margin: 0 auto clamp(3.25rem, 5vw, 4.75rem);
  text-align: center;
}

.guard-section-header h2,
.guard-overview h2,
.guard-reporting h2,
.guard-faq h2,
.guard-closing h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(2.4rem, 4.3vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.guard-section-header p {
  max-width: 820px;
  margin: 1.25rem auto 0;
  color: rgba(16, 24, 39, 0.74);
  font-size: clamp(1.03rem, 1.4vw, 1.15rem);
  line-height: 1.68;
}

.guard-section-header--light h2 {
  color: var(--color-white);
}

.guard-section-header--light p {
  color: rgba(255, 255, 255, 0.74);
}

.guard-trust {
  color: #071126;
  background: var(--color-white);
  border-bottom: 1px solid rgba(7, 17, 38, 0.1);
}

.guard-trust__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: 1.65rem;
}

.guard-trust__item {
  position: relative;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.guard-trust__item + .guard-trust__item::before {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 0;
  width: 1px;
  background: rgba(7, 17, 38, 0.13);
  content: "";
}

.guard-trust__icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #067eaa;
}

.guard-trust__icon svg,
.guard-duty-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guard-overview {
  display: flex;
  min-height: 570px;
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  color: #101827;
  background: var(--color-white);
}

.guard-overview__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guard-overview__content {
  max-width: 860px;
  text-align: center;
}

.guard-overview h2 {
  color: #071126;
  font-size: clamp(2.25rem, 4vw, 3.45rem);
}

.guard-overview__content > p,
.guard-reporting__content > p {
  margin: 1.35rem 0 0;
  color: rgba(16, 24, 39, 0.75);
  font-size: clamp(1.02rem, 1.25vw, 1.1rem);
  line-height: 1.72;
}

.guard-overview__content > p {
  margin-top: 1rem;
  color: rgba(16, 24, 39, 0.78);
  font-size: clamp(1rem, 1.15vw, 1.07rem);
  line-height: 1.62;
}

.guard-overview .guard-checklist {
  gap: 0.65rem 1.25rem;
  max-width: 720px;
  margin: 1.5rem auto 0;
  text-align: left;
}

.guard-overview .guard-checklist li {
  color: rgba(16, 24, 39, 0.84);
  font-size: 0.94rem;
}

.guard-overview .guard-checklist li::before {
  color: #067eaa;
}

.guard-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.guard-checklist li {
  position: relative;
  padding-left: 1.65rem;
  color: rgba(16, 24, 39, 0.82);
  font-size: 0.98rem;
  line-height: 1.5;
}

.guard-checklist li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  color: #067eaa;
  font-size: 1.05rem;
  font-weight: 700;
  content: "\2713";
}

.guard-responsibilities {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  color: var(--color-white);
  background:
    linear-gradient(rgba(7, 13, 29, 0.88), rgba(7, 13, 29, 0.88)),
    url("/assets/images/CITIPRO-SECURITY-GUARDS-WALKING-CAMPUS-ON-FOOT.jpg") center center / cover no-repeat;
}

.guard-responsibilities .guard-section-header h2 {
  letter-spacing: 0.005em;
}

.guard-responsibilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.2vw, 1.8rem);
}

.guard-duty-card {
  position: relative;
  min-height: 305px;
  padding: clamp(2rem, 2.8vw, 2.5rem);
  color: #101827;
  background: #f7f8fa;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(1, 4, 12, 0.3);
}

.guard-duty-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: #075c94;
  background: rgba(5, 167, 223, 0.1);
  border-radius: 50%;
}

.guard-duty-card__icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.guard-duty-card h3 {
  margin: 1.4rem 0 0;
  color: #071126;
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
  font-weight: 700;
  line-height: 1.22;
  text-wrap: balance;
}

.guard-duty-card p {
  margin: 1rem 0 0;
  color: rgba(16, 24, 39, 0.74);
  font-size: 1rem;
  line-height: 1.65;
}

.guard-duty-card--reporting {
  border-color: rgba(5, 167, 223, 0.72);
  box-shadow: inset 0 4px 0 #05a7df, 0 18px 38px rgba(1, 4, 12, 0.32);
}

.guard-duty-card__eyebrow {
  position: absolute;
  top: 1.15rem;
  right: 1.25rem;
  color: #075c94;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.guard-process {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  color: #101827;
  background-color: var(--color-white);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    url("/assets/images/background-pattern-random.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.guard-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.guard-process__steps::before {
  position: absolute;
  top: 34px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: rgba(5, 167, 223, 0.42);
  content: "";
}

.guard-process__step {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.guard-process__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: #075c94;
  background: var(--color-white);
  border: 2px solid #05a7df;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.guard-process__step div {
  margin-top: 1.55rem;
}

.guard-process__step h3 {
  margin: 0;
  color: #071126;
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  font-weight: 700;
  line-height: 1.22;
  text-wrap: balance;
}

.guard-process__step p {
  margin: 1rem 0 0;
  color: rgba(16, 24, 39, 0.74);
  font-size: 1rem;
  line-height: 1.68;
}

.guard-reporting {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  color: #101827;
  background: #f3f5f7;
}

.guard-reporting__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.guard-reporting__content h3 {
  margin: 2rem 0 0;
  color: #071126;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.guard-reporting__deliverables {
  margin-top: 1.15rem;
}

.guard-reporting__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(7, 13, 29, 0.12);
}

.guard-reporting-cta {
  padding: 2.25rem 0;
  color: var(--color-white);
  background: #9b111e;
  border-top: 1px solid rgba(73, 198, 237, 0.3);
}

.guard-reporting-cta__inner {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - (2 * var(--page-gutter)));
  max-width: var(--content-width);
  margin-inline: auto;
}

.guard-reporting-cta__content h2 {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-wrap: balance;
}

.guard-reporting-cta__content p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.5;
}

.guard-reporting-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.85rem;
}

.guard-reporting-cta__actions .button {
  min-width: 205px;
  min-height: 52px;
  font-weight: 700;
}

.guard-reporting-cta__primary {
  color: #071126;
  background: var(--color-white);
  border-color: var(--color-white);
}

.guard-reporting-cta__primary:hover {
  color: #071126;
  background: #e9f7fc;
  border-color: #e9f7fc;
}

.guard-reporting-cta__secondary {
  color: var(--color-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.62);
}

.guard-reporting-cta__secondary:hover {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-white);
}

.guard-industries {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  color: var(--color-white);
  background: #075c94;
}

.guard-industries .guard-section-header h2 {
  color: var(--color-white);
  letter-spacing: 0.005em;
}

.guard-industries .guard-section-header p {
  color: rgba(255, 255, 255, 0.8);
}

.guard-industries__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

.guard-industry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 285px;
  padding: clamp(1.75rem, 3vw, 2.5rem) 1.25rem;
  background: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(2, 6, 17, 0.16);
  text-align: center;
  text-decoration: none;
}

.guard-industry__icon {
  width: 124px;
  height: auto;
}

.guard-industry h3 {
  margin: 1.5rem 0 0;
  padding: 0;
  color: #071126;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-transform: uppercase;
  text-wrap: balance;
}

@media (min-width: 701px) and (hover: hover) and (pointer: fine) {
  .guard-industries .guard-industry {
    transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  .guard-industries .guard-industry:hover {
    background-color: #eaf7fc;
    box-shadow: 0 20px 38px rgba(2, 6, 17, 0.22);
    transform: translateY(-7px);
  }
}

@media (min-width: 701px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce) {
  .guard-industries .guard-industry {
    transition: background-color 0.01ms linear, box-shadow 0.01ms linear;
  }

  .guard-industries .guard-industry:hover {
    transform: none;
  }
}

.guard-officer-choice {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  color: #101827;
  background: var(--color-white);
}

.guard-officer-choice__profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: 1180px;
  margin-inline: auto;
}

.guard-officer-choice__profile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #f7f8fa;
  border: 1px solid rgba(7, 17, 38, 0.1);
  border-radius: 12px;
}

.guard-officer-choice__image {
  width: 100%;
  height: auto;
  aspect-ratio: 19 / 24;
  object-fit: cover;
  object-position: center center;
  border-bottom: 1px solid rgba(7, 17, 38, 0.1);
}

.guard-officer-choice__content {
  flex: 1;
  min-width: 0;
  padding: clamp(2rem, 3.5vw, 3rem);
}

.guard-officer-choice__content h3 {
  margin: 0;
  color: #071126;
  font-size: clamp(1.65rem, 2.3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
}

.guard-officer-choice__content > p {
  margin: 1.15rem 0 0;
  color: rgba(16, 24, 39, 0.75);
  font-size: 1rem;
  line-height: 1.65;
}

.guard-officer-choice__content h4 {
  margin: 1.65rem 0 0;
  color: #071126;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.guard-officer-choice__content ul {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.guard-officer-choice__content li {
  position: relative;
  padding: 0.38rem 0 0.38rem 1.45rem;
  color: rgba(16, 24, 39, 0.8);
  font-size: 0.96rem;
  line-height: 1.45;
}

.guard-officer-choice__content li::before {
  position: absolute;
  top: 0.36rem;
  left: 0;
  color: #067eaa;
  font-weight: 700;
  content: "\2713";
}

.guard-officer-choice__content .guard-officer-choice__closing {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  color: rgba(16, 24, 39, 0.72);
  border-top: 1px solid rgba(7, 17, 38, 0.13);
  font-size: 0.94rem;
}

.guard-faq {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  color: #101827;
  background: var(--color-white);
}

.guard-faq__inner {
  max-width: 1080px;
}

.guard-faq__header {
  max-width: 820px;
  margin: 0 auto clamp(2.75rem, 5vw, 4rem);
  text-align: center;
}

.guard-faq__header p {
  max-width: 760px;
  margin: 1.25rem auto 0;
  color: rgba(16, 24, 39, 0.72);
  font-size: clamp(1.03rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}

.guard-faq__list {
  border-top: 1px solid rgba(7, 17, 38, 0.16);
}

.guard-faq__item {
  border-bottom: 1px solid rgba(7, 17, 38, 0.16);
}

.guard-faq__item h3 {
  margin: 0;
}

.guard-faq__trigger {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 1.55rem 0.25rem;
  color: #071126;
  background: transparent;
  border: 0;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color var(--transition);
}

.guard-faq__trigger:hover,
.guard-faq__trigger[aria-expanded="true"] {
  color: #075c94;
}

.guard-faq__indicator {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.guard-faq__answer {
  padding: 0 3.75rem 1.75rem 0.25rem;
}

.guard-faq__answer[hidden] {
  display: none;
}

.guard-faq__answer p {
  max-width: 900px;
  margin: 0;
  color: rgba(16, 24, 39, 0.76);
  font-size: 1.02rem;
  line-height: 1.7;
}

.guard-closing {
  padding: clamp(5rem, 7vw, 7rem) 0;
  color: var(--color-white);
  background-image:
    linear-gradient(135deg, rgba(7, 92, 148, 0.92) 0%, rgba(7, 17, 38, 0.92) 78%),
    url("/assets/images/CITIPRO-SECURITY-GUARD-AT-FAIR.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid rgba(73, 198, 237, 0.45);
}

.security-guard-page .site-footer {
  border-top: 0;
}

.guard-closing__inner {
  max-width: 980px;
  text-align: center;
}

.guard-closing h2 {
  color: var(--color-white);
}

.guard-closing__inner > p:not(.guard-closing__reassurance) {
  max-width: 780px;
  margin: 1.35rem auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.guard-closing__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 520px);
  margin: 2rem auto 0;
}

.guard-closing__actions .button {
  min-width: 235px;
  min-height: 58px;
  font-weight: 700;
}

.guard-closing__primary {
  color: #071126;
  background: var(--color-white);
  border-color: var(--color-white);
}

.guard-closing__primary:hover {
  color: #071126;
  background: #e9f7fc;
  border-color: #e9f7fc;
}

.guard-closing__secondary {
  color: var(--color-white);
  background: rgba(2, 6, 17, 0.34);
  border-color: rgba(255, 255, 255, 0.68);
}

.guard-closing__secondary:hover {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-white);
}

.guard-closing__reassurance {
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .guard-responsibilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guard-duty-card {
    min-height: 0;
  }

  .guard-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(7, 17, 38, 0.12);
    border-left: 1px solid rgba(7, 17, 38, 0.12);
  }

  .guard-process__steps::before {
    display: none;
  }

  .guard-process__step {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    border-right: 1px solid rgba(7, 17, 38, 0.12);
    border-bottom: 1px solid rgba(7, 17, 38, 0.12);
    text-align: left;
  }

  .guard-process__step div {
    margin-top: 0;
  }

}

@media (max-width: 960px) {
  .guard-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guard-overview__inner,
  .guard-reporting__inner {
    gap: 2.5rem;
  }

  .guard-officer-choice__profiles {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .guard-officer-choice__profile {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .guard-overview {
    min-height: 0;
  }

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

  .guard-trust__item:nth-child(3)::before {
    display: none;
  }

  .guard-trust__item:nth-child(n + 3) {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(7, 17, 38, 0.1);
  }

  .guard-overview__inner,
  .guard-reporting__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .guard-overview__content {
    order: -1;
  }

  .guard-reporting-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .guard-section-header h2,
  .guard-overview h2,
  .guard-reporting h2,
  .guard-faq h2,
  .guard-closing h2 {
    font-size: 2.2rem;
  }

  .guard-closing__actions {
    grid-template-columns: 1fr;
    width: min(100%, 260px);
  }

  .guard-overview,
  .guard-responsibilities,
  .guard-process,
  .guard-reporting,
  .guard-industries,
  .guard-officer-choice,
  .guard-faq {
    padding-block: 4.75rem;
  }

  .guard-section-header {
    margin-bottom: 2.75rem;
  }

  .guard-responsibilities__grid,
  .guard-officer-choice__profiles {
    grid-template-columns: 1fr;
  }

  .guard-process__steps {
    display: block;
    border: 0;
  }

  .guard-process__steps::before {
    top: 34px;
    bottom: 34px;
    left: 33px;
    display: block;
    width: 1px;
    height: auto;
  }

  .guard-process__step {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 1.35rem;
    padding: 0 0 3rem;
    border: 0;
  }

  .guard-process__step:last-child {
    padding-bottom: 0;
  }

  .guard-process__number {
    position: relative;
  }

  .guard-faq__header {
    margin-bottom: 2.5rem;
  }

  .guard-faq__trigger {
    gap: 1rem;
    min-height: 68px;
    padding-block: 1.35rem;
    font-size: 1.1rem;
  }

  .guard-faq__answer {
    padding: 0 2.5rem 1.5rem 0;
  }

  .guard-faq__answer p {
    font-size: 1rem;
  }
}

@media (max-width: 430px) {
  .guard-section-header h2,
  .guard-overview h2,
  .guard-reporting h2,
  .guard-faq h2,
  .guard-closing h2 {
    font-size: 2rem;
  }

  .guard-trust__inner {
    padding-block: 1.25rem;
  }

  .guard-trust__item {
    gap: 0.5rem;
    padding-inline: 0.45rem;
    font-size: 0.88rem;
  }

  .guard-trust__icon {
    flex-basis: 29px;
    width: 29px;
    height: 29px;
  }

  .guard-checklist,
  .guard-reporting__deliverables {
    grid-template-columns: 1fr;
  }

  .guard-industries__grid {
    gap: 0.85rem;
  }

  .guard-industry {
    min-height: 210px;
    padding: 1.35rem 0.7rem;
  }

  .guard-industry__icon {
    width: 88px;
  }

  .guard-industry h3 {
    margin-top: 1rem;
    font-size: 0.84rem;
  }

  .guard-duty-card {
    padding: 1.75rem 1.25rem;
  }

  .guard-process__step {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 1.1rem;
  }

  .guard-process__steps::before {
    left: 29px;
  }

  .guard-process__number {
    width: 60px;
    height: 60px;
    font-size: 1.05rem;
  }

  .guard-reporting-cta__actions {
    display: grid;
    width: 100%;
  }

  .guard-reporting-cta__actions .button {
    width: 100%;
    min-width: 0;
  }

  .guard-closing__actions .button {
    width: 100%;
    min-width: 0;
  }
}
