
/* UPDATE 033 — visual return to current production aa-str.ru */

.home .aa-main{background:#fff}

.live033{
  --live-blue:#0b82e8;
  --live-blue-dark:#0756c9;
  --live-ink:#243447;
  --live-text:#3c4b5a;
  --live-muted:#6f7d89;
  color:var(--live-text);
}

.live033-center{text-align:center}
.live033-narrow{max-width:980px}

/* Hero */
.live033-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(120deg,#1497eb 0%,#0b7ee5 48%,#0753ca 100%);
}
.live033-hero-inner{
  position:relative;
  z-index:2;
  max-width:900px;
  padding:86px 20px 105px;
  text-align:center;
}
.live033-kicker{
  display:inline-flex;
  padding:7px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}
.live033-hero h1{
  margin:19px auto 18px;
  color:#fff;
  font-size:clamp(2.8rem,4.5vw,4.3rem);
  line-height:1.04;
  letter-spacing:-.035em;
}
.live033-hero p{
  max-width:720px;
  margin:0 auto 24px;
  color:#edf7ff;
  font-size:1rem;
  line-height:1.65;
}
.live033-phone-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
}
.live033-phone-row a{
  display:inline-flex;
  min-width:230px;
  min-height:44px;
  padding:9px 20px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:#1474d7;
  box-shadow:0 7px 22px rgba(0,59,145,.12);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}
.live033-meeting{
  margin-top:20px;
  color:#fff;
  font-size:13px;
}
.live033-meeting strong,
.live033-meeting span{display:block}
.live033-bubble{
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.09);
}
.live033-bubble-left{
  width:260px;height:260px;
  left:-92px;bottom:-145px;
}
.live033-bubble-right{
  width:300px;height:300px;
  right:-90px;top:-110px;
}

/* 3 floating cards */
.live033-topcards-wrap{
  position:relative;
  z-index:3;
  margin-top:-43px;
}
.live033-topcards{
  max-width:800px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.live033-topcards>a{
  min-height:190px;
  padding:26px 22px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 34px rgba(30,54,82,.10);
  color:var(--live-text);
  text-align:center;
  text-decoration:none;
}
.live033-icon{
  display:flex;
  width:48px;height:48px;
  margin:0 auto 14px;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:#fff;
  background:#0a86ef;
  box-shadow:0 6px 16px rgba(10,134,239,.20);
  font-size:21px;
}
.live033-topcards h2{
  margin:0 0 8px;
  color:var(--live-ink);
  font-size:1.1rem;
  line-height:1.15;
}
.live033-topcards p{
  margin:0;
  color:var(--live-muted);
  font-size:12px;
  line-height:1.5;
}

/* Shared sections */
.live033-section{padding:70px 0}
.live033-section h2{
  margin:0 0 14px;
  color:var(--live-ink);
  font-size:clamp(1.8rem,3vw,2.45rem);
}
.live033-intro{
  max-width:800px;
  margin:0 auto;
  color:#7b8791;
  text-align:center;
}

/* Start */
.live033-start{
  padding-top:74px;
  background:#fff;
}
.live033-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:32px;
}
.live033-steps article{
  padding:26px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 13px 32px rgba(31,55,82,.075);
  text-align:left;
}
.live033-steps b{
  display:block;
  margin-bottom:12px;
  color:#31485b;
  font-size:1.85rem;
}
.live033-steps h3{
  margin:0 0 8px;
  color:#293c4e;
  font-size:1rem;
}
.live033-steps p{
  margin:0;
  color:#6d7a86;
  font-size:13px;
}
.live033-help-card{
  max-width:720px;
  margin:40px auto 0;
  padding:24px 28px;
  border-radius:15px;
  background:#fff;
  box-shadow:0 13px 32px rgba(31,55,82,.08);
  text-align:left;
}
.live033-help-card h3{
  margin:0 0 5px;
  color:#293d50;
}
.live033-help-card p{
  margin:0;
  font-size:13px;
}

/* First meeting */
.live033-first{background:#eaf5ff}
.live033-first p{
  max-width:790px;
  margin-left:auto;
  margin-right:auto;
}
.live033-blue-btn{
  display:inline-flex;
  margin-top:14px;
  padding:10px 22px;
  border-radius:999px;
  color:#fff;
  background:#0b82e8;
  box-shadow:0 7px 20px rgba(11,130,232,.18);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}

/* Family */
.live033-family{background:#fff7ed}
.live033-family p{
  max-width:830px;
  margin-left:auto;
  margin-right:auto;
}
.live033-family>div>div{margin-top:8px}

/* FAQ */
.live033-faq{background:#f5f9fd}
.live033-accordion{
  max-width:630px;
  margin:28px auto 0;
}
.live033-accordion details{
  margin-bottom:8px;
  padding:0 17px;
  border:1px solid #e0e7ed;
  border-radius:9px;
  background:#fff;
}
.live033-accordion summary{
  padding:15px 0;
  cursor:pointer;
  color:#2a3e51;
  font-weight:700;
}
.live033-accordion p{
  padding:0 0 14px;
  margin:0;
  color:#6d7a85;
  font-size:13px;
}

/* Path */
.live033-path{background:#edf6ff}
.live033-story-card{
  max-width:760px;
  margin:24px auto 0;
  padding:34px 38px;
  border-radius:15px;
  background:#fff;
  box-shadow:0 14px 34px rgba(31,55,82,.10);
  text-align:left;
}
.live033-story-card p{
  font-size:15px;
  line-height:1.65;
}

/* Free help */
.live033-free{background:#e7f4ff}
.live033-free p{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

/* Testimonials */
.live033-testimonials{background:#edf6ff}
.live033-test-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:32px;
}
.live033-test-grid article{
  padding:28px;
  border-radius:15px;
  background:#fff;
  box-shadow:0 14px 34px rgba(31,55,82,.08);
}
.live033-test-grid article>p{
  color:#4f6070;
  font-size:13px;
  line-height:1.65;
}
.live033-test-grid footer{
  display:flex;
  align-items:center;
  gap:11px;
}
.live033-test-grid footer>span{
  width:36px;height:36px;
  border-radius:50%;
  background:linear-gradient(135deg,#e5c6bb,#b78b80);
}
.live033-test-grid footer b{
  color:#2d4052;
  font-size:11px;
}
.live033-test-grid footer small{
  display:block;
  color:#8a959f;
  font-weight:400;
}

/* Final CTA */
.live033-final{
  padding:68px 0 32px;
  color:#fff;
  background:linear-gradient(120deg,#1497eb 0%,#0b7de4 45%,#0752c8 100%);
}
.live033-final h2{
  margin:0 0 5px;
  color:#fff;
  font-size:2.2rem;
}
.live033-final p{
  margin:0 0 22px;
  color:#e9f5ff;
}
.live033-bottom{
  display:flex;
  justify-content:space-between;
  gap:25px;
  margin-top:52px;
  color:#dfeeff;
  font-size:11px;
}
.live033-bottom a{color:#fff}

/* Header closer to production visual */
.home .aa-header{
  background:#fff;
  border-bottom:0;
}
.home .aa-header-inner{
  min-height:82px;
}
.home .aa-brand{
  font-size:18px;
  line-height:.90;
}
.home .aa-brand small{
  font-size:9px;
}
.home .aa-nav a{
  padding:8px 9px;
  border-radius:0;
  color:#151b22;
  font-size:13px;
  font-weight:650;
}
.home .aa-nav a:hover,
.home .aa-nav .current-menu-item>a,
.home .aa-nav .current_page_item>a{
  color:#1474d7;
  background:transparent;
  box-shadow:inset 0 -2px #1474d7;
}

@media(max-width:900px){
  .live033-topcards,
  .live033-steps,
  .live033-test-grid{
    grid-template-columns:1fr;
  }
  .live033-topcards-wrap{
    margin-top:24px;
  }
  .live033-hero-inner{
    padding-top:70px;
    padding-bottom:72px;
  }
}
@media(max-width:620px){
  .live033-hero h1{font-size:2.55rem}
  .live033-phone-row a{
    width:100%;
    min-width:0;
  }
  .live033-section{padding:54px 0}
  .live033-bottom{display:block}
  .live033-bottom a{
    display:block;
    margin-top:8px;
  }
}
