:root{--yellow:#ffd900;--red:#e52525;--dark:#151515;--soft:#fff8d8;--blue:#09a9c6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff;line-height:1.45}.wrap{width:min(1120px,calc(100% - 36px));margin:auto}.hero{background:linear-gradient(135deg,#ffe900 0%,#ffc400 100%);padding:64px 0 58px;overflow:hidden}.badge{display:inline-block;background:var(--dark);color:#fff;padding:7px 14px;border-radius:999px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(42px,7vw,78px);line-height:.98;margin:22px 0 20px;max-width:900px;letter-spacing:-.04em}.hero h1 span{color:var(--red)}.lead{font-size:clamp(19px,2.3vw,27px);max-width:820px;margin:0 0 24px}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.chips span{background:#fff;padding:10px 14px;border-radius:12px;font-weight:800;box-shadow:0 4px 12px #0001}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 24px;border-radius:14px;font-size:19px;font-weight:900;text-decoration:none}.primary{background:var(--red);color:#fff;box-shadow:0 8px 22px #b3131344}.secondary{background:#fff;color:#111;border:2px solid #111}.note{margin:20px 0 0;font-weight:700}.how,.work,.benefits,.callback{padding:70px 0}.how{background:#fff}.work{background:#f5f7f8}.benefits{background:#111;color:#fff}.eyebrow{font-weight:900;letter-spacing:.12em;font-size:13px;color:var(--red);margin:0 0 8px}.benefits .eyebrow{color:#ffe000}h2{font-size:clamp(30px,4.5vw,48px);line-height:1.05;margin:0 0 32px}.steps,.cards,.grid{display:grid;gap:18px}.steps{grid-template-columns:repeat(3,1fr)}.steps article,.cards article{background:#fff;border-radius:22px;padding:26px;box-shadow:0 8px 28px #00000010}.steps article>b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--yellow);font-size:21px}.steps h3,.cards h3{font-size:22px;margin:18px 0 8px}.steps p,.cards p{margin:0;color:#555}.cards{grid-template-columns:1fr 1fr}.ico{font-size:42px}.adv{margin-top:20px;background:#fff3ae;border-left:6px solid var(--yellow);padding:18px 20px;border-radius:12px}.grid{grid-template-columns:repeat(4,1fr)}.grid div{background:#202020;border:1px solid #333;border-radius:18px;padding:24px;font-size:30px}.grid b,.grid span{display:block}.grid b{font-size:18px;margin:12px 0 6px}.grid span{font-size:15px;color:#bbb}.callback{background:linear-gradient(135deg,#fff2a3,#fff)}.formbox{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:start}.formbox form{background:#fff;padding:26px;border-radius:22px;box-shadow:0 12px 40px #0002}.formbox label{display:block;font-weight:800;margin-bottom:14px}.formbox input,.formbox select{width:100%;margin-top:6px;height:52px;border:2px solid #ddd;border-radius:12px;padding:0 14px;font-size:17px;background:#fff}.formbox button{width:100%;min-height:56px;border:0;border-radius:13px;background:var(--red);color:#fff;font-weight:900;font-size:18px;cursor:pointer}.formbox small{display:block;text-align:center;color:#777;margin-top:12px}.mobilebar{display:none}@media(max-width:760px){body{padding-bottom:70px}.wrap{width:min(100% - 26px,1120px)}.hero{padding:38px 0 36px}.hero h1{font-size:44px}.lead{font-size:19px}.actions{display:grid}.btn{width:100%}.steps,.cards,.grid,.formbox{grid-template-columns:1fr}.how,.work,.benefits,.callback{padding:52px 0}.grid{grid-template-columns:1fr 1fr}.mobilebar{position:fixed;z-index:50;left:0;right:0;bottom:0;height:66px;background:#07a9c6;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -5px 20px #0003}.mobilebar a{color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:20px;font-weight:800;border-right:1px solid #ffffff45}.mobilebar span{font-size:11px;margin-top:2px}.formbox{gap:20px}}@media(max-width:430px){.hero h1{font-size:39px}.grid{grid-template-columns:1fr}.chips span{width:100%}}

/* HERO advertising optimization v2 */
@media (min-width: 761px){
  .hero .wrap{
    position:relative;
    padding-right:43%;
    min-height:560px;
  }

  .hero .wrap:after{
    content:"Фото майстра";
    position:absolute;
    right:0;
    top:10px;
    width:38%;
    height:500px;
    display:grid;
    place-items:center;
    border:3px dashed rgba(0,0,0,.28);
    border-radius:30px;
    background:rgba(255,255,255,.32);
    font-weight:900;
    font-size:24px;
    color:rgba(0,0,0,.38);
  }

  .hero h1{
    font-size:clamp(52px,5.5vw,78px);
  }

  .hero .lead{
    max-width:690px;
  }
}

@media (max-width:760px){
  .hero{
    padding:28px 0 28px;
  }

  .badge{
    padding:6px 12px;
    font-size:14px;
  }

  .hero h1{
    font-size:39px;
    margin:16px 0 16px;
    line-height:1;
  }

  .lead{
    font-size:18px;
    line-height:1.42;
    margin-bottom:16px;
  }

  .chips{
    display:grid;
    gap:7px;
    margin:16px 0 18px;
  }

  .chips span{
    padding:8px 12px;
    border-radius:10px;
    font-size:15px;
  }

  .actions{
    margin-top:18px;
    gap:8px;
  }

  .btn{
    min-height:52px;
    font-size:17px;
  }

  .note{
    font-size:14px;
    margin-top:12px;
  }
}


/* HERO desktop composition fix */
@media (min-width:761px){
  .hero{
    padding:56px 0 52px;
  }

  .hero .wrap{
    padding-right:42%;
    min-height:520px;
  }

  .hero .wrap:after{
    width:37%;
    height:470px;
    top:0;
  }

  .hero h1{
    font-size:clamp(50px,4.6vw,68px);
    line-height:.98;
    max-width:650px;
    margin:22px 0 20px;
  }

  .hero .lead{
    font-size:22px;
    line-height:1.42;
    max-width:660px;
  }

  .chips{
    max-width:650px;
  }
}


/* HERO redesign — turquoise photo layout */
.hero{
  background:linear-gradient(135deg,#ffffff 0%,#f4feff 48%,#dffbff 100%);
  padding:46px 0 38px;
}

.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,54%) minmax(0,46%);
  align-items:center;
  min-height:590px;
  padding-right:0!important;
}

.hero-grid:after,
.hero .wrap:after{
  content:none!important;
  display:none!important;
}

.hero-copy{
  position:relative;
  z-index:3;
  padding:12px 0 24px;
}

.badge{
  background:#0f1720;
  color:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
}

.hero h1{
  max-width:720px;
  margin:22px 0 18px;
  font-size:clamp(48px,5vw,72px);
  line-height:.98;
  letter-spacing:-.045em;
}

.hero h1 span{
  color:#08aabe;
}

.hero .lead{
  max-width:680px;
  font-size:22px;
  line-height:1.42;
  color:#30373c;
}

.chips{
  display:grid;
  grid-template-columns:repeat(3,max-content);
  gap:10px;
  margin:23px 0;
}

.chips span{
  background:#fff;
  border:1px solid #d8f1f4;
  box-shadow:0 8px 24px rgba(4,93,105,.08);
  border-radius:14px;
  padding:11px 14px;
}

.primary{
  background:#ef2929;
  box-shadow:0 10px 28px rgba(211,31,31,.24);
}

.secondary{
  border-color:#08aabe;
  color:#087d8c;
}

.hero-photo{
  position:relative;
  align-self:stretch;
  min-height:590px;
  margin-right:-70px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}

.hero-photo:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,#f8feff 0%,rgba(248,254,255,.94) 7%,rgba(248,254,255,.48) 22%,rgba(248,254,255,0) 43%);
}

.hero-photo img{
  position:absolute;
  right:0;
  bottom:0;
  width:118%;
  height:100%;
  object-fit:cover;
  object-position:66% center;
  border:0;
  border-radius:0;
  display:block;
}

.note{
  color:#515a5f;
}

@media(max-width:900px) and (min-width:761px){
  .hero-grid{
    grid-template-columns:56% 44%;
  }

  .hero h1{
    font-size:48px;
  }

  .chips{
    grid-template-columns:1fr;
    max-width:290px;
  }
}

@media(max-width:760px){
  .hero{
    padding:24px 0 12px;
    overflow:hidden;
  }

  .hero-grid{
    display:flex;
    flex-direction:column;
    min-height:0;
    width:min(100% - 26px,1120px);
  }

  .hero-copy{
    width:100%;
    padding:0;
    z-index:4;
  }

  .hero h1{
    font-size:38px;
    margin:15px 0 14px;
  }

  .hero .lead{
    font-size:18px;
    line-height:1.38;
  }

  .chips{
    grid-template-columns:1fr 1fr;
    width:100%;
    gap:7px;
    margin:15px 0;
  }

  .chips span{
    font-size:14px;
    padding:8px 9px;
  }

  .chips span:last-child{
    grid-column:1/-1;
  }

  .actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:14px;
  }

  .hero-photo{
    width:calc(100% + 26px);
    min-height:300px;
    margin:2px -13px 0;
    align-self:auto;
  }

  .hero-photo:before{
    background:
      linear-gradient(180deg,#f6feff 0%,rgba(246,254,255,.15) 25%,rgba(246,254,255,0) 55%),
      linear-gradient(90deg,#f6feff 0%,rgba(246,254,255,.35) 15%,rgba(246,254,255,0) 42%);
  }

  .hero-photo img{
    width:125%;
    height:100%;
    object-position:70% center;
  }

  .note{
    margin-bottom:0;
  }
}

