.seo-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 8px 12px 28px;
}

.content-card {
    background: linear-gradient(180deg, rgba(28, 20, 47, 0.95) 0%, rgba(18, 18, 35, 0.95) 100%);
    border: 1px solid rgba(123, 82, 191, 0.55);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 19px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    animation: sectionFadeIn 0.5s ease both;
}

p {
    line-height: 1.6;
    color: #d0d1d9;
}

.sitemap a {
    font-size: 12px !important; 
    color: grey !important;
}

.content-card + .content-card {
    border-top: 1px solid rgba(123, 82, 191, 0.25);
}

@keyframes sectionFadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    /* Заголовки внутри карточки */
.content-card h1,
.content-card h2 {
    margin-top: 0;
    color: #d0d1d9;
}

    .content-card h2 {
        margin-bottom: 10px;
    }

    /* Список внутри карточки */
    .content-card li {
        padding-top: 4px;
    }

.AppFooter_copyright {
	margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 30px;
}

.breadcrumb {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
}

li {
    margin-top: 9px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    min-width: 0;
}

.breadcrumb li:last-child {
    flex: 1;
    min-width: 0;
}

.breadcrumb li:last-child [itemprop="name"] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.breadcrumb li a {
    color: #0077cc;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
    color: #005fa3;
}


/* Добавляем разделитель "/" между элементами */
.breadcrumb li::after {
    content: "/";
    margin: 0 6px;
    color: #999;
}

/* У последнего элемента разделитель убираем */
.breadcrumb li:last-child::after {
    content: "";
}

.character-image {
    margin-top: 20px !important;
    width: 100%;
}

@media (min-width: 768px) {
    .character-image {
        max-width: 400px !important;
        margin: 0 auto;
    }
}


@media (min-width: 768px) {
    .brand-topic {
		max-width: 920px !important;
		margin: 0 auto;
	}
}

.start-text {
	margin: 0 auto;
    text-align: center;
    display: table;
}

.form {
    padding: 12px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    /*background-color: #000000;*/
    background: #0f0f12;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 16px;
    border: #7b52bf 1px solid;
    color: #d0d1d9;
}

@media (min-width: 768px) {
    .form {
        max-width: 1100px;
        margin: 0 auto;
    }
}


@media (min-width: 768px) {.brand-div {
		max-width: 1100px;
		margin: 0 auto;
	}
}

.message {
    font-size: 17px;
}

.field {
    background: var(--card);
    border-radius: 12px;
    padding: 12px;
}

.label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
}

.hint {
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 6px;
}

.input, .select, .textarea, .file {
    width: 100%;
    background: #0f0f14;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: var(--text);
    padding: 10px;
    font-size: 15px;
}

.textarea {
    min-height: 70px;
    resize: vertical;
}

.actions {
    padding: 0 12px 12px;
    margin-bottom: 70px;
    margin-top: 10px;
}

.success {
    color: var(--accent-2);
    text-align: center;
    padding: 12px;
    display: none;
}

.error {
    color: var(--error);
    text-align: center;
    padding: 12px;
    display: none;
}

.intro a {
	color:white; font-size:18px;
}

.gallery-img {
    width:100%; max-width: 500px;
}

@media (min-width: 768px) {
    .gallery-img {
        max-width: 500px;
    }
}

.intro-img {
	
}

h1 {
font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}

h2 {
	    line-height: 27px;
		font-weight: 400;
		margin-top:27px;
}

h3 {
	margin-bottom: 4px;
	margin-top:25px;
	font-weight: 500;
}

.faq-question {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	cursor: pointer;
}

.faq-toggle-icon {
	font-size: 16px;
	line-height: 1;
	opacity: 0.9;
	transition: transform 0.2s ease;
	flex: 0 0 auto;
}

.faq-question[aria-expanded="true"] .faq-toggle-icon {
	transform: rotate(180deg);
}

.footer_links {
	font-size: 11px;
}

.category-link {
    margin-top: 15px;
    display: block;
}

.buttonClass {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    padding-top: 15px;
    width: 100%;
    /*background: linear-gradient(to top, #ed46e8 0%, #d93bc6 35%, #b110e0 70%, #b80df0 100%);*/
    background: linear-gradient(to top, #ed4696 0%, #d93bc4 35%, #b110e0 70%, #8a0df0 100%);
    color: #fff;
    padding: 16px 12px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(189, 16, 224, 0.45);
    cursor: pointer;
    transition: 0.25s ease;
    font-size: 17px !important;
    text-decoration: none;
    margin-bottom: 25px;
    margin-top: 25px;
}

/*.buttonClass {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    padding-top: 15px;
    text-decoration: none;
    height: 50px;
    border-width: 0px;
    color: #fff;
    border-color: rgba(189, 16, 224, 1);
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    text-shadow: 1px 1px 0px #2f6627;
    background: rgba(189, 16, 224, 1);
    margin-bottom: 25px;
    margin-top: 25px;
}*/

@media (min-width: 768px) {
    .buttonClass {
        max-width: 400px;
        margin-top: 26px;
    }
}

.buttonClass:hover {
    background: linear-gradient(to top, #ed4696 0%, #d93bc4 35%, #b110e0 70%, #8a0df0 100%);
}

.summary {    font-size: 17px;}

.menu {
  width: 100%;
  
}

.toggle-btn {
  display: block;
  padding: 12px;
  background: linear-gradient(to top, #ed46e8 0%, #d93bc6 35%, #b110e0 70%, #b80df0 100%);
  box-shadow: 0 4px 14px rgba(189, 16, 224, 0.45);
  color: white;
  border: none;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.links-block {
  margin-top: 10px;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .toggle-btn {
    display: block;
  }

  .links-block {
    display: none;
  }

  .links-block.open {
    display: block;
  }
}

.topics-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 37px;
}

.topics-tags .tag {
    padding: 11px 16px;
    border-radius: 20px;
    background: #1a1a1a;
    color: #dcdcdc;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #2a2a2a;
    transition: 0.2s ease;
}

.topics-tags .tag:hover {
    background: #6a2cff;
    border-color: #6a2cff;
    color: #fff;
}
