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

body {
  background: #ececec;
  font-family: Arial, Helvetica, sans-serif;
  color: #22272d;
}

button {
  border: none;
  cursor: pointer;
  background: none;
  font: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-header {
  border-top: 1px solid #262626;
  background: #ececec;
}

.header-inner {
  width: min(1648px, calc(100% - clamp(120px, 19.5vw, 400px)));
  margin: 0 auto;
  padding-top: 20px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.logo-link {
  display: inline-flex;
}

.logo {
  width: clamp(302px, 21vw, 431px);
  height: auto;
  display: block;
}

.top-links {
  display: flex;
  gap: 32px;
  padding-top: 7px;
  padding-right: 6px;
}

.top-links a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1px;
}

.main-nav {
  margin-top: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding-bottom: 28px;
}

.main-nav a,
.main-nav button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.15px;
  color: #23272d;
  white-space: nowrap;
}

.agenda-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.agenda-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #2b2f34;
  transform: translateY(2px);
}

.search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 2px;
}

.search-btn svg {
  width: 24px;
  height: 24px;
  fill: #23272d;
}

.feature-banner {
  padding: 12px 0 40px;
  background: #ececec;
}

.feature-banner-inner {
  position: relative;
  width: min(1280px, calc(100% - clamp(120px, 19.5vw, 400px)));
  margin: 0 auto;
  border: 1px solid rgba(35, 39, 45, 0.14);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(17, 22, 32, 0.1);
}

.feature-banner-image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(18px, 2.6vw, 36px);
  background: linear-gradient(90deg, rgba(8, 10, 18, 0.86) 0%, rgba(8, 10, 18, 0.52) 48%, rgba(8, 10, 18, 0.14) 100%);
}

.feature-banner-title {
  max-width: min(820px, 78%);
  color: #ffffff;
  font-size: clamp(26px, 2.2vw, 40px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.feature-banner-title span {
  display: block;
}

.feature-banner-title span + span {
  margin-top: 12px;
}

.feature-banner-title em {
  font-style: normal;
  color: #f1b62a;
}

.story-section {
  padding: 0 0 30px;
  background: linear-gradient(180deg, #ececec 0%, #e9ebee 100%);
}

.story-inner {
  width: min(1160px, calc(100% - clamp(120px, 19.5vw, 400px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding: clamp(22px, 2.7vw, 34px);
  border: 1px solid rgba(35, 39, 45, 0.14);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  box-shadow: 0 14px 26px rgba(18, 24, 35, 0.09);
}

.story-inner p {
  max-width: none;
  margin: 0;
  padding: clamp(18px, 2vw, 28px);
  border-radius: 10px;
  border: 1px solid rgba(35, 39, 45, 0.12);
  background: #ffffff;
  color: #242b33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.02vw, 21px);
  line-height: 1.75;
  letter-spacing: 0;
}

.story-inner p + p {
  margin-top: 0;
  padding-top: clamp(18px, 2vw, 28px);
  border-top: 1px solid rgba(35, 39, 45, 0.12);
  border-left: 3px solid #f1b62a;
}

.story-inner p:first-child::first-letter {
  float: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

.commentary-section {
  padding: 0 0 30px;
  background: linear-gradient(180deg, #e9ebee 0%, #ececec 100%);
}

.commentary-inner {
  width: min(1160px, calc(100% - clamp(120px, 19.5vw, 400px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(35, 39, 45, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background: #121d2c;
  box-shadow: 0 14px 28px rgba(15, 20, 31, 0.16);
}

.commentator-image {
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.commentary-quote {
  margin: 0;
  position: relative;
  border-radius: 0;
  border: 0;
  background: linear-gradient(160deg, #162235 0%, #22354f 100%);
  padding: clamp(24px, 3.2vw, 42px) clamp(20px, 2.9vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.commentary-quote::before {
  content: "\"";
  position: absolute;
  top: clamp(8px, 0.9vw, 14px);
  left: clamp(12px, 1.3vw, 18px);
  font-size: 200px;
  line-height: 0.85;
  font-weight: 700;
  color: rgba(241, 182, 42, 0.5);
}

.commentary-quote p {
  margin: 0;
  color: #f4f7fc;
  font-size: clamp(22px, 1.55vw, 31px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: pretty;
  padding-left: clamp(16px, 1.8vw, 26px);
}

.video-section {
  padding: 0 0 86px;
  background: #ececec;
}

.video-inner {
  width: min(1120px, calc(100% - clamp(120px, 19.5vw, 400px)));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-label {
  margin: 0 0 16px;
  color: #232a31;
  font-size: clamp(24px, 1.7vw, 33px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(35, 39, 45, 0.16);
  background: #06070a;
  box-shadow: 0 12px 24px rgba(17, 22, 32, 0.1);
  max-width: 500px;
}

.feature-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #000000;
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: clamp(74px, 6.2vw, 104px);
  height: clamp(74px, 6.2vw, 104px);
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 48%), rgba(8, 10, 18, 0.58);
  backdrop-filter: blur(1.8px);
  z-index: 2;
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.video-play-button::before {
  content: "";
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: clamp(12px, 1.4vw, 16px) solid transparent;
  border-bottom: clamp(12px, 1.4vw, 16px) solid transparent;
  border-left: clamp(20px, 2vw, 28px) solid #ffffff;
}

.video-play-button:hover {
  background-color: rgba(8, 10, 18, 0.72);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-card.is-playing .video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.86);
  pointer-events: none;
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 10px 26px;
  border-radius: 20px;
  border: 1px solid #0f66e4;
  background: linear-gradient(180deg, #2789ff 0%, #1169e8 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(17, 105, 232, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  gap: 10px;
}

.telegram-button img {
  width: 40px;
  border-radius: 40%;
}

.telegram-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(17, 105, 232, 0.34);
  filter: brightness(1.03);
}

.telegram-button:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(17, 105, 232, 0.26);
}

.testimonials-section {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid rgba(25, 36, 52, 0.18);
  border-radius: 16px;
  background: radial-gradient(circle at 8% 6%, rgba(241, 182, 42, 0.18) 0%, rgba(241, 182, 42, 0) 32%),
    radial-gradient(circle at 95% 8%, rgba(39, 137, 255, 0.2) 0%, rgba(39, 137, 255, 0) 34%),
    linear-gradient(160deg, #ffffff 0%, #f7faff 58%, #eff5fb 100%);
  box-shadow: 0 16px 34px rgba(15, 24, 36, 0.14);
  overflow: hidden;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.24) 100%);
}

.testimonials-section::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.testimonials-head {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.testimonials-title {
  margin: 0;
  color: #1f2b3a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 1.9vw, 33px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.testimonials-subtitle {
  margin: 0;
  color: #425063;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.testimonials-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(22, 33, 48, 0.1);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 250, 255, 0.96) 100%);
  box-shadow: 0 10px 22px rgba(17, 22, 32, 0.08);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  right: 9px;
  top: -14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  line-height: 1;
  color: rgba(17, 105, 232, 0.12);
  pointer-events: none;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #f1b62a 0%, #2789ff 100%);
  opacity: 0.8;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 105, 232, 0.24);
  box-shadow: 0 14px 28px rgba(17, 22, 32, 0.15);
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #ffffff;
  outline: 1px solid rgba(17, 105, 232, 0.22);
  box-shadow: 0 8px 16px rgba(17, 22, 32, 0.16);
}

.testimonial-content {
  min-width: 0;
}

.testimonial-content::before {
  content: "★★★★★";
  display: block;
  margin-bottom: 6px;
  color: #f2b22b;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
}

.testimonial-name {
  margin: 0;
  color: #1f2b3a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.testimonial-text {
  margin: 8px 0 0;
  color: #2d3a49;
  font-size: 15px;
  line-height: 1.56;
  text-wrap: pretty;
}

@media (max-width: 1260px) {
  .header-inner {
    width: min(1680px, 100% - 72px);
  }

  .logo {
    width: min(300px, 44vw);
  }

  .main-nav {
    gap: 32px;
    margin-top: 54px;
  }

  .main-nav a,
  .main-nav button {
    font-size: 16px;
  }

  .feature-banner-inner {
    width: min(1280px, 100% - 72px);
  }

  .feature-banner-title {
    max-width: min(740px, 86%);
  }

  .story-inner {
    width: min(1160px, 100% - 72px);
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .commentary-inner {
    width: min(1160px, 100% - 72px);
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .video-inner {
    width: min(1120px, 100% - 72px);
  }

  .video-label {
    margin-bottom: 14px;
    font-size: clamp(22px, 2.3vw, 30px);
  }

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

}

@media (max-width: 900px) {
  .site-header {
    min-height: auto;
  }

  .header-inner {
    width: calc(100% - 32px);
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .header-top {
    flex-direction: column;
    gap: 16px;
  }

  .logo {
    width: min(84vw, 360px);
  }

  .top-links {
    gap: 22px;
    padding-top: 0;
    padding-right: 0;
  }

  .main-nav {
    margin-top: 24px;
    gap: 18px 22px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .main-nav a,
  .main-nav button {
    font-size: 18px;
  }

  .agenda-link {
    gap: 8px;
  }

  .agenda-arrow {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 8px;
  }

  .feature-banner {
    padding: 8px 0 22px;
  }

  .feature-banner-inner {
    width: calc(100% - 32px);
    border-radius: 8px;
  }

  .feature-banner-image {
    height: min(74vw, 320px);
  }

  .feature-banner-overlay {
    align-items: flex-end;
    padding: 14px;
    background: linear-gradient(180deg, rgba(8, 10, 18, 0.18) 10%, rgba(8, 10, 18, 0.9) 88%);
  }

  .feature-banner-title {
    max-width: 100%;
    font-size: clamp(20px, 5.5vw, 30px);
    line-height: 1.12;
    text-wrap: pretty;
  }

  .feature-banner-title span + span {
    margin-top: 10px;
  }

  .story-section {
    padding-bottom: 28px;
  }

  .story-inner {
    width: calc(100% - 32px);
    border-radius: 8px;
    padding: 18px 14px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .story-inner p {
    font-size: 17px;
    line-height: 1.64;
  }

  .story-inner p + p {
    margin-top: 14px;
    padding-top: 14px;
    border-left: 0;
  }

  .story-inner p:first-child::first-letter {
    font-size: inherit;
    margin-right: 0;
  }

  .commentary-section {
    padding-bottom: 36px;
  }

  .commentary-inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 12px;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .commentator-image {
    min-height: 220px;
    max-height: 300px;
    border-radius: 8px;
    border: 1px solid rgba(35, 39, 45, 0.12);
    box-shadow: 0 10px 20px rgba(17, 22, 32, 0.08);
  }

  .commentary-quote {
    border-radius: 8px;
    border: 1px solid rgba(35, 39, 45, 0.14);
    border-left: 3px solid #f1b62a;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(17, 22, 32, 0.08);
    padding: 16px 14px;
  }

  .commentary-quote::before {
    content: none;
  }

  .commentary-quote p {
    color: #20262d;
    font-size: 18px;
    line-height: 1.48;
    padding-left: 0;
  }

  .video-section {
    padding-bottom: 34px;
  }

  .video-inner {
    width: calc(100% - 32px);
  }

  .video-label {
    margin-bottom: 12px;
    font-size: clamp(20px, 5.4vw, 27px);
    line-height: 1.24;
  }

  .video-card {
    border-radius: 8px;
  }

  .video-play-button {
    width: clamp(62px, 18vw, 84px);
    height: clamp(62px, 18vw, 84px);
    border-width: 1.5px;
  }

  .video-play-button::before {
    border-top-width: clamp(10px, 2.9vw, 13px);
    border-bottom-width: clamp(10px, 2.9vw, 13px);
    border-left-width: clamp(16px, 4.2vw, 22px);
  }

  .telegram-button {
    width: 100%;
    margin-top: 12px;
  }

  .testimonials-section {
    margin-top: 20px;
    padding: 14px;
    border-radius: 10px;
  }

  .testimonials-head {
    margin-bottom: 14px;
    gap: 4px;
  }

  .testimonials-title {
    font-size: clamp(20px, 5.4vw, 27px);
    line-height: 1.24;
  }

  .testimonials-subtitle {
    font-size: 12px;
    letter-spacing: 0.03em;
  }

  .testimonials-grid {
    gap: 10px;
  }

  .testimonial-card {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 10px 10px 10px 12px;
    border-radius: 10px;
    gap: 10px;
  }

  .testimonial-avatar {
    width: 52px;
    height: 52px;
    border-width: 2px;
    outline-width: 1px;
    box-shadow: 0 6px 12px rgba(17, 22, 32, 0.14);
  }

  .testimonial-name {
    font-size: 15px;
  }

  .testimonial-content::before {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .testimonial-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.45;
  }
}
