/* ══════════════════════════════════════
   angiinfo.css — Ашиг тус page
   ══════════════════════════════════════ */

/* ── BENEFITS HERO ── */
.benefits-hero {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 130px 60px 80px;
  position: relative;
  overflow: hidden;
}
.bh-bg { position: absolute; inset: 0; }
.bh-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}
.bh-orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(74,124,89,0.2) 0%, transparent 70%);
  top: -200px; right: -100px;
}
.bh-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(232,124,12,0.18) 0%, transparent 70%);
  bottom: 0; left: 0;
}
.bh-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(74,124,89,0.25) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 70% 70% at 70% 50%, black 0%, transparent 100%);
}
.bh-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  animation: fadeUp 0.8s ease forwards;
}
.bh-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 7vw, 100px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--cream);
  margin: 16px 0 22px;
}
.bh-title em { font-style: italic; color: var(--amber-lt); }
.bh-sub {
  font-size: 16px;
  color: rgba(253,246,236,0.65);
  max-width: 560px;
  line-height: 1.8;
}

/* ── KEY NUMBERS ── */
.key-numbers {
  padding: 60px;
  background: rgba(18,38,18,0.5);
  border-top: 1px solid rgba(74,124,89,0.2);
  border-bottom: 1px solid rgba(74,124,89,0.2);
}
.kn-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.kn-item {
  text-align: center;
}
.kn-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--amber-lt);
  line-height: 1;
  margin-bottom: 10px;
}
.kn-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(253,246,236,0.55);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.kn-div {
  width: 1px;
  height: 60px;
  background: rgba(253,246,236,0.1);
}

/* ── BENEFITS MAIN ── */
.benefits-main {
  padding: 100px 60px;
}
.bm-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.bm-header {
  margin-bottom: 20px;
}

/* ── BENEFIT ROW ── */
.benefit-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(74,124,89,0.15);
}
.benefit-row:last-child { border-bottom: none; }
.br-reverse {
  direction: rtl;
}
.br-reverse > * { direction: ltr; }

.br-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 8px;
}
.br-icon-wrap {
  position: relative;
  width: 90px; height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.br-icon {
  font-size: 44px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(232,124,12,0.3));
  transition: var(--transition);
}
.benefit-row:hover .br-icon { transform: scale(1.1); }
.br-glow {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,124,12,0.15) 0%, transparent 70%);
  transition: var(--transition);
}
.benefit-row:hover .br-glow {
  background: radial-gradient(circle, rgba(232,124,12,0.3) 0%, transparent 70%);
}
.br-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(253,246,236,0.25);
  letter-spacing: 3px;
}

.br-content {
  padding-top: 6px;
}
.br-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 16px;
  line-height: 1.2;
}
.br-content p {
  font-size: 16px;
  color: rgba(253,246,236,0.65);
  line-height: 1.9;
  margin-bottom: 24px;
  max-width: 700px;
}
.br-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.br-tags span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px 16px;
  background: rgba(74,124,89,0.2);
  border: 1px solid rgba(74,124,89,0.3);
  color: rgba(253,246,236,0.75);
  border-radius: 20px;
  transition: var(--transition-fast);
}
.br-tags span:hover {
  background: rgba(232,124,12,0.15);
  border-color: rgba(232,124,12,0.3);
  color: var(--amber-lt);
}

/* ── BENEFITS CTA ── */
.benefits-cta-section {
  padding: 120px 60px;
  background: linear-gradient(135deg, rgba(30,64,32,0.4), rgba(10,26,10,0.9));
}
.bc-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.bc-inner p {
  font-size: 17px;
  color: rgba(253,246,236,0.6);
  line-height: 1.7;
}
.bc-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .benefits-hero { padding: 100px 30px 60px; }
  .key-numbers { padding: 50px 30px; }
  .kn-div { display: none; }
  .kn-inner { gap: 40px; justify-content: flex-start; }
  .benefits-main { padding: 60px 30px; }
  .bm-inner { gap: 60px; }
  .benefit-row { grid-template-columns: 1fr; gap: 24px; }
  .br-reverse { direction: ltr; }
  .br-visual { flex-direction: row; align-items: center; justify-content: flex-start; }
  .benefits-cta-section { padding: 80px 30px; }
}
