.process-page { background: #f4f7f9; }
.process-site-header { background: #06172bed; }
.process-language-switch a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 28px; border-radius: 999px;
  color: #dce8f5; font-size: 11px; font-weight: 800;
}
.process-language-switch a.active { background: #fff; color: var(--blue); }
.process-hero {
  position: relative; min-height: 760px; overflow: hidden; color: #fff;
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(30px, 6vw, 86px); align-items: center;
  padding: 150px max(28px, calc((100vw - 1160px)/2)) 100px;
  background: linear-gradient(135deg, #06172b 0%, #0b315d 55%, #08223f 100%);
}
.process-hero::after {
  content: ""; position: absolute; inset: auto -12% -42% 30%; height: 620px;
  border-radius: 50%; background: radial-gradient(circle, #ed7a1328 0%, transparent 67%);
}
.process-hero-bg span { position: absolute; border: 1px solid #ffffff12; border-radius: 50%; }
.process-hero-bg span:nth-child(1) { width: 520px; height: 520px; top: 70px; inset-inline-start: -260px; }
.process-hero-bg span:nth-child(2) { width: 360px; height: 360px; top: 170px; inset-inline-start: -180px; }
.process-hero-bg span:nth-child(3) { width: 760px; height: 760px; bottom: -520px; inset-inline-end: -160px; }
.process-hero-content { position: relative; z-index: 2; max-width: 690px; }
.process-hero-content .eyebrow { border-color: #ffffff2b; }
.process-hero h1 { margin: 0; font-size: clamp(40px, 5.3vw, 70px); line-height: 1.18; font-weight: 950; }
.process-lead { margin: 26px 0 0; color: #dce8f2; line-height: 2.05; font-size: clamp(15px, 1.3vw, 18px); }
.process-proof-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.process-proof-chips span { padding: 10px 14px; border: 1px solid #ffffff26; border-radius: 999px; background: #ffffff0e; color: #f3f7fb; font-size: 12px; font-weight: 800; }
.process-hero-visual { position: relative; z-index: 2; width: min(100%, 560px); aspect-ratio: 4/3; margin-inline: auto; }
.flow-core { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; width: 190px; height: 190px; border-radius: 36px; display: grid; place-items: center; background: #ffffff; border: 1px solid #ffffff80; box-shadow: 0 36px 88px #0006, inset 0 0 0 10px #f2f5f8; z-index: 4; }
.flow-core img { width: 154px; height: 70px; object-fit: contain; }
.flow-node { position: absolute; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; background: #ffffff12; border: 1px solid #ffffff3d; color: #fff; font-weight: 950; box-shadow: 0 18px 40px #0003; z-index: 3; backdrop-filter: blur(10px); }
.node-a { top: 7%; inset-inline-start: 2%; } .node-b { top: 0; inset-inline-start: calc(50% - 36px); } .node-c { top: 7%; inset-inline-end: 2%; }
.node-d { bottom: 7%; inset-inline-start: 2%; } .node-e { bottom: 0; inset-inline-start: calc(50% - 36px); } .node-f { bottom: 7%; inset-inline-end: 2%; }
.flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.flow-lines path { fill: none; stroke: #7fb6e36b; stroke-width: 2; stroke-dasharray: 8 9; }
.process-intro-section { width: min(1160px, calc(100% - 36px)); margin: 104px auto; }
.process-intro-section .section-head > p:last-child { max-width: 790px; margin: 18px auto 0; }
.process-timeline { position: relative; display: grid; gap: 22px; margin-top: 44px; }
.process-timeline::before { content: ""; position: absolute; top: 70px; bottom: 70px; inset-inline-start: 50%; width: 2px; background: linear-gradient(var(--orange), #b8c9d8, var(--blue)); transform: translateX(-50%); }
.process-step { position: relative; display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 30px; align-items: center; width: calc(50% - 34px); padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 46px #1020330d; }
.process-step:nth-child(odd) { margin-inline-end: calc(50% + 34px); }
.process-step:nth-child(even) { margin-inline-start: calc(50% + 34px); }
.process-step:nth-child(even)::before, .process-step:nth-child(odd)::before { content: ""; position: absolute; top: 50%; width: 34px; height: 2px; background: #c2d0dc; }
.process-step:nth-child(odd)::before { inset-inline-end: -35px; } .process-step:nth-child(even)::before { inset-inline-start: -35px; }
.step-visual { position: relative; min-height: 150px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg, #07192d, #103f7a); overflow: hidden; }
.step-visual::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: #ed7a1327; inset: -40px -30px auto auto; }
.step-icon svg { width: 66px; height: 66px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.step-index { position: absolute; inset: auto 12px 8px auto; color: #ffffff45; font-size: 34px; font-weight: 950; direction: ltr; }
.rtl .step-index { inset: auto auto 8px 12px; }
.step-copy { text-align: start; }
.step-kicker { margin: 0 0 8px !important; color: var(--orange) !important; font-size: 11px !important; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; text-align: start !important; }
.process-step h2 { margin: 0 0 10px; font-size: clamp(21px, 2vw, 27px); line-height: 1.45; }
.process-step .step-copy > p:last-child { margin: 0; color: var(--muted); line-height: 2; font-size: 14px; text-align: start; }
.process-value-section { margin: 112px 0 0; padding: 88px max(18px, calc((100vw - 1160px)/2)); background: linear-gradient(135deg, #07192d, #0d315c); color: #fff; }
.light-head h2 { color: #fff; margin-inline: auto; }
.process-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 38px; }
.process-value-grid article { padding: 28px 24px; border: 1px solid #ffffff22; border-radius: 14px; background: #ffffff0d; text-align: center; }
.process-value-grid span { display: inline-block; margin-bottom: 18px; color: var(--orange); font-weight: 950; direction: ltr; }
.process-value-grid h3 { margin: 0 0 12px; font-size: 19px; line-height: 1.55; }
.process-value-grid p { margin: 0; color: #cedbe7; font-size: 13.5px; line-height: 2; }
.process-note { width: min(980px, calc(100% - 36px)); margin: 74px auto; display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: start; padding: 28px 30px; border: 1px solid #efd2b3; border-radius: 14px; background: #fff8f0; }
.note-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-family: Georgia, serif; font-size: 24px; font-weight: 900; }
.process-note h2 { margin: 0 0 8px; font-size: 21px; }
.process-note p { margin: 0; color: #6c5a49; line-height: 2; font-size: 14px; text-align: start; }
.process-cta { width: min(1160px, calc(100% - 36px)); margin: 74px auto 100px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; padding: clamp(30px, 5vw, 58px); border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 58px #10203312; }
.process-cta h2 { margin: 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.4; }
.process-cta p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); line-height: 2; max-width: 720px; }
.process-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.process-cta .secondary-link { color: var(--blue); border-color: #b9c9d8; background: #f7fafc; }
.process-footer { align-items: center; }
@media (max-width: 1080px) {
  .process-hero { grid-template-columns: 1fr; text-align: center; padding-top: 160px; }
  .process-hero-content { margin-inline: auto; }
  .process-proof-chips { justify-content: center; }
  .process-hero-visual { max-width: 520px; }
  .process-step { grid-template-columns: 140px minmax(0, 1fr); }
  .process-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .process-timeline::before { inset-inline-start: 28px; transform: none; }
  .rtl .process-timeline::before { inset-inline-start: auto; inset-inline-end: 28px; }
  .process-step, .process-step:nth-child(odd), .process-step:nth-child(even) { width: calc(100% - 56px); margin-inline-start: 56px; margin-inline-end: 0; grid-template-columns: 118px minmax(0, 1fr); }
  .rtl .process-step, .rtl .process-step:nth-child(odd), .rtl .process-step:nth-child(even) { margin-inline-start: 0; margin-inline-end: 56px; }
  .process-step:nth-child(odd)::before, .process-step:nth-child(even)::before { width: 28px; inset-inline-start: -29px; inset-inline-end: auto; }
  .rtl .process-step:nth-child(odd)::before, .rtl .process-step:nth-child(even)::before { inset-inline-start: auto; inset-inline-end: -29px; }
  .process-cta { grid-template-columns: 1fr; text-align: center; }
  .process-cta p:not(.eyebrow), .process-cta .eyebrow { margin-inline: auto; }
}
@media (max-width: 620px) {
  .process-site-header .main-nav { display: none; }
  .process-hero { min-height: auto; padding: 132px 18px 72px; }
  .process-hero h1 { font-size: 35px; }
  .process-hero-visual { aspect-ratio: 1/1; }
  .flow-core { width: 130px; height: 130px; border-radius: 28px; }
  .flow-core img { width: 108px; }
  .flow-node { width: 54px; height: 54px; border-radius: 17px; font-size: 12px; }
  .node-b { inset-inline-start: calc(50% - 27px); } .node-e { inset-inline-start: calc(50% - 27px); }
  .process-intro-section { margin: 72px auto; }
  .process-timeline::before { display: none; }
  .process-step, .process-step:nth-child(odd), .process-step:nth-child(even), .rtl .process-step, .rtl .process-step:nth-child(odd), .rtl .process-step:nth-child(even) { width: 100%; margin: 0; grid-template-columns: 1fr; padding: 18px; }
  .process-step::before { display: none; }
  .step-visual { min-height: 128px; }
  .step-copy, .step-kicker, .process-step .step-copy > p:last-child { text-align: center !important; }
  .process-value-section { padding-block: 66px; }
  .process-value-grid { grid-template-columns: 1fr; }
  .process-note { grid-template-columns: 1fr; text-align: center; padding: 24px; }
  .note-mark { margin-inline: auto; }
  .process-note p { text-align: center; }
  .process-cta { margin-bottom: 72px; padding: 28px 20px; }
  .process-cta-actions { display: grid; }
  .process-footer { text-align: center; }
}
