:root {
  --green: rgba(0, 160, 59, 1);
  --green-dark: #007d37;
  --blue: rgba(2, 85, 126, 1);
  --lime: #b5d965;
  --pale: #edf5d9;
  --mint: #dff2e7;
  --line: #8bcf9f;
  --text: #20312b;
  --muted: #69766f;
  --white: #fff;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --shadow: 0 8px 24px rgba(2, 85, 126, 0.08), 0 2px 8px rgba(34, 82, 51, 0.08);
  --shadow-hover: 0 16px 36px rgba(2, 85, 126, 0.13), 0 4px 12px rgba(34, 82, 51, 0.1);
  --motion: 280ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.js_reg_auth {
  display: none !important;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  background: linear-gradient(to bottom, rgba(181, 209, 108, 0.3) 0%, rgba(181, 209, 108, 0.2) 20%, rgba(181, 209, 108, 0.1) 30%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

button {
  font: inherit;
}

.section {
  padding: 50px 0;
}

.content-bg {
  width: 100%;
  height: auto;
}

.section h2,
.rating h2 {
  margin: 0 0 26px;
  color: var(--blue);
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

.section-lead {
  margin: -10px 0 38px;
  text-align: center;
  line-height: 1.45;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.top-section {
  background: url("assets/circle-bg.png") left top/420px auto no-repeat;
}

.gradient {
  /* empty */
}

.header-burger {
  display: none;
}

.site-header {
  position: sticky;
  inset: 18px 0 auto;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 20px;
}

.header-inner {
  height: 70px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: box-shadow var(--motion), transform var(--motion);
}

.logo {
  width: 80px;
  height: auto;
}

.logo span:nth-child(2) {
  color: var(--green);
}

.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a {
  transition: color 0.2s;
}

.main-nav a:hover {
  color: var(--green);
}

.button {
  min-height: 42px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 160, 59, 0.08);
  transition: color var(--motion), background-color var(--motion), border-color var(--motion), box-shadow var(--motion), transform var(--motion);
}

.button--outline {
  /* empty */
}

.button--outline:hover {
  color: var(--green);
}

.button--solid {
  color: white;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(0, 160, 59, 0.2);
}

.button--solid:hover {
  color: white;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 160, 59, 0.22);
}

.button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(0, 160, 59, 0.16);
}

.header-button {
  min-width: 197px;
}

.hero {
  min-height: 450px;
  padding: 10px 0 24px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding: 22px 20px 0 0;
}

.eyebrow {
  margin: 0 0 22px;
  color: #2b9b59;
  font-size: 24px;
}

.hero h1 {
  margin: 0 0 34px;
  color: var(--green);
  font-size: clamp(43px, 4.2vw, 60px);
  line-height: 0.98;
  letter-spacing: 1px;
  font-weight: 600;
}

.hero-text {
  max-width: 620px;
  margin: 0;
  color: rgb(2, 95, 138);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.42;
}

.hero-actions {
  margin-top: 72px;
  display: flex;
  gap: 36px;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(134, 173, 91, 0.35);
  border-radius: 50%;
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border: inherit;
  border-radius: inherit;
}

.hero-orbit::before {
  inset: 16px;
}

.hero-orbit::after {
  inset: 32px;
}

.hero-orbit--left {
  width: 400px;
  height: 400px;
  left: -230px;
  top: 20px;
}

.hero-orbit--right {
  width: 330px;
  height: 330px;
  right: 280px;
  bottom: -210px;
}

.hero-visual {
  height: 450px;
  position: relative;
}

.mosaic-tile {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  background: rgba(105, 207, 162, 0.22);
  box-shadow: 0 3px 8px rgba(20, 115, 75, 0.08);
  overflow: hidden;
}

.mosaic-tile::before,
.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.26) 45% 55%, transparent 55%);
}

.tile-a {
  width: 132px;
  height: 104px;
  left: 8px;
  top: 8px;
  transform: rotate(7deg);
}

.tile-b {
  width: 244px;
  height: 108px;
  left: 142px;
  top: 4px;
  transform: rotate(8deg);
}

.tile-c {
  width: 225px;
  height: 172px;
  left: 3px;
  top: 111px;
  transform: rotate(5deg);
}

.tile-d {
  width: 208px;
  height: 168px;
  left: 230px;
  top: 112px;
  transform: rotate(7deg);
}

.tile-e {
  width: 89px;
  height: 139px;
  left: 390px;
  top: 25px;
  transform: rotate(8deg);
}

.play {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--green);
  background: white;
  font-size: 23px;
  padding-left: 3px;
}

.hero-tags {
  position: absolute;
  left: 45px;
  right: 9px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hero-tags a {
  height: 126px;
  padding: 19px 7px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid white;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transition: transform var(--motion), box-shadow var(--motion), background-color var(--motion), border-color var(--motion);
}

.hero-tags a:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(255, 255, 255, 0.95);
}

.tag-icon,
.material-icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 25px;
}

.speakers {
  padding-top: 54px;
  padding-bottom: 28px;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px;
  padding-top: 10px;
  margin-bottom: 30px;
}

.speaker-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}

.speaker-card img {
  width: 150px;
  height: auto;
  transition: transform var(--motion), filter var(--motion);
}

.speaker-card:hover img {
  transform: translateY(-4px) scale(1.025);
  filter: drop-shadow(0 10px 12px rgba(2, 85, 126, 0.12));
}

.speaker-photo {
  width: 168px;
  height: 168px;
  margin: 0 auto 18px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  color: rgba(0, 94, 62, 0.35);
  background: #04a94c;
}

.speaker-card:nth-child(2) .speaker-photo,
.speaker-card--empty .speaker-photo {
  background: var(--lime);
}

.speaker-photo span,
.webinar-image span,
.material-image span {
  position: relative;
  z-index: 1;
  color: rgba(0, 94, 62, 0.45);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.speaker-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(0, 0, 0);
}

.speaker-card p {
  margin: 3px 0 0;
  font-size: 12px;
}

.benefits-grid {
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.benefit-card {
  min-height: 108px;
  padding: 13px 18px;
  display: flex;
  gap: 13px;
  border: 1px solid #a5c6aa;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  background: white;
  transition: transform var(--motion), box-shadow var(--motion), border-color var(--motion);
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(0, 160, 59, 0.45);
}

.benefit-card img {
  width: 50px;
  height: 50px;
  transition: transform var(--motion);
}

.benefit-card:hover img {
  transform: scale(1.08);
}

.line-icon {
  flex: 0 0 39px;
  color: var(--green);
  font-size: 35px;
  line-height: 1;
}

.benefit-card h3 {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
}

.benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}

.webinars {
  padding-top: 16px;
  position: relative;
  overflow: hidden;
}

.section-rings {
  width: 250px;
  height: 250px;
  position: absolute;
  left: -92px;
  top: -20px;
  border: 1px solid rgba(0, 164, 67, 0.2);
  border-radius: 50%;
}

.section-rings::before,
.section-rings::after {
  content: "";
  position: absolute;
  border: inherit;
  border-radius: inherit;
}

.section-rings::before {
  inset: 20px;
}

.section-rings::after {
  inset: 40px;
}

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

.webinar-card {
  min-width: 0;
  min-height: 290px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: visible;
  transition: transform var(--motion), box-shadow var(--motion);
}

.webinar-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.card-ribbon {
  width: calc(100% - 140px);
  text-align: center;
  height: 27px;
  padding: 6px 13px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -10px;
  border-radius: 999px;
  color: white;
  background: #006286;
  font-size: 11px;
}

.webinar-card--feature .card-ribbon {
  background: var(--green);
}

.webinar-date,
.webinar-image {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: rgba(181, 209, 108, 0.5);
  color: var(--green);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
}

.webinar-image img {
  width: 100%;
  height: auto;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.webinar-card:hover .webinar-image img {
  transform: scale(1.035);
}

.webinar-image--img {
  height: inherit;
}

.calendar-icon img {
  width: 40px;
  height: auto;
}

.webinar-date strong {
  font-size: 16px;
  color: rgb(2, 85, 126);
}

.webinar-date small {
  font-size: 14px;
  color: rgb(94, 94, 94);
}

.webinar-body {
  flex: 1;
  padding: 30px 16px 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(181, 209, 108, 0.5);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.card-category {
  min-height: 32px;
  margin: 0 0 7px;
  color: rgb(2, 95, 138);
  font-size: 14px;
  line-height: 1.25;
}
.card-category--bold {
  font-weight: 700;
}

.card-meta {
  min-height: 34px;
  margin: 0 0 13px;
  font-size: 12px;
  line-height: 1.25;
  color: rgb(94, 94, 94);
}

.card-button {
  min-width: 190px;
  height: 28px;
  padding: 6px 12px;
  margin: auto auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  background: white;
  font-size: 14px;
  transition: color var(--motion), background-color var(--motion), box-shadow var(--motion), transform var(--motion);
}

.card-button:hover {
  color: white;
  background: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 160, 59, 0.18);
}

.card-button:active {
  transform: translateY(0);
}

.materials {
  padding-top: 28px;
  padding-bottom: 36px;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.material-card {
  height: 217px;
  padding: 14px 11px 11px 18px;
  display: grid;
  gap: 10px;
  grid-template-columns: 56% 44%;
  border: 1px solid #35ad66;
  border-radius: var(--radius-md);
  background: rgba(175, 203, 55, 0.05);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--motion), box-shadow var(--motion), border-color var(--motion), background-color var(--motion);
}

.material-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(0, 160, 59, 0.65);
  background: rgba(175, 203, 55, 0.09);
}

.material-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.material-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  font-size: 22px;
}

.material-card h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
}

.material-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.material-card .card-button {
  width: 100%;
  min-width: 0;
}

.material-image-container {
  text-align: center;
  align-content: center;
}

.material-image {
  width: 115px;
  height: auto;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.material-card:hover .material-image {
  transform: translateY(-3px) scale(1.04);
}

.trajectory {
  padding-top: 14px;
  padding-bottom: 48px;
}

.trajectory h2 {
  margin-bottom: 36px;
}

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

.trajectory-step {
  min-height: 155px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.trajectory-step:not(:last-child)::after {
  content: "";
  width: 118px;
  height: 12px;
  position: absolute;
  right: -79px;
  top: 48px;
  background: url("assets/trajectory-arrow.png") center/contain no-repeat;
}

.step-number {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: -11px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 20px;
  font-weight: 700;
}

.step-icon {
  height: 75px;
  color: #1680a3;
  font-size: 57px;
  line-height: 1;
}

.trajectory-step p {
  max-width: 230px;
  margin: 15px 0 0;
  color: rgb(112, 111, 110);
  font-size: 14px;
  line-height: 1.35;
}

.rating {
  padding: 0 0 80px;
}

.rating-inner {
  min-height: 250px;
  padding: 29px 30px 22px;
  background: #f2f7e7;
  text-align: center;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.rating h2 {
  margin-bottom: 13px;
  font-size: 28px;
}

.rating-inner > p {
  margin: 0;
  color: var(--green);
  font-size: 28px;
  font-weight: 700;
}

.rating-options {
  max-width: 850px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
}

.rating-options button {
  width: 83px;
  height: 83px;
  position: relative;
  padding: 0;
  border: 3px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  background: transparent;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(0, 160, 59, 0.08);
  transition: color var(--motion), background-color var(--motion), box-shadow var(--motion), transform var(--motion);
}

.rating-options button::before,
.rating-options button::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 24px;
  border-radius: 50%;
  background: currentColor;
}

.rating-options button::before {
  left: 21px;
}

.rating-options button::after {
  right: 21px;
}

.rating-options button span {
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  font-size: 37px;
  line-height: 1;
}

.rating-options button:nth-child(5) {
  background: var(--green);
  color: white;
}

.rating-options button:hover,
.rating-options button.is-selected {
  color: white;
  background: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 160, 59, 0.22);
}

.button:focus-visible,
.card-button:focus-visible,
.hero-tags a:focus-visible,
.rating-options button:focus-visible {
  outline: 3px solid rgba(2, 85, 126, 0.28);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.rating-message {
  height: 20px;
  margin-top: 8px;
  color: var(--green-dark);
  font-size: 12px;
}

.footer-logo-img {
  width: 100px;
  height: auto;
}

.site-footer {
  min-height: 260px;
  padding: 46px 0;
  color: white;
  background-color: #00a542;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.warning {
  margin: 0 0 28px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 33px;
  line-height: 1.05;
  font-stretch: condensed;
}

.legal {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.footer-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.age {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 18px;
}

.footer-logo {
  padding: 10px 31px;
  border-radius: 26px 0 0 26px;
  color: var(--blue);
  background: white;
  font-size: 26px;
  font-weight: 800;
}

/* Modern visual layer */
body {
  background: #f6f9f6;
}

.gradient {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(237, 245, 217, 0.82) 0%, rgba(246, 249, 246, 0.3) 78%, transparent 100%);
}

.gradient::before,
.gradient::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
}

.gradient::before {
  width: 440px;
  height: 440px;
  top: 90px;
  right: -180px;
  background: radial-gradient(circle, rgba(0, 160, 59, 0.12), rgba(0, 160, 59, 0));
}

.gradient::after {
  width: 360px;
  height: 360px;
  left: -180px;
  bottom: 20px;
  background: radial-gradient(circle, rgba(2, 85, 126, 0.1), rgba(2, 85, 126, 0));
}

.site-header {
  top: 0;
}

.header-inner {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header.is-scrolled .header-inner {
  box-shadow: 0 14px 40px rgba(2, 85, 126, 0.14);
  transform: translateY(-4px);
}

.hero {
  padding: 18px 0 58px;
}

.hero-grid {
  min-height: 520px;
  padding: 56px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(246, 251, 238, 0.64));
  box-shadow: 0 24px 70px rgba(2, 85, 126, 0.1);
  overflow: hidden;
}

.hero-grid::before {
  content: "";
  width: 280px;
  height: 280px;
  position: absolute;
  right: -90px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(181, 209, 108, 0.22);
}

.hero-copy,
.hero-grid > div:last-of-type {
  position: relative;
  z-index: 1;
}

.eyebrow {
  width: fit-content;
  padding: 9px 16px;
  margin-bottom: 26px;
  border: 1px solid rgba(0, 160, 59, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.content-bg {
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 700ms ease;
  filter: drop-shadow(0 22px 26px rgba(2, 85, 126, 0.13));
}

.hero-grid:hover .content-bg {
  transform: translateY(-7px) rotate(0.4deg);
  filter: drop-shadow(0 30px 34px rgba(2, 85, 126, 0.18));
}

.section {
  padding: 72px 0;
}

.section h2,
.rating h2 {
  position: relative;
  padding-bottom: 18px;
}

.section h2::after,
.rating h2::after {
  content: "";
  width: 52px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--lime));
  transform: translateX(-50%);
}

.speakers .wrapper,
.webinars .wrapper,
.materials .wrapper,
.trajectory .wrapper {
  position: relative;
  padding: 62px 56px;
  border: 1px solid rgba(2, 85, 126, 0.06);
  border-radius: 34px;
  box-shadow: 0 20px 60px rgba(2, 85, 126, 0.07);
  overflow: hidden;
}

.speakers .wrapper {
  background: rgba(255, 255, 255, 0.9);
}

.webinars .wrapper {
  background: linear-gradient(145deg, #f1f7e5 0%, #f8fbf4 60%, #edf5d9 100%);
}

.materials .wrapper {
  background: rgba(255, 255, 255, 0.94);
}

.trajectory .wrapper {
  background: linear-gradient(145deg, rgba(232, 244, 226, 0.92), rgba(255, 255, 255, 0.96));
}

.speakers .wrapper::before,
.webinars .wrapper::before,
.materials .wrapper::before,
.trajectory .wrapper::before {
  content: "";
  width: 240px;
  height: 240px;
  position: absolute;
  top: -145px;
  right: -90px;
  border-radius: 50%;
  background: rgba(181, 209, 108, 0.16);
}

.speaker-grid {
  grid-template-columns: repeat(2, minmax(220px, 290px));
  justify-content: center;
  gap: 74px;
  margin: 42px 0 52px;
}

.speaker-card {
  min-height: 280px;
  padding: 28px 24px 24px;
  position: relative;
  justify-content: center;
  border: 1px solid rgba(2, 85, 126, 0.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(237, 245, 217, 0.5), #fff 72%);
  box-shadow: var(--shadow);
  transition: transform var(--motion), box-shadow var(--motion), border-color var(--motion);
}

.speaker-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 160, 59, 0.3);
  box-shadow: var(--shadow-hover);
}

.speaker-card img {
  width: 174px;
}

.benefits-grid {
  padding: 0;
  gap: 22px;
}

.benefit-card {
  min-height: 170px;
  padding: 28px 24px;
  position: relative;
  align-items: flex-start;
  overflow: hidden;
}

.benefit-card::after {
  content: "";
  width: 92px;
  height: 92px;
  position: absolute;
  right: -44px;
  bottom: -44px;
  border-radius: 50%;
  background: rgba(181, 209, 108, 0.18);
  transition: transform var(--motion);
}

.benefit-card:hover::after {
  transform: scale(1.4);
}

.benefit-card img {
  flex: 0 0 auto;
  padding: 9px;
  border-radius: var(--radius-sm);
  background: rgba(237, 245, 217, 0.72);
}

.webinar-grid {
  align-items: stretch;
  gap: 22px;
}

.webinar-card {
  min-height: 410px;
  border: 1px solid rgba(2, 85, 126, 0.07);
  overflow: hidden;
}

.card-ribbon {
  width: auto;
  min-width: 112px;
  height: 30px;
  top: 18px;
  left: 18px;
  padding: 7px 15px;
  box-shadow: 0 7px 16px rgba(2, 85, 126, 0.16);
}

.webinar-date,
.webinar-image {
  flex: 0 0 210px;
  height: 210px;
  border-radius: 0;
}

.webinar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webinar-date {
  position: relative;
  background: linear-gradient(145deg, rgba(181, 209, 108, 0.62), rgba(237, 245, 217, 0.84));
}

.webinar-date::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  right: -48px;
  bottom: -52px;
  border: 18px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.webinar-body {
  padding: 26px 22px 20px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.webinar-card--feature .card-category {
  font-weight: 700;
}

.card-button {
  min-height: 38px;
  height: auto;
}

.materials-grid {
  gap: 22px;
}

.material-card {
  height: 310px;
  padding: 28px;
  position: relative;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.82fr);
  border-color: rgba(0, 160, 59, 0.16);
  background: linear-gradient(145deg, #fff, rgba(237, 245, 217, 0.46));
}

.material-card::before {
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: rgba(0, 160, 59, 0.06);
  transition: transform 500ms ease;
}

.material-card:hover::before {
  transform: scale(1.35);
}

.material-copy,
.material-image-container {
  position: relative;
  z-index: 1;
}

.material-icon {
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 16px;
  background: var(--green);
  object-fit: contain;
  box-shadow: 0 9px 18px rgba(0, 160, 59, 0.18);
}

.material-image-container {
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.58);
}

.material-image {
  width: min(100%, 170px);
  max-height: 210px;
  object-fit: contain;
}

.trajectory-grid {
  gap: 22px;
}

.trajectory-step {
  min-height: 230px;
  padding: 40px 22px 26px;
  justify-content: center;
  border: 1px solid rgba(2, 85, 126, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  transition: transform var(--motion), box-shadow var(--motion), border-color var(--motion);
}

.trajectory-step:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 160, 59, 0.34);
  box-shadow: var(--shadow-hover);
}

.trajectory-step:not(:last-child)::after {
  width: 44px;
  height: 10px;
  right: -34px;
  top: 50%;
  z-index: 2;
}

.step-number {
  width: 44px;
  height: 44px;
  left: 18px;
  top: 18px;
  box-shadow: 0 8px 18px rgba(0, 160, 59, 0.22);
}

.step-icon {
  height: 82px;
  margin-top: 8px;
  object-fit: contain;
  transition: transform var(--motion);
}

.trajectory-step:hover .step-icon {
  transform: scale(1.07);
}

.trajectory-step p {
  margin-top: 24px;
}

.rating {
  padding: 28px 0 88px;
}

.rating-inner {
  padding: 54px 48px 38px;
  position: relative;
  border: 1px solid rgba(0, 160, 59, 0.1);
  background: linear-gradient(135deg, #f1f7e5, #fff 58%, #edf5d9);
  overflow: hidden;
}

.rating-inner::before,
.rating-inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.rating-inner::before {
  width: 180px;
  height: 180px;
  top: -110px;
  left: -70px;
  background: rgba(2, 85, 126, 0.06);
}

.rating-inner::after {
  width: 220px;
  height: 220px;
  right: -100px;
  bottom: -140px;
  background: rgba(0, 160, 59, 0.07);
}

.rating-inner > * {
  position: relative;
  z-index: 1;
}

.rating-options button:hover {
  transform: translateY(-7px) scale(1.04);
}

.reveal {
  opacity: 0;
  translate: 0 28px;
}

.reveal.is-visible {
  animation: reveal-in 680ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--reveal-delay, 0ms) both;
}

@keyframes reveal-in {
  from {
    opacity: 0;
    translate: 0 28px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1540px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .content-bg {
    display: none;
  }
  .benefits-grid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1400px) {
  .webinar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hero {
    background-size: 60%;
  }
}
@media (max-width: 1200px) {
  .benefits-grid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .speaker-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
    margin: 30px 0 42px;
  }
  .site-header {
    z-index: 20;
  }
  .header-inner {
    height: 64px;
    padding: 0 18px;
    position: relative;
    gap: 20px;
  }
  .header-inner > .logo {
    position: relative;
    z-index: 22;
  }
  .header-burger {
    width: 42px;
    height: 42px;
    padding: 9px;
    margin-left: auto;
    position: relative;
    z-index: 22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    cursor: pointer;
  }
  .header-burger span {
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .header-burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header-burger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .main-nav {
    width: 100%;
    padding: 85px 24px 28px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    font-size: 16px;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav a {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
  }
  .main-nav a:last-child {
    border-bottom: 0;
  }
  .header-button {
    display: none;
  }
}
@media (max-width: 1050px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 650px;
    margin-inline: auto;
  }
  .webinar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-nav {
    gap: 12px;
    font-size: 11px;
  }
  .header-inner {
    gap: 18px;
  }
  .header-button {
    min-width: 160px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .speaker-grid {
    gap: 22px;
    margin-inline: 15px;
  }
  .warning {
    font-size: 27px;
  }
}
@media (max-width: 900px) {
  .section {
    padding: 42px 0;
  }
  .site-header {
    inset: 12px 0 auto;
    height: auto;
  }
  .header-inner {
    height: 62px;
    padding: 0 16px;
  }
  .header-button {
    min-width: 0;
    margin-left: auto;
    padding-inline: 18px;
  }
  .hero {
    min-height: auto;
    padding: 40px 0 20px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-text {
    margin-inline: auto;
  }
  .hero-actions {
    margin-top: 34px;
    justify-content: center;
    gap: 16px;
  }
  .hero-visual {
    width: 500px;
    max-width: 100%;
    margin-inline: auto;
  }
  .webinar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }
  .material-card {
    height: auto;
    min-height: 220px;
  }
  .trajectory-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 28px;
  }
  .trajectory-step:not(:last-child)::after {
    display: none;
  }
  .step-number {
    left: calc(50% - 72px);
  }
  .rating-options {
    max-width: 600px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    place-items: center;
  }
  .rating-options button {
    width: 70px;
    height: 70px;
  }
  .rating-options button::before,
  .rating-options button::after {
    top: 20px;
  }
  .rating-options button::before {
    left: 18px;
  }
  .rating-options button::after {
    right: 18px;
  }
  .rating-options button span {
    bottom: 8px;
    font-size: 32px;
  }
  .footer-inner {
    gap: 35px;
  }
  .warning {
    font-size: 23px;
  }
  .legal {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .webinar-date,
  .webinar-image {
    height: 250px;
  }
  .materials-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .site-footer {
    background-size: 120px auto;
    background-position: right 90%;
  }
  .webinar-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section {
    padding: 34px 0;
  }
  .section h2,
  .rating h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .section-lead {
    margin: -6px 0 28px;
    font-size: 14px;
  }
  .section-lead br {
    display: none;
  }
  .header-inner {
    height: 58px;
    border-radius: 29px;
  }
  .logo {
    width: 68px;
  }
  .header-button {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 12px;
  }
  .hero {
    padding: 19px 0 38px;
  }
  .eyebrow {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
  }
  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(34px, 11vw, 45px);
  }
  .hero-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
    gap: 12px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-visual {
    width: 500px;
    max-width: none;
    height: 330px;
    left: 50%;
    margin: -30px 0 -35px;
    transform: translateX(-50%) scale(0.72);
    transform-origin: center center;
  }
  .speaker-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
  .speaker-card img {
    width: 135px;
  }
  .benefit-card {
    min-height: auto;
    padding: 16px;
  }
  .webinar-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .webinar-card {
    min-height: 300px;
  }
  .card-ribbon {
    width: auto;
    min-width: 130px;
  }
  .webinar-image {
    height: auto;
    min-height: 142px;
  }
  .webinar-image img {
    display: block;
  }
  .material-card {
    grid-template-columns: 1fr 120px;
    min-height: 210px;
    padding: 18px;
  }
  .trajectory-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .trajectory-step {
    min-height: 135px;
  }
  .step-number {
    left: calc(50% - 78px);
  }
  .rating {
    padding-bottom: 45px;
  }
  .rating-inner {
    min-height: auto;
    padding: 26px 12px 20px;
  }
  .rating-options {
    margin-top: 24px;
  }
  .rating-options button {
    width: 54px;
    height: 54px;
    border-width: 2px;
  }
  .rating-options button::before,
  .rating-options button::after {
    width: 5px;
    height: 5px;
    top: 15px;
  }
  .rating-options button::before {
    left: 14px;
  }
  .rating-options button::after {
    right: 14px;
  }
  .rating-options button span {
    bottom: 5px;
    font-size: 25px;
  }
  .site-footer {
    min-height: auto;
    padding: 34px 0;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .warning {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .legal {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer-side {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-logo {
    border-radius: 26px;
  }
}
@media (max-width: 480px) {
  .speaker-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
  }
  .header-button {
    display: none;
  }
  .header-inner {
    justify-content: center;
  }
  .hero-visual {
    transform: translateX(-50%) scale(0.6);
    margin-top: -55px;
    margin-bottom: -65px;
  }
  .material-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .material-copy {
    align-items: center;
  }
  .material-image-container {
    order: -1;
  }
  .material-image {
    width: 105px;
  }
  .material-card .card-button {
    margin-top: 18px;
  }
  .rating-options button {
    width: 48px;
    height: 48px;
  }
  .rating-options button::before,
  .rating-options button::after {
    top: 13px;
  }
  .rating-options button::before {
    left: 12px;
  }
  .rating-options button::after {
    right: 12px;
  }
  .rating-options button span {
    font-size: 22px;
  }
  .warning {
    font-size: 17px;
  }
  .legal {
    font-size: 12px;
  }
}
@media (min-width: 1201px) {
  .hero-grid {
    grid-template-columns: 52% 48%;
    gap: 20px;
  }
  .content-bg {
    display: block;
  }
  .webinar-grid {
    grid-template-columns: 1.55fr 1.55fr repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 901px) and (max-width: 1540px) {
  .webinar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .speaker-grid {
    grid-template-columns: repeat(2, minmax(220px, 290px));
  }
}
@media (max-width: 1200px) {
  .speakers .wrapper,
  .webinars .wrapper,
  .materials .wrapper,
  .trajectory .wrapper {
    padding: 48px 36px;
  }
}
@media (max-width: 900px) {
  .hero-grid {
    min-height: auto;
    padding: 40px 32px;
    border-radius: 28px;
  }
  .speakers .wrapper,
  .webinars .wrapper,
  .materials .wrapper,
  .trajectory .wrapper {
    padding: 42px 28px;
    border-radius: 28px;
  }
  .benefit-card {
    min-height: 140px;
  }
}
@media (max-width: 769px) {
  .hero-grid {
    padding: 32px 22px;
    border-radius: 24px;
  }
  .eyebrow {
    width: auto;
    padding: 8px 12px;
  }
  .speakers .wrapper,
  .webinars .wrapper,
  .materials .wrapper,
  .trajectory .wrapper {
    padding: 34px 18px;
    border-radius: 24px;
  }
  .speaker-card {
    min-height: 240px;
    padding: 22px 16px;
  }
  .trajectory-step {
    padding: 34px 20px 24px;
  }
  .step-number {
    left: 18px;
    top: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
