.ccs-home {
  width: 100%;
  overflow: hidden;
}

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

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

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

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

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

.ccs-home-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: var(--ccs-navy);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ccs-home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.84) 42%, rgba(15, 23, 42, 0.3) 75%, rgba(15, 23, 42, 0.16) 100%);
}

.ccs-home-hero-inner {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ccs-home-hero-content {
  max-width: 700px;
}

.ccs-home-badge {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 6px 12px;
  border: 1px solid rgba(161, 87, 29, 0.42);
  border-radius: 999px;
  color: #d5894f;
  background: rgba(161, 87, 29, 0.18);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ccs-home-badge svg {
  width: 18px;
  height: 18px;
}

.ccs-home-hero h1 {
  max-width: 680px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.ccs-home-hero h1 span {
  color: var(--ccs-amber);
}

.ccs-home-hero-content > p {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
}

.ccs-home-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: filter 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ccs-home-button svg {
  width: 20px;
  height: 20px;
}

.ccs-home-button-primary {
  color: #fff;
  background: var(--ccs-amber);
}

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

.ccs-home-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ccs-sectors {
  background: var(--ccs-surface);
}

.ccs-home-section-heading {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}

.ccs-home-section-heading h2,
.ccs-values-intro h2,
.ccs-why-content > h2,
.ccs-home-support h2 {
  margin-bottom: 16px;
  color: var(--ccs-navy);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 600;
  line-height: 1.25;
}

.ccs-heading-rule {
  width: 96px;
  height: 5px;
  display: block;
  margin: 0 auto 24px;
  border-radius: 99px;
  background: var(--ccs-amber);
}

.ccs-home-section-heading p,
.ccs-values-intro p,
.ccs-value p,
.ccs-sector-card p,
.ccs-why-content li p {
  color: #64748b;
  font-size: 16px;
  line-height: 24px;
}

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

.ccs-sector-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  border-top: 4px solid var(--ccs-amber);
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  color: inherit;
  text-decoration: none;
}

.ccs-sector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.ccs-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--ccs-navy);
  background: rgba(15, 23, 42, 0.05);
}

.ccs-card-icon svg {
  width: 30px;
  height: 30px;
}

.ccs-sector-card h3 {
  margin-bottom: 12px;
  color: var(--ccs-navy);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.ccs-sector-card p {
  margin-bottom: 0;
}

.ccs-home-support {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
  background: var(--ccs-navy);
}

.ccs-support-watermark {
  position: absolute;
  top: 50%;
  right: -3%;
  width: 430px;
  height: 430px;
  color: #fff;
  opacity: 0.055;
  transform: translateY(-50%);
}

.ccs-support-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.ccs-support-copy {
  max-width: 650px;
}

.ccs-home-support h2 {
  margin-bottom: 24px;
  color: #fff;
}

.ccs-support-copy > p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
}

.ccs-trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ccs-trust-row strong {
  color: rgba(255, 255, 255, 0.85);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.ccs-trust-dots {
  display: flex;
  padding-left: 12px;
}

.ccs-trust-dots span {
  width: 42px;
  height: 42px;
  margin-left: -12px;
  border: 2px solid var(--ccs-navy);
  border-radius: 50%;
  background: #d9dee5;
}

.ccs-trust-dots span:nth-child(2) {
  background: #b9c3d0;
}

.ccs-trust-dots span:nth-child(3) {
  background: #93a4b8;
}

.ccs-response-card {
  width: min(100%, 330px);
  flex: 0 0 330px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
  text-align: center;
  backdrop-filter: blur(10px);
}

.ccs-response-card > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ccs-amber);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
}

.ccs-response-card > span {
  color: rgba(255, 255, 255, 0.62);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ccs-response-card hr {
  margin: 26px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ccs-response-card a,
.ccs-response-card button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--ccs-navy);
  background: #fff;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
  width: 100%;
  padding: 0 14px;
  border: 0;
  cursor: pointer;
}

.ccs-response-card a:hover,
.ccs-response-card a:focus-visible,
.ccs-response-card button:hover,
.ccs-response-card button:focus-visible {
  color: #fff;
  background: var(--ccs-amber);
}

.ccs-values {
  background: #fff;
}

.ccs-values-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 40px;
}

.ccs-heading-rule-left {
  width: 64px;
  height: 4px;
  margin-right: 0;
  margin-left: 0;
}

.ccs-values-intro p,
.ccs-value p {
  margin-bottom: 0;
}

.ccs-value > span {
  display: block;
  margin-bottom: 20px;
  color: rgba(15, 23, 42, 0.1);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.ccs-value h3 {
  margin-bottom: 12px;
  color: var(--ccs-navy);
  font-size: 22px;
  font-weight: 600;
}

.ccs-why {
  background: #f2f4f6;
}

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

.ccs-why-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #e6e8ea;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}

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

.ccs-why-content > h2 {
  margin-bottom: 32px;
}

.ccs-why-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccs-why-content li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ccs-why-content li + li {
  margin-top: 24px;
}

.ccs-check {
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ccs-amber);
  font-size: 17px;
  font-weight: 800;
}

.ccs-why-content li h3 {
  margin-bottom: 6px;
  color: var(--ccs-navy);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.ccs-why-content li p {
  margin-bottom: 0;
}

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

.ccs-home-cta h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ccs-home-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
}

.ccs-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.ccs-home-button-outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: transparent;
}

.ccs-home-button-outline:hover,
.ccs-home-button-outline:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

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

  .ccs-values-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ccs-values-intro {
    grid-column: 1 / -1;
    max-width: 650px;
  }
}

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

  .ccs-home-hero {
    min-height: 680px;
    background-position: 65% center;
  }

  .ccs-home-hero-overlay {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.97), rgba(15, 23, 42, 0.68));
  }

  .ccs-home-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ccs-support-inner,
  .ccs-why-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .ccs-response-card {
    width: 100%;
    max-width: 420px;
    flex-basis: auto;
  }

  .ccs-why-grid {
    display: grid;
    gap: 44px;
  }
}

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

  .ccs-home-hero {
    min-height: 640px;
    background-position: 70% center;
  }

  .ccs-home-hero-inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ccs-home-hero h1 {
    font-size: 38px;
  }

  .ccs-home-section-heading {
    margin-bottom: 44px;
  }

  .ccs-sector-grid,
  .ccs-values-grid {
    grid-template-columns: 1fr;
  }

  .ccs-sector-card {
    min-height: 0;
  }

  .ccs-home-support,
  .ccs-home-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ccs-support-inner {
    gap: 42px;
  }

  .ccs-response-card {
    padding: 30px 22px;
  }

  .ccs-trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .ccs-cta-actions,
  .ccs-cta-actions .ccs-home-button {
    width: 100%;
  }
}
