:root {
  --bg: #f7f1e8;
  --bg-2: #fffaf2;
  --stone: #ede2d2;
  --paper: #f5efe4;
  --muted: #756a5d;
  --line: rgba(93, 75, 52, 0.16);
  --gold: #d8a94f;
  --gold-2: #f0c86a;
  --white: #241b12;
  --shadow: 0 22px 70px rgba(120, 84, 38, 0.14);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--bg);
}

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

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

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(93, 75, 52, 0.12);
  background: rgba(255, 250, 242, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  color: #1a160d;
  background: linear-gradient(135deg, var(--gold-2), #a16a2b);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
}

.main-nav {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #e8dfd0;
  font-size: 14px;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  padding: 11px 16px;
  border-radius: 8px;
  color: #1c170c;
  background: var(--gold-2);
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  align-items: center;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.94) 0%, rgba(255, 250, 242, 0.82) 46%, rgba(255, 250, 242, 0.28) 100%),
    linear-gradient(0deg, rgba(247, 241, 232, 0.82), rgba(247, 241, 232, 0.12));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 390px;
  gap: 44px;
  align-items: end;
  padding: 104px 0 84px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.12;
}

.hero-lead {
  margin-bottom: 16px;
  color: var(--gold-2);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.05;
}

.hero-text {
  max-width: 760px;
  color: #e4dbcc;
  font-size: 20px;
  line-height: 1.52;
}

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

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 15px 21px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-weight: 900;
}

.btn-primary {
  color: #18130b;
  background: linear-gradient(135deg, var(--gold-2), #c48634);
  border-color: transparent;
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.messengers a {
  padding: 8px 11px;
  border-radius: 999px;
  color: #f0e8d9;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(24, 23, 19, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.status-pill {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #1b1408;
  background: var(--gold-2);
  font-weight: 900;
}

.hero-card h2 {
  font-size: 27px;
}

.hero-card ul,
.price-card ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.hero-card li,
.price-card li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  color: #e6ddcf;
  line-height: 1.45;
}

.hero-card li::before,
.price-card li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: var(--gold-2);
  font-size: 24px;
  line-height: 18px;
}

.section {
  padding: 96px 0;
}

.split,
.value-grid,
.review-grid,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: start;
}

.split > *,
.value-grid > *,
.review-grid > *,
.about-grid > *,
.contact-grid > * {
  min-width: 0;
}

.cards,
.learn-grid,
.days-grid,
.price-grid,
.gallery,
.summary-grid {
  display: grid;
  gap: 16px;
}

.audience-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-section {
  background: #fffaf2;
}

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

.summary-card,
.summary-photo-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-2);
}

.summary-card span,
.summary-photo-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #191309;
  background: var(--gold-2);
  font-weight: 900;
}

.summary-card p,
.summary-photo-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.summary-photo-card {
  display: grid;
  gap: 18px;
  padding: 0;
  overflow: hidden;
}

.summary-photo-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.summary-photo-card div {
  padding: 0 24px 24px;
}

.card,
.why-card,
.day-card,
.price-card,
.map-card,
.video-placeholder,
.telegram-review,
.text-review-card,
.compare-table,
.learn-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-2);
}

.card {
  padding: 24px;
}

.card p,
.why-card p,
.value-list p,
.section-head p,
.about-grid p,
.contact-grid p,
.faq-list p,
.price-card p,
.text-review-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.accent-card {
  background: linear-gradient(135deg, rgba(216, 169, 79, 0.18), rgba(255, 255, 255, 0.05));
}

.dark-band {
  background: var(--stone);
}

.why-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 162, 76, 0.2), transparent 34%),
    linear-gradient(180deg, #fffaf2, #f7f1e8);
}

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

.why-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 22px;
  overflow: hidden;
  text-align: center;
}

.why-card::before {
  position: absolute;
  top: -64px;
  right: -60px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(215, 162, 76, 0.13);
  content: "";
}

.why-card span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #241b12;
  background: linear-gradient(135deg, #f1d08b, #c98b35);
  font-weight: 900;
}

.why-card h3 {
  max-width: 220px;
}

.why-card p {
  margin-bottom: 0;
}

.why-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.value-list {
  display: grid;
  gap: 18px;
  align-self: center;
}

.learn-section {
  background: #fffaf2;
}

.learn-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.learn-item {
  min-height: 130px;
  padding: 24px;
  color: #f5efe4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.review-section {
  background: linear-gradient(180deg, #fffaf2, #f4eadb);
}

.telegram-review {
  display: grid;
  min-width: 0;
  min-height: 360px;
  overflow: hidden;
  align-content: center;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.74)),
    url("./assets/masterclass.jpg") center / cover;
  box-shadow: var(--shadow);
}

.telegram-review iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-radius: 8px;
}

.telegram-fallback {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 8px;
  color: #18130b;
  background: var(--gold-2);
  font-weight: 900;
}

.video-placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.7)),
    url("./assets/gallery-1.jpg") center / cover;
  color: #fff;
  text-align: center;
}

.play-button {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #1b1408;
  background: var(--gold-2);
  font-size: 32px;
  cursor: pointer;
}

.text-reviews-section {
  background: #fffaf2;
}

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

.text-review-card {
  padding: 24px;
}

.text-review-card p {
  color: #e7ded0;
  font-size: 18px;
}

.text-review-card span {
  display: block;
  margin-top: 18px;
  color: var(--gold-2);
  font-weight: 900;
}

.review-link-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, rgba(216, 169, 79, 0.18), rgba(255, 255, 255, 0.05));
}

.review-link-card .btn {
  width: fit-content;
}

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

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.days-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.day-card {
  padding: 24px;
}

.day-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-2);
  font-weight: 900;
}

.day-card p {
  color: var(--muted);
  line-height: 1.5;
}

.pricing-section {
  background: var(--paper);
  color: #1a1711;
}

.pricing-section .section-label {
  color: #926722;
}

.price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  position: relative;
  padding: 30px;
  background: #fffaf1;
  color: #1a1711;
  border-color: rgba(26, 23, 17, 0.12);
}

.price-card p,
.price-card li {
  color: #5a5145;
}

.price-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.price-top strong {
  font-size: 34px;
  white-space: nowrap;
}

.featured {
  color: #fffaf1;
  background: linear-gradient(145deg, #fff8ec, #f0dfc5);
  border-color: rgba(216, 169, 79, 0.46);
  box-shadow: var(--shadow);
}

.featured p,
.featured li {
  color: #d9d0c0;
}

.best-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #191309;
  background: var(--gold-2);
  font-weight: 900;
}

.compare-section {
  padding-top: 0;
  background: var(--paper);
  color: #1a1711;
}

.compare-table {
  overflow-x: auto;
  background: #fffaf1;
  border-color: rgba(26, 23, 17, 0.12);
}

.compare-row {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.1fr 1.4fr 1.55fr 1.45fr 0.9fr;
  min-width: 1180px;
  border-top: 1px solid rgba(26, 23, 17, 0.1);
}

.compare-row:first-child {
  border-top: 0;
}

.compare-row div {
  padding: 18px 16px;
  line-height: 1.45;
}

.compare-row div:first-child,
.compare-row div:last-child {
  font-weight: 900;
}

.compare-row.head {
  color: #fffaf1;
  background: #1a1711;
  font-weight: 900;
}

.about-grid {
  align-items: center;
}

.about-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.inline-link {
  color: var(--gold-2);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.process-photo-section {
  padding-top: 0;
  background: var(--bg);
}

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

.process-photo-card {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-2);
  box-shadow: var(--shadow);
}

.process-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.process-photo-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #fffaf1;
  background: rgba(12, 11, 9, 0.74);
  backdrop-filter: blur(12px);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

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

.gallery img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery img:first-child,
.gallery img:nth-child(4) {
  grid-column: span 2;
}

.faq-section {
  background: #fffaf2;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-2);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-size: 19px;
  font-weight: 900;
}

details p {
  padding: 0 22px 20px;
}

.faq-list a {
  color: var(--gold-2);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 169, 79, 0.22), transparent 32%),
    var(--stone);
}

.final-offer-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.final-offer-list li {
  position: relative;
  padding-left: 26px;
  color: #f1e8da;
  font-size: 18px;
  line-height: 1.45;
}

.final-offer-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-2);
  content: "•";
  font-size: 26px;
  line-height: 20px;
}

.map-card {
  padding: 28px;
}

.map-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-2);
  font-weight: 900;
}

.site-footer {
  padding: 52px 0 28px;
  border-top: 1px solid var(--line);
  background: #f1e5d4;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.footer-brand strong {
  display: block;
  margin-bottom: 14px;
  color: #fffaf1;
  font-size: 28px;
  letter-spacing: 0.08em;
}

.footer-brand p,
.footer-brand a,
.footer-contact p,
.footer-contact a,
.footer-bottom p,
.footer-bottom a {
  color: var(--muted);
}

.footer-brand a,
.footer-contact a,
.footer-bottom a {
  width: fit-content;
}

.footer-brand a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--gold-2);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-contact span {
  color: #fffaf1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact p {
  margin: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  max-width: 560px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 12px 16px;
  }

  .main-nav {
    display: flex;
    order: 3;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 8px 9px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.06);
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .split,
  .value-grid,
  .review-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 28px;
    padding: 84px 0 58px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(255, 250, 242, 0.92), rgba(255, 250, 242, 0.72));
  }

  h1 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 18px;
  }

  .audience-cards,
  .summary-grid,
  .why-grid,
  .learn-grid,
  .days-grid,
  .price-grid,
  .reviews-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery img {
    height: 340px;
  }

  .gallery img:first-child,
  .gallery img:nth-child(4) {
    grid-column: auto;
  }

  .compare-row {
    min-width: 1080px;
  }

  .compare-row div {
    padding: 14px 12px;
    font-size: 14px;
  }

  .process-photo-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .process-photo-card,
  .process-photo-card img {
    min-height: 430px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom div {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    gap: 10px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 13px;
  }

  .main-nav {
    gap: 4px;
  }

  .main-nav a {
    padding: 8px 9px;
    font-size: 12px;
  }

  .section {
    padding: 64px 0;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-lead {
    font-size: 25px;
  }

  .hero-actions .btn,
  .contact-actions .btn,
  .review-link-card .btn {
    width: 100%;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-row.head {
    display: none;
  }

  .compare-row {
    min-width: 0;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(26, 23, 17, 0.1);
    border-radius: 8px;
    background: #fffaf1;
  }

  .compare-row div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
    border-top: 1px solid rgba(26, 23, 17, 0.1);
    font-size: 14px;
  }

  .compare-row div:first-child {
    display: block;
    padding: 13px 14px;
    color: #fffaf1;
    background: #1a1711;
    border-top: 0;
  }

  .compare-row div:nth-child(2)::before {
    content: "Формат";
  }

  .compare-row div:nth-child(3)::before {
    content: "Дни";
  }

  .compare-row div:nth-child(4)::before {
    content: "Практика";
  }

  .compare-row div:nth-child(5)::before {
    content: "Интенсив";
  }

  .compare-row div:nth-child(6)::before {
    content: "Образцы";
  }

  .compare-row div:nth-child(7)::before {
    content: "Цена";
  }

  .compare-row div::before {
    color: #926722;
    font-weight: 900;
    content: "";
  }

  .hero-card,
  .card,
  .summary-card,
  .day-card,
  .price-card,
  .map-card {
    padding: 20px;
  }
}

/* Final light design pass */
:root {
  --bg: #f7f1e8;
  --bg-2: #fffaf2;
  --stone: #ede2d2;
  --paper: #fff7ec;
  --muted: #756a5d;
  --line: rgba(93, 75, 52, 0.16);
  --gold: #bf8740;
  --gold-2: #d7a24c;
  --white: #241b12;
  --shadow: 0 22px 70px rgba(120, 84, 38, 0.14);
}

html {
  background: var(--bg);
}

body {
  color: #241b12;
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 162, 76, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #f7f1e8 100%);
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.hero-lead,
summary {
  text-wrap: balance;
}

p,
li,
.learn-item,
.compare-row div,
.btn {
  text-wrap: pretty;
}

.section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-copy,
.split > div:first-child,
.review-grid > div:last-child,
.about-grid > div:first-child,
.contact-grid > div:first-child {
  text-align: center;
}

.hero-actions,
.contact-actions,
.messengers {
  justify-content: center;
}

.site-header {
  border-bottom: 1px solid rgba(93, 75, 52, 0.12);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 10px 34px rgba(128, 90, 44, 0.08);
}

.brand strong,
.header-cta,
.main-nav a,
.hero-copy,
.hero-card,
.messengers a,
.btn-secondary,
.featured,
.featured p,
.featured li,
.footer-brand strong,
.footer-contact span {
  color: #241b12;
}

.brand small,
.hero-text,
.card p,
.value-list p,
.section-head p,
.about-grid p,
.contact-grid p,
.faq-list p,
.price-card p,
.text-review-card p,
.summary-card p,
.summary-photo-card p,
.footer-brand p,
.footer-brand a,
.footer-contact p,
.footer-contact a,
.footer-bottom p,
.footer-bottom a {
  color: var(--muted);
}

.main-nav a {
  background: rgba(255, 255, 255, 0.48);
}

.main-nav a:hover {
  background: rgba(215, 162, 76, 0.18);
}

.brand-mark,
.header-cta,
.btn-primary,
.status-pill,
.best-badge,
.summary-card span,
.summary-photo-card span,
.telegram-fallback {
  color: #241b12;
  background: linear-gradient(135deg, #f1d08b, #c98b35);
}

.hero {
  min-height: 740px;
  color: #241b12;
  background: #fffaf2;
}

.hero-media img {
  filter: saturate(1.03) contrast(0.96) brightness(1.05);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.94) 0%, rgba(255, 250, 242, 0.82) 46%, rgba(255, 250, 242, 0.28) 100%),
    linear-gradient(0deg, rgba(247, 241, 232, 0.82), rgba(247, 241, 232, 0.12));
}

.eyebrow,
.section-label,
.hero-lead,
.day-card span,
.text-review-card span,
.inline-link,
.faq-list a,
.map-link {
  color: #a66e24;
}

.btn {
  border-color: rgba(93, 75, 52, 0.14);
}

.btn-primary {
  border-color: rgba(201, 139, 53, 0.28);
  box-shadow: 0 12px 30px rgba(201, 139, 53, 0.18);
}

.btn-secondary,
.messengers a {
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 0 0 1px rgba(93, 75, 52, 0.12);
}

.hero-card,
.summary-card,
.summary-photo-card,
.card,
.why-card,
.day-card,
.price-card,
.map-card,
.telegram-review,
.text-review-card,
.compare-table,
.learn-item,
details,
.process-photo-card {
  border-color: rgba(93, 75, 52, 0.14);
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 0 18px 54px rgba(120, 84, 38, 0.12);
}

.hero-card,
.telegram-review {
  backdrop-filter: blur(18px);
}

.hero-card li,
.price-card li,
.final-offer-list li {
  color: #3a2c1f;
}

.hero-card li::before,
.price-card li::before,
.final-offer-list li::before {
  color: #b57925;
}

.summary-section,
.learn-section,
.review-section,
.text-reviews-section,
.program-section,
.gallery-section,
.faq-section,
.process-photo-section,
.pricing-section,
.compare-section,
.contact-section {
  background: transparent;
}

.summary-section,
.learn-section,
.text-reviews-section,
.faq-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.88), rgba(247, 241, 232, 0.92));
}

.review-section,
.contact-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(215, 162, 76, 0.18), transparent 34%),
    linear-gradient(180deg, #fffaf2, #f4eadb);
}

.learn-item {
  display: flex;
  min-height: 140px;
  align-items: center;
  justify-content: center;
  color: #2e2318;
  text-align: center;
}

.accent-card,
.review-link-card {
  background: linear-gradient(135deg, rgba(215, 162, 76, 0.22), rgba(255, 250, 242, 0.94));
}

.telegram-review {
  background:
    linear-gradient(rgba(255, 250, 242, 0.36), rgba(255, 250, 242, 0.72)),
    url("./assets/masterclass.jpg") center / cover;
}

.price-card {
  background: rgba(255, 250, 242, 0.94);
}

.featured {
  background: linear-gradient(145deg, #fff8ec, #f0dfc5);
  border-color: rgba(191, 135, 64, 0.34);
}

.featured::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(191, 135, 64, 0.18);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.compare-table {
  background: rgba(255, 250, 242, 0.94);
}

.compare-row.head {
  color: #241b12;
  background: #ead8bd;
}

.process-photo-card figcaption {
  border-color: rgba(93, 75, 52, 0.16);
  color: #241b12;
  background: rgba(255, 250, 242, 0.82);
}

.gallery img,
.about-grid img,
.process-photo-card {
  box-shadow: 0 18px 54px rgba(120, 84, 38, 0.14);
}

.site-footer {
  border-top: 1px solid rgba(93, 75, 52, 0.12);
  background: #f1e5d4;
}

.footer-bottom {
  border-top-color: rgba(93, 75, 52, 0.14);
}

@media (min-width: 981px) {
  .split > div:first-child,
  .review-grid > div:last-child,
  .contact-grid > div:first-child {
    align-self: center;
  }

  .summary-card,
  .why-card,
  .card,
  .day-card,
  .price-card,
  .text-review-card,
  .map-card {
    text-align: center;
  }

  .hero-card,
  .why-card,
  .price-card ul,
  .final-offer-list,
  details p {
    text-align: left;
  }
}

@media (max-width: 980px) {
  .hero-overlay {
    background: linear-gradient(0deg, rgba(255, 250, 242, 0.92), rgba(255, 250, 242, 0.72));
  }

  .main-nav a {
    background: rgba(255, 255, 255, 0.72);
  }
}

@media (max-width: 560px) {
  .hero-grid {
    padding-top: 72px;
  }

  .hero-copy,
  .section-head,
  .split > div:first-child,
  .review-grid > div:last-child,
  .about-grid > div:first-child,
  .contact-grid > div:first-child {
    text-align: center;
  }

  .hero-actions,
  .contact-actions,
  .messengers {
    justify-content: center;
  }

  .hero-card,
  .price-card ul,
  .final-offer-list,
  details p {
    text-align: left;
  }

  .compare-row div:first-child {
    color: #241b12;
    background: #ead8bd;
  }

  .compare-row {
    background: rgba(255, 250, 242, 0.94);
  }

  .compare-row div::before {
    color: #9a641f;
  }
}
