:root {
  --yellow: #ffdc00;
  --yellow-soft: #ffed85;
  --blue: #4899e7;
  --blue-dark: #358fdc;
  --gray: #68707b;
  --gray-dark: #3e4855;
  --navy: #0e1830;
  --dark: #071525;
  --charcoal: #283442;
  --white: #f8f8f8;
  --purple: #a94ce6;
}

* { box-sizing: border-box; }
html, body {
  width: 393px;
  min-width: 393px;
  max-width: 393px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  background: var(--dark);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  color: #101010;
}
body { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.page { width: 393px; min-height: 11100px; overflow: hidden; background: #06131f; }
.section-gray { background: var(--gray); }
.section-dark { background: var(--dark); color: var(--white); }
.section-navy { background: var(--navy); color: var(--white); }
.section-charcoal { background: var(--charcoal); color: var(--white); }
em { color: var(--yellow); font-style: normal; }

.logo {
  position: relative;
  z-index: 4;
  display: inline-block;
  color: white;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -4px;
  transform: scaleX(1.06);
  transform-origin: left center;
}

.topbar {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 393px;
  height: 94px;
  padding: 25px 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.top-access {
  margin-left: auto;
  min-width: 155px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--yellow), #f7e98b);
  font-size: 14px;
  font-weight: 500;
  color:  #050505;
}
.burger {
  width: 24px;
  height: 44px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.burger span { height: 3px; width: 19px; background: white; display: block; }

.hero {
  position: relative;
  width: 393px;
  height: 713px;
  overflow: hidden;
  background: #101b2a;
  color: white;
}
.hero-collage { position: absolute; inset: 75px 0 0; }
.hero-tile { position: absolute; overflow: hidden; border-radius: 15px; background: #273343; }
.hero-tile--1 { left: -48px; top: 60px; width: 112px; height: 250px; }
.hero-tile--2 { left: 82px; top: 0; width: 226px; height: 226px; }
.hero-tile--3 { right: -57px; top: 48px; width: 131px; height: 268px; }
.hero-tile--4 { left: -35px; top: 322px; width: 107px; height: 236px; }
.hero-tile--5 { left: 82px; top: 241px; width: 226px; height: 309px; }
.hero-tile--6 { right: -56px; top: 328px; width: 131px; height: 272px; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,15,27,.2) 8%, rgba(5,17,30,.5) 52%, rgba(5,17,30,.86) 100%); }
.hero-content { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 29px; }
.hero h1 { margin: 0 0 44px; font-size: 35px; line-height: 1.17; font-weight: 450; letter-spacing: -1.3px; }
.hero h1 strong { color: var(--yellow); font-weight: 650; }
.hero p { margin: 0 0 58px; font-size: 16px; line-height: 1.45; color: rgba(255,255,255,.86); }
.hero p b { color: white; }
.button {
  width: 100%;
  height: 51px;
  border: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 12px 15px rgba(0,0,0,.25);
}
.button--yellow { background: linear-gradient(90deg, var(--yellow), var(--yellow-soft)); color: #090909; }
.button--blue { background: var(--blue); color: white; }
.button--blue span { font-size: 31px; line-height: 0; margin-left: 12px; font-weight: 300;     margin-top: -6px; }

.scope { min-height: 637px; padding: 31px 20px 39px; color: white; }
.scope h2, .formats h2 { margin: 0; font-size: 32px; line-height: 1.17; font-weight: 350; letter-spacing: -1.2px; }
.scope h2 em, .formats h2 em { color: var(--yellow); }
.lead { margin: 27px 0 22px; color: #e4e4e4; font-size: 16px; line-height: 1.45; }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 11px; }
.topic {
  height: 54px;
  border-radius: 9px;
  background: #fff;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 7px 6px rgba(0,0,0,.2);
  white-space: nowrap;
}
.topic--wide { font-size: 13px; }
.topic-icon { font-size: 23px; line-height: 1; min-width: 25px; text-align: center; font-weight: 500; }
.topic--all { background: var(--blue); color: white; justify-content: center; font-weight: 500; }
.topic--all .arrow { margin-left: 8px; font-size: 31px; font-weight: 300; }

.solutions {
  background: #fff;
  border-radius: 27px 27px 28px 28px;
  padding: 26px 20px 0px;
  min-height: 1303px;
}
.solutions h2 { margin: 0 0 17px; font-size: 30px; line-height: 1.19; font-weight: 350; letter-spacing: -1.1px; }
.solutions h2 em { color: var(--blue); }
.course-item { border: 0; }
.course-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  min-height: 91px;
  padding: 22px 42px 18px 16px;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 470;
}
.course-item summary::-webkit-details-marker { display: none; }
.course-item summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 31px;
  font-weight: 250;
}
.course-item[open] summary::after { content: "×"; font-size: 28px; }
.course-feature {
  position: relative;
  margin: 0 0 20px;
  height: 306px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--yellow);
  padding: 17px 16px;
}
.course-feature p { margin: 0; font-size: 15px; line-height: 1.16; position: relative; z-index: 2; }
.course-feature a { position: relative; z-index: 2; display: inline-block; margin-top: 22px; text-decoration: underline; font-size: 15px; }
.course-feature img { position: absolute; left: 65px; bottom: -52px; width: 210px; height: 245px; object-fit: contain; }
.solutions > .button { margin-top: 5px; }

.subscription { border-radius: 28px; padding: 33px 20px 31px; min-height: 544px; }
.subscription h2 { margin: 0 0 58px; font-size: 31px; line-height: 1.2; font-weight: 350; }
.subscription-row { min-height: 123px; display: grid; grid-template-columns: 190px 1fr; align-items: center; }
.subscription-number { font-size: 91px; line-height: .85; font-weight: 520; letter-spacing: -5px; }
.subscription-number--month { font-size: 55px; line-height: .86; letter-spacing: -3px; }
.subscription-number--247 { font-size: 80px; }
.subscription-copy { color: #727780; font-size: 19px; line-height: 1.35; }
.subscription-row--month { margin: 5px 0 2px; }

.experts { padding: 41px 20px 39px; color: white; min-height: 677px; position: relative; }
.experts h2 { margin: 0 0 92px; font-size: 31px; line-height: 1.22; font-weight: 350; }
.experts h2 em { color: var(--yellow); }
.slider-controls { position: absolute; right: 20px; top: 112px; display: flex; gap: 10px; }
.slider-controls button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(0,0,0,.0); color: var(--yellow); font-size: 32px; font-weight: 200; }
.expert-track { display: flex; gap: 20px; width: 660px; }
.expert-card { position: relative; width: 297px; height: 345px; border-radius: 10px; overflow: hidden; background: #202937; flex: 0 0 auto; }
.expert-gradient { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.95)); }
.expert-info { position: absolute; left: 20px; bottom: 31px; color: white; }
.expert-info h3 { margin: 0 0 15px; font-size: 23px; font-weight: 420; }
.expert-info p { margin: 0; font-size: 15px; line-height: 1.45; }
.dots { height: 35px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.dots i { width: 10px; height: 10px; border-radius: 50%; background: #e6e6e6; }
.dots i.active { width: 20px; border-radius: 10px; background: var(--yellow); }
.experts .button { margin-top: 3px; }

.pain { border-radius: 29px; padding: 28px 20px 20px; min-height: 1244px; }
.pain h2 { margin: 0 0 31px; font-size: 31px; line-height: 1.18; font-weight: 350; }
.pain h2 em { color: var(--yellow); font-weight: 600; }
.pain-card { position: relative; height: 295px; border-radius: 9px; background: #e1c600; color: #050505; margin-bottom: 38px; overflow: visible; padding: 190px 0 0 20px; }
.pain-card--righttext {     padding: 150px 21px 0 115px; text-align: right; }
.pain-card p { position: relative; z-index: 2; margin: 0; font-size: 23px; line-height: 1.3; font-weight: 400; }
.pain-card--righttext p { font-size: 21px; line-height: 1.35; }
.pain-no { position: absolute; top: 8px; left: 20px; font-size: 92px; line-height: 1; font-weight: 250; color: rgba(255,255,255,.3); }
.pain-card--righttext .pain-no { left: auto; right: 16px; }
.phone { position: absolute; z-index: 3; width: 129px; height: 274px; border: 3px solid #202020; border-radius: 25px; overflow: hidden; background: #111; box-shadow: 0 7px 11px rgba(0,0,0,.45); }
.phone--right { right: -50px; top: 11px; }
.phone--left { left: -50px; top: 15px; }

.formats { padding: 38px 20px 31px; color: white; min-height: 741px; }
.formats h2 { margin-bottom: 32px; }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 8px; }
.format-card { height: 155px; border-radius: 8px; background: var(--blue); padding: 26px 8px 12px; text-align: center; }
.format-icon { height: 65px; display: flex; align-items: center; justify-content: center; color: white; font-size: 49px; font-weight: 250; text-shadow: 3px 3px 4px rgba(0,0,0,.25); }
.format-card p { margin: 11px 0 0; font-size: 17px; line-height: 1.25; }

.tariff { margin: 0; border-radius: 29px; padding: 31px 20px 27px; min-height: 550px; background: radial-gradient(circle at 50% 30%, #fff 0, #f3f4ff 48%, #e9ebf6 100%); }
.tariff h2 { margin: 0; font-size: 31px; line-height: 1.1; font-weight: 350; letter-spacing: -.9px; }
.tariff h2 em { color: var(--blue); font-weight: 600; }
.tariff .lead { color: #333; margin: 25px 0 65px; font-size: 16px; }
.tariff-price { font-size: 31px; font-weight: 750; margin-bottom: 17px; }
.tariff-note { margin: 0 0 18px; font-size: 16px; line-height: 1.12; }
.tariff-note em { color: var(--blue); }
.tariff-cancel { margin: 21px 0 0; color: #5f5f5f; font-size: 15px; line-height: 1.35; }

.about { padding: 42px 20px 49px; min-height: 736px; color: white; }
.about h2 { margin: 0 0 41px; font-size: 31px; font-weight: 450; }
.about h2 em { color: var(--yellow); }
.about-copy { margin: 0 0 26px; font-size: 24px; line-height: 1.55; color: #e4e4e4; }
.about-copy span { color: var(--yellow); }
.stat-card { height: 191px; border-radius: 9px; background: #3c4656; margin-bottom: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stat-card strong { font-size: 91px; line-height: .9; font-weight: 520; letter-spacing: -5px; color: var(--purple); }
.stat-card p { margin: 28px 0 0; font-size: 23px; line-height: 1.3; }

.faq { padding: 54px 20px 42px; min-height: 1862px; }
.faq h2 { margin: 0 0 31px; font-size: 31px; line-height: 1.16; font-weight: 350; }
.faq h2 em { color: var(--yellow); font-weight: 600; }
.faq-intro { margin: 0 0 23px; color: #dedede; font-size: 16px; line-height: 1.45; }
.faq-list { display: flex; flex-direction: column; gap: 20px; }
.faq-item summary { list-style: none; position: relative; min-height: 62px; border-radius: 9px; padding: 20px 45px 18px 16px; background: white; color: #101010; font-size: 15px; line-height: 1.18; font-weight: 550; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 17px; top: 50%; transform: translateY(-50%); font-size: 31px; font-weight: 250; }
.faq-item[open] summary::after { content: "×"; font-size: 28px; }
.faq-answer { margin-top: 10px; border-radius: 9px; background: var(--yellow); color: #111; padding: 16px 16px 13px; font-size: 14px; line-height: 1.15; }
.faq-answer p { margin: 0 0 16px; }
.faq-answer p:last-child { margin-bottom: 0; }

.contact-form { margin-top: 25px; }
.contact-form > p { margin: 0 0 19px; color: #e4e4e4; font-size: 17px; line-height: 1.3; }
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form select {
  width: 100%; height: 50px; border: 0; border-radius: 9px; background: #fff; padding: 0 20px; margin-bottom: 20px; color: #111; font-size: 15px; outline: none; box-shadow: 0 9px 12px rgba(255,236,0,.19);
}
.select-wrap { position: relative; }
.contact-form select { appearance: none; }
.select-wrap::after { content: "⌄"; position: absolute; right: 20px; top: -5px; color: #111; font-size: 28px; pointer-events: none; }
.contact-form .button { margin-top: -1px; }
.consent { display: grid; grid-template-columns: 30px 1fr; gap: 0; margin-top: 20px; align-items: flex-start; color: #f3f3f3; font-size: 11px; line-height: 1.11; }
.consent input { appearance: none; width: 20px; height: 20px; margin: 0; border-radius: 5px; background: white; }

.bottom-cta { min-height: 442px; background: white; border-radius: 29px 29px 0 0; padding: 96px 20px 35px; text-align: center; }
.bottom-cta h2 { margin: 0 0 38px; font-size: 31px; line-height: 1.58; font-weight: 350; }
.bottom-cta h2 em { color: var(--blue); font-weight: 650; }

.footer { min-height: 2380px; padding: 42px 20px 19px; }
.footer-logo { display: block; width: fit-content; margin: 0 auto 31px; font-size: 52px; letter-spacing: -6px; }
.footer-nav { display: flex; flex-direction: column; align-items: center; gap: 26px; font-size: 16px; }
.newsletter { margin-top: 38px; }
.newsletter p { margin: 0 0 20px; color: #646464; font-size: 15px; }
.newsletter p b { color: var(--yellow); }
.newsletter input { width: 100%; height: 51px; border: 0; border-radius: 9px; padding: 0 20px; margin-bottom: 20px; box-shadow: 0 9px 12px rgba(255,236,0,.2); font-size: 15px; }
.socials { margin: 48px 0 33px; display: flex; justify-content: center; gap: 30px; }
.socials a { width: 60px; height: 60px; border-radius: 10px; background: #122132; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 750; color: white; }
.socials a:first-child { background: linear-gradient(#33b9ff,#1683c7); border-radius: 50%; font-size: 27px; }
.socials a:nth-child(2) { background: #f7dfe7; color: #111; border-radius: 50%; }
.socials a:nth-child(3) { background: #348cf2; border-radius: 50%; }
.footer-mail { display: block; margin-bottom: 32px; font-size: 18px; font-weight: 650; }
.legal { color: #d5d5d5; font-size: 14px; line-height: 1.23; }
.legal p { margin: 0 0 25px; }
.pay-logos { margin: 27px 0 30px; display: flex; justify-content: center; gap: 24px; align-items: center; }
.pay-logos span { min-width: 55px; height: 32px; padding: 0 7px; display: flex; align-items: center; justify-content: center; background: white; color: #20207b; font-weight: 800; }
.pay-logos span:nth-child(2) { background: transparent; color: #10a779; font-size: 22px; }
.pay-logos span:nth-child(3) { background: transparent; color: #ff4b16; font-size: 28px; }
.bank-logos { margin: 30px 0 30px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; }
.bank-logos span { min-width: 48px; height: 48px; padding: 0 8px; border-radius: 50%; background: white; color: #222; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 17px; font-weight: 800; }
.bank-logos span:nth-child(5) { background: #db0036; color: white; font-size: 10px; }
.bank-logos span:nth-child(6) { border-radius: 18px; background: #e81942; color: white; min-width: 115px; }
.copyright { display: flex; justify-content: space-between; gap: 10px; margin-top: 46px; font-size: 14px; font-weight: 650; }

/* Pixel-perfect correction against Mobile(4).pdf. The small symbols below are
   actual raster crops from the source PDF, not emoji/font placeholders. */
:root {
  --yellow: #f8d800;
  --yellow-soft: #f8e982;
  --blue: #4598e8;
  --blue-dark: #4598e8;
  --gray: #737981;
  --navy: #161b2f;
  --dark: #0d141d;
  --charcoal: #2d3742;
}

html, body, .page { width: 393px; min-width: 393px; max-width: 393px; }
body { 
  font-family: "Manrope", Arial, sans-serif !important; }
.page { min-height: 11100px; height: 11100px; background: #06131f; }

.logo {
  width: 130px;
  height: 32px;
  font-size: 0;
  letter-spacing: 0;
  transform: none;
}
.logo img { width: 100%; height: 100%; object-fit: contain; }
.topbar {
  height: 118px;
  padding: 61px 20px 0;
  align-items: flex-start;
  gap: 18px;
}
.top-access { min-width: 155px; width: 155px; height: 45px; }
.burger { margin-top: 1px; }

.hero { height: 712px; }
.hero-collage { inset: 96px 0 0; }
.hero-tile--1 { left: -48px; top: 48px; width: 112px; height: 250px; }
.hero-tile--2 { left: 82px; top: 0; width: 226px; height: 226px; }
.hero-tile--3 { right: -57px; top: 48px; width: 131px; height: 268px; }
.hero-tile--4 { left: -35px; top: 307px; width: 107px; height: 236px; }
.hero-tile--5 { left: 82px; top: 237px; width: 226px; height: 299px; }
.hero-tile--6 { right: -56px; top: 318px; width: 131px; height: 272px; }
.hero-shade { background: linear-gradient(180deg, rgba(4,15,27,.06) 10%, rgba(5,17,30,.38) 49%, rgba(5,17,30,.88) 100%); }
.hero-content { bottom: 31px; }
.hero h1 { margin-bottom: 43px; font-size: 35px; line-height: 1.18; font-weight: 400; letter-spacing: -1.25px; }
.hero h1 strong { font-weight: 650; }
.hero p { margin-bottom: 58px; }

.scope { height: 514px; min-height: 0; padding: 31px 20px 30px; background: #06131f; overflow: hidden; }
.scope h2 { font-size: 31px; line-height: 1.18; }
.scope .lead { margin: 25px 0 20px; }
.topic-grid { gap: 18px 10px; }
.topic { height: 54px; padding: 0 13px; gap: 8px; box-shadow: 0 7px 6px rgba(0,0,0,.24); }
.topic-icon { width: 31px; height: 31px; min-width: 31px; object-fit: contain; }
.topic--all { padding-left: 20px; gap: 5px; }
.topic-arrow { width: 28px; height: 28px; object-fit: contain; }
.topic--all .arrow { display: none; }

.solutions { height: 1203px; min-height: 0; padding: 25px 20px 0px; overflow: hidden; }
.solutions h2 { margin-bottom: 16px; }
.course-item summary { min-height: 86px; padding: 20px 42px 16px 16px; }
.course-item--featured summary { min-height: 69px; padding-top: 11px; padding-bottom: 11px; }
.course-feature { height: 306px; margin-bottom: 15px; }
.course-feature img { left: 63px; bottom: -51px; width: 214px; height: 247px; }
.solutions > .button { margin-top: 1px; }

.subscription { height: 591px !important; min-height: 0; padding: 32px 20px 29px; overflow: hidden; background: linear-gradient(180deg, #0d141d 0%, #131d2b 58%, #131a27 100%); }
.subscription h2 { margin-bottom: 52px; }
.subscription-row { min-height: 119px; }
.subscription-copy { color: #6f747c;    
}

.experts { height: 742px; min-height: 0; padding: 40px 20px 39px; background: #5f646e; overflow: hidden; }
.experts h2 { margin-bottom: 91px; }
.slider-controls { top: 111px; }
.expert-card { height: 345px; }
.dots { height: 37px; }
.experts .button { margin-top: 5px; }

.pain { height: 1065px; min-height: 0; padding: 28px 20px 20px; background: #161b2f; overflow: hidden; }
.pain h2 { margin-bottom: 31px; }
.pain-card { height: 295px; margin-bottom: 38px; background: #dfc600; }
.pain-card:last-child { margin-bottom: 0; }
.phone img { object-fit: cover; height: 274px;}

.formats { height: 705px; min-height: 0; padding: 38px 20px 31px; background: #4c535e; overflow: hidden; }
.formats h2 { margin-bottom: 31px; }
.format-grid { gap: 20px 8px; }
.format-card { height: 155px; background: #4598e8; padding: 20px 8px 12px; }
.format-icon { height: 72px; font-size: 0; text-shadow: none; }
.format-icon img { width: 80px; height: 80px; object-fit: cover; }
.format-card p { margin-top: 6px; }

.tariff { height: 550px; min-height: 0; padding: 31px 20px 25px; overflow: hidden; }
.tariff .lead { margin: 25px 0 58px; }
.tariff-price { margin-bottom: 14px; }
.tariff-note { margin-bottom: 17px; }
.tariff-cancel { margin-top: 18px; }

.about { height: 905px; min-height: 0; padding: 41px 20px 42px; background: #3e4751; overflow: hidden; }
.about h2 { margin-bottom: 38px; }
.about-copy { margin-bottom: 24px; }
.stat-card { height: 191px; margin-bottom: 20px; background: #434d5e; }
.stat-card:last-child { margin-bottom: 0; }

.faq { height: 1444px; min-height: 0; padding: 53px 20px 34px; background: #2d3742; overflow: hidden; }
.faq h2 { margin-bottom: 29px; }
.faq-intro { margin-bottom: 21px; }
.faq-list { gap: 18px; }
.faq-item summary { min-height: 58px; padding: 17px 45px 15px 16px; }
.faq-answer { margin-top: 9px; padding: 15px 16px 12px; font-size: 13px; line-height: 1.13; }
.faq-answer p { margin-bottom: 13px; }
.contact-form { margin-top: 21px; }
.contact-form > p { margin-bottom: 16px; }
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form select { height: 50px; margin-bottom: 17px; }
.contact-form .button { height: 51px; }
.consent { margin-top: 16px; }

.bottom-cta { height: 340px; min-height: 0; padding: 55px 20px 28px; overflow: hidden; }
.bottom-cta h2 { margin-bottom: 29px; line-height: 1.5; }

.footer { height: 2438px; min-height: 0; padding: 42px 20px 19px; overflow: hidden; background: #0f1a28; }
.footer-logo { width: 172px; height: 45px; margin: 0 auto 30px; }
.footer-nav { gap: 25px; }
.newsletter { margin-top: 36px; }
.socials { margin: 43px 0 31px; gap: 30px; }
.socials a { width: 60px; height: 60px; padding: 0; background: transparent !important; border-radius: 0 !important; }
.socials img { width: 60px; height: 60px; object-fit: contain; }
.footer-mail { margin-bottom: 31px; }
.pay-logos { margin: 25px 0 28px; gap: 19px; }
.pay-logos img { width: auto; height: 36px; object-fit: contain; }
.pay-logos img:first-child { height: 33px; }
.pay-logos img:last-child { height: 38px; }
.bank-logos { margin: 28px 0 28px; gap: 10px; }
.bank-logos img { width: 48px; height: 48px; object-fit: contain; border-radius: 50%; }
.bank-logos .bank-faktura { width: 119px; height: 48px; border-radius: 0; }
.copyright { margin-top: 40px; }

/* Final alignment pass */
.topbar .logo { width: 130px; height: 25px; margin-top: 16px; }
.topic-grid { display: flex; flex-wrap: wrap; gap: 18px 10px; }
.topic:nth-child(1) { width: 144px; }
.topic:nth-child(2) { width: 120px; }
.topic:nth-child(3) { width: 169px; }
.topic:nth-child(4) { width: 156px; }
.topic:nth-child(5) { width: 159px; }
.topic:nth-child(6) { width: 94px; }
.topic:nth-child(7) { width: 152px; }
.topic:nth-child(8) { width: 190px; }
.course-feature img { left: 10px; bottom: -2px; width: 333px; height: 205px; object-fit: contain; }
.expert-card { height: 393px; }
.expert-info { bottom: 46px; }
.slider-controls { top: 139px; }
.format-icon img { width: 100px; height: 100px; }
.tariff-note { font-size: 14.2px; line-height: 1.18; max-width: 353px; }
.footer { position: relative; }
.footer-logo { width: 220px; height: 58px; margin-bottom: 28px; }
.socials a, .socials img { width: 65px; height: 65px; }
.legal { font-size: 12.5px; line-height: 1.16; }
.legal p { margin-bottom: 21px; }
.bank-logos img { width: 56px; height: 56px; }
.bank-logos .bank-faktura { width: 124px; height: 56px; }
.copyright { position: absolute; left: 20px; right: 20px; bottom: 19px; margin-top: 0; }


/* Mobile(5).pdf — final 393px pixel-perfect pass + proportional adaptation. */
html,
body {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: var(--scaled-page-height, 11100px);
  margin: 0;
  overflow-x: hidden;
  background: #05111f;
 
  font-family: "Manrope", Arial, sans-serif !important;
}
body { position: relative; }
.page {
  position: absolute;
  top: 0;
  left: 50%;
  width: 393px;
  min-width: 393px;
  max-width: 393px;
  height: 11100px;
  min-height: 11100px;
  transform: translateX(-50%) scale(var(--page-scale, 1));
  transform-origin: top center;
  background: #06131f;
}

.hero { height: 713px; }
.scope {
  height: 501px;
  min-height: 0;
  padding: 31px 20px 20px;
  background: #06131f;
}
.scope .lead { margin: 25px 0 12px; }

.solutions {
  height: 1215px;
  min-height: 0;
  padding: 14px 20px 0px;
}
.course-item summary { font-size: 16px; line-height: 1.19; }

.subscription {
  height: 581px;
  min-height: 0;
  padding: 43px 20px 25px;
  border-bottom: 1px solid #142640;
}

.experts {
  height: 728px;
  min-height: 0;
  padding: 29px 20px 34px;
  background: #06131f;
}
.slider-controls { top: 100px; }

.pain {
  height: 1086px;
  min-height: 0;
  padding: 12px 20px 20px;
  background: linear-gradient(180deg, #202126 0%, #171a2c 42%, #0c1420 100%);
}

.formats {
  height: 685px;
  min-height: 0;
  padding: 33px 20px 25px;
  background: #06131f;
}

.tariff {
  height: 550px;
  min-height: 0;
  padding: 34px 20px 25px;
  background:
    radial-gradient(circle at 112% 2%, rgba(250,216,0,.50) 0, rgba(250,216,0,.23) 20%, rgba(250,216,0,0) 43%),
    linear-gradient(145deg, #f7f7ff 0%, #eef0fb 58%, #e8eaf7 100%);
}

.about {
  height: 985px;
  min-height: 0;
  padding: 22px 20px 42px;
  background:#06131f;
}
.about h2 { margin-bottom: 25px; }
.about-copy {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
}
.stat-card { background: #323d4e; }
.stat-card strong { font-size: 82px; }
.stat-card p { margin-top: 24px; font-size: 20px; }

.faq {
  height: 1357px;
  min-height: 0;
  padding: 16px 20px 28px;
  background: #06131f;
}

.bottom-cta {
  height: 334px;
  min-height: 0;
  padding: 58px 20px 25px;
}

.footer {
  height: 2444px;
  min-height: 0;
  padding: 64px 20px 19px;
  background: linear-gradient(180deg, #1e2835 0%, #0f1c2a 45%, #05111f 100%);
}
.legal { font-size: 13px; line-height: 1.18; }

.expert-track {
  transition: transform .35s ease;
  will-change: transform;
}
.slider-controls button,
.topic,
.button,
.burger,
.footer-nav a { -webkit-tap-highlight-color: transparent; }
.slider-controls button:active,
.button:active,
.topic:active { transform: translateY(1px); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .expert-track { transition: none; }
}

/* Final optical alignment after a 393x11100 render comparison. */
.solutions > .button { margin-top: 30px; }
.subscription { padding-top: 31px; }
.experts { padding-top: 40px; }
.experts h2 { margin-bottom: 80px; }
.slider-controls { top: 117px; }
.pain { padding-top: 22px; }

.tariff {
  background:
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.95) 0, rgba(248,249,255,.72) 23%, rgba(248,249,255,0) 52%),
    linear-gradient(145deg, #f5f6ff 0%, #eef0fb 58%, #e8eaf7 100%);
}
.tariff-note { font-size: 13.8px; letter-spacing: -.1px; }

.about { padding-top: 45px; }
.stat-card { height: 208px; }
.stat-card:last-child { height: 241px; }

.faq { padding-top: 0; overflow: visible; }
.faq > h2,
.faq > .faq-intro,
.faq > .faq-list,
.faq > .contact-form { position: relative; top: -17px; }
.faq-answer { line-height: 1.28; }

.legal { font-size: 13.5px; line-height: 1.27; }
.legal p { margin-bottom: 24px; }
.tariff {
  position: relative;
  overflow: hidden;
  padding: 70px 20px 60px;
  background-color: #fff;
  text-align: center;
  isolation: isolate;
}

/* Светлая текстура на белом фоне */
.tariff::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background-image: url("img/15.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

  pointer-events: none;
}

/* Контент всегда поверх текстуры */
.tariff > * {
  position: relative;
  z-index: 1;
}
  .payment-grid {
    --logo-size: 50px;
    --column-gap: 8px;
    --row-gap: 20px;

    display: grid;
    grid-template-columns: repeat(4, var(--logo-size));
    grid-template-rows: var(--logo-size) var(--logo-size);
    column-gap: var(--column-gap);
    row-gap: var(--row-gap);

    width: calc(
      (var(--logo-size) * 4) +
      (var(--column-gap) * 3)
    );
    max-width: 100%;

    align-items: center;
    justify-items: center;
  }

  .payment-grid svg {
    display: block;
    flex: 0 0 auto;
    width: var(--logo-size);
    height: var(--logo-size);
    max-width: 100%;
    overflow: visible;
  }

  /* Верхняя строка: 4 круглых логотипа */
  .payment-grid svg:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .payment-grid svg:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .payment-grid svg:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .payment-grid svg:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  /* Почта Банк */
  .payment-grid svg:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 2;
    justify-self: center;
    transform: translateX(6px);
  }

  /* Faktura.ru */
  .payment-grid svg:nth-child(6) {
    grid-column: 2 / 5;
    grid-row: 2;

    width: calc(var(--logo-size) * 2.32);
    height: var(--logo-size);

    justify-self: center;
    transform: translateX(5px);
  }

  /* Центрирование блока */
  .payment-grid--center {
    margin-right: auto;
    margin-left: auto;
  }

  /* Адаптация под узкие экраны */
  @media (max-width: 360px) {
    .payment-grid {
      --logo-size: 44px;
      --column-gap: 7px;
      --row-gap: 12px;
    }
  }

  @media (max-width: 280px) {
    .payment-grid {
      --logo-size: 38px;
      --column-gap: 5px;
      --row-gap: 10px;
    }
  }
/* =========================================================
   Responsive layout
   Keeps the original 393px mobile composition and removes the
   fixed-width/fixed-height canvas on larger screens.
   ========================================================= */

/* Correct relative path when the project is opened from a folder. */
.tariff::before { background-image: url("img/15.png"); }

@media (min-width: 394px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 100%;
  }

  body { overflow-x: hidden; }

  .page {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    transform: none;
    overflow: hidden;
  }

  .hero,
  .topbar { width: 100%; }

  .topbar {
    padding-right: max(20px, env(safe-area-inset-right));
    padding-left: max(20px, env(safe-area-inset-left));
  }

  .hero-collage {
    left: 50%;
    width: 393px;
    transform: translateX(-50%);
  }

  .hero-content {
    left: 50%;
    right: auto;
    width: min(353px, calc(100% - 40px));
    transform: translateX(-50%);
  }

  .scope,
  .solutions,
  .subscription,
  .experts,
  .pain,
  .formats,
  .tariff,
  .about,
  .faq,
  .bottom-cta,
  .footer {
    width: 100%;
  }

  .scope > *,
  .solutions > *,
  .subscription > *,
  .experts > *,
  .formats > *,
  .tariff > *,
  .about > *,
  .faq > *,
  .bottom-cta > * {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .pain > * {
    max-width: 500px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .footer > * {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .copyright {
    left: max(20px, calc((100% - 620px) / 2));
    right: max(20px, calc((100% - 620px) / 2));
  }
}

@media (min-width: 768px) {
  :root { --content-width: 1180px; }

  html,
  body {
    min-height: 0;
    background: #06131f;
  }

  body { font-size: 17px; }

  .page { background: #06131f; }

  .button {
    width: min(100%, 390px);
    height: 58px;
    border-radius: 11px;
    font-size: 16px;
  }

  .topbar {
    left: 50%;
    width: min(var(--content-width), calc(100% - 80px));
    height: 106px;
    padding: 28px 0 0;
    transform: translateX(-50%);
    align-items: flex-start;
  }

  .topbar .logo {
    width: 166px;
    height: 34px;
    margin-top: 11px;
  }

  .top-access {
    width: 180px;
    min-width: 180px;
    height: 50px;
    font-size: 15px;
  }

  .burger {
    width: 32px;
    height: 50px;
    padding: 12px 0;
  }

  .burger span { width: 27px; }

  .hero {
    width: 100%;
    height: auto;
    min-height: 760px;
    border-radius: 0 0 34px 34px;
  }

  .hero-collage {
    inset: 94px max(40px, calc((100vw - var(--content-width)) / 2)) 40px 46%;
    width: auto;
    transform: none;
  }

  .hero-tile {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
  }

  .hero-tile--1 { left: 0; top: 7%; width: 27%; height: 40%; }
  .hero-tile--2 { left: 29%; top: 0; width: 39%; height: 46%; }
  .hero-tile--3 { left: 70%; right: auto; top: 8%; width: 30%; height: 40%; }
  .hero-tile--4 { left: 0; top: 51%; width: 27%; height: 40%; }
  .hero-tile--5 { left: 29%; top: 49%; width: 39%; height: 49%; }
  .hero-tile--6 { left: 70%; right: auto; top: 53%; width: 30%; height: 43%; }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5,17,30,.98) 0%, rgba(5,17,30,.92) 34%, rgba(5,17,30,.34) 66%, rgba(5,17,30,.18) 100%),
      linear-gradient(180deg, rgba(4,15,27,.12), rgba(5,17,30,.46));
  }

  .hero-content {
    left: max(40px, calc((100vw - var(--content-width)) / 2));
    right: auto;
    bottom: 86px;
    width: 44%;
    max-width: 610px;
    transform: none;
  }

  .hero h1 {
    margin-bottom: 34px;
    font-size: clamp(46px, 5vw, 70px);
    line-height: 1.08;
    letter-spacing: -2.4px;
  }

  .hero p {
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 1.55;
  }

  .scope,
  .solutions,
  .subscription,
  .experts,
  .pain,
  .formats,
  .tariff,
  .about,
  .faq,
  .bottom-cta,
  .footer {
    height: auto !important;
    min-height: 0;
    overflow: visible;
    padding-right: max(40px, calc((100vw - var(--content-width)) / 2));
    padding-left: max(40px, calc((100vw - var(--content-width)) / 2));
  }

  .scope > *,
  .solutions > *,
  .subscription > *,
  .experts > *,
  .pain > *,
  .formats > *,
  .tariff > *,
  .about > *,
  .faq > *,
  .bottom-cta > *,
  .footer > * {
    max-width: none;
  }

  .scope {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .scope h2,
  .formats h2,
  .solutions h2,
  .subscription h2,
  .experts h2,
  .pain h2,
  .tariff h2,
  .about h2,
  .faq h2,
  .bottom-cta h2 {
    font-size: clamp(42px, 4.2vw, 60px);
    line-height: 1.08;
    letter-spacing: -1.8px;
  }

  .scope .lead {
    margin: 28px 0 44px;
    font-size: 18px;
  }

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

  .topic,
  .topic:nth-child(n) {
    width: 100%;
    height: 72px;
    padding: 0 20px;
    gap: 13px;
    border-radius: 12px;
    font-size: 15px;
  }

  .topic-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .topic--all { font-size: 14px; }

  .solutions {
    border-radius: 34px;
    padding-top: 88px;
    padding-bottom: 90px;
  }

  .solutions h2 { margin-bottom: 42px; }

  .course-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
  }

  .course-item--featured { grid-column: 1 / -1; }

  .course-item summary {
    min-height: 86px;
    padding: 25px 55px 21px 22px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    line-height: 1.25;
  }

  .course-item--featured summary {
    min-height: 74px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  .course-feature {
    height: 330px;
    margin-bottom: 28px;
    padding: 42px 44px;
    border-radius: 16px;
  }

  .course-feature p {
    max-width: 48%;
    font-size: 19px;
    line-height: 1.4;
  }

  .course-feature a {
    margin-top: 30px;
    font-size: 17px;
  }

  .course-feature img {
    left: auto;
    right: 3%;
    bottom: 0;
    width: 50%;
    height: 96%;
  }

  .solutions > .button {
    margin: 46px auto 0;
  }

  .subscription {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-top: 92px;
    padding-bottom: 96px;
    border-radius: 34px;
  }

  .subscription h2 {
    grid-column: 1 / -1;
    margin: 0 0 28px;
  }

  .subscription-row,
  .subscription-row--month {
    display: flex;
    min-height: 260px;
    margin: 0;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.025);
  }

  .subscription-number {
    font-size: clamp(76px, 8vw, 112px);
    line-height: .86;
  }

  .subscription-number--month {
    font-size: clamp(48px, 5vw, 68px);
  }

  .subscription-copy {
    font-size: 20px;
    line-height: 1.35;
  }

  .experts {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .experts h2 { margin: 0 0 46px; }
  .slider-controls,
  .dots { display: none; }

  .expert-track {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    transform: none !important;
  }

  .expert-card {
    width: 100%;
    height: clamp(420px, 47vw, 590px);
    border-radius: 18px;
  }

  .expert-info {
    left: 34px;
    bottom: 34px;
  }

  .expert-info h3 { font-size: 30px; }
  .expert-info p { font-size: 17px; }
  .experts .button { margin: 42px auto 0; }

  .pain {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 92px;
    padding-bottom: 100px;
    border-radius: 34px;
  }

  .pain h2 {
    margin: 0 0 18px;
  }

  .pain-card,
  .pain-card--righttext,
  .pain-card[style] {
    width: 100%;
    max-width: none;
    height: 340px;
    margin: 0 !important;
    padding: 82px 42% 38px 44px;
    overflow: hidden;
    text-align: left;
    border-radius: 18px;
  }

  .pain-card:nth-of-type(even) {
    padding-right: 44px;
    padding-left: 42%;
    text-align: right;
  }

  .pain-card p,
  .pain-card--righttext p {
    margin: 0 !important;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.18;
  }

  .pain-no {
    top: 22px;
    left: 34px;
    font-size: 112px;
  }

  .pain-card:nth-of-type(even) .pain-no {
    right: 34px;
    left: auto;
  }

  .phone {
    top: 18px;
    width: 145px;
    height: 306px;
    border-radius: 28px;
  }

  .phone img { height: 100%; }
  .phone--right { right: 9%; }
  .phone--left { left: 9%; }

  .formats {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .formats h2 { margin-bottom: 46px; }

  .format-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .format-card {
    height: 220px;
    padding: 30px 18px 20px;
    border-radius: 14px;
  }

  .format-icon { height: 112px; }
  .format-icon img,
  .format-icon svg { width: 105px; height: 105px; }
  .format-card p { font-size: 18px; }

  .tariff {
    padding-top: 96px;
    padding-bottom: 98px;
    border-radius: 34px;
  }

  .tariff > * {
    width: min(760px, 100%);
  }

  .tariff .lead {
    margin: 30px auto 64px;
    font-size: 19px;
  }

  .tariff-price {
    margin-bottom: 18px;
    font-size: 44px;
  }

  .tariff-note {
    max-width: 650px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.45;
  }

  .tariff .button { margin: 0 auto; }
  .tariff-cancel { font-size: 16px; }

  .about {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-top: 94px;
    padding-bottom: 100px;
  }

  .about h2,
  .about-copy {
    grid-column: 1 / -1;
  }

  .about h2 { margin-bottom: 0; }

  .about-copy {
    max-width: 940px;
    margin: 0 0 28px;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.38;
  }

  .stat-card,
  .stat-card:last-child {
    height: 260px;
    margin: 0;
    border-radius: 18px;
  }

  .stat-card strong { font-size: clamp(70px, 7vw, 100px); }
  .stat-card p { margin-top: 22px; font-size: 20px; }

  .faq {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, .75fr);
    grid-template-areas:
      "title form"
      "intro form"
      "list form";
    column-gap: 54px;
    align-items: start;
    padding-top: 94px;
    padding-bottom: 100px;
  }

  .faq > h2,
  .faq > .faq-intro,
  .faq > .faq-list,
  .faq > .contact-form {
    position: static;
    top: auto;
  }

  .faq h2 {
    grid-area: title;
    margin-bottom: 26px;
  }

  .faq-intro {
    grid-area: intro;
    max-width: 700px;
    margin-bottom: 34px;
    font-size: 18px;
  }

  .faq-list { grid-area: list; gap: 14px; }

  .faq-item summary {
    min-height: 72px;
    padding: 23px 56px 21px 22px;
    font-size: 16px;
  }

  .faq-answer {
    padding: 20px 22px;
    font-size: 15px;
    line-height: 1.45;
  }

  .contact-form {
    grid-area: form;
    position: sticky !important;
    top: 28px !important;
    margin: 0;
    padding: 28px;
    border-radius: 18px;
    background: rgba(255,255,255,.05);
  }

  .contact-form > p { font-size: 18px; }

  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form select {
    height: 56px;
  }

  .contact-form .button { width: 100%; }

  .bottom-cta {
    padding-top: 100px;
    padding-bottom: 96px;
    border-radius: 34px 34px 0 0;
  }

  .bottom-cta h2 {
    margin-bottom: 42px;
    line-height: 1.25;
  }

  .bottom-cta .button { margin: 0 auto; }

  .footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, .7fr) minmax(0, 1.5fr);
    grid-template-areas:
      "logo nav"
      "newsletter legal"
      "social legal"
      "mail legal"
      "copy copy";
    column-gap: 70px;
    align-items: start;
    padding-top: 78px;
    padding-bottom: 34px;
  }

  .footer-logo {
    grid-area: logo;
    width: 220px;
    height: 58px;
    margin: 0;
  }

  .footer-nav {
    grid-area: nav;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 30px;
    font-size: 15px;
  }

  .newsletter {
    grid-area: newsletter;
    margin-top: 48px;
  }

  .newsletter input { max-width: 360px; }
  .newsletter .button { width: min(360px, 100%); }

  .socials {
    grid-area: social;
    margin: 38px 0 28px;
    justify-content: flex-start;
    gap: 18px;
  }

  .socials a,
  .socials img { width: 54px; height: 54px; }

  .footer-mail {
    grid-area: mail;
    margin: 0;
    font-size: 19px;
  }

  .legal {
    grid-area: legal;
    font-size: 13px;
    line-height: 1.45;
  }

  .legal p { margin-bottom: 18px; }

  .pay-logos,
  .bank-logos,
  .payment-grid {
    justify-content: flex-start;
    margin-left: 0;
  }

  .copyright {
    position: static;
    grid-area: copy;
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
}

@media (min-width: 1100px) {
  .pain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pain h2 { grid-column: 1 / -1; }

  .pain-card,
  .pain-card--righttext,
  .pain-card[style],
  .pain-card:nth-of-type(even) {
    height: 420px;
    padding: 250px 26px 28px;
    text-align: left;
  }

  .pain-card p,
  .pain-card--righttext p {
    font-size: 25px;
  }

  .pain-no,
  .pain-card:nth-of-type(even) .pain-no {
    top: 16px;
    right: auto;
    left: 24px;
    font-size: 104px;
  }

  .phone {
    top: 35px;
    width: 142px;
    height: 300px;
  }

  .phone--right,
  .phone--left {
    right: 24px;
    left: auto;
  }
}

@media (min-width: 1440px) {
  :root { --content-width: 1280px; }

  .hero { min-height: 830px; }
  .hero-content { bottom: 104px; }
  .expert-card { height: 610px; }
}

@media (max-width: 767px) {
  .hero h1 strong {
    display: inline-block;
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .hero h1 strong { max-width: none; }
}

/* Убираем горизонтальный скролл страницы */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
svg,
iframe {
  max-width: 100%;
}
