@font-face{
  font-family: "SiteHand";
  src: local("Comic Sans MS");
}

:root{
  --blue:#0a45c6;
  --deep:#061d63;
  --sky:#00aeef;
  --green:#49b51f;
  --pink:#f73591;
  --orange:#ff8800;
  --soft:#f7fbff;
  --text:#06174a;
  --muted:#536187;
  --shadow:0 18px 45px rgba(6,29,99,.11);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  color:var(--text);
  font-family: "Trebuchet MS", Arial, sans-serif;
  background:
    radial-gradient(circle at 0 10%, rgba(0,174,239,.18), transparent 22%),
    radial-gradient(circle at 100% 0%, rgba(73,181,31,.15), transparent 20%),
    radial-gradient(circle at 90% 85%, rgba(247,53,145,.08), transparent 22%),
    #fff;
  overflow-x:hidden;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(var(--blue) 2px, transparent 2px),
    radial-gradient(var(--green) 2px, transparent 2px),
    radial-gradient(var(--pink) 2px, transparent 2px);
  background-size:90px 90px, 130px 130px, 160px 160px;
  background-position:10px 80px, 40px 130px, 80px 40px;
  opacity:.25;
  z-index:-1;
}

.header{
  max-width:1540px;
  margin:0 auto;
  min-height:118px;
  padding:22px 42px 12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
}

.logo-wrap{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:250px;
}

.logo-img{
  width:260px;
  height:auto;
  display:block;
}

.logo-wrap span{
  margin-left:92px;
  margin-top:-12px;
  color:var(--deep);
  font-weight:800;
  font-size:18px;
}

.nav{
  padding-top:27px;
  display:flex;
  gap:42px;
  align-items:center;
  white-space:nowrap;
}

.nav a{
  text-decoration:none;
  color:var(--deep);
  font-weight:800;
  font-size:17px;
}

.header-actions{
  display:flex;
  align-items:flex-start;
  gap:22px;
}

.contact-btn{
  margin-top:5px;
  background:var(--blue);
  color:white;
  border-radius:24px;
  text-decoration:none;
  padding:18px 36px;
  min-width:214px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:34px 1fr;
  gap:2px 12px;
  align-items:center;
}

.contact-btn b{font-size:18px}
.contact-btn small{font-size:15px; opacity:.95}
.paper{font-size:30px; grid-row:1/3}

.heart-btn{
  margin-top:5px;
  width:62px;
  height:62px;
  border:0;
  border-radius:50%;
  background:white;
  box-shadow:var(--shadow);
  color:var(--deep);
  font-size:34px;
}

.hero{
  max-width:1540px;
  margin:0 auto;
  padding:5px 42px 28px;
  display:grid;
  grid-template-columns: 44% 56%;
  gap:30px;
  align-items:center;
}

.script-note{
  display:inline-block;
  margin:0 0 24px 86px;
  color:var(--blue);
  font-size:23px;
  font-weight:900;
  transform:rotate(-3deg);
  border-bottom:5px solid var(--blue);
  border-radius:50%;
  padding-bottom:4px;
}

h1{
  margin:0;
  font-family: "SiteHand", "Trebuchet MS", Arial, sans-serif;
  font-size:76px;
  line-height:1.12;
  letter-spacing:-1px;
  color:var(--deep);
  max-width:620px;
}

h1 span{
  color:var(--pink);
  font-size:92px;
}

.subtitle{
  margin:30px 0 12px;
  font-size:22px;
  line-height:1.45;
  max-width:560px;
}

.home-line{
  font-size:20px;
  margin:18px 0 24px;
  color:var(--deep);
}

.mini-benefits{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  max-width:600px;
  margin-bottom:28px;
}

.mini-benefit{
  display:grid;
  grid-template-columns:62px 1fr;
  align-items:center;
  gap:16px;
}

.mini-benefit span{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
}

.mini-benefit.pink span{background:#ffe1f0;color:var(--pink)}
.mini-benefit.green span{background:#ddf8ce;color:var(--green)}

.mini-benefit p{
  margin:0;
  font-size:17px;
  line-height:1.45;
}

.buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.btn{
  min-height:58px;
  padding:0 32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  text-decoration:none;
  font-weight:900;
  transition:.2s ease;
}

.btn:hover{transform:translateY(-2px)}

.primary{
  background:var(--blue);
  color:white;
  box-shadow:var(--shadow);
}

.outline{
  color:var(--blue);
  border:2px solid rgba(10,69,198,.32);
  background:white;
}

.hero-right{
  position:relative;
}

.photo-blob{
  position:relative;
  min-height:535px;
  overflow:hidden;
  border-radius:33% 12% 15% 32% / 20% 18% 18% 20%;
  background:#f4f5f7;
}

.photo-blob img{
  width:100%;
  height:535px;
  object-fit:cover;
  object-position:center;
  display:block;
}

.board-message{
  position:absolute;
  right:40px;
  top:65px;
  color:var(--blue);
  font-family:"SiteHand","Trebuchet MS",Arial,sans-serif;
  font-size:34px;
  font-weight:900;
  text-align:center;
  transform:rotate(5deg);
  line-height:1.05;
}

.board-message span{
  color:var(--pink);
  font-size:58px;
}

.sticker{
  position:absolute;
  right:20px;
  top:70px;
  width:250px;
  background:white;
  color:var(--deep);
  border-radius:32px;
  padding:22px;
  font-family:"SiteHand","Trebuchet MS",Arial,sans-serif;
  font-size:25px;
  line-height:1.2;
  text-align:center;
  transform:rotate(-5deg);
  box-shadow:var(--shadow);
}

.help-section{
  max-width:1540px;
  margin:0 auto;
  padding:0 42px 30px;
}

h2{
  margin:0 0 24px;
  text-align:center;
  color:var(--deep);
  font-family:"SiteHand","Trebuchet MS",Arial,sans-serif;
  font-size:36px;
}

h2 span{color:var(--pink)}

.help-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.help-card{
  min-height:270px;
  background:white;
  border-radius:24px;
  padding:30px 28px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}

.icon{
  width:74px;
  height:74px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  margin-bottom:18px;
}

.icon.blue{background:#0b83d8;color:white}
.icon.pink{background:#ff4fa2;color:white}
.icon.green{background:#58b947;color:white}
.icon.orange{background:#ff8a00;color:white}

.help-card h3{
  margin:0 0 16px;
  color:var(--deep);
  font-size:23px;
  line-height:1.2;
}

.help-card ul{
  padding-left:18px;
  margin:0;
  color:var(--deep);
  line-height:1.65;
  font-size:15px;
}

.help-card li::marker{color:var(--pink)}

.help-card i{
  position:absolute;
  left:50%;
  bottom:18px;
  width:76px;
  height:5px;
  background:var(--pink);
  border-radius:20px;
  transform:translateX(-50%);
}

.help-card:nth-child(3) i{background:var(--green)}
.help-card:nth-child(4) i{background:var(--orange)}

.mission{
  max-width:1100px;
  margin:28px auto 0;
  min-height:58px;
  border-radius:34px;
  background:white;
  box-shadow:var(--shadow);
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  font-size:19px;
}

.mission span{font-size:34px}
.mission p{margin:0;color:var(--deep)}

.section{
  max-width:1320px;
  margin:0 auto;
  padding:62px 42px;
}

.about{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:30px;
}

.about p{
  font-size:21px;
  line-height:1.65;
}

.about-card{
  background:white;
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:32px;
  display:grid;
  gap:10px;
}

.about-card b{color:var(--blue);font-size:20px}
.about-card span{margin-bottom:12px;color:var(--muted)}

.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.steps div{
  background:white;
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:28px;
}

.steps b{
  display:block;
  color:var(--pink);
  font-size:30px;
  margin-bottom:12px;
}

.steps span{font-size:18px;line-height:1.45}

.reviews{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

blockquote{
  margin:0;
  background:white;
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:28px;
  font-size:20px;
  line-height:1.55;
}

.price-box{
  max-width:540px;
  margin:0 auto;
  background:white;
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:34px;
  text-align:center;
}

.price-box h3{font-size:25px;margin:0 0 12px}
.price-box strong{font-size:42px;color:var(--green)}

.contacts{
  background:linear-gradient(135deg,#f1fbff,#fff4fa);
  border-radius:34px;
  box-shadow:var(--shadow);
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
}

.contacts h2{text-align:left}
.contacts p{font-size:20px}

.phone{
  display:block;
  font-size:38px;
  color:var(--deep);
  margin-top:12px;
}

.site{
  color:var(--blue);
  font-weight:900;
}

.contact-list{
  min-width:260px;
  display:grid;
  gap:14px;
}

.contact-list a{
  background:white;
  color:var(--blue);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:18px 24px;
  text-decoration:none;
  font-weight:900;
  text-align:center;
}

footer{
  max-width:1320px;
  margin:0 auto;
  padding:26px 42px 40px;
  text-align:center;
  color:var(--muted);
}

@media(max-width:1100px){
  .nav{display:none}
  .hero{grid-template-columns:1fr}
  .photo-blob,.photo-blob img{height:auto; min-height:0}
  .help-grid{grid-template-columns:1fr 1fr}
  h1{font-size:58px}
}

@media(max-width:760px){
  .header{padding:16px;align-items:center}
  .logo-img{width:190px}
  .logo-wrap span{margin-left:60px}
  .header-actions{display:none}
  .hero,.help-section,.section{padding-left:18px;padding-right:18px}
  h1{font-size:44px}
  h1 span{font-size:56px}
  .script-note{margin-left:0}
  .mini-benefits,.help-grid,.about,.steps,.reviews{grid-template-columns:1fr}
  .buttons{flex-direction:column}
  .btn{width:100%}
  .contacts{flex-direction:column;align-items:flex-start}
  .mission{flex-direction:column;text-align:center}
}

@media (max-width: 768px){

.hero{
    flex-direction:column;
    padding:20px;
}

.hero-right{
    width:100%;
}

.photo-blob img{
    height:auto;
}

.board-message{
    display:none;
}

.sticker{
    top:20px;
    right:20px;
    width:220px;
    font-size:20px;
    padding:18px;
}

.help-grid{
    grid-template-columns:1fr;
}

.help-card{
    min-height:auto;
}

.buttons{
    flex-direction:column;
}

.btn{
    width:100%;
    justify-content:center;
}
}
@media (max-width: 768px){

  .sticker{
    position: static !important;
    width: auto !important;
    margin: 18px auto 0 !important;
    transform: none !important;
    font-size: 20px !important;
  }

  .board-message{
    display: none !important;
  }

  .photo-blob{
    overflow: visible !important;
  }

  .photo-blob img{
    height: auto !important;
    border-radius: 28px !important;
  }
}
.hero{
    padding-top: 40px !important;
}

.hero-left{
    order:1;
}

.hero-right{
    order:2;
}

.sticker{
    font-size: 18px !important;
    padding: 16px !important;
    border-radius: 24px !important;
}

.buttons{
    gap:14px;
}

.help-section h2{
    font-size:52px;
}
.help-section h2{
    font-size: 34px !important;
    line-height: 1.1;
}

.hero{
    padding-top: 20px !important;
}

.feature{
    align-items: flex-start;
}
.help-section h2 span{
    font-size: 38px;
}
.btn{
    min-height: 64px;
    font-size: 18px;
}

.help-section h2{
    font-size: 30px !important;
}

.help-section h2 span{
    position: relative;
    top: -4px;
}
.help-section{
    padding-top: 40px !important;
}
.help-card{
    padding: 28px 24px !important;
}

.help-card h3{
    font-size: 28px !important;
}

.help-card ul{
    font-size: 18px !important;
}

.icon{
    width: 68px !important;
    height: 68px !important;
}
.help-card{
    min-height: auto !important;
}

.help-card ul{
    margin-bottom: 0 !important;
}
.contact-list a img{
    width:22px !important;
    height:22px !important;
    max-width:22px !important;
    max-height:22px !important;
    object-fit:contain;
    margin-right:12px;
    flex-shrink:0;
    display:block;
}
.contact-list a{
    font-weight: 600;
}
.contact-list a{
    transition: all 0.25s ease;
}

.contact-list a:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.contact-list a{
    display:flex;
    align-items:center;
    justify-content:center;
}
.teacher-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 12px 35px rgba(0, 91, 187, 0.12);
    margin: 40px 0;
    border: 3px solid #e9f7ff;
}

.teacher-content h2 {
    color: #005bbb;
    font-size: 36px;
}

.teacher-position {
    font-size: 18px;
    color: #59c400;
    font-weight: 700;
}

.teacher-content h3 {
    color: #005bbb;
}

.teacher-list li::before {
    content: "●";
    color: #ff2f93;
}

.teacher-footer {
    color: #005bbb;
    font-weight: 600;
}
.about-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: start;
}

.about-card {
    min-height: auto;
    padding: 24px;
}
.about {
    gap: 60px;
    align-items: flex-start;
}

.about-card {
    padding: 24px 28px;
    margin-bottom: 18px;
}

.about-card b {
    font-size: 21px;
}

.about-card span {
    font-size: 16px;
    line-height: 1.5;
}

.teacher-list li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.teacher-content p {
    font-size: 18px;
    line-height: 1.7;
}
.teacher-content h3{
    font-size: 42px;
    color: #005bbb;
    margin-bottom: 10px;
}
/* ===== ОТЗЫВЫ ===== */

.reviews{
    display:block;
    grid-template-columns:none;
    gap:0;
    width:100%;
    padding:70px 20px 50px;
    text-align:center;
}

.reviews-wrapper{
    max-width:800px;
    width:100%;
    margin:0 auto;
    text-align:center;
}

.reviews h2{
    margin-bottom:35px;
    text-align:center;
}

.reviews-trust{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.trust-number{
    font-size:68px;
    font-weight:800;
    color:#005bbb;
    line-height:1;
    margin-bottom:6px;
}

.trust-stars{
    color:#f5c242;
    font-size:30px;
    letter-spacing:3px;
    margin-bottom:18px;
}

.trust-text{
    font-size:20px;
    color:#444;
    line-height:1.6;
    margin-bottom:25px;
}

.trust-badges{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:20px;
}

.trust-badges span{
    background:#ffffff;
    color:#005bbb;
    font-size:14px;
    font-weight:600;
    padding:10px 18px;
    border-radius:30px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.reviews-btn{
    display:inline-block;
    padding:16px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    color:#fff;
    background:linear-gradient(135deg,#005bbb,#2d7cff);
    box-shadow:0 10px 25px rgba(0,91,187,.25);
    transition:.3s;
}

.reviews-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 30px rgba(0,91,187,.35);
}

@media (max-width:768px){

    .trust-number{
        font-size:90px;
    }

    .trust-stars{
      margin-top: -10px;
      margin-bottom: 15px;
    } 

    .trust-text{
        font-size:18px;
    }

    .trust-badges{
        flex-direction:column;
        align-items:center;
    }

}