.ff-project-page{
  margin:0;
  color:#121317;
  background:
    radial-gradient(980px 520px at 12% 12%, rgba(96,165,250,.10), transparent 64%),
    radial-gradient(920px 460px at 86% 10%, rgba(30,58,138,.06), transparent 66%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 44%, #ffffff 100%);
  font-family:"Google Sans Flex",sans-serif;
  overflow-x:hidden;
}

.ff-project-page,
.ff-project-page *{
  box-sizing:border-box;
}

.ff-project-main{
  overflow:hidden;
}

.ff-project-shell{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 clamp(16px, 2.6vw, 28px);
}

.ff-project-page section{
  min-height:auto;
}

.ff-project-page :is(h1,h2,h3,p,li){
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.ff-project-hero{
  padding:140px 0 72px;
}

.ff-project-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, .96fr) minmax(360px, 1.04fr);
  gap:clamp(24px, 4vw, 44px);
  align-items:center;
}

.ff-project-title{
  margin:0;
  font-weight:500;
  letter-spacing:-.02em;
  font-size:clamp(34px, 4.8vw, 70px);
  line-height:1.12;
  padding-bottom:.08em;
  background:linear-gradient(90deg, #60a5fa 0%, #1e3a8a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.ff-project-subtitle{
  margin:18px 0 0;
  font-size:clamp(16px, 1.9vw, 22px);
  line-height:1.45;
  color:#45474d;
  max-width:72ch;
}

.ff-project-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.ff-project-btn,
.ff-project-btnAlt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:transform .15s ease-out, background .15s ease-out, color .15s ease-out, border-color .15s ease-out, box-shadow .15s ease-out;
}

.ff-project-btn{
  background:linear-gradient(90deg, #60a5fa 0%, #1e3a8a 100%);
  color:#fff;
  box-shadow:0 14px 28px rgba(30,58,138,.16);
}

.ff-project-btnAlt{
  border:1px solid rgba(30,58,138,.16);
  background:rgba(255,255,255,.88);
  color:#1e3a8a;
}

.ff-project-btn:hover,
.ff-project-btn:focus-visible,
.ff-project-btnAlt:hover,
.ff-project-btnAlt:focus-visible{
  transform:translateY(-1px);
  outline:none;
}

.ff-project-preview{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(33,34,38,.08);
  background:#eef4ff;
  box-shadow:0 6px 18px rgba(18,19,23,.045);
}

.ff-project-preview img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

.ff-project-summary{
  padding:0 0 20px;
}

.ff-project-summary__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:clamp(16px, 2vw, 22px);
}

.ff-project-summary__card{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(33,34,38,.08);
  background:rgba(255,255,255,.96);
  box-shadow:0 6px 18px rgba(18,19,23,.045);
}

.ff-project-summary__label{
  display:block;
  margin:0 0 8px;
  color:#1e3a8a;
  font-size:clamp(18px, 1.45vw, 23px);
  letter-spacing:-.02em;
  text-transform:none;
  font-weight:500;
  line-height:1.08;
}

.ff-project-summary__card p{
  margin:0;
  color:#45474d;
  line-height:1.55;
  font-size:clamp(15px, 1.1vw, 18px);
}

.ff-project-journey{
  padding:72px 0 0;
}

.ff-project-journey .ff-project-shell{
  max-width:1380px;
}

.ff-project-journey__grid{
  display:grid;
  grid-template-columns:48px minmax(0, 1fr);
  gap:clamp(10px, 1.6vw, 18px);
  align-items:start;
}

.ff-project-timeline{
  position:sticky;
  top:calc(var(--ff-header-h, 84px) + 28px);
  align-self:start;
  height:calc(100vh - (var(--ff-header-h, 84px) + 44px));
  min-height:520px;
  padding-top:8px;
  transform:translateX(-14px);
}

.ff-project-timeline__inner{
  position:relative;
  width:32px;
  margin:0 auto;
  height:100%;
}

.ff-project-timeline__line,
.ff-project-timeline__fill{
  position:absolute;
  top:10px;
  left:15px;
  width:2px;
  border-radius:999px;
}

.ff-project-timeline__line{
  height:calc(100% - 32px);
  background:rgba(30,58,138,.14);
}

.ff-project-timeline__fill{
  height:var(--ff-project-progress, 0%);
  background:linear-gradient(180deg, #60a5fa 0%, #1e3a8a 100%);
  transition:height .16s linear;
}

.ff-project-timeline__arrow{
  position:absolute;
  left:11px;
  bottom:18px;
  width:10px;
  height:10px;
  border-right:2px solid #1e3a8a;
  border-bottom:2px solid #1e3a8a;
  transform:rotate(45deg);
  opacity:0;
  transition:opacity .18s ease, transform .18s ease;
}

.ff-project-timeline.is-complete .ff-project-timeline__arrow{
  opacity:1;
  transform:rotate(45deg) translateY(0);
}

.ff-project-timeline__list{
  margin:0;
  padding:0;
  list-style:none;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.ff-project-timeline__item{
  position:relative;
  min-height:44px;
}

.ff-project-timeline__item::before{
  content:"";
  position:absolute;
  left:10px;
  top:12px;
  width:12px;
  height:12px;
  border-radius:999px;
  background:#ffffff;
  border:2px solid rgba(30,58,138,.25);
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}

.ff-project-timeline__item.is-active::before{
  background:#1e3a8a;
  border-color:#1e3a8a;
  transform:scale(1.05);
}

.ff-project-steps{
  display:grid;
  gap:112px;
}

.ff-project-step{
  display:grid;
  grid-template-columns:minmax(190px, .34fr) minmax(0, 1fr);
  gap:clamp(20px, 3vw, 34px);
  align-items:start;
}

.ff-project-step__head{
  padding-top:6px;
  transform:translateX(-10px);
}

.ff-project-step__eyebrow{
  display:block;
  margin:0 0 10px;
  color:#1e3a8a;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}

.ff-project-step__head h2{
  margin:0;
  font-size:clamp(24px, 2.5vw, 40px);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:560;
}

.ff-project-step__body{
  display:grid;
  gap:14px;
}

.ff-project-step__body p{
  margin:0;
  color:#45474d;
  line-height:1.62;
  font-size:clamp(15px, 1.15vw, 18px);
}

.ff-project-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.ff-project-list li{
  position:relative;
  padding-left:18px;
  color:#45474d;
  line-height:1.58;
  font-size:clamp(15px, 1.15vw, 18px);
}

.ff-project-list li::before{
  content:"";
  position:absolute;
  top:.72em;
  left:0;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#60a5fa;
  outline:1px solid rgba(96,165,250,.45);
}

.ff-project-proof{
  padding:118px 0 0;
}

.ff-project-proof__grid{
  display:grid;
  grid-template-columns:minmax(0, .74fr) minmax(0, 1.26fr);
  gap:clamp(40px, 5vw, 92px);
  align-items:stretch;
}

.ff-project-proof__brand{
  display:grid;
  gap:16px;
  align-content:start;
  padding:18px 0 18px;
}

.ff-project-proof__brand h2{
  margin:0;
  font-size:clamp(24px, 2.2vw, 36px);
  line-height:1.08;
  letter-spacing:-.03em;
}

.ff-project-proof__brand p{
  margin:0;
  color:#45474d;
  line-height:1.7;
  font-size:clamp(15px, 1.15vw, 18px);
  max-width:56ch;
}

.ff-project-proof__quote{
  display:grid;
  align-content:start;
  min-height:100%;
  padding:34px 0 18px 164px;
  justify-items:start;
}

.ff-project-proof__quote blockquote{
  margin:0;
  font-size:clamp(24px, 2.3vw, 38px);
  line-height:1.04;
  letter-spacing:-.03em;
  color:#121317;
  font-weight:500;
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:none;
}

.ff-project-proof__quote p{
  margin:16px 0 0;
  color:#45474d;
  line-height:1.62;
  font-size:clamp(15px, 1.15vw, 18px);
  max-width:46ch;
}

.ff-project-proof__meta{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:#1f2937;
  font-size:13px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ff-project-cta{
  margin-top:72px;
  padding:110px 16px 0;
  background:
    linear-gradient(180deg,
      #ffffff 0px,
      #ffffff 12px,
      rgba(255,255,255,.45) 64px,
      rgba(255,255,255,0) 150px),
    linear-gradient(180deg, #DFECFF 0%, #DFECFF 100%),
    radial-gradient(120% 90% at 12% 14%, rgba(96,165,250,.34) 0%, rgba(96,165,250,0) 66%),
    radial-gradient(110% 85% at 88% 22%, rgba(30,58,138,.21) 0%, rgba(30,58,138,0) 70%);
}

.ff-project-cta__card{
  width:min(980px, 100%);
  margin:0 auto;
  padding:clamp(26px, 3.2vw, 34px);
  border-radius:32px;
  border:1px solid rgba(37,99,235,.12);
  background:#ffffff;
  box-shadow:0 5px 16px rgba(33,34,38,.04);
  text-align:center;
}

.ff-project-cta__card h2{
  margin:0;
  font-size:clamp(28px, 3vw, 46px);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:500;
}

.ff-project-cta__card p{
  margin:14px auto 0;
  max-width:720px;
  color:#45474d;
  line-height:1.68;
  font-size:clamp(15px, 1.15vw, 18px);
}

.ff-project-cta__actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.ff-project-spacer{
  height:200px;
}

@media (max-width: 980px){
  .ff-project-hero__grid,
  .ff-project-summary__grid,
  .ff-project-proof__grid,
  .ff-project-step{
    grid-template-columns:1fr;
  }

  .ff-project-journey__grid{
    grid-template-columns:1fr;
  }

  .ff-project-timeline{
    display:none;
  }

  .ff-project-journey .ff-project-shell{
    max-width:1240px;
  }

  .ff-project-step__head{
    transform:none;
  }

  .ff-project-proof__quote{
    padding-left:0;
  }
}

@media (max-width: 720px){
  .ff-project-hero{
    padding:116px 0 48px;
  }

  .ff-project-summary{
    padding-bottom:8px;
  }

  .ff-project-journey{
    padding-top:52px;
  }

  .ff-project-steps{
    gap:72px;
  }

  .ff-project-summary__card,
  .ff-project-cta__card{
    padding:22px;
    border-radius:24px;
  }

  .ff-project-preview{ border-radius:24px; }

  .ff-project-proof{
    padding-top:62px;
  }

  .ff-project-cta{
    margin-top:56px;
    padding:84px 16px 72px;
    background:
      linear-gradient(180deg,
        #ffffff 0px,
        #ffffff 12px,
        rgba(255,255,255,.45) 64px,
        rgba(255,255,255,0) 150px),
      linear-gradient(180deg, #DFECFF 0%, #DFECFF 100%),
      radial-gradient(120% 90% at 12% 14%, rgba(96,165,250,.34) 0%, rgba(96,165,250,0) 66%),
      radial-gradient(110% 85% at 88% 22%, rgba(30,58,138,.21) 0%, rgba(30,58,138,0) 70%);
  }

  .ff-project-page,
  .ff-project-main,
  .ff-project-shell,
  .ff-project-hero__grid,
  .ff-project-summary__grid,
  .ff-project-proof__grid,
  .ff-project-step,
  .ff-project-proof__quote,
  .ff-project-actions{
    min-width:0;
  }

  .ff-project-page :is(h1,h2,h3,p,li,blockquote,span,a){
    overflow-wrap:break-word;
    word-break:normal;
    hyphens:none;
  }

  .ff-project-preview{
    width:100%;
    max-width:100%;
    min-height:0;
    aspect-ratio:auto;
  }

  .ff-project-preview img{
    width:100%;
    max-width:100%;
    height:auto;
  }

  .ff-project-proof__quote{
    width:100%;
    max-width:100%;
    padding-right:0;
  }

  .ff-project-proof__quote blockquote,
  .ff-project-proof__quote p,
  .ff-project-proof__brand p,
  .ff-project-title,
  .ff-project-subtitle{
    max-width:100%;
  }

  .ff-project-spacer{
    height:140px;
  }
}
