:root {
  --nn777-primary-color: #F2C14E;
  --nn777-secondary-color: #FFD36B;
  --nn777-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  --nn777-card-bg: #111111;
  --nn777-background: #0A0A0A;
  --nn777-text-main: #FFF6D6;
  --nn777-border-color: #3A2A12;
  --nn777-glow-color: #FFD36B;
}

.page-index-about-nn777 {
  background-color: var(--nn777-background);
  color: var(--nn777-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 60px;
}

.page-index-about-nn777__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--nn777-border-color);
}

.page-index-about-nn777__section:last-of-type {
  border-bottom: none;
}

.page-index-about-nn777__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-about-nn777__section-title {
  font-size: 2.8em;
  color: var(--nn777-secondary-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.page-index-about-nn777__section-description {
  font-size: 1.1em;
  color: var(--nn777-text-main);
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-about-nn777 p {
  margin-bottom: 1em;
  color: var(--nn777-text-main);
}

.page-index-about-nn777__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--nn777-background);
  padding-top: 10px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-index-about-nn777__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-index-about-nn777__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-index-about-nn777__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-about-nn777__main-title {
  color: var(--nn777-secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: clamp(2em, 5vw, 3.2em);
}

.page-index-about-nn777__lead-text {
  font-size: 1.2em;
  color: var(--nn777-text-main);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-about-nn777__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.page-index-about-nn777__btn-primary,
.page-index-about-nn777__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-about-nn777__btn-primary {
  background: var(--nn777-button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-index-about-nn777__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
}

.page-index-about-nn777__btn-secondary {
  background: transparent;
  color: var(--nn777-secondary-color);
  border: 2px solid var(--nn777-secondary-color);
}

.page-index-about-nn777__btn-secondary:hover {
  background: var(--nn777-secondary-color);
  color: var(--nn777-background);
  transform: translateY(-3px);
}

.page-index-about-nn777__btn-text-link {
  color: var(--nn777-secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-about-nn777__btn-text-link:hover {
  color: var(--nn777-primary-color);
  text-decoration: underline;
}

.page-index-about-nn777__content-wrapper,
.page-index-about-nn777__grid-two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.page-index-about-nn777__text-block {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.page-index-about-nn777__image-block {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-index-about-nn777__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
}