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

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

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

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

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

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

.ccs-about-hero {
  position: relative;
  padding: 96px 0 112px;
  overflow: hidden;
  color: #fff;
  background: var(--ccs-navy);
}

.ccs-about-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(161, 87, 29, 0.28) 49%, rgba(161, 87, 29, 0.28) 50%, transparent 51%),
    linear-gradient(150deg, transparent 48%, rgba(75, 112, 158, 0.22) 49%, rgba(75, 112, 158, 0.22) 50%, transparent 51%),
    radial-gradient(circle at 25% 30%, transparent 0 6px, rgba(161, 87, 29, 0.3) 7px, transparent 8px),
    radial-gradient(circle at 75% 70%, transparent 0 6px, rgba(75, 112, 158, 0.3) 7px, transparent 8px);
  background-size: 96px 96px, 96px 96px, 192px 192px, 192px 192px;
}

.ccs-about-pattern::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.78) 49%, rgba(15, 23, 42, 0.1));
}

.ccs-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  align-items: center;
  gap: 64px;
}

.ccs-about-hero-copy {
  max-width: 610px;
}

.ccs-about-hero h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.ccs-about-hero-copy p {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 28px;
}

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

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

.ccs-about-hero-image {
  height: 390px;
  overflow: hidden;
  border-left: 4px solid var(--ccs-amber);
  border-radius: 10px;
  background: #d8dadc;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.ccs-about-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ccs-about-partner {
  padding: 96px 0;
  background: #fff;
}

.ccs-partner-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: start;
  gap: 64px;
}

.ccs-about-pill {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 999px;
  color: var(--ccs-amber);
  background: #eceef0;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ccs-about-pill svg {
  width: 16px;
  height: 16px;
}

.ccs-partner-intro h2 {
  margin-bottom: 20px;
  color: #191c1e;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.ccs-partner-intro h2 span {
  color: var(--ccs-amber);
}

.ccs-partner-intro > p {
  max-width: 490px;
  margin-bottom: 30px;
  color: #60656d;
  font-size: 16px;
  line-height: 26px;
}

.ccs-about-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ccs-about-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 6px;
  background: #f2f4f6;
}

.ccs-about-highlight svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  color: var(--ccs-amber);
}

.ccs-about-highlight strong,
.ccs-about-highlight span {
  display: block;
}

.ccs-about-highlight strong {
  margin-bottom: 2px;
  color: #191c1e;
  font-size: 14px;
  line-height: 19px;
}

.ccs-about-highlight span {
  color: #646971;
  font-size: 12px;
  line-height: 17px;
}

.ccs-about-story {
  padding: 40px;
  border-left: 4px solid var(--ccs-amber);
  border-radius: 10px;
  background: #f2f4f6;
  box-shadow: 0 5px 22px rgba(15, 23, 42, 0.08);
}

.ccs-about-story > p {
  margin-bottom: 22px;
  color: #4d535b;
  font-size: 17px;
  line-height: 28px;
}

.ccs-about-story > p:last-of-type {
  margin-bottom: 28px;
}

.ccs-about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 26px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.ccs-about-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 5px;
  color: #2e3339;
  background: #fff;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  box-shadow: 0 2px 7px rgba(15, 23, 42, 0.04);
}

.ccs-about-chips svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--ccs-amber);
}

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

.ccs-about-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.ccs-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--ccs-amber);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ccs-about-eyebrow svg {
  width: 18px;
  height: 18px;
}

.ccs-about-heading h2 {
  margin-bottom: 16px;
  color: #191c1e;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ccs-about-heading p {
  margin-bottom: 0;
  color: #60656d;
  font-size: 17px;
  line-height: 27px;
}

.ccs-about-services-image {
  height: 440px;
  margin-bottom: 56px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  background: #d8dadc;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.ccs-about-services-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.ccs-about-service-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-top: 4px solid var(--ccs-amber);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  color: inherit;
  text-decoration: none;
}

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

.ccs-about-service-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--ccs-amber);
  background: #eceef0;
}

.ccs-about-service-icon svg {
  width: 27px;
  height: 27px;
}

.ccs-about-service-card h3 {
  margin-bottom: 13px;
  color: #191c1e;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.ccs-about-service-card p {
  margin-bottom: 24px;
  color: #626870;
  font-size: 15px;
  line-height: 24px;
}

.ccs-about-service-link {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--ccs-amber);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ccs-about-service-link span {
  font-size: 17px;
  transition: transform 0.2s ease;
}

.ccs-about-service-card:hover .ccs-about-service-link span,
.ccs-about-service-card:focus-visible .ccs-about-service-link span {
  transform: translateX(4px);
}

@media (max-width: 1050px) {
  .ccs-about-hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 40px;
  }

  .ccs-about-hero-image {
    height: 340px;
  }

  .ccs-partner-grid {
    gap: 40px;
  }

  .ccs-about-highlights,
  .ccs-about-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ccs-about-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ccs-about-hero {
    padding: 72px 0 80px;
  }

  .ccs-about-hero-grid,
  .ccs-partner-grid {
    grid-template-columns: 1fr;
  }

  .ccs-about-hero-copy {
    max-width: 680px;
  }

  .ccs-about-hero-image {
    height: 380px;
  }

  .ccs-about-partner,
  .ccs-about-services {
    padding: 72px 0;
  }

  .ccs-about-services-image {
    height: 340px;
  }
}

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

  .ccs-about-hero {
    padding: 56px 0 64px;
  }

  .ccs-about-hero-copy p {
    font-size: 16px;
    line-height: 25px;
  }

  .ccs-about-hero-image {
    height: 290px;
  }

  .ccs-about-partner,
  .ccs-about-services {
    padding: 56px 0;
  }

  .ccs-about-highlights,
  .ccs-about-services-grid {
    grid-template-columns: 1fr;
  }

  .ccs-about-story {
    padding: 28px 22px;
  }

  .ccs-about-story > p {
    font-size: 16px;
    line-height: 26px;
  }

  .ccs-about-services-image {
    height: 250px;
    margin-bottom: 40px;
  }

  .ccs-about-service-card {
    min-height: 0;
  }
}
