.elementor-482 .elementor-element.elementor-element-b525a2f{--display:flex;}.elementor-482 .elementor-element.elementor-element-c09f2d6{padding:57px 0px 0px 0px;}.elementor-482 .elementor-element.elementor-element-2a0bae6{--display:flex;}.elementor-482 .elementor-element.elementor-element-c99b49b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0em;--padding-bottom:0em;--padding-left:4em;--padding-right:4em;}.elementor-482 .elementor-element.elementor-element-c99b49b:not(.elementor-motion-effects-element-type-background), .elementor-482 .elementor-element.elementor-element-c99b49b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-482 .elementor-element.elementor-element-a473596{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c09f2d6 */.ccx-hero-v2,
.ccx-hero-v2 * {
  box-sizing: border-box;
}

.ccx-hero-v2 {
  width: 100%;
  padding: 92px 32px 34px;
  overflow: hidden;
  font-family: "Satoshi", system-ui, sans-serif;
}

.ccx-hero-v2-grid {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1fr);
  gap: clamp(52px, 7vw, 118px);
  align-items: center;
}

.ccx-hero-v2-content {
  max-width: 790px;
}

.ccx-hero-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #1557ff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ccx-hero-v2-badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff334d;
  box-shadow: 0 0 0 6px rgba(255, 51, 77, 0.08);
}

.ccx-hero-v2-content h1 {
  margin: 0;
  color: #102033;
  font-size: clamp(46px, 5.35vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.ccx-hero-v2-content p {
  max-width: 760px;
  margin: 28px 0 0;
  color: #344255;
  font-size: clamp(18px, 1.28vw, 23px);
  line-height: 1.62;
  font-weight: 500;
}

.ccx-hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.ccx-hero-v2-btn {
  min-height: 58px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ccx-hero-v2-btn:hover {
  transform: translateY(-2px);
}

.ccx-hero-v2-btn-primary {
  background: #1557ff;
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(21, 87, 255, 0.22);
}

.ccx-hero-v2-btn-primary:hover {
  background: #0d49e8;
  box-shadow: 0 22px 48px rgba(21, 87, 255, 0.28);
}

.ccx-hero-v2-btn-secondary {
  background: #ffffff;
  color: #1557ff;
  border: 2px solid #1557ff;
}

.ccx-hero-v2-btn-secondary:hover {
  background: #f4f7ff;
}

.ccx-hero-v2-visual {
  min-width: 0;
}

.ccx-hero-v2-image-wrap {
  position: relative;
  width: 100%;
  animation: ccxHeroImageIn 1.05s cubic-bezier(.22, 1, .36, 1) both;
  transform-origin: center center;
  padding: clamp(10px, 1vw, 18px);
  border-radius: 34px;
  background: #ffffff;
  box-shadow:
    0 36px 90px rgba(16, 32, 51, 0.13),
    0 12px 34px rgba(16, 32, 51, 0.08);
}

.ccx-hero-v2-image-wrap::before {
  content: "";
  position: absolute;
  inset: -20px;
  z-index: 0;
  animation: ccxHeroImageIn 1.05s cubic-bezier(.22, 1, .36, 1) both;
  transform-origin: center center;
  border-radius: 44px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 51, 77, 0.16), transparent 26%),
    radial-gradient(circle at 14% 92%, rgba(21, 87, 255, 0.14), transparent 34%);
  filter: blur(5px);
  opacity: 0.95;
}

.ccx-hero-v2-image-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  animation: ccxHeroImageFloat 7s ease-in-out 1.1s infinite;
  transform-origin: center center;
  will-change: transform;
  border-radius: 24px;
}
@keyframes ccxHeroImageIn {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes ccxHeroImageFloat {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }
}

.ccx-hero-v2-trust {
  width: 100%;
  max-width: 1680px;
  margin: 64px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 32, 51, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ccx-hero-v2-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.ccx-hero-v2-logos img {
  display: block;
  max-width: 118px;
  height: 34px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.48;
}

.ccx-hero-v2-proof {
  flex: 0 0 auto;
  color: #7b8494;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .ccx-hero-v2-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .ccx-hero-v2-content {
    max-width: 940px;
  }

  .ccx-hero-v2-visual {
    max-width: 920px;
    width: 100%;
  }

  .ccx-hero-v2-trust {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ccx-hero-v2 {
    padding: 64px 20px 28px;
  }

  .ccx-hero-v2-content h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .ccx-hero-v2-content p {
    font-size: 17px;
    line-height: 1.58;
  }

  .ccx-hero-v2-actions {
    flex-direction: column;
    margin-top: 34px;
  }

  .ccx-hero-v2-btn {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    text-align: center;
  }

  .ccx-hero-v2-image-wrap {
    border-radius: 24px;
    padding: 8px;
  }

  .ccx-hero-v2-image-wrap img {
    border-radius: 18px;
  }

  .ccx-hero-v2-trust {
    margin-top: 44px;
  }

  .ccx-hero-v2-logos {
    gap: 16px;
  }

  .ccx-hero-v2-logos img {
    max-width: 96px;
    height: 28px;
  }

  .ccx-hero-v2-proof {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .ccx-hero-v2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ccx-hero-v2-badge {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93f86c5 */.ccs-services-tabs,
.ccs-services-tabs * {
  box-sizing: border-box;
}

.ccs-services-tabs {
  width: 100%;
  padding: 82px 28px;
  font-family: "Satoshi", system-ui, sans-serif;
  overflow: hidden;
}

.ccs-services-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.ccs-services-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
  gap: 56px;
  align-items: end;
}

.ccs-services-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #1557ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ccs-services-badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff334d;
  box-shadow: 0 0 0 6px rgba(255, 51, 77, 0.08);
}

.ccs-services-head h2 {
  margin: 0;
  color: #102033;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.ccs-services-head p {
  margin: 0;
  color: #425066;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.65;
  font-weight: 500;
}

.ccs-tabs {
  margin-top: 42px;
  padding: 8px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 18px 48px rgba(16, 32, 51, 0.06);
}

.ccs-tabs::-webkit-scrollbar {
  height: 0;
}

.ccs-tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #647084;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.ccs-tab.is-active {
  background: #1557ff;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(21, 87, 255, 0.22);
}

.ccs-panels {
  margin-top: 22px;
}

.ccs-panel {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-height: 520px;
  padding: clamp(22px, 2.2vw, 34px);
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.08);
  animation: ccsPanelIn 0.55s cubic-bezier(.22, 1, .36, 1) both;
}

.ccs-panel[hidden] {
  display: none;
}

.ccs-panel.is-reversed .ccs-panel-media {
  order: 2;
}

.ccs-panel.is-reversed .ccs-panel-content {
  order: 1;
}

.ccs-panel-media {
  position: relative;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #eef3ff;
  box-shadow: inset 0 0 0 1px rgba(16, 32, 51, 0.06);
}

.ccs-panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(21, 87, 255, 0.08), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(255, 51, 77, 0.14), transparent 28%);
  pointer-events: none;
}

.ccs-panel-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.75s cubic-bezier(.22, 1, .36, 1);
}

.ccs-panel:hover .ccs-panel-media img {
  transform: scale(1.045);
}

.ccs-panel-content {
  max-width: 610px;
}

.ccs-panel-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #ff334d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ccs-panel-content h3 {
  margin: 0;
  color: #102033;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.ccs-panel-content h4 {
  margin: 14px 0 0;
  color: #1557ff;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.28;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.ccs-panel-content p {
  margin: 16px 0 0;
  color: #425066;
  font-size: 15.5px;
  line-height: 1.62;
  font-weight: 500;
}

.ccs-panel-content ul {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.ccs-panel-content li {
  position: relative;
  padding-left: 28px;
  color: #26364c;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 800;
}

.ccs-panel-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1557ff;
  box-shadow: 0 0 0 5px rgba(21, 87, 255, 0.09);
}

.ccs-proof {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f4f7ff;
  color: #536174;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 800;
  border: 1px solid rgba(21, 87, 255, 0.09);
}

.ccs-panel-cta {
  margin-top: 24px;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #102033;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.ccs-panel-cta:hover {
  transform: translateY(-2px);
  background: #1557ff;
  box-shadow: 0 16px 34px rgba(21, 87, 255, 0.22);
}

.ccs-panel-cta span {
  font-size: 18px;
  line-height: 1;
}

@keyframes ccsPanelIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1280px) {
  .ccs-services-tabs {
    padding: 70px 24px;
  }

  .ccs-panel {
    min-height: 470px;
    gap: 36px;
  }

  .ccs-panel-content h3 {
    font-size: clamp(28px, 3vw, 38px);
  }

  .ccs-panel-content p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .ccs-panel-content li {
    font-size: 13.5px;
  }
}

@media (max-width: 980px) {
  .ccs-services-head,
  .ccs-panel {
    grid-template-columns: 1fr;
  }

  .ccs-services-head {
    gap: 22px;
  }

  .ccs-panel,
  .ccs-panel.is-reversed {
    min-height: auto;
  }

  .ccs-panel.is-reversed .ccs-panel-media,
  .ccs-panel.is-reversed .ccs-panel-content {
    order: initial;
  }

  .ccs-panel-content {
    max-width: 100%;
  }

  .ccs-panel-media img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767px) {
  .ccs-services-tabs {
    padding: 62px 18px;
  }

  .ccs-services-head h2 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.02;
  }

  .ccs-tabs {
    margin-top: 32px;
    border-radius: 12px;
  }

  .ccs-tab {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .ccs-panel {
    padding: 14px;
    border-radius: 22px;
  }

  .ccs-panel-media {
    border-radius: 18px;
  }

  .ccs-panel-content {
    padding: 8px 2px 4px;
  }

  .ccs-panel-content h3 {
    font-size: 30px;
  }

  .ccs-panel-content h4 {
    font-size: 17px;
  }

  .ccs-panel-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ccs-panel,
  .ccs-panel-media img,
  .ccs-panel-cta,
  .ccs-tab {
    animation: none;
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99a565b */.ccm-method,
.ccm-method * {
  box-sizing: border-box;
}

.ccm-method {
  width: 100%;
  padding: 86px 28px;
  background: #ffffff;
  font-family: "Satoshi", system-ui, sans-serif;
  overflow: hidden;
}

.ccm-method-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.ccm-method-head {
  max-width: 880px;
}

.ccm-method-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #1557ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ccm-method-badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff334d;
  box-shadow: 0 0 0 6px rgba(255, 51, 77, 0.08);
}

.ccm-method-head h2 {
  margin: 0;
  color: #102033;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.ccm-method-head p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #425066;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.65;
  font-weight: 500;
}

.ccm-timeline {
  --progress: 25%;
  position: relative;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ccm-timeline[data-active="1"] { --progress: 12.5%; }
.ccm-timeline[data-active="2"] { --progress: 37.5%; }
.ccm-timeline[data-active="3"] { --progress: 62.5%; }
.ccm-timeline[data-active="4"] { --progress: 87.5%; }

.ccm-timeline-rail {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 32px;
  height: 3px;
  border-radius: 999px;
  background: rgba(16, 32, 51, 0.08);
  overflow: hidden;
}

.ccm-timeline-rail span {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1557ff, #ff334d);
  transition: width 0.65s cubic-bezier(.22, 1, .36, 1);
}

.ccm-step {
  position: relative;
  z-index: 2;
  min-height: 330px;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(21, 87, 255, 0.16), rgba(255, 51, 77, 0.08), rgba(16, 32, 51, 0.06)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 18px 52px rgba(16, 32, 51, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  animation: ccmStepIn 0.7s cubic-bezier(.22, 1, .36, 1) forwards;
  animation-delay: calc(var(--i) * 0.09s);
  transition:
    transform 0.42s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.42s cubic-bezier(.22, 1, .36, 1),
    background 0.42s ease;
  overflow: hidden;
}

.ccm-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(21, 87, 255, 0.12), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(255, 51, 77, 0.08), transparent 30%);
  opacity: 0;
  transition: opacity 0.42s ease;
  pointer-events: none;
}

.ccm-step::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.ccm-step:hover,
.ccm-step.is-active {
  transform: translateY(-8px);
  box-shadow:
    0 34px 82px rgba(21, 87, 255, 0.14),
    0 14px 34px rgba(16, 32, 51, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ccm-step:hover::before,
.ccm-step.is-active::before {
  opacity: 1;
}

.ccm-step-top,
.ccm-step h3,
.ccm-deliverable,
.ccm-step p {
  position: relative;
  z-index: 2;
}

.ccm-week {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #1557ff, #0d49e8);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  box-shadow:
    0 16px 34px rgba(21, 87, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    transform 0.42s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.42s cubic-bezier(.22, 1, .36, 1);
}

.ccm-step:hover .ccm-week,
.ccm-step.is-active .ccm-week {
  transform: scale(1.06);
  box-shadow:
    0 20px 42px rgba(21, 87, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.ccm-status {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(16, 32, 51, 0.04);
  color: #7b8494;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.32s ease, color 0.32s ease;
}

.ccm-step:hover .ccm-status,
.ccm-step.is-active .ccm-status {
  background: rgba(21, 87, 255, 0.08);
  color: #1557ff;
}

.ccm-deliverable {
  margin-top: 16px;
  padding: 15px 16px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #f8faff, #f2f6ff);
  color: #26364c;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 800;
  border: 1px solid rgba(21, 87, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition:
    transform 0.42s cubic-bezier(.22, 1, .36, 1),
    border-color 0.32s ease,
    background 0.32s ease;
}

.ccm-step:hover .ccm-deliverable,
.ccm-step.is-active .ccm-deliverable {
  transform: translateY(-2px);
  border-color: rgba(21, 87, 255, 0.16);
  background:
    linear-gradient(180deg, #ffffff, #f4f7ff);
}

.ccm-week {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #1557ff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(21, 87, 255, 0.22);
}

.ccm-status {
  color: #7b8494;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ccm-step h3 {
  margin: 0;
  color: #102033;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.ccm-deliverable {
  margin-top: 16px;
  padding: 14px 15px;
  border-radius: 14px;
  background: #f4f7ff;
  color: #26364c;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 800;
}

.ccm-deliverable span {
  display: block;
  margin-bottom: 5px;
  color: #1557ff;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 950;
}

.ccm-step p {
  margin: 16px 0 0;
  color: #536174;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 500;
}

@keyframes ccmStepIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  .ccm-method {
    padding: 72px 24px;
  }

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

  .ccm-timeline-rail {
    display: none;
  }

  .ccm-step {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .ccm-method {
    padding: 62px 18px;
  }

  .ccm-method-head h2 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.03;
  }

  .ccm-timeline {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ccm-step {
    min-height: auto;
    padding: 20px;
    border-radius: 22px;
  }

  .ccm-step-top {
    margin-bottom: 22px;
  }

  .ccm-week {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ccm-step,
  .ccm-timeline-rail span {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */