:root {
  --brand: #2f80ed;
  --brand-dark: #0b63ce;
  --text: #152033;
  --muted: #667085;
  --soft: #eaf4ff;
  --line: #e8eef6;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(21, 32, 51, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
}
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.feature-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at 90% 30%, rgba(47, 128, 237, 0.14), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}
.feature-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -170px;
  width: 420px;
  /*height: 420px;*/
  border-radius: 50%;
  background: rgba(47, 128, 237, 0.08);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 470px;
  align-items: center;
  gap: 70px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: var(--soft);
  font-size: 14px;
  font-weight: 800;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}
.hero-copy .how-title {
  margin: 0 0 20px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: -4px;
}




.hero-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 14px 34px rgba(47, 128, 237, 0.28); }
.btn-primary:hover { transform: translateY(-3px); background: var(--brand-dark); }
.btn-soft { color: var(--brand-dark); background: #fff; border: 1px solid #d9eaff; }
.btn-soft:hover { transform: translateY(-3px); border-color: var(--brand); }
.hero-visual { display: flex; justify-content: center; }
.hero-phone-wrap {
  width: 365px;
  filter: drop-shadow(0 26px 45px rgba(21, 32, 51, 0.16));
}
.hero-phone-img { width: 100%; height: auto; }

.steps-section { padding: 90px 0; background: #fff; }
.section-heading { max-width: 660px; margin-bottom: 42px; }
.section-heading h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -2px;
}
.section-heading p { margin: 0; color: var(--muted); line-height: 1.6; }
.steps-layout {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 34px;
  align-items: start;
}
.steps-timeline { display: grid; gap: 18px; position: relative; }
.steps-timeline::before {
  content: "";
  position: absolute;
  left: 58px;
  top: 38px;
  bottom: 38px;
  width: 1px;
  border-left: 2px dashed #d9eaff;
}
.step-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  /*min-height: 160px;*/
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
  transition: 0.25s ease;
}
.step-card:hover,
.step-card.active {
  transform: translateY(-3px);
  border-color: #bcdcff;
  box-shadow: 0 18px 44px rgba(21, 32, 51, 0.08);
}
.step-number {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-dark);
  background: var(--soft);
  font-size: 22px;
  font-weight: 900;
}
.step-card.active .step-number { color: #fff; background: var(--brand); }
.step-card h3 { margin: 4px 0 10px; font-size: 20px; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.process-panel {
  position: sticky;
  top: 24px;
  padding: 0;
  border-radius: 34px;
  background: transparent;
}
.preview-frame_ {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, #f4f9ff, #ffffff);
  box-shadow: var(--shadow);
}

.preview-frame{
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}



.preview-frame .shadow img{
  position: relative;
  display: inline-block;
  width: 300px;
  overflow: hidden;
  border-radius: 30px;
  border: 0px solid #1A2560;
  box-shadow: var(--shadow);

}



.preview-frame::before {
  content: "";
  position: absolute;
  inset: 42px 38px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(47, 128, 237, 0.09);
}
.preview-frame img {
  position: relative;
  z-index: 1;
  width: 390px;
  max-width: 100%;
  height: auto;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.preview-frame img.is-changing { opacity: 0; transform: translateY(12px) scale(0.98); }
.reveal { opacity: 0; transform: translateY(24px); transition: 0.65s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .hero-grid, .steps-layout { grid-template-columns: 1fr; }
  .hero-copy, .section-heading { text-align: center; margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .process-panel { position: static; }
  .preview-frame { min-height: auto; padding: 20px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .feature-hero, .steps-section { padding: 56px 0; }
  .hero-copy h1 { letter-spacing: -2px; }
  .hero-copy p { font-size: 17px; }
  .hero-phone-wrap { width: 290px; }
  .step-card { grid-template-columns: 1fr; min-height: auto; }
  .steps-timeline::before { display: none; }
  .preview-frame img { width: 320px; }
}


/************/


.flex_column.av_one_full {
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
    border-radius: 50px;
}

.feature-hero{
    border-radius: 30px;
}

.hero-copy .how-title {
  margin: 0 0 20px;
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.02;
  letter-spacing: -4px;
  font-weight: 600;
}

.hero-phone-wrap {
  width: 265px;
  filter: drop-shadow(0 26px 45px rgba(21, 32, 51, 0.16));
}

.hero-copy  .btn-primary {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 14px 34px rgba(47, 128, 237, 0.28);
}

.hero-copy  .btn-soft {
  box-shadow: 0 14px 34px rgba(47, 128, 237, 0.28);
}






