.guide-page{background:#fff;color:var(--navy);min-height:100vh}.guide-variant{position:relative;padding:120px 0 68px;border-top:1px solid #edf2f5;overflow:hidden}.guide-variant:first-child{border-top:0}.guide-variant:nth-child(even){background:#fbfdfe}.guide-variant:nth-child(odd){background:#fff}.guide-variant-head{text-align:center;max-width:960px;margin:0 auto 32px;padding:0 20px}.guide-variant-number{display:block;width:max-content;margin:0 auto 10px;padding:6px 11px;border-radius:999px;background:#f5f8fa;color:#8390a1;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.guide-kicker-pill{display:inline-flex!important;justify-content:center;margin:0 auto 14px!important}.guide-variant-head h2{margin:0 0 14px;font-size:52px;line-height:1.12;letter-spacing:-1.8px;color:var(--navy)}.guide-variant-head h2 span{color:var(--teal)}.guide-variant-head p{margin:0 auto;max-width:800px;font-size:18px;line-height:1.58;color:#5f6e83}.guide-stage{max-width:1450px;margin:0 auto;padding:0 28px}.guide-grid{display:grid;grid-template-columns:minmax(290px,390px) minmax(420px,1fr) minmax(290px,390px);gap:20px 52px;align-items:start}.guide-column{display:grid;gap:18px}.guide-card{display:grid;gap:10px;min-height:126px;padding:17px 20px;border:1px solid #e3ebf0;border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(17,35,63,.065)}.guide-card h3{margin:0;font-size:18px;line-height:1.22;color:var(--navy);text-align:left}.guide-card-body{display:grid;grid-template-columns:54px 1fr;gap:13px;align-items:start}.guide-card-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#eef8f9;color:var(--teal);border:1px solid #d4eaed}.guide-card-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.guide-card p{margin:0;font-size:14px;line-height:1.48;color:#5e6c82}.guide-center-column{display:flex;flex-direction:column;align-items:center;padding-top:8px}.guide-center{width:100%;height:380px;display:flex;align-items:flex-end;justify-content:center}.guide-center img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(17,35,63,.14))}.guide-cta{display:inline-flex;align-items:center;gap:12px;margin-top:10px;border-radius:12px;padding:15px 24px;background:linear-gradient(135deg,var(--teal),var(--teal2));color:#fff;font-size:16px;font-weight:800;box-shadow:0 12px 24px rgba(7,143,157,.17)}.guide-note{text-align:center;margin:9px 0 0;color:#68778b;font-size:12.5px}
@media(max-width:1180px){.guide-variant{padding-top:106px}.guide-variant-head h2{font-size:46px}.guide-grid{grid-template-columns:1fr 1fr;gap:18px}.guide-center-column{grid-column:1/-1;grid-row:1}.guide-center{height:350px;max-width:660px}.guide-column.left{grid-column:1;grid-row:2}.guide-column.right{grid-column:2;grid-row:2}}
@media(max-width:700px){.guide-variant{padding:94px 0 46px}.guide-variant-head{margin-bottom:22px;padding:0 18px}.guide-variant-head h2{font-size:36px;line-height:1.16;letter-spacing:-1px}.guide-variant-head p{font-size:16px;line-height:1.52}.guide-stage{padding:0 16px}.guide-grid{display:flex;flex-direction:column;gap:12px}.guide-center-column{order:1;width:100%}.guide-center{height:260px;max-width:520px}.guide-cta{width:100%;max-width:420px;justify-content:center;margin-top:8px}.guide-column.left{order:2;width:100%}.guide-column.right{order:3;width:100%}.guide-card{min-height:0;padding:14px 16px}.guide-card h3{font-size:17px}.guide-card-body{grid-template-columns:48px 1fr}.guide-card-icon{width:44px;height:44px}.guide-card p{font-size:13.5px}}


/* v28 final selected variant and CTA hover refinement */
.guide-variant-featured{background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);padding-top:140px}
.guide-variant-featured .guide-variant-number{background:#eef8f9;color:var(--teal2)}
.guide-variant-featured .guide-note{margin-top:10px;font-size:13px;color:#65728a}
.guide-cta{transition:background .22s ease,box-shadow .22s ease,transform .22s ease}
.guide-cta:hover{background:var(--navy);box-shadow:0 12px 26px rgba(17,35,63,.24);transform:translateY(-1px)}
@media(max-width:700px){.guide-variant-featured{padding-top:110px}}


/* v29 — final content refinement */
.guide-variant-featured{padding-top:108px}
.guide-variant-featured .guide-variant-head{margin-bottom:32px}
@media(max-width:1180px){.guide-variant-featured{padding-top:100px}}
@media(max-width:700px){.guide-variant-featured{padding-top:92px}}


/* v30 — final single version */
@media(min-width:1181px){
  .guide-grid{align-items:stretch}
  .guide-center-column{align-self:stretch;justify-content:center;padding-top:0}
}
.guide-cta{transition:background .22s ease,box-shadow .22s ease}
.guide-cta:hover{background:var(--navy);box-shadow:0 12px 26px rgba(17,35,63,.24);transform:none}

/* v31 — larger step descriptions */
.guide-card p{font-size:16px;line-height:1.5}
@media(max-width:700px){
  .guide-card p{font-size:15px;line-height:1.5}
}


/* v36 — guide readability refinements */
.guide-kicker-pill{font-weight:700}
.guide-card p{font-size:16px;line-height:1.56;color:#4d5d74}
.guide-note{color:#5d6f86;font-size:13px}
@media(max-width:700px){.guide-card p{font-size:15.5px;line-height:1.52}}


/* v38 — larger transparent guide icons + unified h2 descriptive copy */
.guide-variant-head p,
.community-home-head p{
  font-size:20px!important;
  line-height:1.62!important;
  color:#5c6d83!important;
  max-width:860px!important;
  margin:0 auto!important;
  font-weight:500!important;
  letter-spacing:-.01em;
}
.guide-card{
  min-height:148px;
}
.guide-card-body{
  grid-template-columns:86px 1fr!important;
  gap:16px!important;
  align-items:center!important;
}
.guide-card-icon{
  width:82px!important;
  height:82px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(7,143,157,.055)!important;
  border:1px solid rgba(7,143,157,.10)!important;
  color:var(--teal)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
.guide-card-icon svg{
  width:58px!important;
  height:58px!important;
  overflow:visible;
}
.guide-card-icon svg *{
  vector-effect:non-scaling-stroke;
}
.guide-card p{
  color:#4d5d74!important;
}
@media(max-width:900px){
  .guide-variant-head p,
  .community-home-head p{
    font-size:18px!important;
    line-height:1.58!important;
  }
}
@media(max-width:700px){
  .guide-card{min-height:136px}
  .guide-card-body{grid-template-columns:74px 1fr!important;gap:14px!important;align-items:start!important}
  .guide-card-icon{width:70px!important;height:70px!important}
  .guide-card-icon svg{width:50px!important;height:50px!important}
  .guide-variant-head p,
  .community-home-head p{font-size:17px!important;line-height:1.56!important}
}

/* v39 — guide icons matched closer to approved proposal */
.guide-card{
  min-height:146px;
}
.guide-card-body{
  grid-template-columns:74px 1fr!important;
  gap:18px!important;
  align-items:center!important;
}
.guide-card-icon{
  width:68px!important;
  height:68px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:radial-gradient(circle at center, rgba(7,143,157,.06) 0%, rgba(7,143,157,.06) 64%, rgba(7,143,157,0) 65%)!important;
  border:0!important;
  box-shadow:none!important;
  color:var(--teal)!important;
  flex-shrink:0;
}
.guide-card-icon svg{
  width:60px!important;
  height:60px!important;
  display:block;
  overflow:visible;
}
.guide-card-icon svg g{
  stroke-width:3.4;
}
.guide-card h3{
  margin-bottom:2px;
}
@media(max-width:700px){
  .guide-card-body{
    grid-template-columns:72px 1fr!important;
    gap:16px!important;
  }
  .guide-card-icon{
    width:66px!important;
    height:66px!important;
  }
  .guide-card-icon svg{
    width:58px!important;
    height:58px!important;
  }
}

/* v40 — approved guide icon artwork integrated as transparent image assets */
.guide-card{
  min-height:154px;
}
.guide-card-body{
  grid-template-columns:92px 1fr !important;
  gap:16px !important;
  align-items:center !important;
}
.guide-card-icon{
  width:88px !important;
  height:88px !important;
  position:relative;
  display:grid !important;
  place-items:center !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible;
}
.guide-card-icon::before{
  content:"";
  position:absolute;
  width:62px;
  height:62px;
  border-radius:50%;
  background:rgba(7,143,157,.065);
  border:1px solid rgba(7,143,157,.08);
}
.guide-card-icon img{
  position:relative;
  z-index:1;
  width:80px;
  height:80px;
  display:block;
  object-fit:contain;
}
.guide-card h3{
  margin-bottom:3px;
}
.guide-card p{
  color:#4d5d74 !important;
}

@media(max-width:700px){
  .guide-card{
    min-height:144px;
  }
  .guide-card-body{
    grid-template-columns:82px 1fr !important;
    gap:14px !important;
    align-items:center !important;
  }
  .guide-card-icon{
    width:78px !important;
    height:78px !important;
  }
  .guide-card-icon::before{
    width:56px;
    height:56px;
  }
  .guide-card-icon img{
    width:72px;
    height:72px;
  }
}

/* v41 — tighter step cards, slightly smaller icons, identical guide width */
.guide-stage{
  width:min(1450px,100%);
  max-width:1450px;
  margin-left:auto;
  margin-right:auto;
}
#cum-functioneaza-home .guide-stage{
  width:min(1450px,100%);
  max-width:1450px;
  margin-left:auto;
  margin-right:auto;
}
.guide-card{
  min-height:138px;
  padding:13px 16px;
  gap:7px;
}
.guide-card-body{
  grid-template-columns:74px 1fr!important;
  gap:12px!important;
}
.guide-card-icon,
#cum-functioneaza-home .guide-card-icon{
  width:72px!important;
  height:72px!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}
.guide-card-icon::before,
#cum-functioneaza-home .guide-card-icon::before{
  width:48px;
  height:48px;
  background:rgba(7,143,157,.06);
  border:1px solid rgba(7,143,157,.07);
}
.guide-card-icon img,
#cum-functioneaza-home .guide-card-icon img{
  width:66px;
  height:66px;
}
@media(max-width:700px){
  .guide-stage,
  #cum-functioneaza-home .guide-stage{
    width:100%;
  }
  .guide-card,
  #cum-functioneaza-home .guide-card{
    min-height:0;
    padding:12px 14px;
    gap:6px;
  }
  .guide-card-body,
  #cum-functioneaza-home .guide-card-body{
    grid-template-columns:68px 1fr!important;
    gap:11px!important;
    align-items:center!important;
  }
  .guide-card-icon,
  #cum-functioneaza-home .guide-card-icon{
    width:64px!important;
    height:64px!important;
  }
  .guide-card-icon::before,
  #cum-functioneaza-home .guide-card-icon::before{
    width:44px;
    height:44px;
  }
  .guide-card-icon img,
  #cum-functioneaza-home .guide-card-icon img{
    width:58px;
    height:58px;
  }
}

/* v42 — desktop guide columns closer together, slightly larger center vehicle */
@media(min-width:1181px){
  .guide-stage,
  #cum-functioneaza-home .guide-stage{
    padding:0 20px;
  }
  .guide-grid{
    grid-template-columns:minmax(290px,372px) minmax(520px,1fr) minmax(290px,372px);
    gap:16px 18px;
    align-items:start;
  }
  .guide-column{
    gap:16px;
  }
  .guide-center-column{
    padding-top:0;
  }
  .guide-center{
    height:428px;
  }
  .guide-center img{
    max-width:110%;
    max-height:110%;
  }
}

/* v44 — larger center vehicle, tighter icon/text spacing, new step-3 handshake icon */
.guide-card-body{
  grid-template-columns:66px 1fr!important;
  column-gap:8px!important;
}
.guide-card-icon,
#cum-functioneaza-home .guide-card-icon{
  width:64px!important;
  height:64px!important;
}
.guide-card-icon::before,
#cum-functioneaza-home .guide-card-icon::before{
  width:42px;
  height:42px;
}
.guide-card-icon img,
#cum-functioneaza-home .guide-card-icon img{
  width:60px;
  height:60px;
}
@media(min-width:1181px){
  .guide-center{
    height:500px;
    overflow:visible;
  }
  .guide-center img{
    width:min(650px,118%);
    max-width:118%;
    max-height:none;
    height:auto;
  }
}
@media(max-width:700px){
  .guide-card-body,
  #cum-functioneaza-home .guide-card-body{
    grid-template-columns:60px 1fr!important;
    column-gap:8px!important;
  }
  .guide-card-icon,
  #cum-functioneaza-home .guide-card-icon{
    width:58px!important;
    height:58px!important;
  }
  .guide-card-icon::before,
  #cum-functioneaza-home .guide-card-icon::before{
    width:40px;
    height:40px;
  }
  .guide-card-icon img,
  #cum-functioneaza-home .guide-card-icon img{
    width:54px;
    height:54px;
  }
}

/* v45 — larger guide icons, tighter icon/text spacing, step-3 artwork aligned with approved proposal */
.guide-card-body,
#cum-functioneaza-home .guide-card-body{
  grid-template-columns:74px 1fr !important;
  column-gap:12px !important;
  row-gap:0 !important;
  align-items:center !important;
}
.guide-card-icon,
#cum-functioneaza-home .guide-card-icon{
  width:74px !important;
  height:74px !important;
}
.guide-card-icon::before,
#cum-functioneaza-home .guide-card-icon::before{
  width:54px;
  height:54px;
  background:rgba(7,143,157,.07);
  border:1px solid rgba(7,143,157,.08);
}
.guide-card-icon img,
#cum-functioneaza-home .guide-card-icon img{
  width:72px;
  height:72px;
  object-fit:contain;
  object-position:center;
}
@media(max-width:700px){
  .guide-card-body,
  #cum-functioneaza-home .guide-card-body{
    grid-template-columns:68px 1fr !important;
    column-gap:10px !important;
  }
  .guide-card-icon,
  #cum-functioneaza-home .guide-card-icon{
    width:68px !important;
    height:68px !important;
  }
  .guide-card-icon::before,
  #cum-functioneaza-home .guide-card-icon::before{
    width:50px;
    height:50px;
  }
  .guide-card-icon img,
  #cum-functioneaza-home .guide-card-icon img{
    width:66px;
    height:66px;
  }
}

/* v46 — consistent step numbering, tighter card rhythm, shield icon restored for step 3 */
.guide-card,
#cum-functioneaza-home .guide-card{
  gap:6px !important;
  padding:18px 18px 18px !important;
}
.guide-card h3,
#cum-functioneaza-home .guide-card h3{
  margin:0 !important;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:18px;
  line-height:1.22;
}
.guide-step-number{
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(7,143,157,.12);
  border:1px solid rgba(7,143,157,.22);
  color:var(--navy);
  font-size:15px;
  font-weight:800;
  line-height:1;
}
.guide-step-title{
  display:inline-block;
}
.guide-card-body,
#cum-functioneaza-home .guide-card-body{
  grid-template-columns:86px 1fr !important;
  column-gap:12px !important;
  row-gap:0 !important;
  align-items:center !important;
  margin-top:2px;
}
.guide-card-icon,
#cum-functioneaza-home .guide-card-icon{
  width:82px !important;
  height:82px !important;
}
.guide-card-icon::before,
#cum-functioneaza-home .guide-card-icon::before{
  width:62px !important;
  height:62px !important;
  background:rgba(7,143,157,.07) !important;
  border:1px solid rgba(7,143,157,.08) !important;
}
.guide-card-icon img,
#cum-functioneaza-home .guide-card-icon img{
  width:78px !important;
  height:78px !important;
  object-fit:contain;
  object-position:center;
}
.guide-card p,
#cum-functioneaza-home .guide-card p{
  margin:0 !important;
}
@media (max-width:700px){
  .guide-card,
  #cum-functioneaza-home .guide-card{
    padding:16px !important;
    gap:6px !important;
  }
  .guide-card h3,
  #cum-functioneaza-home .guide-card h3{
    gap:8px;
    font-size:17px;
  }
  .guide-step-number{
    flex-basis:24px;
    width:24px;
    height:24px;
    font-size:13px;
  }
  .guide-card-body,
  #cum-functioneaza-home .guide-card-body{
    grid-template-columns:74px 1fr !important;
    column-gap:10px !important;
  }
  .guide-card-icon,
  #cum-functioneaza-home .guide-card-icon{
    width:70px !important;
    height:70px !important;
  }
  .guide-card-icon::before,
  #cum-functioneaza-home .guide-card-icon::before{
    width:54px !important;
    height:54px !important;
  }
  .guide-card-icon img,
  #cum-functioneaza-home .guide-card-icon img{
    width:66px !important;
    height:66px !important;
  }
}

/* v47 — remove fixed icon column width and keep compact icon/text spacing */
.guide-card-body,
#cum-functioneaza-home .guide-card-body{
  grid-template-columns:auto 1fr !important;
  column-gap:12px !important;
  align-items:center !important;
}
@media(max-width:700px){
  .guide-card-body,
  #cum-functioneaza-home .guide-card-body{
    grid-template-columns:auto 1fr !important;
    column-gap:10px !important;
  }
}


/* v48 — step 3 handshake icon, narrower vehicle column, wider side columns, tighter card internals */
.guide-grid{grid-template-columns:minmax(310px,410px) minmax(380px,1fr) minmax(310px,410px)!important;column-gap:18px!important;row-gap:20px!important}
.guide-card,#cum-functioneaza-home .guide-card{padding:18px 18px 16px!important}
.guide-card h3,#cum-functioneaza-home .guide-card h3{margin:0 0 8px!important;display:flex;align-items:center;gap:10px!important}
.guide-card-body,#cum-functioneaza-home .guide-card-body{grid-template-columns:auto 1fr!important;column-gap:14px!important;row-gap:0!important;align-items:center!important;margin-top:0!important}
.guide-card-icon,#cum-functioneaza-home .guide-card-icon{width:76px!important;height:76px!important;position:relative;display:grid!important;place-items:center!important}
.guide-card-icon::before,#cum-functioneaza-home .guide-card-icon::before{width:58px!important;height:58px!important}
.guide-card-icon img,#cum-functioneaza-home .guide-card-icon img,.guide-card-icon svg,#cum-functioneaza-home .guide-card-icon svg{width:68px!important;height:68px!important;display:block}
.guide-card p,#cum-functioneaza-home .guide-card p{margin:0!important}
.guide-center{height:400px!important}
.guide-center img{max-width:100%!important}
@media(max-width:1100px){.guide-grid{grid-template-columns:1fr!important;column-gap:0!important}}
@media(max-width:700px){
  .guide-card,#cum-functioneaza-home .guide-card{padding:16px!important}
  .guide-card h3,#cum-functioneaza-home .guide-card h3{margin:0 0 8px!important}
  .guide-card-body,#cum-functioneaza-home .guide-card-body{column-gap:12px!important}
  .guide-card-icon,#cum-functioneaza-home .guide-card-icon{width:66px!important;height:66px!important}
  .guide-card-icon::before,#cum-functioneaza-home .guide-card-icon::before{width:50px!important;height:50px!important}
  .guide-card-icon img,#cum-functioneaza-home .guide-card-icon img,.guide-card-icon svg,#cum-functioneaza-home .guide-card-icon svg{width:58px!important;height:58px!important}
}


/* v50 — responsive 2-column tablet layout, improved handshake icon sizing, better facebook benefit icons */
.guide-card,#cum-functioneaza-home .guide-card{gap:6px!important;padding:18px 18px 16px!important}
.guide-card h3,#cum-functioneaza-home .guide-card h3{margin:0 0 6px!important;display:flex;align-items:center;gap:10px!important}
.guide-card-body,#cum-functioneaza-home .guide-card-body{grid-template-columns:auto 1fr!important;column-gap:12px!important;row-gap:0!important;align-items:center!important;margin-top:0!important}
.guide-card-icon,#cum-functioneaza-home .guide-card-icon{width:84px!important;height:84px!important;position:relative;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;flex:0 0 84px!important}
.guide-card-icon::before,#cum-functioneaza-home .guide-card-icon::before{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:62px!important;height:62px!important;border-radius:50%;background:rgba(7,143,157,.07)!important;border:1px solid rgba(7,143,157,.09)!important}
.guide-card-icon img,#cum-functioneaza-home .guide-card-icon img,.guide-card-icon svg,#cum-functioneaza-home .guide-card-icon svg{position:relative;z-index:1;width:76px!important;height:76px!important;display:block;object-fit:contain}
.guide-card-icon img[src*="step3-select-firm."],#cum-functioneaza-home .guide-card-icon img[src*="step3-select-firm."]{width:82px!important;height:82px!important}
.guide-card p,#cum-functioneaza-home .guide-card p{margin:0!important}
.community-benefits{gap:18px!important}
.community-benefits li{gap:16px!important}
.community-benefit-mark{flex:0 0 36px!important;width:36px!important;height:36px!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(7,143,157,.10),rgba(7,143,157,.16))!important;border:1px solid rgba(7,143,157,.14)!important;box-shadow:0 10px 18px rgba(7,143,157,.10)!important}
.community-benefit-mark svg{width:21px!important;height:21px!important;display:block}
@media (min-width:701px) and (max-width:1180px){
  .guide-grid,#cum-functioneaza-home .guide-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:20px!important;row-gap:18px!important;align-items:start!important}
  .guide-center-column,#cum-functioneaza-home .guide-center-column{grid-column:1/-1!important;grid-row:1!important;order:1!important;width:100%!important;max-width:none!important;align-items:center!important;padding-top:0!important;margin-bottom:6px!important}
  .guide-column.left,#cum-functioneaza-home .guide-column.left{grid-column:1!important;grid-row:2!important}
  .guide-column.right,#cum-functioneaza-home .guide-column.right{grid-column:2!important;grid-row:2!important}
  .guide-center,#cum-functioneaza-home .guide-center{height:360px!important;max-width:760px!important;width:100%!important;margin:0 auto!important}
  .guide-center img,#cum-functioneaza-home .guide-center img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important}
  .guide-cta,#cum-functioneaza-home .guide-cta{margin-top:10px!important}
}
@media(max-width:700px){
  .guide-card,#cum-functioneaza-home .guide-card{padding:16px!important;gap:6px!important}
  .guide-card h3,#cum-functioneaza-home .guide-card h3{margin:0 0 6px!important}
  .guide-card-body,#cum-functioneaza-home .guide-card-body{column-gap:10px!important}
  .guide-card-icon,#cum-functioneaza-home .guide-card-icon{width:72px!important;height:72px!important;flex-basis:72px!important}
  .guide-card-icon::before,#cum-functioneaza-home .guide-card-icon::before{width:52px!important;height:52px!important}
  .guide-card-icon img,#cum-functioneaza-home .guide-card-icon img,.guide-card-icon svg,#cum-functioneaza-home .guide-card-icon svg{width:64px!important;height:64px!important}
  .guide-card-icon img[src*="step3-select-firm."],#cum-functioneaza-home .guide-card-icon img[src*="step3-select-firm."]{width:70px!important;height:70px!important}
  .community-benefits li{gap:14px!important}
  .community-benefit-mark{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:13px!important}
  .community-benefit-mark svg{width:20px!important;height:20px!important}
}

/* v54 — clearer/larger Facebook benefit icons */
.community-benefit-mark{flex:0 0 44px!important;width:44px!important;height:44px!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(7,143,157,.09),rgba(7,143,157,.17))!important;border:1px solid rgba(7,143,157,.16)!important;box-shadow:0 10px 22px rgba(7,143,157,.10)!important}
.community-benefit-mark svg{width:26px!important;height:26px!important;stroke-width:1.9!important}
.community-benefits li{align-items:center!important;gap:17px!important}
@media(max-width:700px){
 .community-fb-btn{display:flex!important;width:100%!important;max-width:none!important;box-sizing:border-box!important;justify-content:center!important}
 .community-benefit-mark{flex-basis:40px!important;width:40px!important;height:40px!important;border-radius:15px!important}
 .community-benefit-mark svg{width:24px!important;height:24px!important}
 .community-benefits li{gap:14px!important;align-items:center!important}
 .routes .section-head a[href*="tari"],.routes .section-head a[href*="țari"],.routes .section-head a[href*="țări"],.countries-cta,.country-cta{display:flex!important;width:100%!important;max-width:none!important;box-sizing:border-box!important;justify-content:center!important;text-align:center!important}
}


/* 2026-08-23 guide page responsive order: steps before visual */
@media (min-width:701px) and (max-width:1180px){
  #varianta-finala .guide-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:20px!important;
    row-gap:18px!important;
  }
  #varianta-finala .guide-column.left{
    grid-column:1!important;
    grid-row:1!important;
  }
  #varianta-finala .guide-column.right{
    grid-column:2!important;
    grid-row:1!important;
  }
  #varianta-finala .guide-center-column{
    grid-column:1/-1!important;
    grid-row:2!important;
    margin-top:12px!important;
  }
}
@media(max-width:700px){
  #varianta-finala .guide-grid{
    display:flex!important;
    flex-direction:column!important;
  }
  #varianta-finala .guide-column.left{order:1!important;}
  #varianta-finala .guide-column.right{order:2!important;}
  #varianta-finala .guide-center-column{order:3!important;margin-top:6px!important;}
  #varianta-finala .guide-center{
    height:auto!important;
    min-height:0!important;
  }
  #varianta-finala .guide-center img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
  }
}


/* 2026-08-23 round 3: on tablet/mobile show all 8 steps before vehicle */
.guide-mobile-all-steps{display:none;}
@media(max-width:980px){
  #varianta-finala .guide-mobile-all-steps{
    display:grid!important;grid-template-columns:1fr!important;gap:14px!important;
    width:min(calc(100% - 40px),900px)!important;margin:0 auto 18px!important;
  }
  #varianta-finala .guide-stage .guide-column{display:none!important;}
  #varianta-finala .guide-stage .guide-grid{display:block!important;}
  #varianta-finala .guide-center-column{display:block!important;width:100%!important;margin:0 auto!important;}
}
@media(max-width:640px){
  #varianta-finala .guide-mobile-all-steps{width:calc(100% - 32px)!important;gap:12px!important;margin-bottom:14px!important;}
}
