
/* ==========================================================
   UPDATE 035 — standalone native 12 Steps page
   Does not use migrated Elementor content.
   ========================================================== */

.steps035-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(120deg,#1497eb 0%,#0b79df 48%,#0752c8 100%);
}
.steps035-orb{
  position:absolute;
  width:310px;
  height:310px;
  right:6%;
  top:-118px;
  border-radius:50%;
  background:rgba(255,255,255,.09);
}
.steps035-hero-inner{
  position:relative;
  z-index:2;
  padding:82px 20px 76px;
  text-align:center;
}
.steps035-kicker{
  display:inline-flex;
  padding:7px 13px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
}
.steps035-hero h1{
  max-width:820px;
  margin:20px auto 18px;
  color:#fff;
  font-size:clamp(3rem,5.2vw,5rem);
  line-height:1.04;
  letter-spacing:-.045em;
}
.steps035-hero p{
  max-width:750px;
  margin:0 auto 26px;
  color:#e9f5ff;
  font-size:1.1rem;
  line-height:1.65;
}
.steps035-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.steps035-actions a{
  display:inline-flex;
  min-height:44px;
  padding:9px 20px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:#1474d7;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 7px 20px rgba(0,61,145,.12);
}
.steps035-actions a:nth-child(2){
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:none;
}
.steps035-place{
  margin-top:22px;
  color:#dceeff;
  font-size:13px;
}

.steps035-main{
  padding:72px 0 88px;
  background:#f7f9fc;
}
.steps035-heading{
  max-width:760px;
  margin:0 auto 36px;
  text-align:center;
}
.steps035-heading span{
  display:block;
  margin-bottom:8px;
  color:#1474d7;
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
}
.steps035-heading h2{
  margin:0 0 8px;
  color:#26394c;
  font-size:2.3rem;
}
.steps035-heading p{
  margin:0;
  color:#73808b;
}

.steps035-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.steps035-card{
  min-height:230px;
  padding:28px 30px;
  border:1px solid #e1e8ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(30,52,81,.055);
}
.steps035-num{
  margin-bottom:24px;
  color:#1474d7;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.steps035-card h3{
  margin:0 0 10px;
  color:#26394c;
  font-size:1.35rem;
}
.steps035-card p{
  margin:0;
  color:#617180;
  font-size:1rem;
  line-height:1.65;
}

@media(max-width:760px){
  .steps035-grid{
    grid-template-columns:1fr;
  }
  .steps035-hero-inner{
    padding-top:62px;
    padding-bottom:62px;
  }
  .steps035-main{
    padding-top:54px;
  }
}
@media(max-width:520px){
  .steps035-hero h1{
    font-size:2.7rem;
  }
  .steps035-actions a{
    width:100%;
  }
  .steps035-card{
    min-height:0;
    padding:24px 22px;
  }
}
