/* Homepage — From Brief to Delivery (3-card grid) */

.frameflow-light.home-page .ff-home-motto + .ff-home-process {
  margin-top: 0;
}

.frameflow-light .ff-home-process {
  position: relative;
  overflow: hidden;
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(56px, 7vw, 88px);
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(67, 38, 145, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 70% 45% at 95% 100%, rgba(33, 18, 71, 0.05) 0%, transparent 55%),
    linear-gradient(180deg, #faf9fc 0%, #f5f4f8 50%, #eeecf3 100%) !important;
}

.frameflow-light .ff-home-process__head {
  max-width: min(920px, 100%);
  margin-bottom: clamp(36px, 5vw, 56px);
}

.frameflow-light .ff-home-process .heading-section {
  margin-bottom: 0;
}

.frameflow-light .ff-home-process .heading-section .heading-sub {
  color: #432691;
  margin-bottom: 24px;
}

.frameflow-light .ff-home-process .heading-section .heading-sub::before {
  background-color: #432691;
}

.frameflow-light .ff-home-process .heading-title.ff-services-heading {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #211247 !important;
  -webkit-text-fill-color: #211247 !important;
  background: none !important;
  max-width: none;
}

.frameflow-light .ff-home-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.frameflow-light .ff-home-process .process-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: clamp(24px, 2.5vw, 32px);
  border-radius: 28px;
}

.frameflow-light .ff-home-process .process-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: clamp(28px, 3vw, 40px);
  color: #fff;
  background-image:
    radial-gradient(100% 100% at 30% 8%, rgba(255, 255, 255, 0.22) 0%, transparent 52%),
    linear-gradient(168deg, #432692 0%, #342060 42%, #211247 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -2px 0 rgba(19, 7, 45, 0.28),
    0 8px 20px rgba(33, 18, 71, 0.18) !important;
}

.frameflow-light .ff-home-process .process-card .icon > .icon {
  width: auto;
  height: auto;
  font-size: 26px;
  margin: 0;
  background: none;
  box-shadow: none;
}

.frameflow-light .process-card .icon img {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.frameflow-light .ff-home-process .process-card .content {
  flex: 1;
  margin-bottom: clamp(28px, 3vw, 40px);
}

.frameflow-light .ff-home-process .process-card .content .title {
  color: #211247;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.25;
  word-break: normal;
  overflow-wrap: anywhere;
}

.frameflow-light .ff-home-process .process-card .content .text {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.65;
}

.frameflow-light .ff-home-process .process-card .bot {
  margin-top: auto;
}

.frameflow-light .ff-home-process .process-card .bot .time {
  color: #432691;
  border-color: rgba(67, 38, 145, 0.18);
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.frameflow-light .ff-home-process .process-card .bot .number {
  font-size: clamp(48px, 4.5vw, 64px);
  line-height: 1;
}

.frameflow-light .ff-home-process .process-card .bot .number .text-neutral-400 {
  color: rgba(33, 18, 71, 0.28) !important;
}

.frameflow-light .ff-home-process .process-card .bot .number .text-neutral-200 {
  color: rgba(33, 18, 71, 0.14) !important;
}

@media (max-width: 991px) {
  .frameflow-light .ff-home-process__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .frameflow-light .ff-home-process {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .frameflow-light .ff-home-process .heading-title.ff-services-heading {
    font-size: clamp(30px, 8vw, 40px);
  }

  .frameflow-light .ff-home-process .process-card .bot .number {
    font-size: 48px;
  }
}
