/*
Theme Name: MINAKOV AI
Theme URI: https://minakovai.ru
Author: MINAKOV AI
Description: Custom WordPress theme for minakovai.ru migration from Tilda.
Version: 0.1.1
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.1
Text Domain: minakovai
*/

:root {
  --bg: #05080c;
  --bg-soft: #0b1118;
  --panel: #101821;
  --text: #f7f7f2;
  --muted: #b4bcc6;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #dda751;
  --gold-dark: #a7742c;
  --blue: #38a3ff;
  --green: #58c27d;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, "Golos Text", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::selection {
  background: var(--gold);
  color: #111;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 10, 16, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand span:last-child {
  color: var(--gold);
}

.nav-toggle {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  text-decoration: none;
}

.nav__item,
.nav .menu-item {
  position: relative;
}

.nav__link,
.nav > .menu-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
}

.nav__item--has-children > .nav__link::after,
.nav > .menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.8;
}

.nav__submenu,
.nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  display: grid;
  gap: 4px;
  min-width: 248px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 10, 16, 0.98);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  list-style: none;
  margin: 0;
}

.nav__submenu a,
.nav .sub-menu a {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  line-height: 1.25;
}

.nav__submenu a:hover,
.nav .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.nav__item--has-children:hover .nav__submenu,
.nav__item--has-children:focus-within .nav__submenu,
.nav .menu-item-has-children:hover > .sub-menu,
.nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: transparent;
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

.button--fill {
  background: var(--gold);
  color: #071018;
  font-weight: 800;
  line-height: 1.2;
}

a.button--fill,
button.button--fill,
.content a.button--fill {
  color: #071018;
}

.button {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(221, 167, 81, 0.18);
}

.particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.42;
  pointer-events: none;
}

.has-js .reveal-item {
  opacity: 0.35;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.has-js .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.card,
.service-preview-card,
.project-card,
.home-wide-card,
.teacher-card,
.social-card,
.post-card,
.landing-card,
.landing-price,
.landing-step {
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.card:hover,
.service-preview-card:hover,
.project-card:hover,
.home-wide-card:hover,
.teacher-card:hover,
.social-card:hover,
.post-card:hover,
.landing-card:hover,
.landing-price:hover,
.landing-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 217, 232, 0.42);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
}

.lead-modal-open,
.lead-modal-open body {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lead-modal[aria-hidden="false"] {
  display: flex;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.lead-modal__dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid rgba(0, 217, 232, 0.35);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(8, 22, 31, 0.98), rgba(4, 10, 16, 0.98));
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.6);
  padding: 30px;
}

.lead-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.lead-modal__head {
  padding-right: 42px;
  margin-bottom: 22px;
}

.lead-modal__head span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-modal__head h2 {
  margin: 8px 0 10px;
}

.lead-modal__head p,
.lead-form__note,
.lead-form__status {
  color: var(--muted);
}

.lead-form,
.lead-form label {
  display: grid;
  gap: 10px;
}

.lead-form {
  gap: 16px;
}

.lead-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lead-form span {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 217, 232, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  padding: 13px 14px;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form__trap {
  position: absolute;
  left: -9999px;
}

.lead-form__note {
  margin: 0;
  font-size: 13px;
}

.lead-form__status {
  min-height: 20px;
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  display: grid;
  align-items: start;
  padding: 42px 0 46px;
  background:
    radial-gradient(circle at 72% 18%, rgba(221, 167, 81, 0.12), transparent 28%),
    radial-gradient(circle at 26% 62%, rgba(0, 217, 232, 0.08), transparent 30%),
    #030a10;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(180deg, rgba(3, 10, 16, 0), #030a10 78%);
  pointer-events: none;
  z-index: 2;
}

.hero__layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: stretch;
  gap: 46px;
}

.hero__content {
  max-width: 720px;
  padding-top: 0;
}

.hero__offer {
  margin: 22px 0 0;
  max-width: 680px;
  color: var(--text);
  font-size: clamp(25px, 2.35vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 42px;
}

.hero__media {
  position: relative;
  min-height: clamp(600px, calc(100vh - 120px), 720px);
  overflow: hidden;
  background:
    linear-gradient(90deg, #030a10 0%, rgba(3, 10, 16, 0.28) 18%, rgba(3, 10, 16, 0.04) 52%, rgba(3, 10, 16, 0.34) 86%, #030a10 100%),
    linear-gradient(180deg, #030a10 0%, rgba(3, 10, 16, 0) 16%, rgba(3, 10, 16, 0.08) 68%, #030a10 96%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 13%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.hero__media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% bottom;
  filter: drop-shadow(0 34px 90px rgba(0, 0, 0, 0.58));
}

.hero__media::before,
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero__media::before {
  background:
    linear-gradient(90deg, #030a10 0%, rgba(3, 10, 16, 0.32) 18%, rgba(3, 10, 16, 0.02) 46%, rgba(3, 10, 16, 0.18) 78%, #030a10 100%),
    linear-gradient(180deg, rgba(3, 10, 16, 0.18) 0%, rgba(3, 10, 16, 0) 26%, rgba(3, 10, 16, 0.2) 78%, #030a10 100%);
}

.hero__media::after {
  background: radial-gradient(circle at 58% 38%, rgba(221, 167, 81, 0.12), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.7;
}

.hero__mobile-photo {
  display: none;
}

.hero-proof-badges {
  position: absolute;
  z-index: 2;
  right: 4px;
  bottom: 42px;
  display: grid;
  gap: 10px;
  width: min(310px, 48%);
}

.hero-proof-badges span {
  padding: 10px 13px;
  border: 1px solid rgba(221, 167, 81, 0.36);
  border-radius: 6px;
  background: rgba(3, 10, 16, 0.72);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

.hero-service-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.hero-service-links a {
  min-height: 94px;
  padding: 14px 15px;
  border: 1px solid rgba(221, 167, 81, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.hero-service-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(221, 167, 81, 0.72);
  background: rgba(221, 167, 81, 0.1);
}

.hero-service-links strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 15px;
  line-height: 1.25;
}

.hero-service-links span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.hero-metrics div {
  padding-top: 14px;
  border-top: 1px solid rgba(221, 167, 81, 0.35);
}

.hero-metrics strong {
  display: block;
  color: var(--text);
  font-size: 18px;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.hero__stat {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.hero__stat strong {
  display: block;
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
}

.hero__stat span {
  color: var(--muted);
  font-size: 14px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
}

h1,
.h1 {
  margin: 0;
  font-size: clamp(50px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  /* H2 is intentionally 2x smaller than base H1: h1 clamp(50px, 7vw, 96px). */
  font-size: clamp(25px, 3.5vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.lead {
  margin: 24px 0 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 22px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.section {
  padding: 82px 0;
}

.audience-section,
.projects-section {
  background: #030a10;
}

.services-preview,
.pricing-section,
.courses-home,
.social-home {
  background: #071019;
}

.teachers-home {
  background: #030a10;
}

.page-hero {
  padding: 78px 0 44px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #081019, var(--bg));
}

.page-hero--image {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 84px 0 68px;
  background:
    linear-gradient(90deg, rgba(3, 8, 12, 0.98) 0%, rgba(3, 8, 12, 0.84) 46%, rgba(3, 8, 12, 0.22) 78%),
    linear-gradient(180deg, rgba(3, 8, 12, 0) 54%, var(--bg) 100%),
    var(--section-hero-image);
  background-size: cover;
  background-position: center right;
}

.page-hero--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 42%, transparent 0 20%, rgba(6, 16, 25, 0.32) 52%, rgba(6, 16, 25, 0.82) 100%),
    linear-gradient(180deg, rgba(6, 16, 25, 0) 58%, var(--bg) 100%);
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}

.page-hero__content {
  max-width: 700px;
}

.page-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.04;
}

.page-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.section--soft {
  background: var(--bg-soft);
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-link {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
}

.section__head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.section-intro {
  max-width: 820px;
  margin: -18px 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

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

.card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.card a {
  text-decoration: none;
}

.card a:hover {
  color: var(--gold);
}

.card p {
  color: var(--muted);
  margin: 0;
}

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

.audience-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(221, 167, 81, 0.22);
  border-radius: 6px;
  background: #0b141d;
}

.audience-card img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  opacity: 0.82;
}

.audience-card h3,
.audience-card p {
  padding: 0 20px;
}

.audience-card h3 {
  margin-top: 20px;
  color: var(--gold);
}

.audience-card p {
  color: var(--muted);
}

.audience-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: auto 20px 0;
  padding: 0 16px;
  border: 1px solid rgba(221, 167, 81, 0.5);
  border-radius: 6px;
  color: var(--gold);
  background: rgba(221, 167, 81, 0.08);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.audience-card__link:hover {
  color: #030a10;
  background: var(--gold);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(260px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.service-preview-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(221, 167, 81, 0.28);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(221, 167, 81, 0.08), rgba(255, 255, 255, 0.02)),
    #0b141d;
}

.service-preview-card--primary {
  border-color: rgba(221, 167, 81, 0.5);
  background:
    linear-gradient(180deg, rgba(221, 167, 81, 0.13), rgba(0, 217, 232, 0.035)),
    #0b141d;
}

.service-preview-card--secondary {
  min-height: 248px;
}

.service-preview-card__icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.service-preview-card h3 {
  color: var(--text);
  font-size: 24px;
  margin-bottom: 0;
}

.service-preview-card p {
  color: var(--muted);
  margin: 0;
}

.service-preview-card a {
  margin-top: auto;
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
}

.section-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.project-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(3, 10, 16, 0.15), rgba(3, 10, 16, 0.94)),
    url("assets/cases/forward-accounting-image-bot.jpg");
  background-size: cover;
  background-position: center;
}

.project-card:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(3, 10, 16, 0.15), rgba(3, 10, 16, 0.94)),
    url("assets/cases/compatibility-code-bot.jpg");
}

.project-card:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(3, 10, 16, 0.15), rgba(3, 10, 16, 0.94)),
    url("assets/cases/lunmarin-psychologist-website.jpg");
  background-position: 62% center;
}

.project-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.project-card p {
  color: var(--muted);
}

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

.home-wide-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(20, 217, 230, 0.35);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(3, 10, 16, 0.82), rgba(3, 10, 16, 0.35)),
    url("assets/ai-globe.png");
  background-size: cover;
  background-position: center right;
}

.home-wide-card--finance {
  background-image:
    linear-gradient(90deg, rgba(3, 10, 16, 0.82), rgba(3, 10, 16, 0.35)),
    url("assets/tilda/tild6536-3631-4665-a439-616263323032__360_f_894357009_nyer.jpg");
}

.home-wide-card span,
.home-wide-card a,
.teacher-card a,
.social-card a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
}

.home-wide-card p,
.home-wide-card li,
.teacher-card p,
.teacher-card li,
.social-card p {
  color: var(--muted);
}

.teacher-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #101821;
}

.teacher-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.book-feature {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(221, 167, 81, 0.38);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(221, 167, 81, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(0, 217, 232, 0.10), rgba(255, 255, 255, 0.035));
}

.book-feature__cover {
  display: flex;
  justify-content: center;
  perspective: 900px;
}

.book-feature__cover img {
  width: min(100%, 220px);
  border-radius: 8px;
  box-shadow: 22px 24px 42px rgba(0, 0, 0, 0.42);
  transform: rotateY(-9deg) rotateZ(-1deg);
}

.book-feature__content h2 {
  margin-bottom: 16px;
}

.book-feature__content p {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
}

.book-feature__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.book-feature__facts span {
  padding: 8px 12px;
  border: 1px solid rgba(0, 217, 232, 0.22);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 13px;
}

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

.speaking-card,
.media-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.speaking-card span,
.media-card span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 700;
}

.speaking-card h3,
.media-card h3 {
  margin: 12px 0;
  font-size: 20px;
}

.speaking-card p,
.media-card p {
  color: var(--muted);
}

.media-card a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
}

.media-grid--mentions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card--mention {
  min-height: 250px;
}

.media-page {
  display: grid;
  gap: 40px;
}

.media-hero-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border: 1px solid rgba(0, 217, 232, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 217, 232, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.04);
}

.media-hero-card h2 {
  margin-top: 0;
}

.media-page__book {
  margin-top: 8px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.social-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0b141d;
}

.social-card img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
  margin-bottom: 18px;
}

.social-card h3 {
  margin-bottom: 10px;
}

.social-card p {
  margin-bottom: 18px;
}

.social-card a {
  margin-top: auto;
}

.acknowledgements-home {
  overflow: hidden;
}

.acknowledgement-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 300px);
  gap: 16px;
  margin: 0 -4px;
  padding: 4px 4px 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(221, 167, 81, 0.8) rgba(255, 255, 255, 0.08);
}

.acknowledgement-card {
  display: grid;
  grid-template-rows: 300px 1fr;
  min-height: 470px;
  border: 1px solid rgba(221, 167, 81, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    #0b141d;
  overflow: hidden;
  scroll-snap-align: start;
}

.acknowledgement-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background:
    radial-gradient(circle at 20% 10%, rgba(221, 167, 81, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.95);
}

.acknowledgement-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.24));
}

.acknowledgement-card > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.acknowledgement-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.acknowledgement-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 28px 34px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: rgba(221, 167, 81, 0.08);
}

.home-cta p {
  color: var(--muted);
}

.card__meta {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.price-card {
  padding: 24px;
  border: 1px solid rgba(221, 167, 81, 0.28);
  border-radius: 6px;
  background: var(--panel);
}

.price-card--featured {
  border-color: var(--gold);
  box-shadow: 0 18px 60px rgba(221, 167, 81, 0.12);
}

.price-card strong {
  color: var(--gold);
  font-size: 24px;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.price-card li {
  line-height: 1.5;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.steps li {
  counter-increment: step;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.04);
}

.steps li::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  font-weight: 700;
}

.resource-columns {
  columns: 2;
  column-gap: 38px;
}

.resource-columns h3 {
  break-after: avoid;
  margin-top: 24px;
}

.publication-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 15px;
}

.publication-table th,
.publication-table td {
  padding: 12px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.publication-table th {
  color: var(--gold);
  text-align: left;
}

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

.publication-stat {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 217, 232, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.04);
}

.publication-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 34px;
  line-height: 1;
}

.publication-stat span,
.publication-stat a {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.publication-stat a {
  color: var(--cyan);
}

.publication-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.publication-profile-links a {
  display: inline-flex;
  padding: 4px 0;
}

.scientific-profile-actions,
.publication-item__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scientific-profile-actions {
  justify-content: flex-end;
}

.scientific-updated {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(221, 167, 81, 0.28);
  border-radius: 8px;
  background: rgba(221, 167, 81, 0.08);
}

.scientific-updated strong {
  color: var(--gold);
}

.scientific-updated span {
  color: var(--muted);
  line-height: 1.55;
}

.certificate-feature {
  display: grid;
  grid-template-columns: minmax(240px, 0.44fr) minmax(0, 0.56fr);
  gap: 30px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(221, 167, 81, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 14% 18%, rgba(221, 167, 81, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(20, 217, 230, 0.08), rgba(255, 255, 255, 0.035)),
    #0d151d;
}

.certificate-feature__image {
  display: flex;
  justify-content: center;
}

.certificate-feature__image a {
  display: block;
  width: min(100%, 340px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.certificate-feature__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.certificate-feature__content h2 {
  margin: 8px 0 14px;
  font-size: clamp(34px, 4vw, 56px);
}

.certificate-feature--compact .certificate-feature__content h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.certificate-feature__content p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.certificate-feature__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.certificate-feature__facts span {
  padding: 10px 12px;
  border: 1px solid rgba(0, 217, 232, 0.2);
  border-radius: 8px;
  background: rgba(3, 10, 16, 0.48);
  color: var(--text);
  font-weight: 700;
  line-height: 1.4;
}

.certificate-showcase {
  display: grid;
  gap: 22px;
  padding: 26px;
  border: 1px solid rgba(221, 167, 81, 0.3);
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 12%, rgba(221, 167, 81, 0.13), transparent 28%),
    linear-gradient(135deg, rgba(20, 217, 230, 0.07), rgba(255, 255, 255, 0.03)),
    #0d151d;
}

.certificate-showcase .section-head {
  margin: 0;
}

.certificate-showcase .section-head > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}

.certificate-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(3, 10, 16, 0.52);
  overflow: hidden;
}

.certificate-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 14px;
  border-bottom: 1px solid rgba(221, 167, 81, 0.22);
  background:
    linear-gradient(180deg, rgba(3, 10, 16, 0), rgba(3, 10, 16, 0.18)),
    rgba(245, 244, 240, 0.96);
  overflow: visible;
}

.certificate-card__image img {
  display: block;
  width: 100%;
  max-height: 320px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.25s ease;
}

.certificate-card:hover .certificate-card__image img {
  transform: scale(1.025);
}

.certificate-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}

.certificate-card__body .eyebrow {
  margin-bottom: 8px;
}

.certificate-card__body h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
}

.certificate-card__body p:not(.eyebrow) {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.5;
}

.certificate-card__meta {
  display: grid;
  gap: 7px;
  margin: auto 0 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.certificate-card__meta span {
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
}

.publication-section {
  display: grid;
  gap: 24px;
}

.publication-list {
  display: grid;
  gap: 14px;
}

.publication-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #0d151d;
}

.publication-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.publication-item__meta span {
  padding: 6px 10px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 700;
}

.publication-item h3 {
  max-width: 980px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.35;
}

.publication-item p {
  max-width: 1020px;
  color: var(--muted);
}

.publication-item__authors {
  color: var(--text) !important;
  font-weight: 700;
}

.publication-item__links {
  margin-top: 18px;
}

.publication-item__links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(221, 167, 81, 0.32);
  border-radius: 999px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.video-page {
  display: grid;
  gap: 28px;
}

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

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.video-card__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 217, 232, 0.18), transparent 34%),
    #05090d;
}

.video-card__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card__body {
  padding: 22px;
}

.video-card__body h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.video-card__body p {
  color: var(--muted);
}

.video-card__body a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

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

.post-grid--home,
.post-grid--archive {
  align-items: stretch;
}

.post-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.post-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.post-card__image {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(0, 217, 232, 0.16), rgba(221, 167, 81, 0.10)),
    #18222d;
}

.post-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-cover {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 217, 232, 0.12), rgba(221, 167, 81, 0.12)),
    var(--cover-image) center / cover no-repeat,
    #101922;
}

.post-card-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 13, 0.05), rgba(5, 9, 13, 0.78)),
    radial-gradient(circle at 18% 18%, rgba(0, 217, 232, 0.30), transparent 35%);
}

.post-card-cover__shade {
  position: absolute;
  inset: 0;
  background: rgba(5, 9, 13, 0.18);
  backdrop-filter: saturate(1.08);
}

.post-card-cover__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 20px;
  min-height: 100%;
}

.post-card-cover__content span {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(0, 217, 232, 0.42);
  border-radius: 999px;
  background: rgba(0, 217, 232, 0.14);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.post-card-cover__content strong {
  max-width: 260px;
  color: var(--text);
  font-size: 30px;
  line-height: 1.02;
}

.post-card-cover--prompts::before,
.post-card-cover--science::before {
  background:
    linear-gradient(180deg, rgba(5, 9, 13, 0.05), rgba(5, 9, 13, 0.82)),
    radial-gradient(circle at 82% 18%, rgba(221, 167, 81, 0.32), transparent 34%);
}

.post-card-cover--security::before,
.post-card-cover--business::before {
  background:
    linear-gradient(180deg, rgba(5, 9, 13, 0.08), rgba(5, 9, 13, 0.84)),
    radial-gradient(circle at 20% 20%, rgba(221, 167, 81, 0.28), transparent 36%),
    radial-gradient(circle at 82% 24%, rgba(0, 217, 232, 0.20), transparent 34%);
}

.post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.post-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.post-card time,
.post-card__meta span {
  color: var(--gold);
  font-size: 13px;
}

.post-card__meta span {
  color: var(--cyan);
}

.post-card h3 {
  margin-top: 8px;
}

.post-card p {
  margin-bottom: 18px;
}

.post-card__link {
  margin-top: auto;
  color: var(--gold);
  font-weight: 700;
}

.blog-page {
  display: grid;
  gap: 44px;
}

.blog-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: end;
  padding: 28px;
  border: 1px solid rgba(0, 217, 232, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 217, 232, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.035);
}

.blog-intro-panel h2 {
  max-width: 760px;
  margin-bottom: 12px;
}

.blog-intro-panel p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

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

.blog-topic-grid a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(221, 167, 81, 0.26);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  background: rgba(221, 167, 81, 0.06);
}

.blog-topic-grid a:hover {
  border-color: var(--gold);
}

.blog-section {
  display: grid;
  gap: 22px;
}

.blog-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-category-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
}

.blog-category-tabs a:hover,
.blog-category-tabs a.is-active {
  border-color: rgba(0, 217, 232, 0.52);
  background: rgba(0, 217, 232, 0.12);
}

.blog-category-tabs small {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(0, 217, 232, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.blog-pagination .page-numbers {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
}

.blog-pagination .page-numbers.current,
.blog-pagination a.page-numbers:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(221, 167, 81, 0.10);
}

.content {
  width: min(100% - 32px, 860px);
  margin: 0 auto;
  padding: 54px 0 82px;
}

.content--single {
  padding-bottom: 42px;
}

.content--archive {
  width: min(100% - 32px, 1180px);
}

.content h1 {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 24px;
}

.content h2 {
  margin-top: 42px;
  margin-bottom: 18px;
}

.content p,
.content li {
  color: var(--muted);
  font-size: 18px;
}

.content a {
  color: var(--gold);
}

.term-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 28px;
}

.term-row a {
  padding: 8px 12px;
  border: 1px solid rgba(0, 217, 232, 0.3);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 13px;
  text-decoration: none;
}

.single-cover {
  overflow: hidden;
  margin: 34px 0;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.single-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.single-body {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.section--compact {
  padding: 42px 0;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.case-metrics div,
.case-block {
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.case-metrics div {
  padding: 20px;
}

.case-metrics strong {
  display: block;
  color: var(--gold);
  font-size: 30px;
  line-height: 1.1;
}

.case-metrics span {
  color: var(--muted);
  font-size: 14px;
}

.case-block {
  padding: 24px;
  margin: 24px 0;
}

.case-block h2 {
  margin-top: 0;
}

.case-block ul {
  margin-bottom: 0;
}

.case-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.case-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(3, 10, 16, 0.62);
}

.case-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.case-gallery figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.mgutu-intro {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(0, 217, 232, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 217, 232, 0.12), rgba(221, 167, 81, 0.08));
  margin-bottom: 24px;
}

.mgutu-intro img {
  max-width: 200px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
}

.mgutu-intro p {
  color: var(--muted);
  margin: 0 0 16px;
}

.mgutu-teacher-note {
  color: var(--text) !important;
  font-weight: 700;
}

.promo-code {
  border: 1px solid rgba(221, 167, 81, 0.44);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.22);
}

.promo-code summary {
  cursor: pointer;
  color: var(--gold);
  font-weight: 800;
}

.promo-code strong {
  display: inline-block;
  margin: 14px 12px 0 0;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(221, 167, 81, 0.18);
  color: var(--text);
  letter-spacing: 0.08em;
}

.promo-code span {
  color: var(--muted);
}

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

.mgutu-course-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.mgutu-course-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}

.mgutu-course-card h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.mgutu-course-card p,
.mgutu-course-card li,
.mgutu-course-card__price span {
  color: var(--muted);
}

.mgutu-course-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 14px 0 18px;
}

.mgutu-course-card li {
  line-height: 1.5;
}

.mgutu-course-card__price {
  margin-top: auto;
  padding-top: 14px;
}

.mgutu-course-card__price del {
  display: block;
  color: rgba(216, 226, 235, 0.52);
}

.mgutu-course-card__price strong {
  display: block;
  color: var(--gold);
  font-size: 28px;
}

.mgutu-course-card .button {
  margin-top: 18px;
  justify-content: center;
}

.services-expanded {
  margin-bottom: 44px;
}

.services-expanded__grid,
.review-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.services-expanded-card,
.review-source-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 217, 232, 0.08), rgba(221, 167, 81, 0.04)),
    rgba(255, 255, 255, 0.045);
}

.services-expanded-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.services-expanded-card h3,
.review-source-card h3 {
  margin: 0;
  font-size: 24px;
}

.services-expanded-card strong {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 18px;
}

.services-expanded-card p,
.services-expanded-card li,
.review-source-card p {
  color: var(--muted);
}

.services-expanded-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 22px;
  padding-left: 18px;
}

.services-expanded-card li {
  line-height: 1.5;
}

.services-expanded-card .button {
  margin-top: auto;
  justify-content: center;
}

.services-page__head {
  margin-bottom: 28px;
}

.services-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-content: start;
  gap: 16px;
  max-width: 980px;
}

.services-page-intro h2 {
  max-width: 760px;
  margin: 0;
}

.services-page-intro > p:not(.services-page__price-note) {
  max-width: 760px;
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
}

.services-page-intro .services-page__price-note {
  max-width: 920px;
  margin: 4px 0 0;
}

.services-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

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

.services-page-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 217, 232, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(221, 167, 81, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

.services-page-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.services-page-card h3 {
  margin: 0;
  font-size: 26px;
}

.services-page-card strong {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 18px;
}

.services-page-card p,
.services-page-card li {
  color: var(--muted);
}

.services-page-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 24px;
  padding-left: 18px;
}

.services-page-card li {
  line-height: 1.5;
}

.services-page-card .button {
  width: fit-content;
  margin-top: auto;
}

.price-list-public {
  margin: 42px 0 0;
  padding: 28px;
  border: 1px solid rgba(221, 167, 81, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(221, 167, 81, 0.08), rgba(20, 217, 230, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.price-list-public .section__head {
  align-items: start;
  margin-bottom: 22px;
}

.price-list-public .section__head h2 {
  margin: 0;
}

.price-list-public .section__head p {
  max-width: 720px;
  margin: 0;
}

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

.price-list-public__row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(3, 10, 16, 0.48);
}

.price-list-public__row strong {
  color: var(--gold);
  white-space: nowrap;
}

.price-list-public__row span {
  color: var(--muted);
  line-height: 1.5;
}

.price-list-toggle {
  margin-bottom: 22px;
  border: 1px solid rgba(221, 167, 81, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(221, 167, 81, 0.08), rgba(20, 217, 230, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.price-list-toggle summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}

.price-list-toggle summary::-webkit-details-marker {
  display: none;
}

.price-list-toggle summary span {
  color: var(--text);
  font-size: 22px;
  font-weight: 800;
}

.price-list-toggle summary small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 800;
}

.price-list-toggle summary small::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(221, 167, 81, 0.55);
  border-radius: 50%;
}

.price-list-toggle[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.price-list-toggle[open] summary small::after {
  content: "-";
}

.price-list-toggle .price-list-public {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.review-source-card span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.review-source-card h3 {
  margin-top: 12px;
}

.review-source-card .section-link {
  margin-top: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 24px;
}

.contact-card,
.contact-form-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 26px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
}

.contact-list a,
.contact-list span {
  display: block;
  color: var(--text);
}

.contact-list small {
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-note {
  margin-top: 24px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(0, 217, 232, 0.08);
  color: var(--muted);
}

.payment-page {
  padding: 54px 0 72px;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 217, 232, 0.14), transparent 30%),
    radial-gradient(circle at 82% 4%, rgba(221, 167, 81, 0.14), transparent 28%),
    #061019;
}

.services-page__price-note {
  padding: 12px 16px;
  border: 1px solid rgba(221, 167, 81, 0.28);
  border-radius: 8px;
  background: rgba(221, 167, 81, 0.08);
  font-size: 15px;
  line-height: 1.55;
}

.payment-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 54px;
}

.payment-hero__content,
.payment-hero__panel,
.payment-card,
.payment-legal {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.payment-hero__content {
  padding: clamp(30px, 5vw, 58px);
}

.payment-hero h1,
.payment-status h1 {
  margin: 10px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.payment-hero p,
.payment-status p {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.payment-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.payment-hero__panel {
  padding: 30px;
}

.payment-hero__panel strong {
  display: block;
  margin-bottom: 16px;
  color: var(--text);
  font-size: 22px;
}

.payment-hero__panel ul,
.payment-card ul,
.payment-legal ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.payment-hero__panel li,
.payment-legal li {
  position: relative;
  padding-left: 20px;
}

.payment-hero__panel li::before,
.payment-legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(0, 217, 232, 0.55);
}

.payment-section {
  margin-top: 48px;
}

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

.payment-custom {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 22px;
  padding: 26px;
  border: 1px solid rgba(0, 217, 232, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 217, 232, 0.16), rgba(221, 167, 81, 0.08));
}

.payment-custom span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-custom h3 {
  margin: 10px 0 12px;
  font-size: 30px;
}

.payment-custom p {
  margin: 0;
  color: var(--muted);
}

.payment-custom__form {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.payment-custom__form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.payment-custom__form input,
.payment-custom__form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(2, 8, 12, 0.56);
  color: var(--text);
  font: inherit;
}

.payment-custom__form input:focus,
.payment-custom__form select:focus {
  outline: 2px solid rgba(0, 217, 232, 0.35);
  border-color: rgba(0, 217, 232, 0.55);
}

.payment-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  overflow: hidden;
}

.payment-card > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-card h3 {
  margin: 12px 0 18px;
  font-size: 25px;
}

.payment-card__price {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.payment-card__price strong {
  color: var(--text);
  font-size: 34px;
  line-height: 1;
}

.payment-card__price small {
  color: var(--muted);
}

.payment-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.payment-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.payment-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.payment-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 217, 232, 0.5);
  transform: translateY(-50%);
}

.payment-card .button {
  width: 100%;
  margin-top: 0;
}

.robokassa-form {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 4px;
}

.robokassa-form .button {
  width: 100%;
  min-height: 52px;
  white-space: normal;
}

.payment-note {
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(221, 167, 81, 0.35);
  border-radius: 8px;
  background: rgba(221, 167, 81, 0.08);
  color: var(--muted);
  line-height: 1.65;
}

.payment-note strong,
.payment-note a {
  color: var(--text);
}

.payment-note a {
  text-decoration-color: rgba(221, 167, 81, 0.55);
  text-underline-offset: 4px;
}

.payment-legal {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 30px;
  border-color: rgba(0, 217, 232, 0.32);
  background: linear-gradient(135deg, rgba(0, 217, 232, 0.14), rgba(255, 255, 255, 0.035));
}

.payment-legal h2 {
  margin-top: 0;
}

.payment-legal p {
  color: var(--muted);
}

.payment-status {
  min-height: 60vh;
  display: grid;
  align-items: center;
}

.legal-page {
  padding: 54px 0 76px;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 217, 232, 0.12), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(221, 167, 81, 0.12), transparent 30%),
    #061019;
}

.legal-hero {
  margin-bottom: 34px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.legal-hero h1 {
  margin: 10px 0 18px;
  max-width: 900px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
}

.legal-hero p {
  max-width: 850px;
  color: var(--muted);
  font-size: 19px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(0, 217, 232, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.legal-toc a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.legal-toc a:hover {
  background: rgba(0, 217, 232, 0.08);
  color: var(--cyan);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-content section {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.legal-content h2 {
  margin-top: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.legal-content a {
  color: var(--gold);
}

.legal-details {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(0, 217, 232, 0.22);
  border-radius: 8px;
  background: rgba(0, 217, 232, 0.07);
}

.legal-details p {
  margin: 0;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.archive-intro {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 217, 232, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.landing {
  background: #061019;
}

.landing--cyan {
  --landing-accent: #14d9e6;
  --landing-accent-soft: rgba(20, 217, 230, 0.18);
}

.landing--gold {
  --landing-accent: var(--gold);
  --landing-accent-soft: rgba(221, 167, 81, 0.18);
}

.landing-hero {
  min-height: 600px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 84px 0 70px;
  background:
    linear-gradient(90deg, rgba(3, 8, 12, 0.98) 0%, rgba(3, 8, 12, 0.82) 42%, rgba(3, 8, 12, 0.2) 78%),
    linear-gradient(180deg, rgba(3, 8, 12, 0) 0%, #061019 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(6, 16, 25, 0) 62%, #061019 100%),
    radial-gradient(circle at 78% 42%, transparent 0 24%, rgba(6, 16, 25, 0.28) 52%, rgba(6, 16, 25, 0.76) 100%);
  pointer-events: none;
}

.landing-hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.landing-hero__content {
  max-width: 720px;
}

.landing-hero h1 {
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
}

.landing-hero p {
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
}

.landing-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.landing-badges span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 14px;
}

.landing-badges img,
.landing-card img,
.landing-feature img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.landing-section {
  padding: 64px 0;
  background: linear-gradient(180deg, #07131d, #061019);
}

.landing-title {
  text-align: center;
  margin-bottom: 32px;
}

.landing-title h2 {
  font-size: clamp(28px, 3vw, 38px);
}

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

.landing-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(20, 217, 230, 0.35);
  border-radius: 6px;
  background:
    linear-gradient(135deg, var(--landing-accent-soft), rgba(255, 255, 255, 0.025)),
    #0b1721;
}

.landing-card h3 {
  margin-top: 24px;
}

.landing-card p {
  color: var(--muted);
}

.landing-feature-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.landing-feature {
  min-height: 120px;
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.landing-feature:last-child {
  border-right: 0;
}

.landing-feature span {
  color: var(--text);
}

.speaker-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.speaker-event-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(20, 217, 230, 0.28);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(20, 217, 230, 0.13), rgba(221, 167, 81, 0.06)),
    #0b1721;
}

.speaker-event-card span {
  color: var(--landing-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.speaker-event-card h3 {
  margin: 14px 0 12px;
  font-size: 21px;
}

.speaker-event-card p {
  color: var(--muted);
}

.speaker-event-card a {
  margin-top: auto;
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

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

.landing-price {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #0c1721;
}

.landing-price--featured {
  border-color: var(--landing-accent);
}

.landing-price__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  border-radius: 4px;
  background: var(--landing-accent);
  color: #111;
  font-size: 12px;
  font-weight: 700;
}

.landing-price p,
.landing-price li {
  color: var(--muted);
}

.landing-price strong {
  display: block;
  margin: 22px 0;
  color: var(--text);
  font-size: 34px;
}

.landing-price ul {
  padding-left: 18px;
}

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

.landing-step {
  position: relative;
  padding-top: 8px;
}

.landing-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--landing-accent);
  color: #071019;
  font-weight: 800;
}

.landing-step h3 {
  margin-top: 18px;
  font-size: 18px;
}

.landing-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.landing-faq details {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.landing-faq summary {
  cursor: pointer;
  padding: 16px 18px;
}

.landing-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.landing-final {
  padding: 42px 0 58px;
  background: #061019;
}

.landing-final__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 38px;
  border: 1px solid var(--landing-accent);
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(20, 217, 230, 0.22), rgba(221, 167, 81, 0.08));
}

.landing-final p {
  color: var(--muted);
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.direction-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(0, 217, 232, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
  color: var(--text);
  text-decoration: none;
}

.direction-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 217, 232, 0.55);
  background:
    linear-gradient(145deg, rgba(0, 217, 232, 0.18), rgba(221, 167, 81, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.direction-card span {
  display: block;
  color: var(--cyan);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
}

.direction-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 14px;
  max-width: 520px;
  margin-top: 14px;
}

.footer-socials a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__inner > div:last-child > a {
  display: inline-flex;
  align-items: center;
  margin: 0 18px 10px 0;
  color: var(--muted);
  line-height: 1.45;
}

.site-footer__inner > div:last-child > a:last-of-type {
  margin-right: 0;
}

.footer-socials a:hover {
  color: var(--gold);
}

.footer-legal {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header__inner,
  .container,
  .content,
  .page-hero__inner {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .page-hero--image {
    min-height: 360px;
    padding: 64px 0 48px;
    background:
      linear-gradient(90deg, rgba(3, 8, 12, 0.98) 0%, rgba(3, 8, 12, 0.9) 58%, rgba(3, 8, 12, 0.42) 100%),
      linear-gradient(180deg, rgba(3, 8, 12, 0.18) 0%, var(--bg) 100%),
      var(--section-hero-image);
    background-size: cover;
    background-position: 62% center;
  }

  .page-hero h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .page-hero p {
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .site-header__inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 0;
    min-height: 64px;
  }

  .brand {
    font-size: 22px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    margin-left: auto;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
    font-size: 14px;
    cursor: pointer;
  }

  .nav-toggle__bars {
    display: grid;
    gap: 4px;
    width: 18px;
  }

  .nav-toggle__bars span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .nav {
    display: none;
    order: 3;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px 18px;
    max-width: 100%;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }

  .site-header--menu-open .nav {
    display: grid;
  }

  .site-header__inner > .button {
    display: none;
    order: 4;
    width: 100%;
  }

  .site-header--menu-open .site-header__inner > .button {
    display: inline-flex;
  }

  .nav a,
  .nav__link,
  .nav > .menu-item > a {
    display: block;
    min-height: auto;
    padding: 0;
    line-height: 1.2;
  }

  .nav__item--has-children > .nav__link::after,
  .nav > .menu-item-has-children > a::after {
    display: none;
  }

  .nav__submenu,
  .nav .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    margin-top: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav__submenu a,
  .nav .sub-menu a {
    padding: 0;
    color: rgba(180, 188, 198, 0.78);
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 34px;
  }

  .hero__layout {
    position: relative;
    grid-template-columns: 1fr;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    gap: 18px;
  }

  .hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 360px);
    max-width: 360px;
    overflow-wrap: anywhere;
  }

  .hero__content .lead,
  .section__head p {
    width: min(100%, 360px);
    max-width: 360px;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .hero__content .eyebrow {
    display: none;
  }

  .hero__offer {
    max-width: 340px;
    margin-top: 18px;
    font-size: 24px;
  }

  .hero__media {
    display: none;
  }

  .hero__mobile-photo {
    display: block;
    width: 100%;
    min-height: clamp(260px, 72vw, 390px);
    margin-top: 18px;
    border: 1px solid rgba(221, 167, 81, 0.2);
    border-radius: 10px;
    background:
      linear-gradient(90deg, #030a10 0%, rgba(3, 10, 16, 0.08) 38%, rgba(3, 10, 16, 0.06) 76%, #030a10 100%),
      linear-gradient(180deg, rgba(3, 10, 16, 0.06) 0%, rgba(3, 10, 16, 0) 56%, #030a10 100%),
      var(--home-hero-image, url("assets/hero-minakov-real.png"));
    background-size: 100% 100%, 100% 100%, auto 96%;
    background-position: center center, center center, center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
  }

  .hero-proof-badges {
    display: none;
  }

  .hero-service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 24px;
  }

  .hero-service-links a {
    min-height: 88px;
    padding: 12px;
  }

  .hero-service-links strong {
    font-size: 14px;
  }

  .hero-service-links span {
    font-size: 12px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }

  .hero__media img {
    display: none;
  }

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

  .grid,
  .post-grid,
  .price-grid,
  .case-metrics,
  .case-gallery,
  .feature-list,
  .audience-grid,
  .project-grid,
  .home-wide-grid,
  .social-grid,
  .direction-grid,
  .speaking-grid,
  .media-grid,
  .publication-overview,
  .certificate-feature,
  .certificate-grid,
  .video-grid,
  .contact-grid,
  .hero-metrics,
  .service-strip,
  .landing-card-grid,
  .landing-feature-row,
  .landing-price-grid,
  .mgutu-course-grid,
  .services-expanded__grid,
  .services-page__grid,
  .price-list-public__grid,
  .review-source-grid,
  .speaker-event-grid,
  .blog-intro-panel,
  .payment-hero,
  .payment-grid,
  .payment-custom,
  .payment-legal,
  .legal-layout,
  .landing-steps,
  .landing-faq {
    grid-template-columns: 1fr;
  }

  .services-page-intro {
    gap: 16px;
  }

  .services-page-intro > p:not(.services-page__price-note) {
    max-width: none;
    font-size: 17px;
  }

  .price-list-public {
    padding: 20px;
  }

  .price-list-public .section__head {
    display: grid;
  }

  .price-list-public__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .certificate-feature {
    padding: 20px;
  }

  .certificate-showcase {
    padding: 20px;
  }

  .certificate-card {
    grid-template-rows: 150px minmax(0, 1fr);
    min-height: 0;
  }

  .certificate-card__image {
    min-height: 0;
  }

  .certificate-card__image img {
    height: 200px;
  }

  .certificate-feature__facts {
    grid-template-columns: 1fr;
  }

  .blog-topic-grid {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .mgutu-intro {
    grid-template-columns: 1fr;
  }

  .book-feature {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .archive-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-hero-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .publication-item {
    padding: 20px;
  }

  .publication-item h3 {
    font-size: 18px;
  }

  .landing-hero {
    min-height: auto;
    padding: 58px 0;
    background:
      linear-gradient(180deg, rgba(3, 8, 12, 0.7), rgba(3, 8, 12, 0.98) 72%),
      var(--hero-image);
    background-size: cover;
    background-position: center top;
  }

  .landing-hero__grid,
  .landing-badges {
    grid-template-columns: 1fr;
  }

  .landing-hero__content {
    padding-top: 280px;
  }

  .landing-final__box {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .actions .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .lead-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .lead-modal__dialog {
    max-height: calc(100vh - 24px);
    padding: 24px 18px;
  }

  .lead-form__grid {
    grid-template-columns: 1fr;
  }

  .service-strip {
    overflow-x: visible;
  }

  .teacher-card,
  .home-cta {
    grid-template-columns: 1fr;
    align-items: flex-start;
    flex-direction: column;
  }

  .resource-columns {
    columns: 1;
  }

  .section__head,
  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .certificate-card {
    grid-template-rows: 140px minmax(0, 1fr);
  }

  .certificate-card__image {
    min-height: 0;
  }

  .certificate-card__image img {
    height: 190px;
  }
}
/* Payment forms: keep fixed service buttons usable like the custom amount form. */
.robokassa-form {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding-top: 4px;
}

.payment-email-field {
  display: grid;
  gap: 8px;
  width: 100%;
}

.payment-email-field span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-email-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(2, 8, 12, 0.56);
  color: var(--text);
  font: inherit;
}

.payment-email-field input:focus {
  outline: 2px solid rgba(0, 217, 232, 0.35);
  border-color: rgba(0, 217, 232, 0.55);
}

.robokassa-form .button {
  width: 100%;
  min-height: 52px;
  white-space: normal;
}
/* Hero portrait fit override */
.page-hero--image {
  background-size: auto 100%, auto 100%, auto 100%;
  background-position:
    left center,
    left bottom,
    right max(16px, calc((100vw - 1200px) / 2)) center;
  background-repeat: no-repeat;
}

.landing-hero {
  background-size: auto 100%, auto 100%, auto 100%;
  background-position:
    left center,
    left bottom,
    right max(16px, calc((100vw - 1200px) / 2)) center;
  background-repeat: no-repeat;
}

.hero__media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 560px;
  background:
    linear-gradient(90deg, #030a10 0%, rgba(3, 10, 16, 0.76) 16%, rgba(3, 10, 16, 0.06) 42%, rgba(3, 10, 16, 0.16) 76%, #030a10 100%),
    linear-gradient(180deg, #030a10 0%, rgba(3, 10, 16, 0.02) 18%, rgba(3, 10, 16, 0.12) 70%, #030a10 92%);
  background-repeat: no-repeat;
}

.hero__media img {
  display: block;
  width: auto;
  height: min(560px, 72vh);
  max-width: 100%;
  margin-left: auto;
  object-fit: contain;
  object-position: right center;
  opacity: 1;
  pointer-events: none;
  filter: drop-shadow(0 34px 90px rgba(0, 0, 0, 0.58));
}

@media (max-width: 900px) {
  .page-hero--image,
  .landing-hero {
    background-size: auto 100%, auto 100%, auto 100%;
    background-position:
      left center,
      left bottom,
      right 16px center;
  }

  .hero__media {
    justify-content: flex-end;
    background-position: right center;
  }
}

@media (max-width: 620px) {
  .page-hero--image,
  .landing-hero {
    min-height: 520px;
    align-items: end;
    background-size: auto 78%, auto 100%, auto 78%;
    background-position:
      left center,
      left bottom,
      right 16px top;
  }

  .hero__media {
    min-height: 420px;
  }

  .hero__media img {
    height: min(420px, 58vh);
  }
}

/* Home hero full-height portrait */
.hero__media {
  display: block;
  min-height: clamp(600px, calc(100vh - 120px), 720px);
  overflow: hidden;
  background:
    linear-gradient(90deg, #030a10 0%, rgba(3, 10, 16, 0.28) 18%, rgba(3, 10, 16, 0.04) 52%, rgba(3, 10, 16, 0.34) 86%, #030a10 100%),
    linear-gradient(180deg, #030a10 0%, rgba(3, 10, 16, 0) 16%, rgba(3, 10, 16, 0.08) 68%, #030a10 96%);
}

.hero__media img {
  position: absolute;
  right: clamp(22px, 7vw, 96px);
  bottom: -4%;
  display: block;
  width: auto;
  height: 112%;
  max-width: none;
  margin: 0;
  object-fit: contain;
  object-position: center bottom;
}

@media (max-width: 900px) {
  .hero__media {
    display: none;
  }
}


/* Mobile fix: show Rospatent certificate previews full-width instead of shrinking them by max-height. */
@media (max-width: 640px) {
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .certificate-card {
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }

  .certificate-card__image {
    min-height: 0;
    padding: 10px;
    align-items: center;
    overflow: visible;
  }

  .certificate-card__image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }
}


/* AI wow upgrade: speaking proof, navigator, transformation cards, cursor glow */
.section__head--wide {
  align-items: flex-end;
}

.section__head--wide > p {
  max-width: 620px;
}

.speaking-feature-section,
.ai-navigator-section,
.ai-before-after-section {
  position: relative;
  overflow: hidden;
}

.speaking-feature-section::before,
.ai-navigator-section::before,
.ai-before-after-section::before {
  content: "";
  position: absolute;
  inset: 8% auto auto 50%;
  width: min(720px, 80vw);
  height: min(720px, 80vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 217, 232, 0.12), rgba(221, 167, 81, 0.06) 34%, transparent 66%);
  transform: translateX(-50%);
  pointer-events: none;
  filter: blur(4px);
}

.speaking-feature,
.ai-navigator,
.ai-transform-grid {
  position: relative;
  z-index: 1;
}

.speaking-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.45fr);
  gap: 20px;
  margin-top: 28px;
}

.speaking-feature__proof,
.speaking-feature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background:
    radial-gradient(circle at var(--x, 50%) var(--y, 0%), rgba(0, 217, 232, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(0, 217, 232, 0.08), rgba(221, 167, 81, 0.045)),
    rgba(5, 12, 18, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 28px 80px rgba(0,0,0,.24);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
  backdrop-filter: blur(10px);
}

.speaking-feature__proof {
  min-height: 100%;
  padding: 28px;
}

.speaking-feature__number {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: clamp(54px, 7vw, 92px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-shadow: 0 0 34px rgba(221, 167, 81, 0.22);
}

.speaking-feature__proof h3,
.speaking-feature-card h3 {
  margin: 0 0 12px;
  line-height: 1.16;
}

.speaking-feature__proof p,
.speaking-feature-card p {
  color: var(--muted);
}

.speaking-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.speaking-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.speaking-feature-card {
  min-height: 220px;
}

.speaking-feature-card__image {
  display: block !important;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
}

.speaking-feature-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.speaking-feature-card:hover .speaking-feature-card__image img {
  transform: scale(1.04);
}

.speaking-feature-card__body {
  padding: 20px 22px 22px;
}

.speaking-feature-card__place {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(221, 167, 81, 0.34);
  border-radius: 999px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.speaking-feature-card h3 {
  margin-top: 18px;
  font-size: clamp(20px, 2vw, 25px);
}

.speaking-feature-card a {
  display: inline-flex;
  margin-top: 12px;
  color: #14d9e6;
  font-weight: 700;
}

.ai-navigator {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(0, 217, 232, 0.08), rgba(221, 167, 81, 0.045)),
    rgba(255, 255, 255, 0.026);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 28px 80px rgba(0,0,0,.28);
  overflow: hidden;
}

.ai-navigator__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
}

.ai-navigator__visual::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 217, 232, 0.18), rgba(221, 167, 81, 0.34), rgba(0, 217, 232, 0.18), transparent);
}

.ai-navigator__orbit,
.ai-navigator__pulse {
  position: absolute;
  width: 310px;
  height: 310px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  border: 1px solid rgba(0, 217, 232, 0.24);
  box-shadow: 0 0 80px rgba(0, 217, 232, 0.10);
}

.ai-navigator__pulse {
  width: 190px;
  height: 190px;
  right: 40px;
  top: 48px;
  border-color: rgba(221, 167, 81, 0.28);
  animation: aiPulse 5.8s ease-in-out infinite;
}

.ai-navigator__steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ai-step,
.ai-transform-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background:
    radial-gradient(circle at var(--x, 50%) var(--y, 0%), rgba(0, 217, 232, 0.14), transparent 34%),
    rgba(5, 12, 18, 0.72);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
  backdrop-filter: blur(10px);
}

.ai-step {
  min-height: 240px;
  padding: 20px;
}

.ai-step::before,
.ai-transform-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 32%, rgba(0,217,232,.06));
  opacity: 0;
  transition: opacity .26s ease;
  pointer-events: none;
}

.ai-step:hover,
.ai-step.is-active,
.ai-transform-card:hover,
.speaking-feature__proof:hover,
.speaking-feature-card:hover,
.service-preview-card:hover,
.audience-card:hover,
.post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 217, 232, 0.42);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 54px rgba(0, 217, 232, 0.10);
}

.ai-step:hover::before,
.ai-step.is-active::before,
.ai-transform-card:hover::before {
  opacity: 1;
}

.ai-step__number,
.ai-transform-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(221, 167, 81, 0.34);
  border-radius: 999px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-step h3,
.ai-transform-card h3 {
  margin: 18px 0 10px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.12;
}

.ai-step p,
.ai-transform-card li {
  color: var(--muted);
}

.ai-step p {
  margin: 0;
  font-size: 14px;
}

.strategy-cta-section,
.education-overview-section {
  position: relative;
  overflow: hidden;
}

.additional-directions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.additional-directions .eyebrow {
  margin-bottom: 4px;
}

.additional-directions h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
}

.additional-directions__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.additional-directions__list a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 999px;
  color: #14d9e6;
  background: rgba(0, 217, 232, 0.06);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.strategy-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(0, 217, 232, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at var(--x, 70%) var(--y, 0%), rgba(0, 217, 232, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(0, 217, 232, 0.08), rgba(221, 167, 81, 0.045)),
    rgba(5, 12, 18, 0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 28px 80px rgba(0,0,0,.26);
}

.strategy-cta h2 {
  margin: 8px 0 12px;
}

.strategy-cta p {
  color: var(--muted);
}

.strategy-cta__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.strategy-cta__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(221, 167, 81, 0.32);
  border-radius: 999px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.strategy-cta__action {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.strategy-cta__action strong {
  color: var(--gold);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.strategy-cta__action span {
  color: var(--muted);
  font-weight: 700;
}

.social-home--compact .section__head {
  margin-bottom: 24px;
}

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

.social-compact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.social-compact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 217, 232, 0.42);
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
}

.social-compact-card img {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.social-compact-card span {
  font-weight: 800;
}

.social-compact-card small {
  color: var(--muted);
}

.education-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.education-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background:
    radial-gradient(circle at var(--x, 50%) var(--y, 0%), rgba(0, 217, 232, 0.12), transparent 34%),
    rgba(5, 12, 18, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 60px rgba(0,0,0,.22);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
  backdrop-filter: blur(10px);
}

.education-overview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 217, 232, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 54px rgba(0, 217, 232, 0.10);
}

.education-overview-card > span,
.education-overview-card div > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(221, 167, 81, 0.34);
  border-radius: 999px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.education-overview-card h3 {
  margin: 18px 0 10px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.14;
}

.education-overview-card p {
  color: var(--muted);
}

.education-overview-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #14d9e6;
  font-weight: 700;
}

.education-overview-card--book {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.education-overview-card__media {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255,255,255,.04);
}

.education-overview-card__media img {
  width: 100%;
  height: auto;
}

.ai-transform-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 28px;
}

.ai-transform-card {
  min-height: 340px;
  padding: 28px;
}

.ai-transform-card--before {
  background:
    radial-gradient(circle at var(--x, 20%) var(--y, 0%), rgba(221, 167, 81, 0.15), transparent 36%),
    linear-gradient(135deg, rgba(221, 167, 81, 0.06), rgba(255,255,255,0.025)),
    rgba(5, 12, 18, 0.76);
}

.ai-transform-card--after {
  border-color: rgba(0, 217, 232, 0.22);
  background:
    radial-gradient(circle at var(--x, 80%) var(--y, 0%), rgba(0, 217, 232, 0.17), transparent 38%),
    linear-gradient(135deg, rgba(0, 217, 232, 0.08), rgba(255,255,255,0.025)),
    rgba(5, 12, 18, 0.76);
}

.ai-transform-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ai-transform-card li {
  position: relative;
  padding-left: 24px;
}

.ai-transform-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(221, 167, 81, 0.28);
}

.ai-transform-card--after li::before {
  background: #14d9e6;
  box-shadow: 0 0 18px rgba(0, 217, 232, 0.34);
}

.ai-transform-arrow {
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0, 217, 232, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: var(--gold);
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 0 40px rgba(0, 217, 232, 0.10);
}

.service-preview-card,
.audience-card,
.post-card {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(circle at var(--x, 50%) var(--y, 0%), rgba(0, 217, 232, 0.10), transparent 34%);
}

@keyframes aiPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.45; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

@media (max-width: 980px) {
  .speaking-feature,
  .strategy-cta,
  .education-overview-grid,
  .social-compact-grid,
  .ai-navigator__steps,
  .ai-transform-grid {
    grid-template-columns: 1fr;
  }

  .additional-directions {
    align-items: flex-start;
    flex-direction: column;
  }

  .additional-directions__list {
    justify-content: flex-start;
  }

  .speaking-feature__grid {
    grid-template-columns: 1fr;
  }

  .education-overview-card {
    min-height: auto;
  }

  .strategy-cta {
    padding: 24px;
  }

  .ai-navigator__visual::before {
    left: 31px;
    right: auto;
    top: 42px;
    bottom: 42px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(0, 217, 232, 0.22), rgba(221, 167, 81, 0.28), transparent);
  }

  .ai-step {
    min-height: auto;
    padding: 18px 18px 18px 58px;
  }

  .ai-step__number {
    position: absolute;
    left: 16px;
    top: 18px;
    min-width: 30px;
    justify-content: center;
    padding: 0 6px;
  }

  .ai-transform-arrow {
    transform: rotate(90deg);
    margin: -2px auto;
  }

  .ai-transform-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .speaking-feature__proof,
  .speaking-feature-card__body,
  .strategy-cta,
  .strategy-cta__action,
  .education-overview-card,
  .ai-navigator,
  .ai-transform-card {
    padding: 20px;
  }

  .strategy-cta__chips {
    gap: 8px;
  }

  .strategy-cta__chips span {
    font-size: 12px;
  }

  .strategy-cta__action .button {
    width: 100%;
  }

  .social-compact-card {
    min-height: 82px;
    padding: 14px;
  }

  .speaking-feature-card {
    min-height: auto;
  }

  .education-overview-card--book {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .speaking-feature-card__image {
    aspect-ratio: 16 / 10;
  }

  .speaking-feature__actions {
    flex-direction: column;
  }

  .speaking-feature__actions .button {
    width: 100%;
    justify-content: center;
  }

  .ai-step:hover,
  .ai-step.is-active,
  .ai-transform-card:hover,
  .speaking-feature__proof:hover,
  .speaking-feature-card:hover,
  .service-preview-card:hover,
  .audience-card:hover,
  .post-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-navigator__pulse {
    animation: none;
  }

  .neural-canvas {
    display: none;
  }
}

/* ── Neural network hero canvas ── */
.particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.neural-canvas {
  opacity: 1;
  mix-blend-mode: screen;
}

/* Hero AI glow behind the speaker photo */
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 56% 42%, rgba(0, 217, 232, 0.16), transparent 38%),
    radial-gradient(circle at 62% 58%, rgba(221, 167, 81, 0.12), transparent 44%),
    radial-gradient(circle at 48% 52%, rgba(20, 217, 230, 0.10), transparent 26%);
  mix-blend-mode: screen;
  opacity: 0.7;
}

/* Hero holographic ring around photo area */
.hero__media::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  inset: 6% 4% auto auto;
  width: min(520px, 42vw);
  height: min(520px, 42vw);
  border-radius: 50%;
  border: 1px solid rgba(0, 217, 232, 0.16);
  box-shadow:
    0 0 60px rgba(0, 217, 232, 0.07),
    0 0 140px rgba(0, 217, 232, 0.04),
    inset 0 0 40px rgba(0, 217, 232, 0.04);
}

@media (max-width: 900px) {
  .hero__media::after,
  .hero__media::before {
    display: none;
  }
}


/* Summer discount countdown */
.discount-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 0 26px;
  padding: 22px 24px;
  border: 1px solid rgba(221, 167, 81, 0.48);
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 20%, rgba(221, 167, 81, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(221, 167, 81, 0.13), rgba(20, 217, 230, 0.06)),
    #08141d;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.discount-timer span {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.discount-timer strong {
  display: block;
  color: var(--text);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
}

.discount-timer p {
  margin: 8px 0 0;
  color: var(--muted);
}

.discount-timer__clock {
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, 1fr));
  gap: 8px;
  min-width: min(420px, 100%);
}

.discount-timer__clock b,
.discount-timer__clock small {
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-timer__clock b {
  min-height: 54px;
  border: 1px solid rgba(20, 217, 230, 0.35);
  border-radius: 8px 8px 0 0;
  background: rgba(0, 217, 232, 0.1);
  color: var(--cyan);
  font-size: 28px;
  font-variant-numeric: tabular-nums;
}

.discount-timer__clock small {
  min-height: 28px;
  margin-top: -8px;
  border: 1px solid rgba(20, 217, 230, 0.22);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.price-card__sale {
  align-self: flex-start;
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(221, 167, 81, 0.16);
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.discount-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 12px 0 6px;
}

.discount-price del {
  color: rgba(255, 255, 255, 0.46);
  font-size: 18px;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.discount-price strong {
  color: var(--gold);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.landing-price .discount-price {
  margin-top: auto;
}

.landing-price .discount-price strong {
  display: inline-flex;
}

@media (max-width: 820px) {
  .discount-timer {
    flex-direction: column;
    align-items: stretch;
  }

  .discount-timer__clock {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
  }

  .discount-timer__clock b {
    min-height: 46px;
    font-size: 22px;
  }
}


.discount-price--compact {
  margin: 0;
  gap: 8px;
}

.discount-price--compact del {
  font-size: 15px;
}

.discount-price--compact strong {
  font-size: 22px;
}

.payment-card__price .price-card__sale {
  margin-bottom: 8px;
}

.price-list-public__row--promo {
  border-color: rgba(221, 167, 81, 0.34);
}


/* HERMES_VIDEO_SHOWCASE_START */
.landing-section--videos {
  background:
    radial-gradient(circle at 84% 8%, rgba(221, 167, 81, .18), transparent 34rem),
    linear-gradient(135deg, #15120d 0%, #0f0f0d 54%, #1b170f 100%);
  position: relative;
  overflow: hidden;
}
.landing-section--videos::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(247, 239, 224, .12);
  pointer-events: none;
}
.landing-section--videos .container { position: relative; z-index: 1; }
.mav-video-showcase__intro {
  max-width: 760px;
  margin: -18px 0 28px;
  color: rgba(247, 239, 224, .72);
  font-size: 18px;
  line-height: 1.6;
}
.mav-video-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .72fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}
.mav-video-card {
  border: 1px solid rgba(247, 239, 224, .14);
  background: rgba(255, 250, 240, .055);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.26);
  transform-style: preserve-3d;
  transition: transform .32s ease, border-color .32s ease, background .32s ease;
}
.mav-video-card:hover {
  transform: translateY(-8px) rotateX(1.5deg) rotateY(-1.5deg);
  border-color: rgba(221, 167, 81, .42);
  background: rgba(255, 250, 240, .075);
}
.mav-video-card--featured { grid-row: span 2; }
.mav-video-card__media { aspect-ratio: 9 / 16; background: #070706; max-height: 720px; }
.mav-video-card--featured .mav-video-card__media { aspect-ratio: 9 / 16; }
.mav-video-card__media video { width: 100%; height: 100%; display: block; object-fit: cover; }
.mav-video-card__body { padding: clamp(22px, 3vw, 34px); }
.mav-video-card__label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold, #dda751);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 850;
}
.mav-video-card h3 { margin: 0; color: #fff8e8; font-size: clamp(22px, 2.5vw, 34px); line-height: 1.12; letter-spacing: -.025em; }
.mav-video-card p { margin: 14px 0 0; color: rgba(247, 239, 224, .7); line-height: 1.58; }
.mav-video-placeholder {
  min-height: 200px;
  display: grid;
  place-items: center;
  color: rgba(221, 167, 81, .92);
  background:
    linear-gradient(135deg, rgba(221,167,81,.14), transparent 46%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 14px),
    #11100d;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 850;
  font-size: 12px;
}
@media (max-width: 920px) {
  .mav-video-showcase__grid { grid-template-columns: 1fr; }
  .mav-video-card--featured { grid-row: auto; }
  .mav-video-card__media { max-height: none; }
}
/* HERMES_VIDEO_SHOWCASE_END */


/* HERMES_VIDEO_SLOT_FIX_START */
.mav-video-card--slot {
  box-shadow: none;
  opacity: .92;
}
.mav-video-card--slot:hover {
  transform: translateY(-4px);
}
.mav-video-card--slot .mav-video-placeholder {
  min-height: 150px;
  gap: 8px;
  text-align: center;
}
.mav-video-card--slot .mav-video-placeholder span,
.mav-video-card--slot .mav-video-placeholder small {
  display: block;
}
.mav-video-card--slot .mav-video-placeholder small {
  color: rgba(247, 239, 224, .58);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 13px;
}
/* HERMES_VIDEO_SLOT_FIX_END */


/* HERMES_VIDEO_BENTO_LAYOUT_START */
.mav-video-showcase__grid {
  grid-template-columns: minmax(260px, .72fr) minmax(260px, .72fr);
  align-items: stretch;
}
.mav-video-card--featured { grid-row: auto; }
.mav-video-card--vertical .mav-video-card__media {
  aspect-ratio: 9 / 16;
  max-height: 680px;
}
.mav-video-card--landscape {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: stretch;
}
.mav-video-card--landscape .mav-video-card__media {
  aspect-ratio: 16 / 9;
  max-height: none;
  height: 100%;
}
.mav-video-card--landscape .mav-video-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 920px) {
  .mav-video-showcase__grid { grid-template-columns: 1fr; }
  .mav-video-card--landscape { grid-column: auto; grid-template-columns: 1fr; }
  .mav-video-card--landscape .mav-video-card__media { height: auto; }
}
/* HERMES_VIDEO_BENTO_LAYOUT_END */

/* AI-video service price table */
.mav-price-table-wrap {
  position: relative;
  border: 1px solid rgba(249, 213, 118, .18);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(8, 16, 27, .96), rgba(20, 31, 47, .92));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  overflow: hidden;
}
.mav-price-table-note {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 28px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(247, 239, 224, .76);
}
.mav-price-table-note strong {
  color: #f9d576;
  white-space: nowrap;
  font-size: clamp(18px, 2vw, 24px);
}
.mav-price-table-scroll { overflow-x: auto; }
.mav-price-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  color: rgba(247, 239, 224, .82);
}
.mav-price-table th,
.mav-price-table td {
  padding: 18px 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.mav-price-table th {
  color: #f9d576;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(249, 213, 118, .06);
}
.mav-price-table td:first-child { width: 26%; color: #fff8e8; }
.mav-price-table td:nth-child(3) { width: 13%; color: rgba(247, 239, 224, .68); }
.mav-price-table td:nth-child(4) { width: 17%; }
.mav-price-table tr:last-child td { border-bottom: 0; }
.mav-price-table__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(34, 211, 238, .12);
  border: 1px solid rgba(34, 211, 238, .24);
  color: #a7f3ff;
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .mav-price-table-note { display: block; }
  .mav-price-table-note span { display: block; margin-top: 8px; }
  .mav-price-table { min-width: 820px; }
}

/* AI-video budget calculator */
.mav-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
}
.mav-calculator__grid,
.mav-calculator__result {
  border: 1px solid rgba(249, 213, 118, .18);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(8, 16, 27, .96), rgba(20, 31, 47, .9));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}
.mav-calculator__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
}
.mav-calculator label { display: grid; gap: 8px; }
.mav-calculator label span {
  color: #f9d576;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
}
.mav-calculator select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  color: #fff8e8;
  padding: 0 16px;
  font: inherit;
  outline: none;
}
.mav-calculator select option { color: #0b1220; }
.mav-calculator__result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}
.mav-calculator__result span {
  color: rgba(247, 239, 224, .7);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}
.mav-calculator__result strong {
  display: block;
  margin-top: 8px;
  color: #a7f3ff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
}
.mav-calculator__result p { color: rgba(247, 239, 224, .7); line-height: 1.55; margin: 0; }
@media (max-width: 900px) {
  .mav-calculator { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .mav-calculator__grid { grid-template-columns: 1fr; }
}


/* HERMES_PAYMENT_FORM_SELECT_FIX */
.payment-custom__form select {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(221, 167, 81, .95) 50%),
    linear-gradient(135deg, rgba(221, 167, 81, .95) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.payment-custom__form button {
  width: 100%;
}
@media (max-width: 980px) {
  .payment-custom {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}


/* HERMES_HOME_VIDEO_REDESIGN_START */
.home-video-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(221, 167, 81, .18), transparent 30rem),
    radial-gradient(circle at 12% 82%, rgba(0, 217, 232, .10), transparent 28rem),
    linear-gradient(135deg, #060b0f 0%, #0b0d0c 52%, #17130d 100%);
}
.home-video-services__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(221, 167, 81, .24);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    rgba(3, 10, 16, .56);
  box-shadow: 0 32px 110px rgba(0,0,0,.34);
}
.home-video-services__copy {
  max-width: 720px;
}
.home-video-services__copy h2 {
  margin: 8px 0 18px;
  max-width: 780px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
}
.home-video-services__copy > p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.62;
}
.home-video-services__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}
.home-video-services__chips span {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(0, 217, 232, .24);
  border-radius: 999px;
  background: rgba(0, 217, 232, .07);
  color: rgba(247, 239, 224, .88);
  font-size: 14px;
  font-weight: 700;
}
.home-video-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-video-services__demo {
  justify-self: center;
  width: min(100%, 360px);
}
.home-video-services__phone {
  position: relative;
  margin: 0 auto;
  width: min(100%, 310px);
  padding: 10px;
  border: 1px solid rgba(247, 239, 224, .16);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.025));
  box-shadow: 0 28px 90px rgba(0,0,0,.48), 0 0 0 1px rgba(221,167,81,.12) inset;
}
.home-video-services__phone video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  max-height: 560px;
  border-radius: 24px;
  object-fit: cover;
  background: #050708;
}
.home-video-services__caption {
  margin: -18px auto 0;
  width: min(100%, 340px);
  padding: 26px 22px 22px;
  border: 1px solid rgba(221, 167, 81, .22);
  border-radius: 22px;
  background: rgba(7, 12, 15, .86);
  backdrop-filter: blur(12px);
}
.home-video-services__caption span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-video-services__caption strong {
  display: block;
  color: var(--text);
  font-size: 20px;
  line-height: 1.16;
}
.home-video-services__caption p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .home-video-services__panel {
    grid-template-columns: 1fr;
    padding: 26px;
  }
  .home-video-services__copy h2 {
    font-size: clamp(32px, 10vw, 48px);
  }
}
@media (max-width: 560px) {
  .home-video-services__actions .button {
    width: 100%;
  }
  .home-video-services__phone {
    width: min(100%, 270px);
  }
}
/* HERMES_HOME_VIDEO_REDESIGN_END */


/* HERMES_AI_VIDEO_SHOWCASE_POLISH_START */
.landing-section--videos {
  background:
    radial-gradient(circle at 78% 8%, rgba(221, 167, 81, .20), transparent 34rem),
    radial-gradient(circle at 12% 32%, rgba(0, 217, 232, .10), transparent 30rem),
    linear-gradient(135deg, #070908 0%, #11100d 48%, #21190f 100%);
}
.landing-section--videos::before {
  inset: 18px;
  border-color: rgba(221, 167, 81, .18);
  border-radius: 28px;
}
.landing-section--videos .section__head {
  align-items: end;
  margin-bottom: 16px;
}
.mav-video-showcase__intro {
  max-width: 860px;
  margin: -6px 0 30px;
  padding: 18px 22px;
  border: 1px solid rgba(221, 167, 81, .20);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: rgba(247, 239, 224, .78);
}
.mav-video-showcase__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 22px;
}
.mav-video-card {
  position: relative;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.03)),
    rgba(12, 12, 10, .82);
}
.mav-video-card--featured,
.mav-video-card--landscape {
  grid-column: auto;
  grid-row: auto;
}
.mav-video-card--landscape {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: stretch;
}
.mav-video-card__media {
  max-height: 640px;
  background:
    radial-gradient(circle at 50% 10%, rgba(0, 217, 232, .10), transparent 28rem),
    #050505;
}
.mav-video-card--vertical .mav-video-card__media {
  display: grid;
  place-items: center;
  padding: clamp(10px, 1.6vw, 18px);
  aspect-ratio: auto;
}
.mav-video-card--vertical .mav-video-card__media video {
  width: auto;
  max-width: 100%;
  height: min(58vh, 620px);
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  box-shadow: 0 22px 58px rgba(0,0,0,.38);
}
.mav-video-card--landscape .mav-video-card__media {
  aspect-ratio: 16 / 9;
  max-height: none;
}
.mav-video-card--landscape .mav-video-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mav-video-card__body {
  padding: clamp(20px, 2.4vw, 30px);
}
.mav-video-card__label {
  color: #f2c46f;
}
.mav-video-card h3 {
  font-size: clamp(22px, 2.2vw, 32px);
}
.mav-video-card:nth-child(6) {
  border-color: rgba(221, 167, 81, .46);
  box-shadow: 0 34px 100px rgba(0,0,0,.34), 0 0 0 1px rgba(221,167,81,.12) inset;
}
.mav-video-card:nth-child(6)::before {
  content: "Новое видео";
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(221, 167, 81, .92);
  color: #11100d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
}
@media (max-width: 920px) {
  .mav-video-showcase__grid,
  .mav-video-card--landscape {
    grid-template-columns: 1fr;
  }
  .mav-video-card--landscape {
    grid-column: auto;
  }
  .mav-video-card--vertical .mav-video-card__media video {
    height: auto;
    width: min(100%, 340px);
  }
}
/* HERMES_AI_VIDEO_SHOWCASE_POLISH_END */


/* HERMES_AI_VIDEO_HERO_STINGER_START */
.landing .landing-hero {
  min-height: 660px;
}
.landing .landing-hero__grid:has(.landing-hero__video) {
  grid-template-columns: minmax(0, 620px) minmax(340px, 480px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 4.4vw, 58px);
}
.landing .landing-hero__grid:has(.landing-hero__video) .landing-hero__content {
  max-width: 620px;
}
.landing .landing-hero__grid:has(.landing-hero__video) h1 {
  max-width: 620px;
  font-size: clamp(38px, 4.15vw, 58px);
  line-height: 1.03;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.landing .landing-hero__grid:has(.landing-hero__video) .landing-hero__content > p {
  max-width: 520px;
  font-size: clamp(16px, 1.35vw, 19px);
}
.landing-hero__video {
  position: relative;
  justify-self: end;
  align-self: center;
  width: min(100%, 480px);
  z-index: 2;
  transform: translateY(10px);
}
.landing-hero__video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(221, 167, 81, .34);
  border-radius: 26px;
  background: rgba(3, 10, 16, .72);
  box-shadow: 0 36px 120px rgba(0,0,0,.46), 0 0 0 1px rgba(0,217,232,.08) inset;
}
.landing-hero__video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3,10,16,0) 46%, rgba(3,10,16,.70) 100%),
    radial-gradient(circle at 84% 12%, rgba(221,167,81,.18), transparent 34%);
}
.landing-hero__video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  background: #030a10;
}
.landing-hero__video-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: auto;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(221, 167, 81, .26);
  border-radius: 17px;
  background: rgba(6, 12, 16, .72);
  backdrop-filter: blur(14px);
}
.landing-hero__video-caption span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.landing-hero__video-caption strong {
  display: block;
  color: var(--text);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.2;
}
@media (max-width: 1040px) {
  .landing .landing-hero__grid:has(.landing-hero__video) {
    grid-template-columns: minmax(0, 1fr);
  }
  .landing .landing-hero__grid:has(.landing-hero__video) h1,
  .landing .landing-hero__grid:has(.landing-hero__video) .landing-hero__content,
  .landing .landing-hero__grid:has(.landing-hero__video) .landing-hero__content > p {
    max-width: 760px;
  }
  .landing-hero__video {
    justify-self: stretch;
    width: min(100%, 640px);
    transform: none;
  }
}
@media (max-width: 560px) {
  .landing .landing-hero__grid:has(.landing-hero__video) h1 {
    font-size: clamp(36px, 11vw, 48px);
  }
  .landing-hero__video-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
/* HERMES_AI_VIDEO_HERO_STINGER_END */


/* HERMES_GLOBAL_CONTENT_WIDTH_AND_HERO_FIX_START */
/* Page content should use the same optical width as section/hero containers, not the old narrow 860px column. */
.content {
  width: min(100% - 32px, var(--max)) !important;
}
.content--single:not(.content--archive) > h1,
.content--single:not(.content--archive) > h2,
.content--single:not(.content--archive) > h3,
.content--single:not(.content--archive) > p,
.content--single:not(.content--archive) > ul,
.content--single:not(.content--archive) > ol,
.content--single:not(.content--archive) > blockquote {
  max-width: 860px;
}
.landing-hero__video-caption {
  display: none !important;
}
.landing .landing-hero__grid:has(.landing-hero__video) {
  grid-template-columns: minmax(0, 620px) minmax(340px, 480px) !important;
  gap: clamp(30px, 4.4vw, 58px) !important;
}
.landing .landing-hero__grid:has(.landing-hero__video) h1 {
  max-width: 620px !important;
  font-size: clamp(38px, 4.15vw, 58px) !important;
  line-height: 1.03 !important;
}
.landing-hero__video {
  width: min(100%, 480px) !important;
}
@media (max-width: 1040px) {
  .landing .landing-hero__grid:has(.landing-hero__video) {
    grid-template-columns: 1fr !important;
  }
  .landing-hero__video {
    width: min(100%, 640px) !important;
    justify-self: stretch !important;
  }
}
/* HERMES_GLOBAL_CONTENT_WIDTH_AND_HERO_FIX_END */


/* HERMES_CONSULTATION_TIMER_FIX_START */
.discount-timer--landing {
  align-items: center;
  border-radius: 18px;
}
.discount-timer__clock {
  display: grid;
  grid-template-columns: repeat(4, minmax(70px, 1fr));
  gap: 10px;
  min-width: min(460px, 100%);
}
.discount-timer__unit {
  display: grid !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.discount-timer__unit b,
.discount-timer__unit small {
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount-timer__unit b {
  min-height: 58px;
  border: 1px solid rgba(20, 217, 230, 0.35);
  border-radius: 10px 10px 0 0;
  background: rgba(0, 217, 232, 0.10);
  color: #14d9e6;
  font-size: 30px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.discount-timer__unit small {
  min-height: 30px;
  border: 1px solid rgba(20, 217, 230, 0.22);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.discount-timer.is-expired .discount-timer__unit b {
  color: var(--muted);
}
@media (max-width: 820px) {
  .discount-timer__clock {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
  }
  .discount-timer__unit b {
    min-height: 46px;
    font-size: 22px;
  }
  .discount-timer__unit small {
    min-height: 26px;
    font-size: 9px;
  }
}
/* HERMES_CONSULTATION_TIMER_FIX_END */

/* HERMES_AI_VIDEO_CRO_20260817_START */
.landing-hero__content h1 {
  max-width: 880px;
}
.mav-video-card__cta {
  margin-top: 18px;
  width: fit-content;
  font-size: 14px;
  padding: 11px 16px;
}
.lead-form__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 4px;
}
.lead-form__quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(221, 167, 81, .32);
  color: #f7efe0;
  background: rgba(255,255,255,.055);
  text-decoration: none;
  font-weight: 700;
}
.lead-form__note a { color: #f2c46f; text-decoration: underline; }
@media (max-width: 760px) {
  .landing-hero__content h1 {
    font-size: clamp(32px, 9.2vw, 38px);
    line-height: 1.07;
  }
  .mav-price-table-scroll { overflow: visible; }
  .mav-price-table, .mav-price-table thead, .mav-price-table tbody, .mav-price-table tr, .mav-price-table td { display: block; width: 100%; min-width: 0; }
  .mav-price-table thead { display: none; }
  .mav-price-table tr {
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid rgba(221, 167, 81, .22);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
  }
  .mav-price-table td {
    padding: 8px 0;
    border: 0;
  }
  .mav-price-table td::before {
    display: block;
    margin-bottom: 3px;
    color: rgba(247,239,224,.54);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .mav-price-table td:nth-child(1)::before { content: 'Услуга'; }
  .mav-price-table td:nth-child(2)::before { content: 'Что входит'; }
  .mav-price-table td:nth-child(3)::before { content: 'Срок'; }
  .mav-price-table td:nth-child(4)::before { content: 'Цена'; }
}
/* HERMES_AI_VIDEO_CRO_20260817_END */
