body {
  background: #fff6e4;
}

.inner-page-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 92px max(28px, calc((100% - 1340px) / 2));
  background:
    linear-gradient(90deg, rgba(4, 20, 39, 0.9) 0%, rgba(4, 20, 39, 0.62) 52%, rgba(4, 20, 39, 0.18) 100%),
    var(--hero-image) center / cover no-repeat,
    #07172c;
  color: #ffffff;
}

.inner-page-hero > div {
  width: min(850px, 100%);
}

.inner-page-hero h1 {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0;
}

.inner-page-hero p:not(.service-kicker) {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.page-content-band {
  width: 100%;
  padding: 86px 24px;
  background: #fff6e4;
}

.page-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 46px;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
}

.page-copy h2,
.service-detail-copy h2 {
  margin: 0 0 18px;
  color: #07172c;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(38px, 3.6vw, 58px);
  line-height: 1.06;
  font-weight: 400;
}

.page-copy p,
.service-detail-copy p {
  margin: 0 0 18px;
  color: #4e5961;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.page-image {
  width: 100%;
  min-height: 420px;
  border: 10px solid #ffffff;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 58px rgba(171, 112, 10, 0.14);
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #07172c;
  font-weight: 800;
}

.feature-list li::before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 14 4 4 8-9' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
    linear-gradient(135deg, #ffd600, #ff9800);
}

.about-story-section {
  padding: 82px 24px 76px;
  background:
    radial-gradient(circle at 6% 14%, rgba(255, 193, 4, 0.18) 0 58px, transparent 59px),
    radial-gradient(circle at 94% 80%, rgba(7, 23, 44, 0.07) 0 96px, transparent 97px),
    linear-gradient(180deg, #ffffff 0%, #fff8e9 100%);
}

.about-story-wrap {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 173, 22, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(7, 23, 44, 0.1);
}

.about-story-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 24px;
}

.about-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.about-story-wrap:hover .about-story-media img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.03);
}

.about-story-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 23, 44, 0.62) 100%);
  pointer-events: none;
}

.about-trust-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  min-width: 218px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 189, 33, 0.96), rgba(255, 153, 15, 0.96));
  color: #07172c;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.about-trust-card span,
.about-story-points span,
.about-stats-strip span,
.about-values-grid span {
  display: grid;
  place-items: center;
  color: #07172c;
}

.about-trust-card span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
}

.about-trust-card svg,
.about-story-points svg,
.about-stats-strip svg,
.about-values-grid svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-trust-card strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.about-trust-card small {
  color: rgba(7, 23, 44, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.about-story-copy h2,
.about-team-head h2,
.about-mission-head h2,
.about-mission-copy h2 {
  margin: 0 0 18px;
  color: #07172c;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

.about-story-copy h2 span {
  display: block;
}

.about-story-copy {
  position: relative;
  min-width: 0;
  padding: 42px 34px 42px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-story-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  bottom: 48px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd600, #ff990f);
}

.about-story-copy > p:not(.service-kicker),
.about-team-head > p,
.about-mission-copy p,
.about-story-points p,
.about-values-grid p {
  margin: 0;
  color: #58616b;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.about-story-copy > p:not(.service-kicker) + p:not(.service-kicker) {
  margin-top: 14px;
}

.about-story-points {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.about-story-points article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(7, 23, 44, 0.07);
  border-radius: 16px;
  background: linear-gradient(90deg, #ffffff 0%, #fffaf0 100%);
  box-shadow: 0 12px 28px rgba(7, 23, 44, 0.05);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.about-story-points article:hover {
  transform: translateX(8px);
  border-color: rgba(255, 173, 22, 0.35);
  box-shadow: 0 20px 42px rgba(255, 173, 22, 0.12);
}

.about-story-points span {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffe66f, #ffad16);
  box-shadow: 0 12px 24px rgba(255, 173, 22, 0.16);
}

.about-story-points h3,
.about-values-grid h3,
.about-team-grid h3 {
  margin: 0 0 5px;
  color: #07172c;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.about-small-link,
.about-team-head a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(255, 173, 22, 0.7);
  border-radius: 999px;
  color: #07172c;
  background: linear-gradient(90deg, #ffffff 0%, #fff4ce 100%);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(255, 173, 22, 0.12);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.about-small-link {
  margin-top: 24px;
}

.about-small-link:hover,
.about-team-head a:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, #ffbd21, #ff990f);
  box-shadow: 0 18px 34px rgba(255, 153, 0, 0.22);
}

.about-small-link span,
.about-team-head a span {
  color: #ff9f0f;
  font-weight: 900;
}

.about-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 34px max(24px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 173, 22, 0.18) 0 62px, transparent 63px),
    linear-gradient(135deg, #07172c 0%, #0b2744 58%, #12395d 100%);
  color: #ffffff;
}

.about-stats-strip article {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 16px;
  align-items: center;
  min-height: 116px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.about-stats-strip article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.16) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.about-stats-strip article:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 193, 4, 0.42);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.22);
}

.about-stats-strip article:hover::before {
  transform: translateX(120%);
}

.about-stats-strip span {
  position: relative;
  z-index: 1;
  grid-row: span 2;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 193, 4, 0.42);
  border-radius: 16px;
  color: #07172c;
  background: linear-gradient(135deg, #ffe56a, #ffad16);
  box-shadow: 0 12px 24px rgba(255, 173, 22, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.about-stats-strip article:hover span {
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 18px 30px rgba(255, 173, 22, 0.28);
}

.about-stats-strip strong {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.about-stats-strip p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.about-assurance-section {
  position: relative;
  padding: 86px max(24px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 90% 16%, rgba(255, 173, 22, 0.2) 0 94px, transparent 95px),
    linear-gradient(180deg, #fff8e9 0%, #ffffff 58%, #f6fbfd 100%);
  overflow: hidden;
}

.about-assurance-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.about-assurance-head h2 {
  margin: 0;
  color: #07172c;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.06;
  font-weight: 400;
}

.about-assurance-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) repeat(2, minmax(210px, 0.72fr));
  grid-auto-rows: minmax(128px, auto);
  gap: 18px;
}

.about-assurance-grid article {
  display: grid;
  position: relative;
  justify-items: start;
  align-content: center;
  gap: 14px;
  min-height: 128px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(7, 23, 44, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  box-shadow: 0 18px 42px rgba(7, 23, 44, 0.07);
  overflow: hidden;
}

.about-assurance-grid article::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -32px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(255, 173, 22, 0.1);
}

.about-assurance-grid .assurance-feature {
  grid-row: span 2;
  min-height: 274px;
  padding: 34px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 214, 0, 0.22) 0 84px, transparent 85px),
    linear-gradient(145deg, #07172c 0%, #0d2a46 100%);
  color: #ffffff;
  box-shadow: 0 26px 58px rgba(7, 23, 44, 0.2);
}

.about-assurance-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffd600, #ff9800);
  color: #07172c;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.about-assurance-grid strong {
  color: #07172c;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.about-assurance-grid p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

.about-assurance-grid .assurance-feature strong {
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.02;
  font-weight: 400;
}

.about-team-section {
  position: relative;
  padding: 86px 24px 96px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 193, 4, 0.16) 0 72px, transparent 73px),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 58%, #fff8e9 100%);
  overflow: hidden;
}

.about-team-head {
  display: block;
  width: min(1180px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.about-team-head .service-kicker {
  margin-bottom: 10px;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-team-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 173, 22, 0.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 23, 44, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-team-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 173, 22, 0.44);
  box-shadow: 0 30px 62px rgba(7, 23, 44, 0.14);
}

.about-team-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 62%;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 23, 44, 0.24) 100%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.about-team-grid article:hover::before {
  opacity: 1;
}

.about-team-grid img {
  display: block;
  width: 100%;
  height: 268px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.about-team-grid article:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.03);
}

.about-team-grid div {
  position: relative;
  z-index: 2;
  min-height: 106px;
  padding: 20px 20px 22px;
  background: #ffffff;
}

.about-team-grid p {
  margin: 0;
  color: #69727c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-mission-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  padding: 92px max(24px, calc((100% - 1200px) / 2));
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 214, 0, 0.18) 0 96px, transparent 97px),
    radial-gradient(circle at 88% 78%, rgba(49, 151, 218, 0.16) 0 130px, transparent 131px),
    linear-gradient(135deg, #f3fbff 0%, #fffaf0 52%, #ffffff 100%);
  align-items: center;
}

.about-mission-head {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0 auto 12px;
  text-align: center;
}

.about-mission-section::before,
.about-mission-section::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 173, 22, 0.16);
  pointer-events: none;
}

.about-mission-section::before {
  left: 34px;
  top: 44px;
  width: 70px;
  height: 70px;
  border-radius: 24px;
  transform: rotate(18deg);
}

.about-mission-section::after {
  right: 42px;
  bottom: 46px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.about-mission-copy {
  position: relative;
  z-index: 1;
  min-height: 250px;
  padding: 34px 30px 38px;
  border: 1px solid rgba(7, 23, 44, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  display: grid;
  align-content: center;
  text-align: center;
  box-shadow: 0 24px 58px rgba(7, 23, 44, 0.08);
}

.about-mission-copy::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 0;
  height: 5px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ffd600, #ff9f0f);
}

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

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

.about-values-grid article {
  min-height: 250px;
  padding: 28px 24px 26px;
  border: 1px solid rgba(7, 23, 44, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 46px rgba(7, 23, 44, 0.08);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.about-values-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 173, 22, 0.34);
  box-shadow: 0 30px 62px rgba(7, 23, 44, 0.12);
}

.about-values-grid span {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border: 8px solid #fff1bf;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffbd21, #ff990f);
  color: #07172c;
  box-shadow: 0 16px 34px rgba(255, 159, 15, 0.22);
}

.about-values-grid h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
}

.service-detail-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  width: min(1180px, calc(100% - 56px));
  margin: 86px auto;
  align-items: center;
}

.service-detail-section img {
  width: 100%;
  min-height: 420px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 58px rgba(171, 112, 10, 0.14);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbd21, #ff990f);
  color: #07172c;
  font-size: 14px;
  font-weight: 900;
}

.service-detail-extras {
  position: relative;
  overflow: hidden;
  padding: 78px 24px 86px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 214, 0, 0.18) 0 86px, transparent 87px),
    radial-gradient(circle at 92% 72%, rgba(7, 23, 44, 0.08) 0 120px, transparent 121px),
    linear-gradient(180deg, #ffffff 0%, #fff8e9 100%);
}

.service-extra-head {
  width: min(980px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.service-extra-head .service-kicker {
  margin-bottom: 12px;
}

.service-extra-head h2 {
  margin: 0;
  color: #07172c;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: 0;
}

.service-extra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.service-extra-grid article {
  min-height: 240px;
  padding: 30px 28px 28px;
  border: 1px solid rgba(255, 173, 22, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 48px rgba(171, 112, 10, 0.1);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.service-extra-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 173, 22, 0.5);
  box-shadow: 0 30px 62px rgba(171, 112, 10, 0.16);
}

.service-extra-grid span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border: 8px solid #fff1bf;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffbd21, #ff990f);
  color: #07172c;
  box-shadow: 0 16px 34px rgba(255, 159, 15, 0.22);
}

.service-extra-grid svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-extra-grid h3 {
  margin: 0 0 10px;
  color: #07172c;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.service-extra-grid p {
  margin: 0;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

.service-mini-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, 100%);
  margin: 34px auto 0;
  padding: 26px 30px;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(4, 20, 39, 0.94), rgba(7, 40, 71, 0.92)),
    #07172c;
  color: #ffffff;
  box-shadow: 0 26px 56px rgba(7, 23, 44, 0.18);
}

.service-mini-cta strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.08;
  font-weight: 400;
}

.service-mini-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 700;
}

.service-mini-cta a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbd21, #ff990f);
  color: #07172c;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.work-steps-section {
  position: relative;
  padding: 76px 24px 72px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 173, 22, 0.14) 0 48px, transparent 49px),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
  text-align: center;
  overflow: hidden;
}

.work-steps-section h2,
.work-benefits-section h2,
.work-detail-section h2 {
  margin: 0 auto 42px;
  color: #07172c;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.05;
  font-weight: 400;
}

.work-step-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 48px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.work-step-grid article {
  position: relative;
  min-height: 282px;
  padding: 34px 30px 32px;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 44, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 18px 44px rgba(7, 23, 44, 0.07);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.work-step-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #ffd600, #ff9f0f);
}

.work-step-grid article:hover,
.work-benefit-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 173, 22, 0.34);
  box-shadow: 0 28px 58px rgba(7, 23, 44, 0.11);
}

.work-step-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 82px;
  right: -50px;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 159, 15, 0.8), rgba(255, 159, 15, 0.08));
}

.work-step-grid article:not(:last-child) .work-step-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff9f0f;
  border-right: 2px solid #ff9f0f;
  transform: translateY(-50%) rotate(45deg);
}

.work-step-number {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 30px;
  border-radius: 8px;
  background: #07172c;
  color: #ffbd21;
  font-size: 12px;
  font-weight: 900;
  transform: none;
}

.work-step-icon,
.work-benefit-grid span {
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff7df;
  color: #07172c;
}

.work-step-icon {
  position: relative;
  width: 82px;
  height: 82px;
  margin-top: 18px;
  margin-bottom: 26px;
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 214, 0, 0.95), rgba(255, 159, 15, 0.88));
  color: #07172c;
  box-shadow: 0 16px 34px rgba(255, 159, 15, 0.2);
}

.work-step-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 2;
}

.work-step-grid h3,
.work-benefit-grid h3 {
  margin: 0 0 12px;
  color: #07172c;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.work-step-grid p,
.work-benefit-grid p {
  margin: 0 auto;
  color: #5a6470;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.work-benefits-section {
  padding: 82px 24px 88px;
  background:
    linear-gradient(120deg, rgba(7, 23, 44, 0.04) 0 1px, transparent 1px) 0 0 / 32px 32px,
    radial-gradient(circle at 92% 18%, rgba(255, 214, 0, 0.16) 0 72px, transparent 73px),
    linear-gradient(135deg, #f8fbfd 0%, #fff9eb 100%);
  text-align: center;
}

.work-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.work-benefit-grid article {
  --card-accent: #ff9f0f;
  --card-soft: #fff1d6;
  --card-border: rgba(255, 159, 15, 0.3);
  position: relative;
  min-height: 260px;
  padding: 28px 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 44, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    #ffffff;
  text-align: left;
  box-shadow: 0 18px 40px rgba(7, 23, 44, 0.07);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.work-benefit-grid article:nth-child(2) {
  --card-accent: #24a148;
  --card-soft: #e9f7ee;
  --card-border: rgba(36, 161, 72, 0.28);
}

.work-benefit-grid article:nth-child(3) {
  --card-accent: #1e7be8;
  --card-soft: #eaf3ff;
  --card-border: rgba(30, 123, 232, 0.28);
}

.work-benefit-grid article:nth-child(4) {
  --card-accent: #07172c;
  --card-soft: #edf1f5;
  --card-border: rgba(7, 23, 44, 0.22);
}

.work-benefit-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--card-accent);
}

.work-benefit-grid article::after {
  content: "0" counter(workBenefit);
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: rgba(7, 23, 44, 0.045);
  font-size: 68px;
  line-height: 1;
  font-weight: 900;
}

.work-benefit-grid {
  counter-reset: workBenefit;
}

.work-benefit-grid article {
  counter-increment: workBenefit;
}

.work-benefit-grid span {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  margin: 0 0 26px;
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--card-soft), #ffffff);
  color: #07172c;
  box-shadow: inset 0 0 0 1px var(--card-border);
}

.work-benefit-grid svg {
  width: 31px;
  height: 31px;
  stroke-width: 2.2;
}

.work-benefit-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 220px;
  margin-bottom: 14px;
  font-size: 21px;
}

.work-benefit-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 240px;
  color: #53606b;
  font-size: 14px;
  line-height: 1.65;
}

.work-benefit-grid article:hover {
  border-color: var(--card-border);
}

.work-benefit-grid article:hover span {
  background: var(--card-accent);
  color: #ffffff;
}

.work-detail-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.92fr) minmax(420px, 1.08fr);
  gap: 64px;
  align-items: center;
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 88px 0;
}

.work-detail-section::before {
  content: "";
  position: absolute;
  inset: 48px -34px 48px 42%;
  z-index: -1;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 214, 0, 0.1) 0 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(135deg, #fffaf0, #f4fbff);
}

.work-detail-media {
  position: relative;
  min-height: 520px;
}

.work-detail-media::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 22px;
  width: 78%;
  height: 88%;
  border-radius: 8px;
  background: #ffd600;
}

.work-detail-section img {
  position: relative;
  width: 100%;
  height: 520px;
  min-height: 0;
  border: 8px solid #ffffff;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 62px rgba(7, 23, 44, 0.16);
}

.work-detail-badge {
  position: absolute;
  right: -18px;
  bottom: 34px;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 190px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: #07172c;
  color: #ffffff;
  box-shadow: 0 20px 46px rgba(7, 23, 44, 0.22);
}

.work-detail-badge strong {
  color: #ffbd21;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.work-detail-badge span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.work-detail-section h2 {
  max-width: 560px;
  margin: 0 0 32px;
  text-align: left;
}

.work-detail-list {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: workDetail;
}

.work-detail-list::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, #ffbd21, rgba(255, 189, 33, 0.1));
}

.work-detail-list li {
  position: relative;
  counter-increment: workDetail;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px 16px;
  align-items: center;
  padding: 0 0 24px;
}

.work-detail-list li:last-child {
  padding-bottom: 0;
}

.work-detail-list li::before {
  content: counter(workDetail);
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 5px solid #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffd600, #ff9f0f);
  color: #07172c;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(255, 159, 15, 0.24);
}

.work-detail-list strong {
  display: block;
  grid-column: 2;
  width: 100%;
  padding: 16px 18px 0;
  border: 1px solid rgba(7, 23, 44, 0.08);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  color: #07172c;
  font-size: 17px;
  font-weight: 900;
}

.work-detail-list span {
  display: block;
  grid-column: 2;
  width: 100%;
  margin-top: -12px;
  padding: 16px 18px 18px;
  border: 1px solid rgba(7, 23, 44, 0.08);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  color: #5a6470;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: 0 14px 34px rgba(7, 23, 44, 0.06);
}

.work-cta {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 56px));
  margin: 18px auto 86px;
  min-height: 230px;
  padding: 18px 28px 18px 18px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 173, 22, 0.18), transparent 28%),
    linear-gradient(135deg, #07172c 0%, #0b2c47 58%, #07172c 100%);
  color: #ffffff;
  box-shadow: 0 26px 58px rgba(7, 23, 44, 0.22);
}

.work-cta img {
  width: 100%;
  height: 194px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center bottom;
}

.work-cta .service-kicker {
  margin-bottom: 8px;
  font-size: 24px;
}

.work-cta h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.08;
  font-weight: 400;
}

.work-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.work-cta-points span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.work-cta-points span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ffbd21;
}

.work-cta .quote-button {
  min-width: 174px;
  box-shadow: 0 14px 28px rgba(255, 214, 0, 0.22);
}

.work-cta .quote-button:hover {
  background: #ffffff;
  color: #07172c;
}

.service-page-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  padding: 92px max(28px, calc((100% - 1340px) / 2));
  background:
    linear-gradient(90deg, rgba(4, 20, 39, 0.9) 0%, rgba(4, 20, 39, 0.62) 48%, rgba(4, 20, 39, 0.14) 100%),
    url("../../assets/servicebanera.png") center / cover no-repeat,
    #07172c;
  color: #ffffff;
  overflow: hidden;
}

.service-page-hero::after {
  content: none;
}

.service-page-hero > div {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
}

.service-kicker {
  margin: 0 0 12px;
  color: #ffad16;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1;
  font-weight: 700;
}

.service-page-hero h1,
.service-page-intro h2,
.service-why h2,
.service-cta h2 {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.service-page-hero h1 {
  max-width: 900px;
  font-size: clamp(46px, 4.4vw, 72px);
  line-height: 1.05;
}

.service-page-hero h1 span {
  display: block;
}

.service-page-hero p:not(.service-kicker) {
  width: min(590px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 600;
}

.service-page-hero a,
.services-page-grid article a,
.service-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 30px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ffbd21, #ff990f);
  color: #07172c;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 159, 14, 0.24);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-page-hero a:hover,
.service-cta a:hover {
  background: #ffffff;
  color: #07172c;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 255, 255, 0.18);
}

.service-page-intro {
  width: 100%;
  margin: 0 auto;
  padding: 88px 24px 58px;
  text-align: center;
}

.service-page-intro .service-kicker {
  margin: 0 0 16px;
  letter-spacing: 0;
}

.service-why > .service-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffad16;
  text-transform: none;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(26px, 2.1vw, 34px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.service-page-intro h2 {
  max-width: 1220px;
  margin: 0 auto;
  color: #191919;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
}

.services-page-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto 86px;
  padding-top: 8px;
}

.service-page-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 1 calc((100% - 84px) / 4);
  min-height: 420px;
  padding: 10px 12px 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f5dc04 0%, #fff4c9 54%, #fff8e7 100%);
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(171, 112, 10, 0.13);
  transition: box-shadow 0.55s ease, transform 0.55s ease;
}

.service-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 54px rgba(171, 112, 10, 0.18);
}

.service-page-card img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  border-radius: 24px;
  transition: transform 0.75s ease;
}

.service-page-card:hover img {
  transform: scale(1.06);
}

.service-number {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffce28, #ff9800);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(255, 153, 0, 0.28);
}

.service-page-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 160px;
  padding: 26px 8px 0;
}

.service-page-card h3 {
  min-height: 52px;
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.12vw, 21px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.service-page-card p {
  min-height: 62px;
  margin: 14px 0 18px;
  color: #5f6670;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.services-page-grid article a {
  position: relative;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 8px 9px 8px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #050505;
  box-shadow: none;
  overflow: hidden;
}

.services-page-grid article a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffad16 0%, #ffd600 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.services-page-grid article a span {
  position: relative;
  z-index: 1;
  color: #050505;
  transition: transform 0.45s ease;
}

.services-page-grid article a svg {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50%;
  background: #ffad16;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.45s ease, background 0.45s ease, box-shadow 0.45s ease;
}

.services-page-grid article a:hover {
  color: #050505;
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(255, 138, 0, 0.24);
}

.services-page-grid article a:hover::before {
  opacity: 1;
}

.services-page-grid article a:hover span {
  transform: translateX(3px);
}

.services-page-grid article a:hover svg {
  transform: translateX(4px) rotate(360deg);
  background: #07172c;
  box-shadow: 0 8px 18px rgba(7, 23, 44, 0.2);
}

.service-why {
  position: relative;
  width: 100%;
  margin: 0 auto 74px;
  padding: 96px 28px 112px;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 173, 22, 0.2) 0 18px, transparent 19px),
    radial-gradient(circle at 84% 24%, rgba(255, 214, 0, 0.16) 0 58px, transparent 59px),
    radial-gradient(circle at 18% 82%, rgba(5, 137, 104, 0.12) 0 90px, transparent 91px),
    linear-gradient(135deg, #fffaf0 0%, #f7fbff 48%, #fff2c8 100%);
  text-align: center;
  overflow: hidden;
}

.service-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffad16' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' opacity='.55'%3E%3Cpath d='M34 28l5 12 12 5-12 5-5 12-5-12-12-5 12-5 5-12Z'/%3E%3Ccircle cx='108' cy='38' r='11'/%3E%3Ccircle cx='118' cy='112' r='7'/%3E%3Cpath d='M47 108h34M56 96h16l10 12-10 12H56l-10-12 10-12Z'/%3E%3Cpath d='M78 90l10-10 9 9-10 10'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 170px 170px;
  opacity: 0.13;
  pointer-events: none;
}

.service-why::after {
  content: none;
}

.service-why h2 {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto 54px;
  color: #111418;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: 1.05;
  white-space: normal;
}

.service-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 38px 22px;
  border: 1px solid rgba(255, 173, 22, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 233, 0.86));
  box-shadow: 0 26px 60px rgba(171, 112, 10, 0.12);
  overflow: hidden;
}

.service-process::before {
  content: "";
  position: absolute;
  top: 88px;
  left: 12%;
  right: 12%;
  display: block;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.08), rgba(255, 173, 22, 0.86), rgba(255, 122, 0, 0.08));
}

.service-process article {
  position: relative;
  z-index: 1;
  min-height: 230px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  transition: transform 0.25s ease;
}

.service-process article::before {
  display: none;
}

.service-process article + article {
  border-left: 1px solid rgba(255, 173, 22, 0.16);
}

.service-process article:hover {
  transform: translateY(-6px);
}

.service-process article > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin-bottom: 22px;
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.55), transparent 34%),
    linear-gradient(145deg, #ffd600 0%, #ffad16 54%, #ff8a00 100%);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(255, 150, 0, 0.2);
}

.service-process svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-process strong {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto 14px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #fff2cf;
  color: #ff7a00;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-process h3 {
  position: relative;
  margin: 0 0 10px;
  color: #07172c;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.service-process p {
  position: relative;
  max-width: 210px;
  margin: 0 auto;
  color: #53606b;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.service-cta {
  position: relative;
  display: block;
  width: min(1200px, calc(100% - 56px));
  margin: 0 auto 92px;
  min-height: 300px;
  padding: 56px min(430px, 35vw) 56px 58px;
  border: 1px solid rgba(255, 173, 22, 0.32);
  border-radius: 30px;
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 214, 0, 0.22) 0 42px, transparent 43px),
    radial-gradient(circle at 46% 84%, rgba(5, 137, 104, 0.1) 0 72px, transparent 73px),
    linear-gradient(135deg, #ffffff 0%, #fffaf0 55%, #fff1bd 100%);
  color: #07172c;
  box-shadow: 0 28px 70px rgba(171, 112, 10, 0.14);
  overflow: hidden;
}

.service-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg width='170' height='120' viewBox='0 0 170 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffad16' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' opacity='.55'%3E%3Cpath d='M28 22l4 10 10 4-10 4-4 10-4-10-10-4 10-4 4-10Z'/%3E%3Ccircle cx='132' cy='22' r='10'/%3E%3Ccircle cx='146' cy='82' r='7'/%3E%3Cpath d='M68 82h30M76 70h14l9 12-9 12H76L67 82l9-12Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 190px 135px;
  opacity: 0.14;
  pointer-events: none;
}

.service-cta::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: min(380px, 32%);
  border: 8px solid #ffffff;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 173, 22, 0.1)),
    url("../../assets/service-regular-cleaning.png") center / cover no-repeat;
  box-shadow: 0 22px 46px rgba(171, 112, 10, 0.16);
}

.service-cta > * {
  position: relative;
  z-index: 1;
}

.service-cta .service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #ff8a00;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-cta .service-kicker::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 6l2.6 6.3 6.4 2.7-6.4 2.7L17 24l-2.6-6.3L8 15l6.4-2.7L17 6Z'/%3E%3C/g%3E%3C/svg%3E") center / 22px 22px no-repeat,
    linear-gradient(135deg, #ffbf2f, #ff9d16);
  box-shadow: 0 10px 22px rgba(255, 157, 22, 0.26);
}

.service-cta h2 {
  max-width: 620px;
  color: #07172c;
  font-size: clamp(36px, 3.5vw, 56px);
  line-height: 1.05;
}

.service-cta h2 span {
  display: inline;
}

.service-cta p:not(.service-kicker) {
  margin: 14px 0 0;
  color: #4f5963;
  font-weight: 600;
}

.service-cta a {
  margin-top: 26px;
  border-radius: 999px;
  background: #07172c;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 23, 44, 0.18);
}

.service-cta a svg,
.service-cta a span {
  position: relative;
  z-index: 1;
}

.service-cta a:hover {
  background: linear-gradient(90deg, #ffbd21, #ff990f);
  color: #07172c;
  box-shadow: 0 16px 34px rgba(255, 159, 14, 0.24);
}

@media (max-width: 1150px) {
  .service-page-card {
    flex-basis: calc((100% - 28px) / 2);
  }

  .about-story-wrap,
  .about-mission-section {
    grid-template-columns: 1fr;
  }

  .about-story-wrap {
    gap: 28px;
    padding: 20px;
  }

  .about-story-media,
  .about-story-media img {
    min-height: 520px;
  }

  .about-story-copy {
    padding: 30px 12px 18px;
  }

  .about-story-copy::before {
    top: 0;
    bottom: auto;
    left: 12px;
    width: 86px;
    height: 4px;
  }

  .about-team-head {
    margin-bottom: 26px;
  }

  .about-team-grid,
  .about-stats-strip,
  .about-assurance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-assurance-grid .assurance-feature {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 220px;
  }

  .about-stats-strip article:nth-child(n + 3) {
    border-top-color: rgba(255, 255, 255, 0.14);
  }

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-values-grid article {
    min-height: auto;
    padding: 24px;
  }

  .about-values-grid article {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    column-gap: 16px;
    row-gap: 12px;
  }

  .about-values-grid span {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .about-values-grid h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 20px;
  }

  .about-values-grid p {
    grid-column: 1 / -1;
  }

  .page-content-grid,
  .service-detail-section,
  .work-detail-section {
    grid-template-columns: 1fr;
  }

  .work-detail-section::before {
    inset: 42% -18px 34px -18px;
  }

  .work-detail-media {
    min-height: 460px;
  }

  .work-detail-section img {
    height: 460px;
  }

  .work-step-grid {
    gap: 34px;
  }

  .work-step-grid article:not(:last-child)::after {
    display: none;
  }

  .work-step-grid article:not(:last-child) .work-step-icon::after {
    display: none;
  }

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

  .work-cta {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .work-cta img {
    height: 220px;
    object-fit: contain;
    object-position: center bottom;
  }

  .service-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .service-process::before {
    display: none;
  }

  .service-process article:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .service-page-hero {
    min-height: 470px;
    padding: 64px 20px;
    background:
      linear-gradient(90deg, rgba(4, 20, 39, 0.92) 0%, rgba(4, 20, 39, 0.68) 58%, rgba(4, 20, 39, 0.2) 100%),
      url("../../assets/servicebanera.png") center / cover no-repeat,
      #07172c;
  }

  .inner-page-hero {
    min-height: 520px;
    padding: 64px 20px;
  }

  .inner-page-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
    white-space: normal;
  }

  .page-content-band {
    padding: 64px 18px;
  }

  .about-story-section,
  .about-team-section {
    padding: 64px 18px;
  }

  .about-story-wrap {
    gap: 28px;
  }

  .about-story-media,
  .about-story-media img {
    min-height: 420px;
  }

  .about-trust-card {
    left: 14px;
    bottom: 14px;
    min-width: 178px;
    padding: 16px 18px;
  }

  .about-story-copy h2,
  .about-team-head h2,
  .about-mission-head h2,
  .about-mission-copy h2 {
    font-size: clamp(31px, 8.8vw, 40px);
    line-height: 1.12;
  }

  .about-story-copy {
    padding: 26px 4px 8px;
  }

  .about-story-copy h2 {
    max-width: 100%;
  }

  .about-story-copy::before {
    width: 72px;
    height: 4px;
    top: 0;
    right: auto;
    left: 4px;
  }

  .about-story-points article {
    align-items: start;
    padding: 14px;
  }

  .about-stats-strip {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .about-assurance-section {
    padding: 64px 18px;
  }

  .about-assurance-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-assurance-grid article {
    min-height: 104px;
    grid-template-columns: 46px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .about-assurance-grid .assurance-feature {
    min-height: 0;
    padding: 28px 24px;
  }

  .about-assurance-grid .assurance-feature strong,
  .about-assurance-grid .assurance-feature p {
    grid-column: 1 / -1;
  }

  .about-stats-strip article {
    min-height: 104px;
  }

  .about-stats-strip article:first-child {
    margin-top: 0;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-team-grid img {
    height: 280px;
  }

  .about-mission-section {
    padding: 64px 18px;
    gap: 36px;
  }

  .about-mission-copy {
    padding: 28px 24px 32px;
    border-radius: 22px;
  }

  .service-detail-section {
    width: calc(100% - 36px);
    gap: 26px;
    margin: 46px auto 58px;
  }

  .page-image,
  .service-detail-section img {
    min-height: 300px;
    border-radius: 18px;
  }

  .service-detail-copy {
    padding: 4px 2px 0;
  }

  .service-detail-copy h2 {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.08;
  }

  .service-detail-copy p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.62;
    font-weight: 600;
  }

  .feature-list {
    gap: 12px;
    margin-top: 22px;
  }

  .feature-list li {
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.35;
  }

  .feature-list li::before {
    width: 24px;
    height: 24px;
    background-size: 15px 15px, auto;
  }

  .detail-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .detail-actions a {
    min-height: 48px;
    padding: 0 14px;
    font-size: 13px;
    text-align: center;
  }

  .service-detail-extras {
    padding: 58px 18px 66px;
  }

  .service-extra-head {
    margin-bottom: 28px;
  }

  .service-extra-head .service-kicker {
    font-size: 28px;
  }

  .service-extra-head h2 {
    max-width: 330px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 1.08;
  }

  .service-extra-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: min(360px, 100%);
  }

  .service-extra-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
    min-height: auto;
    padding: 24px 22px;
    border-radius: 18px;
    text-align: left;
  }

  .service-extra-grid span {
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    border-width: 7px;
    border-radius: 18px;
  }

  .service-extra-grid h3 {
    margin: 0;
    font-size: 19px;
  }

  .service-extra-grid p {
    grid-column: 1 / -1;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .service-mini-cta {
    display: grid;
    gap: 18px;
    width: min(360px, 100%);
    margin-top: 22px;
    padding: 28px 24px;
    border-radius: 22px;
    text-align: center;
  }

  .service-mini-cta strong {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1.08;
  }

  .service-mini-cta p {
    max-width: 260px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
  }

  .service-mini-cta a {
    width: 100%;
    min-height: 52px;
    margin: 0;
    border-radius: 999px;
  }

  .service-page-hero h1 {
    max-width: 340px;
    font-size: 40px;
    line-height: 1.08;
  }

  .service-page-hero h1 span {
    display: block;
  }

  .services-page-grid,
  .service-cta {
    width: calc(100% - 36px);
  }

  .service-why {
    padding: 64px 18px 68px;
  }

  .service-page-intro {
    padding: 72px 20px 54px;
  }

  .service-page-intro .service-kicker {
    font-size: 28px;
  }

  .service-why > .service-kicker {
    font-size: 28px;
  }

  .service-page-intro h2,
  .service-why h2 {
    font-size: 42px;
  }

  .services-page-grid,
  .service-process,
  .work-step-grid,
  .work-benefit-grid {
    grid-template-columns: 1fr;
  }

  .service-page-card {
    flex-basis: 100%;
  }

  .work-steps-section,
  .work-benefits-section {
    padding: 64px 18px;
  }

  .work-benefit-grid {
    gap: 16px;
  }

  .work-benefit-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
    min-height: auto;
    padding: 24px 22px;
    border-radius: 8px;
  }

  .work-benefit-grid span {
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .work-benefit-grid h3 {
    max-width: none;
    margin: 0;
    font-size: 20px;
  }

  .work-benefit-grid p {
    grid-column: 1 / -1;
    max-width: none;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  .work-benefit-grid article::after {
    font-size: 54px;
    right: 16px;
    bottom: 10px;
  }

  .work-detail-section {
    padding: 64px 18px;
  }

  .work-detail-section::before {
    inset: 180px 0 24px;
  }

  .work-detail-media {
    min-height: auto;
    padding-bottom: 72px;
  }

  .work-detail-media::before {
    left: -10px;
    top: 14px;
    width: 72%;
    height: calc(100% - 92px);
  }

  .work-detail-section img {
    height: auto;
    min-height: 300px;
    border-width: 6px;
    border-radius: 8px;
  }

  .work-detail-badge {
    right: 12px;
    bottom: 18px;
    min-width: 172px;
    padding: 15px 16px;
  }

  .work-detail-badge strong {
    font-size: 24px;
  }

  .work-detail-list li {
    grid-template-columns: 38px 1fr;
    gap: 10px 12px;
  }

  .work-detail-list::before {
    left: 19px;
  }

  .work-detail-list li::before {
    width: 38px;
    height: 38px;
    border-width: 4px;
  }

  .work-cta {
    width: calc(100% - 36px);
    padding: 20px;
  }

  .service-process {
    gap: 0;
    padding: 30px 18px;
  }

  .service-process article {
    min-height: auto;
    padding: 30px 8px;
    border-left: 0;
  }

  .service-process article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .service-page-card h3,
  .service-page-card p {
    min-height: auto;
  }

  .service-cta {
    min-height: auto;
    width: calc(100% - 24px);
    margin-bottom: 58px;
    padding: 222px 24px 28px;
    border-radius: 22px;
    text-align: left;
  }

  .service-cta::after {
    display: block;
    top: 18px;
    right: 18px;
    left: 18px;
    bottom: auto;
    width: auto;
    height: 176px;
    border-width: 6px;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 173, 22, 0.08)),
      url("../../assets/service-regular-cleaning.png") center / cover no-repeat;
  }

  .service-cta .service-kicker {
    align-items: center;
    max-width: 240px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.2;
  }

  .service-cta .service-kicker::before {
    flex: 0 0 34px;
  }

  .service-cta h2 {
    max-width: 310px;
    font-size: 33px;
    line-height: 1.04;
  }

  .service-cta h2 span {
    display: block;
  }

  .service-cta p:not(.service-kicker) {
    max-width: 280px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .service-cta a {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    padding: 0 18px;
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .detail-actions {
    grid-template-columns: 1fr;
  }
}

.work-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-items: stretch;
  gap: 28px;
  width: min(1120px, calc(100% - 72px));
  min-height: auto;
  margin: 18px auto 86px;
  padding: 28px 30px;
  border-radius: 22px;
  background: #07172c;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 26px 58px rgba(7, 23, 44, 0.22);
}

.work-cta h2 {
  max-width: 340px;
  margin: 0;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.08;
  font-weight: 700;
}

.work-cta p {
  max-width: 520px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.work-cta .quote-button {
  width: auto;
  min-width: 170px;
  min-height: 52px;
  margin-top: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbd21, #ff990f);
  color: #050505;
  box-shadow: 0 14px 28px rgba(255, 159, 14, 0.24);
}

@media (max-width: 620px) {
  .work-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(430px, calc(100% - 36px));
    padding: 28px 24px;
    text-align: center;
  }

  .work-cta p {
    max-width: 320px;
    margin: 16px auto 0;
  }

  .work-cta .quote-button {
    width: min(300px, 100%);
    margin-top: 20px;
  }
}

@media (max-width: 1120px) {
  .inner-page-hero[style*="aboutbanera"],
  .inner-page-hero[style*="howiworkbanera"] {
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(4, 20, 39, 0.94) 0%, rgba(4, 20, 39, 0.72) 52%, rgba(4, 20, 39, 0.2) 100%),
      var(--hero-image) right center / auto 100% no-repeat,
      #07172c;
  }
}

@media (max-width: 700px) {
  .inner-page-hero[style*="aboutbanera"],
  .inner-page-hero[style*="howiworkbanera"] {
    min-height: 520px;
    padding: 64px 20px 180px;
    background:
      linear-gradient(180deg, rgba(4, 20, 39, 0.98) 0%, rgba(4, 20, 39, 0.92) 58%, rgba(4, 20, 39, 0.48) 100%),
      var(--hero-image) right center / auto 100% no-repeat,
      #07172c;
  }
}
