.roadmaps-hub,
.fde-roadmap {
  background: #f4f8fb;
  color: #10283d;
}
.rm-hub-hero,
.fde-hero {
  padding: 8rem 1.25rem 5rem;
  background:
    radial-gradient(circle at 85% 20%, #14b8a633, transparent 30%),
    linear-gradient(135deg, #071f36, #0a3a56 62%, #075c65);
  color: #fff;
}
.rm-hub-hero > div,
.rm-hub-body,
.fde-hero > nav,
.fde-hero-grid,
.fde-explainer,
.fde-responsibility,
.fde-stages,
.fde-usecases,
.fde-project,
.fde-ready {
  width: min(1160px, 100%);
  margin-inline: auto;
}
.rm-hub-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.rm-hub-hero p,
.rm-hub-body header p,
.fde-roadmap section header > p,
.fde-roadmap section > div > p,
.fde-hero p,
.fde-ready p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.7rem;
  color: #70e4da;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.rm-hub-hero h1,
.fde-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.rm-hub-hero > div > span,
.fde-hero-grid > div > span {
  display: block;
  max-width: 720px;
  margin-top: 1.2rem;
  color: #c9e2e9;
  font-size: 1.07rem;
  line-height: 1.75;
}
.rm-hub-hero > a,
.fde-hero nav,
.fde-hero nav a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #d9fbf7;
}
.rm-hub-body,
.fde-stages,
.fde-usecases {
  padding: 4.5rem 1.25rem;
}
.rm-hub-body > header,
.fde-stages > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.rm-hub-body h2,
.fde-roadmap section h2 {
  margin: 0.5rem 0;
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.rm-feature-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  overflow: hidden;
  border: 1px solid #c9dce5;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 55px #0c2c4217;
  transition: 0.25s;
}
.rm-feature-card:hover {
  transform: translateY(-5px);
  border-color: #36aaa8;
}
.rm-feature-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 390px;
  background: linear-gradient(150deg, #071f36, #0d5668);
  color: #a7f3e9;
}
.rm-feature-visual > * {
  min-width: 120px;
  padding: 0.6rem 1rem;
  border: 1px solid #99f6e84d;
  border-radius: 999px;
  text-align: center;
  font-size: 0.7rem;
}
.rm-feature-visual i {
  min-width: auto;
  background: #5eead4;
  color: #073046;
}
.rm-feature-copy {
  padding: clamp(2rem, 5vw, 4.5rem);
}
.rm-feature-copy > p {
  color: #087c86;
  font-weight: 800;
}
.rm-feature-copy h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}
.rm-feature-copy > span {
  display: block;
  color: #506c7d;
  line-height: 1.75;
}
.rm-feature-copy > div {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
}
.rm-feature-copy small,
.rm-feature-copy > strong {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #087c86;
  font-weight: 800;
}
.fde-hero nav {
  margin-bottom: 2rem;
}
.fde-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 4rem;
}
.fde-hero h1 em {
  color: #70e4da;
  font-style: normal;
}
.fde-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
.fde-hero-meta small {
  padding: 0.5rem 0.7rem;
  border: 1px solid #99f6e844;
  border-radius: 999px;
}
.fde-hero-grid > div > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  background: #5eead4;
  color: #073046;
  font-weight: 850;
}
.fde-mission-map {
  display: grid;
  place-items: center;
  gap: 1rem;
  min-height: 370px;
  padding: 2rem;
  border: 1px solid #99f6e838;
  border-radius: 30px;
  background: #02142352;
}
.fde-mission-map > div {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.fde-mission-map span,
.fde-mission-map strong {
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  background: #ffffff18;
  font-size: 0.67rem;
}
.fde-mission-map strong {
  display: flex;
  gap: 0.5rem;
  background: #fff;
  color: #073046;
}
.fde-explainer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  padding: 5rem 1.25rem;
}
.fde-explainer span {
  color: #4f6878;
  line-height: 1.8;
}
.fde-explainer aside,
.fde-responsibility article {
  padding: 1.5rem;
  border: 1px solid #cce0e6;
  border-radius: 20px;
  background: #fff;
}
.fde-responsibility {
  padding: 0 1.25rem 5rem;
}
.fde-responsibility > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.fde-responsibility article p {
  color: #5c7482;
}
.fde-stage-list {
  position: relative;
  display: grid;
  gap: 1.15rem;
}
.fde-stages{position:relative;overflow:hidden;border-radius:36px;background:radial-gradient(circle at 90% 5%,#2dd4bf24,transparent 28%),linear-gradient(145deg,#071f36,#0b354f);color:#fff}.fde-stages>header>span{color:#b9d3dc}.fde-roadmap-summary{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:1rem;margin:0 0 2rem;padding:1rem;border:1px solid #8debe238;border-radius:18px;background:#ffffff0a}.fde-roadmap-summary>div{display:grid;gap:.2rem;text-align:center}.fde-roadmap-summary strong{color:#79ede1;font-size:.75rem;letter-spacing:.11em}.fde-roadmap-summary span{color:#cce0e6;font-size:.82rem}.fde-roadmap-summary>svg{width:18px;color:#5eead4;animation:fdeArrow 1.8s ease-in-out infinite}.fde-stage-list article {
  display: grid;
  grid-template-columns: 92px 1fr 1.05fr;
  gap: 1.7rem;
  padding: 1.65rem;
  border: 1px solid #9adfd53d;
  border-radius: 24px;
  background:linear-gradient(115deg,#ffffff12,#ffffff09);
  box-shadow:0 18px 42px #020d1740;
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}.fde-stage-list article:hover{transform:translateX(6px);border-color:#5eead499;background:linear-gradient(115deg,#ffffff1d,#ffffff0c)
}
.fde-stage-number {
  position:relative;
  display: grid;
  place-items: center;
  align-content:start;
  gap:.55rem;
}
.fde-stage-number span {
  font-size: 1.7rem;
  font-weight: 900;
  color: #75e8dc;
}
.fde-stage-number i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background:linear-gradient(145deg,#1fc7bb,#087181);
  color: #fff;
  box-shadow:0 0 0 7px #5eead414,0 12px 24px #020f193d;
}
.fde-stage-number b{position:absolute;top:94px;bottom:-48px;width:2px;background:linear-gradient(#35cabb,#35cabb22);overflow:hidden}.fde-stage-number b:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,#c5fff8,transparent);animation:fdeRail 2.5s linear infinite}
.fde-stage-main h3 {
  margin:.6rem 0 1rem;
  color:#fff;
  font-size: 1.45rem;
}
.fde-stage-main>small{display:flex;align-items:center;gap:.4rem;color:#72e8dd;font-weight:850;letter-spacing:.08em}.fde-stage-main>small svg{width:15px}.fde-stage-main>small em{margin-left:auto;padding:.3rem .55rem;border-radius:999px;background:#ffffff12;color:#c9dde4;font-style:normal;font-size:.7rem;letter-spacing:0}
.fde-stage-main ul {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  list-style: none;
}
.fde-stage-main li {
  display: flex;
  gap: 0.5rem;
  color: #c8dce3;
}
.fde-stage-main li svg {
  flex: none;
  width: 17px;
  color: #13a39d;
}
.fde-stage-proof {
  display:grid;
  gap:.7rem;
  padding:0;
  background:transparent;
}
.fde-stage-proof>div{padding:1rem;border:1px solid #ffffff14;border-radius:15px;background:#031a2a6b}.fde-stage-proof>div:last-child{border-color:#5eead43d;background:#0b75612b}
.fde-stage-proof p {
  display:flex;align-items:center;gap:.35rem;color:#69e3d8;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.fde-stage-proof span,
.fde-stage-proof strong {
  display: block;
  color:#d8e7eb;
  line-height: 1.55;
}
.fde-stage-proof strong{color:#fff}.fde-stage-proof p svg{width:14px}.fde-roadmap-finish{display:flex;align-items:center;gap:1rem;margin-top:1.3rem;padding:1.25rem 1.4rem;border:1px solid #5eead466;border-radius:18px;background:linear-gradient(90deg,#0c7265,#0c5265)}.fde-roadmap-finish>svg{width:34px;height:34px;color:#8ff5e9}.fde-roadmap-finish small,.fde-roadmap-finish strong,.fde-roadmap-finish span{display:block}.fde-roadmap-finish small{color:#83f2e6;font-weight:850;letter-spacing:.11em}.fde-roadmap-finish strong{margin:.25rem 0;font-size:1.1rem}.fde-roadmap-finish span{color:#cce3e6}@keyframes fdeRail{from{transform:translateY(-100%)}to{transform:translateY(100%)}}
.fde-usecases > div:not(.fde-usecase-pattern) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
  margin-top: 1.3rem;
}
.fde-usecases .fde-usecase-card {
  position:relative;overflow:hidden;padding:0;
  border:1px solid #c5dce4;border-radius:24px;
  background:#fff;
  color: #fff;
  box-shadow:0 18px 42px #0a344a12;transition:transform .25s ease,box-shadow .25s ease;
}
.fde-usecases .fde-usecase-card:hover{transform:translateY(-5px);box-shadow:0 25px 52px #0a344a20}.fde-usecases .fde-usecase-card:last-child {
  grid-column: 1/-1;
}
.fde-usecase-card>header{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.35rem;background:linear-gradient(120deg,#082d49,#0b5967)}.fde-usecase-card>header i{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#5eead4;color:#07354c}.fde-usecase-card>header i svg{width:23px}.fde-usecase-card>header small{color:#84ece2;font-weight:850;letter-spacing:.09em}.fde-usecase-card>header h3{margin:.2rem 0 0;font-size:1.35rem}.fde-usecase-card>header b{margin-left:auto;color:#ffffff18;font-size:3rem}.fde-usecase-journey{display:grid;gap:.15rem;padding:1.15rem;color:#17384b}.fde-usecase-journey section{display:flex;gap:.75rem;padding:1rem;border-radius:14px;background:#f3f8fa}.fde-usecase-journey section:nth-of-type(2){background:#e9f7f6}.fde-usecase-journey section:nth-of-type(3){border:1px solid #80d9d0;background:#f3fffd}.fde-usecase-journey em{flex:none;color:#0c9294;font-size:.72rem;font-style:normal;font-weight:900}.fde-usecase-journey strong{display:block;color:#0b7880;font-size:.68rem;letter-spacing:.09em}.fde-usecase-journey p{margin:.35rem 0 0;color:#536d7b;line-height:1.58}.fde-usecase-arrow{width:18px;margin:auto;color:#159a9a;transform:rotate(90deg);animation:fdeUsecaseFlow 1.8s ease-in-out infinite}.fde-usecase-pattern{display:flex;align-items:center;justify-content:center;gap:.7rem;margin-top:2rem;padding:.9rem;border:1px solid #c9dfe5;border-radius:16px;background:#edf6f7}.fde-usecase-pattern span{color:#0b747d;font-size:.7rem;font-weight:850;letter-spacing:.09em}.fde-usecase-pattern svg{width:16px;color:#18a5a3}.fde-transferable-skill{display:flex;align-items:center;gap:1rem;margin-top:1.2rem;padding:1.25rem;border-radius:18px;background:#0b304b;color:#fff}.fde-transferable-skill>svg{flex:none;width:34px;height:34px;color:#64e7dc}.fde-transferable-skill small,.fde-transferable-skill strong,.fde-transferable-skill span{display:block}.fde-transferable-skill small{color:#70e8dd;font-weight:850;letter-spacing:.1em}.fde-transferable-skill strong{margin:.25rem 0}.fde-transferable-skill span{color:#c9dfe5}@keyframes fdeUsecaseFlow{50%{transform:rotate(90deg) translateX(4px);opacity:.45}}
.fde-project {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-block: 3rem;
  padding: 3rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #0b5264, #087579);
  color: #fff;
}
.fde-project ol {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  list-style: none;
}
.fde-project li {
  display: flex;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid #ffffff26;
  border-radius: 14px;
}
.fde-project li span,
.fde-project li strong {
  display: block;
}
.fde-ready {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1.25rem;
}
.fde-ready > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #087c86;
  font-weight: 850;
}
.fde-impact,.fde-fit,.fde-opportunity{width:min(1160px,100%);margin-inline:auto;padding:4.5rem 1.25rem}.fde-impact header>span,.fde-fit header>span,.fde-opportunity header>span{display:block;max-width:820px;color:#557080;line-height:1.75}.fde-impact-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:1rem;margin-top:2rem}.fde-impact-flow article,.fde-fit article{padding:1.4rem;border:1px solid #c8dce4;border-radius:20px;background:#fff}.fde-impact-flow article{min-height:165px}.fde-impact-flow article small,.fde-market-grid small{color:#0b8b90;font-weight:900;letter-spacing:.1em}.fde-impact-flow article strong,.fde-impact-flow article span{display:block}.fde-impact-flow article strong{margin:.7rem 0}.fde-impact-flow article span,.fde-fit article p{color:#59717f;line-height:1.6}.fde-impact-flow>svg{width:22px;color:#0b9495;animation:fdeArrow 1.8s ease-in-out infinite}.fde-fit>div{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:2rem}.fde-fit article svg{width:21px;color:#0c9897}.fde-fit article h3{margin:.7rem 0 .35rem;font-size:1.05rem}.fde-fit article p{margin:0}.fde-fit aside,.fde-market-advice{display:flex;gap:1rem;margin-top:1rem;padding:1.2rem;border-radius:16px;background:#e6f4f4}.fde-fit aside svg,.fde-market-advice svg{flex:none;color:#07878a}.fde-fit aside p,.fde-market-advice p{margin:0}.fde-fit aside strong,.fde-fit aside span,.fde-market-advice strong,.fde-market-advice span{display:block}.fde-fit aside span,.fde-market-advice span{margin-top:.3rem;color:#4f6877;line-height:1.6}.fde-market-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.fde-market-grid article{padding:1.6rem;border-radius:22px;background:#0b304b;color:#fff}.fde-market-grid article h3{margin:.7rem 0;font-size:1.35rem}.fde-market-grid article p,.fde-market-grid li{color:#d2e5ea;line-height:1.65}.fde-market-sources{color:#647b88;font-size:.82rem;line-height:1.6}.fde-market-sources a{color:#087c86;text-decoration:underline;text-underline-offset:3px}.fde-mission-map>i{animation:fdePulse 2.4s ease-in-out infinite}.fde-mission-map>div span{animation:fdeStage 5s ease-in-out infinite}.fde-mission-map>div span:nth-of-type(2){animation-delay:1s}.fde-mission-map>div span:nth-of-type(3){animation-delay:2s}.fde-mission-map>strong{animation:fdeFloat 3s ease-in-out infinite}@keyframes fdeArrow{50%{transform:translateX(5px);opacity:.5}}@keyframes fdePulse{50%{transform:scale(1.08);box-shadow:0 0 0 12px #5eead41a}}@keyframes fdeStage{0%,35%,100%{background:#ffffff18;color:#fff}15%{background:#5eead4;color:#073046}}@keyframes fdeFloat{50%{transform:translateY(-7px)}}@media(prefers-reduced-motion:reduce){.fde-impact-flow>svg,.fde-mission-map>i,.fde-mission-map>div span,.fde-mission-map>strong{animation:none}}
@media (max-width: 850px) {
  .fde-impact-flow{grid-template-columns:1fr}.fde-impact-flow>svg{margin:auto;transform:rotate(90deg)}.fde-fit>div{grid-template-columns:repeat(2,1fr)}.fde-market-grid{grid-template-columns:1fr}
  .rm-hub-hero,
  .rm-hub-body > header,
  .fde-stages > header {
    align-items: start;
    flex-direction: column;
  }
  .rm-feature-card,
  .fde-hero-grid,
  .fde-explainer,
  .fde-project {
    grid-template-columns: 1fr;
  }
  .fde-responsibility > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .fde-stage-list article {
    grid-template-columns: 65px 1fr;
  }
  .fde-stage-proof {
    grid-column: 2;
  }
  .fde-ready {
    grid-template-columns: auto 1fr;
  }
  .fde-ready > a {
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .fde-roadmap-summary{grid-template-columns:1fr}.fde-roadmap-summary>svg{margin:auto;transform:rotate(90deg)}
  .fde-fit>div{grid-template-columns:1fr}
  .fde-usecase-pattern{align-items:stretch;flex-direction:column;text-align:center}.fde-usecase-pattern svg{margin:auto;transform:rotate(90deg)}.fde-transferable-skill{align-items:flex-start}
  .fde-responsibility > div,
  .fde-usecases > div:not(.fde-usecase-pattern) {
    grid-template-columns: 1fr;
  }
  .fde-stage-list article {
    grid-template-columns: 1fr;
  }
  .fde-stage-proof,
  .fde-usecases article:last-child {
    grid-column: auto;
  }
  .fde-stage-number{grid-template-columns:auto auto;justify-content:start}.fde-stage-number b{display:none}.fde-stage-list article:hover{transform:none}
  .fde-project {
    margin-inline: 1rem;
  }
  .fde-ready {
    grid-template-columns: 1fr;
  }
}
@media(prefers-reduced-motion:reduce){.fde-usecase-arrow{animation:none}}
.fde-faq{width:min(1160px,100%);margin:2rem auto;padding:4rem 1.25rem}.fde-faq>header>span{display:block;color:#59717f}.fde-faq>div{margin-top:1.5rem;border-block:1px solid #c9dce4}.fde-faq details{padding:1.1rem 0;border-bottom:1px solid #d7e5ea}.fde-faq details:last-child{border:0}.fde-faq summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;color:#17384b;font-size:1.04rem;font-weight:800;list-style:none}.fde-faq summary span{color:#07878a;font-size:1.5rem;font-weight:400;transition:transform .2s}.fde-faq details[open] summary span{transform:rotate(45deg)}.fde-faq details>p{max-width:850px;margin:.8rem 0 0;color:#58717e;line-height:1.7}
