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

body {
  background: radial-gradient(circle at 10% 20%, #0c111f 0%, #0a0e1a 100%);
  font-family: 'Inter', sans-serif;
  color: #e9e6df;
  line-height: 1.5;
  min-height: 100vh;
  padding: 2rem 1.5rem;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Hero секция */
.hero {
  text-align: center;
  margin-bottom: 4rem;
  animation: fadeUp 0.8s ease-out;
}

.hero-badge {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9b56a;
  background: rgba(201, 181, 106, 0.12);
  padding: 0.3rem 1.2rem;
  border-radius: 40px;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(4px);
}

.hero-badge1 {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9b56a;
  background: rgba(201, 181, 106, 0.12);
  padding: 0.3rem 1.2rem;
  border-radius: 40px;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(4px);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 600;
  background: linear-gradient(135deg, #f3e7c9, #d4c5a0, #b9a77a);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.hero-light {
  font-weight: 400;
  background: linear-gradient(135deg, #e0d4b4, #c9b87c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-desc {
  font-size: 1rem;
  color: #9aa7b9;
  margin-top: 0.8rem;
  letter-spacing: 0.3px;
}

/* сетка карточек */
.cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
}

/* общие стили карточки */
.card {
  flex: 1;
  min-width: 320px;
  max-width: 520px;
  background: rgba(18, 24, 36, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 2rem;
  padding: 2rem 1.8rem;
  transition: all 0.35s ease;
  border: 1px solid rgba(201, 181, 106, 0.2);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.4);
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 181, 106, 0.5);
  box-shadow: 0 28px 40px -14px rgba(0, 0, 0, 0.5);
  background: rgba(22, 29, 44, 0.85);
}

.card-stars {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 3px;
  color: #c9b56a;
  margin-bottom: 0.8rem;
}

.card-icon {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1rem;
}

.card h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.3px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: wrap;
  font-family: 'Playfair Display', serif;
}

.domain {
  font-size: 0.9rem;
  font-weight: 400;
  color: #9aa7b9;
}

.subtitle {
  text-align: center;
  font-size: 0.8rem;
  color: #c9b56a;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

/* psystar блок философии */
.philosophy-block {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 1.2rem;
  padding: 1rem 1.2rem;
  margin: 1rem 0;
}

.philo-item {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.philo-item:last-child {
  margin-bottom: 0;
}

.philo-symbol {
  font-size: 1.5rem;
}

.philo-item strong {
  color: #e6d5a8;
  font-size: 0.85rem;
  display: block;
}

.philo-item p {
  font-size: 0.85rem;
  color: #cbd5e6;
  line-height: 1.4;
}

.result-quote {
  font-style: italic;
  font-size: 0.9rem;
  text-align: center;
  color: #d4c49c;
  border-top: 1px dashed rgba(201, 181, 106, 0.3);
  border-bottom: 1px dashed rgba(201, 181, 106, 0.3);
  padding: 0.7rem 0;
  margin: 1rem 0;
}

/* astrology специфика */
.master-badge {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0.8rem 0;
}

.master-badge span {
  background: rgba(201, 181, 106, 0.15);
  padding: 0.2rem 0.8rem;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #e0cd95;
}

.horar-feature {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  margin: 1rem 0;
}

.horar-feature p:first-child {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #f0e2b6;
}

.horar-feature p:last-child {
  font-size: 0.85rem;
  color: #b9c3d4;
}

.master-name {
  text-align: center;
  font-size: 0.8rem;
  margin: 1rem 0;
  padding: 0.5rem;
  background: rgba(201, 181, 106, 0.08);
  border-radius: 40px;
  color: #ddce9f;
}

/* общие списки */
.features {
  list-style: none;
  margin: 1.2rem 0 1.5rem;
}

.features li {
  padding: 0.4rem 0;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #cfdbea;
}

/* кнопки */
.btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.85rem 1rem;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
  font-size: 0.9rem;
}

.btn-psystar {
  background: linear-gradient(135deg, #2a3a4e, #1e2c3c);
  color: #efe3c1;
  border: 1px solid #c9b56a;
}

.btn-psystar:hover {
  background: linear-gradient(135deg, #354d66, #253648);
  transform: scale(1.01);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #fff2db;
}

.btn-astrology {
  background: linear-gradient(135deg, #3a2c3f, #2a1f2e);
  color: #f0e2c5;
  border: 1px solid #b99f6b;
}

.btn-astrology:hover {
  background: linear-gradient(135deg, #4f3d56, #372a3d);
  transform: scale(1.01);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* блок синтеза */
.synthesis-note {
  max-width: 900px;
  margin: 2rem auto;
}

.synthesis-inner {
  background: rgba(12, 17, 28, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 2rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(201, 181, 106, 0.25);
  text-align: center;
}

.synthesis-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.synthesis-inner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #e6d5a8;
  margin-bottom: 1.2rem;
}

.compare-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1.5rem 0;
  text-align: left;
}

.compare-col {
  flex: 1;
  min-width: 200px;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem 1.2rem;
  border-radius: 1.2rem;
}

.compare-col h4 {
  color: #d4c07a;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.compare-col p {
  font-size: 0.85rem;
  color: #c0cbdf;
}

.synthesis-footer {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #b9aa7a;
  font-style: italic;
}

/* футер */
.footer {
  text-align: center;
  margin-top: 3rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(201, 181, 106, 0.2);
  font-size: 0.8rem;
  color: #8f9bb3;
}

.footer a {
  color: #d4c28c;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.copyright {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

/* анимация */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* адаптив */
@media (max-width: 750px) {
  body {
    padding: 1rem;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
  .card {
    padding: 1.5rem;
  }
  .synthesis-inner {
    padding: 1.2rem;
  }
  .compare-row {
    flex-direction: column;
  }
}

/* КРУПНЫЕ ЖЁЛТЫЕ ССЫЛКИ для блока сравнения */
.big-yellow-link {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;        /* крупный размер */
  font-weight: 700;
  text-decoration: none;
  color: #f5d742;         /* яркий золотисто-жёлтый */
  text-shadow: 0 0 8px rgba(245, 215, 66, 0.5);
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
}

.big-yellow-link .link-domain {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #e6c83a;
}

.big-yellow-link:hover {
  color: #ffe170;
  text-shadow: 0 0 15px rgba(245, 215, 66, 0.9);
  transform: scale(1.02);
}

/* заголовок колонки чтобы ссылка не переносилась странно */
.site-title {
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

/* адаптив для мобильных — чуть уменьшаем, но всё равно крупно */
@media (max-width: 650px) {
  .big-yellow-link {
    font-size: 1.6rem;
  }
  .big-yellow-link .link-domain {
    font-size: 0.9rem;
  }
}