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

.webinar-page {
  margin: 0;
  background: #ffffff;
  color: #1c2534;
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased; }

.wb-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px; }

.wb-section {
  padding: 56px 0; }

.wb-section--tint {
  background: #f5f8fc; }

.wb-h2 {
  margin: 0 0 28px;
  font-size: clamp(23px, 3.2vw, 31px);
  font-weight: 700;
  color: #1f4b8e;
  letter-spacing: -0.01em;
  text-wrap: balance; }

.wb-header {
  border-bottom: 1px solid #d9e2ef;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 20; }

.wb-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 68px; }

.wb-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none; }

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

.wb-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1; }

.wb-logo__name {
  font-size: 19px;
  font-weight: 700;
  color: #1f4b8e; }

.wb-logo__tag {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #5a6779;
  text-transform: uppercase; }

.wb-nav {
  display: flex;
  gap: 24px;
  margin-left: auto; }

.wb-nav a {
  color: #1c2534;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: 2px solid transparent; }

.wb-nav a:hover {
  color: #1f4b8e;
  border-bottom-color: #1f4b8e; }

.wb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border: 0;
  border-radius: 7px;
  background: #2563eb;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease; }

.wb-btn:hover {
  background: #1451d8; }

.wb-btn:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px; }

.wb-btn--wide {
  width: 100%; }

.wb-btn--ghost {
  background: transparent;
  color: #2563eb;
  border: 1.5px solid #2563eb; }

.wb-btn--ghost:hover {
  background: #eaf0f9; }

.wb-btn--light {
  background: #fff;
  color: #1f4b8e; }

.wb-btn--light:hover {
  background: #eaf0f9; }

.wb-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
  padding: 44px 0 56px; }

.wb-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 40px;
  align-items: start; }

.wb-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4.6vw, 44px);
  line-height: 1.13;
  font-weight: 800;
  color: #1f4b8e;
  letter-spacing: -0.02em;
  text-wrap: balance; }

.wb-hero__lead {
  margin: 0 0 14px;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #1c2534;
  max-width: 34ch; }

.wb-hero__text {
  margin: 0 0 26px;
  color: #5a6779;
  max-width: 56ch; }

.wb-video {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbe6f4 0%, #b9cde6 100%);
  aspect-ratio: 16 / 9;
  text-decoration: none;
  border: 1px solid #d9e2ef; }

.wb-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.wb-video::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(23, 38, 67, 0) 0%, rgba(23, 38, 67, 0.62) 100%);
  z-index: 1; }

.wb-video__badge,
.wb-video__time {
  position: absolute;
  z-index: 2;
  padding: 5px 11px;
  border-radius: 5px;
  background: rgba(23, 38, 67, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 600; }

.wb-video__badge {
  top: 12px;
  left: 12px; }

.wb-video__time {
  bottom: 12px;
  right: 12px; }

.wb-video__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(23, 38, 67, 0.28);
  display: grid;
  place-items: center; }

.wb-video__play::after {
  content: "";
  margin-left: 4px;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #1f4b8e; }

.wb-video__caption {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 14px;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45); }

.wb-video__caption b {
  display: block;
  font-size: 17px; }

.wb-video__caption span {
  font-size: 12.5px;
  opacity: 0.9; }

.wb-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px; }

.wb-point__icon {
  font-size: 20px;
  margin-bottom: 6px;
  display: block; }

.wb-point b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1f4b8e;
  margin-bottom: 3px; }

.wb-point span {
  font-size: 13px;
  color: #5a6779; }

.wb-form-card {
  background: #ffffff;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  padding: 26px 24px;
  box-shadow: 0 22px 48px -30px rgba(23, 38, 67, 0.45);
  position: sticky;
  top: 88px; }

.wb-form-card__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 8px; }

.wb-form-card__head .wb-form-icon {
  font-size: 26px;
  line-height: 1; }

.wb-form-card h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  color: #1f4b8e;
  line-height: 1.2; }

.wb-form-card__hint {
  margin: 0 0 18px;
  font-size: 13.5px;
  color: #5a6779; }

.wb-field {
  margin-bottom: 11px; }

.wb-field input[type="text"],
.wb-field input[type="tel"],
.wb-field input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9e2ef;
  border-radius: 7px;
  background: #fbfcfe;
  color: #1c2534;
  font-size: 14.5px;
  font-family: inherit; }

.wb-field input::-moz-placeholder {
  color: #9aa6b6; }

.wb-field input::placeholder {
  color: #9aa6b6; }

.wb-field input:focus {
  outline: none;
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14); }

.wb-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 14px 0 16px;
  font-size: 12.5px;
  color: #5a6779;
  line-height: 1.4; }

.wb-consent input {
  margin-top: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  accent-color: #2563eb; }

.wb-form-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #5a6779;
  text-align: center; }

.wb-flash {
  padding: 11px 14px;
  border-radius: 7px;
  font-size: 13.5px;
  margin-bottom: 14px; }

.wb-flash--error {
  background: #fdecec;
  color: #b3261e;
  border: 1px solid #f3c9c6; }

.wb-flash--ok {
  background: #e7f5ec;
  color: #1c6b39;
  border: 1px solid #bfe3cd; }

.wb-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px; }

.wb-step__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 14px; }

.wb-step__icon {
  font-size: 26px;
  margin-bottom: 10px;
  display: block; }

.wb-step b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1c2534; }

.wb-step span {
  font-size: 14px;
  color: #5a6779; }

.wb-speaker {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) minmax(230px, 0.65fr);
  gap: 30px;
  align-items: start; }

.wb-speaker__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 18%;
     object-position: 50% 18%;
  background: linear-gradient(135deg, #dbe6f4, #b9cde6);
  border: 1px solid #d9e2ef;
  display: block; }

.wb-speaker h3 {
  margin: 0 0 12px;
  font-size: 25px;
  font-weight: 700;
  color: #1f4b8e; }

.wb-speaker__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px; }

.wb-speaker__list li {
  font-size: 14.5px;
  color: #5a6779; }

.wb-speaker__list li:first-child {
  color: #1c2534;
  font-weight: 500; }

.wb-quote {
  background: #eaf0f9;
  border-radius: 10px;
  padding: 22px;
  font-size: 15px;
  color: #1c2534;
  line-height: 1.5; }

.wb-quote__mark {
  font-size: 34px;
  line-height: 0.6;
  color: #a8c0e0;
  display: block;
  margin-bottom: 10px; }

.wb-quote__author {
  display: block;
  margin-top: 12px;
  font-size: 13.5px;
  color: #5a6779; }

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

.wb-solution {
  background: #ffffff;
  border: 1px solid #d9e2ef;
  border-radius: 10px;
  padding: 22px 20px; }

.wb-solution__icon {
  font-size: 24px;
  display: block;
  margin-bottom: 12px; }

.wb-solution b {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  color: #1c2534;
  margin-bottom: 4px; }

.wb-solution__sub {
  display: block;
  font-size: 13.5px;
  color: #305f8d;
  font-weight: 500;
  margin-bottom: 10px; }

.wb-solution p {
  margin: 0;
  font-size: 13.5px;
  color: #5a6779;
  line-height: 1.45; }

.wb-cta {
  background: linear-gradient(135deg, #eaf0f9 0%, #dce8f6 100%);
  padding: 48px 0; }

.wb-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 40px;
  align-items: center; }

.wb-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #1f4b8e;
  text-wrap: balance; }

.wb-cta p {
  margin: 0 0 22px;
  color: #5a6779;
  max-width: 54ch; }

.wb-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

.wb-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.wb-contact {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 14.5px; }

.wb-contact__icon {
  font-size: 17px;
  line-height: 1.3; }

.wb-contact span {
  display: block;
  font-size: 12.5px;
  color: #5a6779; }

.wb-contact a {
  color: #1f4b8e;
  text-decoration: none;
  font-weight: 500; }

.wb-contact a:hover {
  text-decoration: underline; }

.wb-footer {
  background: #ffffff;
  border-top: 1px solid #d9e2ef;
  padding: 24px 0; }

.wb-footer__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #5a6779; }

.wb-footer__tagline {
  max-width: 34ch; }

.wb-footer__nav {
  display: flex;
  gap: 18px;
  margin-left: auto; }

.wb-footer__nav a {
  color: #5a6779;
  text-decoration: none; }

.wb-footer__nav a:hover {
  color: #1f4b8e; }

@media (max-width: 980px) {
  .wb-hero__grid {
    grid-template-columns: minmax(0, 1fr); }
  .wb-form-card {
    position: static; }
  .wb-speaker {
    grid-template-columns: 180px minmax(0, 1fr); }
  .wb-quote {
    grid-column: 1 / -1; }
  .wb-solutions {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wb-cta__grid {
    grid-template-columns: minmax(0, 1fr); } }

@media (max-width: 720px) {
  .wb-nav {
    display: none; }
  .wb-points {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px; }
  .wb-steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px; }
  .wb-speaker {
    grid-template-columns: minmax(0, 1fr); }
  .wb-speaker__photo {
    max-width: 220px; }
  .wb-solutions {
    grid-template-columns: minmax(0, 1fr); }
  .wb-section {
    padding: 40px 0; } }

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important; } }
