/* RAFimport patch v69: transparent car area and 30-35% larger process cards */
.raf-process-five{
  position:relative;
  overflow:hidden;
  padding:72px 0 86px;
  background:
    radial-gradient(circle at 6% 22%,rgba(30,151,224,.10),transparent 28%),
    radial-gradient(circle at 92% 78%,rgba(13,106,170,.08),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f6fafe 100%);
}
.raf-process-five::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg,rgba(255,255,255,.56),transparent 38%,rgba(234,246,254,.42));
}
.raf-process-five__container{
  position:relative;
  z-index:1;
  max-width:1400px;
}
.raf-process-five__head{
  max-width:930px;
  margin-bottom:36px;
}
.raf-process-five__head>span{
  display:block;
  color:#1687c7;
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.23em;
  text-transform:uppercase;
}
.raf-process-five__head h2{
  margin:14px 0 0;
  color:#07111f;
  font-size:clamp(40px,3.25vw,56px);
  line-height:.98;
  letter-spacing:-.055em;
  text-transform:uppercase;
  text-wrap:balance;
}
.raf-process-five__composition{
  display:grid;
  grid-template-columns:minmax(300px,360px) minmax(0,1fr);
  align-items:center;
  gap:24px;
  min-height:380px;
}
.raf-process-five__car-wrap{
  position:relative;
  min-height:330px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
.raf-process-five__car{
  position:relative;
  z-index:1;
  width:132%;
  max-width:none;
  height:auto;
  transform:translateX(-8%);
  filter:drop-shadow(0 25px 28px rgba(8,18,30,.18));
  pointer-events:none;
}
.raf-process-five__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,clamp(200px,12.2vw,250px));
  justify-content:start;
  gap:14px;
  min-width:0;
}
.raf-process-five-card{
  position:relative;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  aspect-ratio:1 / 1;
  min-width:0;
  padding:22px 20px 20px;
  overflow:hidden;
  border:1px solid rgba(74,178,237,.58);
  border-radius:28px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.07),transparent 46%),
    linear-gradient(145deg,#174f79 0%,#0b3859 46%,#04233a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 22px 46px rgba(6,40,65,.20);
  color:#fff;
  isolation:isolate;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
.raf-process-five-card::after{
  content:"";
  position:absolute;
  inset:auto -26% -46% 18%;
  height:62%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(29,159,226,.24),transparent 69%);
  z-index:-1;
  pointer-events:none;
}
.raf-process-five-card:hover{
  transform:translateY(-9px);
  border-color:rgba(62,201,255,.98);
  background:
    linear-gradient(145deg,rgba(255,255,255,.10),transparent 46%),
    linear-gradient(145deg,#1b628f 0%,#0e466d 48%,#062d4a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 30px 60px rgba(8,103,160,.31),
    0 0 0 4px rgba(32,174,239,.10);
}
.raf-process-five-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.raf-process-five-card__number{
  color:#45c4ff;
  font-size:14px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
}
.raf-process-five-card__icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:15px;
  background:linear-gradient(145deg,rgba(58,188,255,.28),rgba(8,96,158,.10));
  box-shadow:inset 0 0 0 1px rgba(116,214,255,.20),0 10px 22px rgba(0,90,150,.18);
}
.raf-process-five-card__icon img,
.raf-process-five-card__icon svg{
  display:block;
  width:39px;
  height:39px;
  object-fit:contain;
  filter:drop-shadow(0 7px 12px rgba(17,153,223,.30));
}
.raf-process-five-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(15px,1.02vw,19px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:.01em;
  text-transform:uppercase;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.raf-process-five-card p{
  margin:auto 0 0;
  color:rgba(233,243,250,.91);
  font-size:clamp(11.5px,.72vw,13.5px);
  line-height:1.38;
  font-weight:500;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
@media (max-width:1500px){
  .raf-process-five{padding:58px 0 66px;}
  .raf-process-five__composition{display:block;min-height:0;}
  .raf-process-five__car-wrap{min-height:270px;margin:-10px auto 12px;max-width:620px;}
  .raf-process-five__car{width:min(620px,92vw);transform:none;}
  .raf-process-five__grid{
    grid-template-columns:repeat(3,minmax(220px,250px));
    justify-content:center;
    gap:16px;
  }
}
@media (max-width:860px){
  .raf-process-five__grid{
    width:min(620px,100%);
    margin:0 auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
}
@media (max-width:620px){
  .raf-process-five{padding:44px 0 50px;}
  .raf-process-five__head{margin-bottom:22px;}
  .raf-process-five__head h2{font-size:clamp(31px,9vw,42px);}
  .raf-process-five__car-wrap{min-height:220px;margin:-6px auto 12px;}
  .raf-process-five__grid{
    width:min(350px,100%);
    grid-template-columns:1fr;
    gap:14px;
  }
  .raf-process-five-card{
    aspect-ratio:1 / 1;
    padding:24px 22px 22px;
  }
  .raf-process-five-card h3{font-size:20px;}
  .raf-process-five-card p{font-size:14px;line-height:1.42;}
}
