/* Общие стили */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #222;
}

/* Хедер */
.custom-header {
    background-color: #c9ecf9; /* Светло-голубой как на примере */
    padding: 30px 0;
    border-top: 2px solid #000; /* Тонкая линия сверху, как на картинке */
    text-align: center;
}

.custom-header__title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

#scrollProgress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #18a766; /* цвет как на скриншоте */
    width: 0%;
    z-index: 9999;
    transition: width 0.1s ease;
}


/* Основной блок */
.article-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #111;
    text-align: center;
}

.article-section__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-section__lead {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.article-section__subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.article-section p {
    font-size: 15px;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.top-bots {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.top-bots__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-bots__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.top-bots__rank {
    display: inline-block;
    border: 2px solid #007aff;
    color: #007aff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-right: 15px;
    font-family: Arial, sans-serif;
}

.top-bots__info {
    flex-grow: 1;
}

.top-bots__name {
    font-weight: bold;
    font-size: 16px;
    color: #f15a29; /* можно поменять */
}

.top-bots__desc {
    font-size: 14px;
    color: #444;
    margin: 4px 0 0;
}

.top-bots__name-link {
    text-decoration: none;
    color: inherit;
}

.top-bots__name-link:hover .top-bots__name {
    text-decoration: underline;
    color: #ff4d4d;
}


.photo-strip-sites {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: left;
}

.photo-strip-sites__title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.photo-strip-sites__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.photo-strip-sites__item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.photo-strip-sites__rank {
    display: inline-block;
    border: 2px solid #007aff;
    color: #007aff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-right: 15px;
    font-family: Arial, sans-serif;
}

.photo-strip-sites__link {
    font-size: 16px;
    color: #f15a29;
    font-weight: 500;
    text-decoration: none;
}

.photo-strip-sites__link:hover {
    text-decoration: underline;
}

.article-text-section {
    max-width: 850px;
    margin: 80px auto 60px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
    color: #111;
}

.article-text-section__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.article-text-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.photo-guidelines-section {
    max-width: 850px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
    color: #111;
}

.photo-guidelines-section__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.photo-guidelines-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.photo-guidelines-section ul {
    margin: 20px 0;
    padding-left: 20px;
}

.photo-guidelines-section li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}

.free-undress-section {
    max-width: 850px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
    color: #111;
}

.free-undress-section__title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.free-undress-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.free-undress-section__image {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.free-undress-section a {
    color: #007aff;
    text-decoration: none;
    font-weight: bold;
}

.free-undress-section a:hover {
    text-decoration: underline;
}

.bot-launch-guide {
    max-width: 850px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
    color: #111;
}

.bot-launch-guide__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.bot-launch-guide p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.bot-launch-guide__steps {
    list-style: decimal inside;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 20px;
}

.bot-launch-guide__steps li {
    margin-bottom: 10px;
}

.bot-launch-guide__conclusion {
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

.bot-launch-guide__image {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-divider {
    border: none;
    border-top: 1px solid #000000;
    margin: 60px auto;
    max-width: 55%;
    opacity: 0.5;
}

.bot-card {
    max-width: 850px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.bot-card__title {
    font-size: 22px;
    color: #f15a29;
    font-weight: bold;
    margin-bottom: 20px;
}

.bot-card__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px;
}

.bot-card__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.bot-card__info {
    text-align: left;
}

.bot-card__handle {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.bot-card__button {
    background-color: #007aff;
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
}

.bot-card__description {
    text-align: justify;
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.7;
}

.bot-card__details {
    text-align: left;
    max-width: 600px;
    margin: 20px auto;
    padding: 0;
    list-style: none;
}

.bot-card__details li {
    margin-bottom: 10px;
    font-size: 15px;
}

.bot-card__image {
    margin: 30px auto;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.bot-card__cta {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background-color: #007aff;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
}
.bot-card__top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.bot-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f46036;
    text-decoration: none;
}

.bot-card__title:hover {
    text-decoration: underline;
}

.bot-card__main-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}


/* Секция сравнения */
.comparison {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    color: #1a1a1a;
}

.comparison__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: left;
}

.comparison__text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.comparison__list {
    padding-left: 20px;
    margin-bottom: 40px;
}

.comparison__list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

/* Таблица сравнения */
.comparison__table-wrapper {
    overflow-x: auto;
}

.comparison__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.comparison__table thead {
    background-color: #f9f9f9;
}

.comparison__table th,
.comparison__table td {
    padding: 14px 16px;
    text-align: center;
    border: 1px solid #e4e4e4;
}

.comparison__table th {
    font-weight: 600;
    color: #333;
}

.comparison__table td {
    color: #444;
}

.comparison__table td:first-child {
    text-align: left;
    font-weight: 600;
}

/* Финальный абзац */
.summary {
    padding: 40px 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.summary__text {
    font-size: 16px;
    line-height: 1.8;
    color: #1f1f1f;
}

.poll-container {
    max-width: 460px;
    margin: 0 auto;
    padding: 30px;
    border: 2px solid #0040ff;
    font-family: sans-serif;
    background-color: #fff;
}

h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 13px;
    margin-bottom: 15px;
    color: #666;
}

fieldset {
    border: none;
    margin-bottom: 20px;
}

legend {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

button {
    background-color: #0040ff;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.result {
    margin-bottom: 18px;
}

.result .label {
    font-size: 14px;
    margin-bottom: 4px;
}

.bar {
    background-color: #eee;
    height: 6px;
    border-radius: 4px;
    margin-bottom: 4px;
    overflow: hidden;
}

.bar div {
    height: 100%;
    background-color: #3100e0;
    transition: width 0.6s ease;
}

.meta {
    font-size: 13px;
    color: #111;
    text-align: right;
}

.thankyou {
    margin-top: 20px;
    font-size: 14px;
}

.legal-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.7;
}

.legal-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.legal-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bots-comparison {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.bots-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.bots-table th {
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.bots-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.bots-table td:first-child {
    text-align: left;
}

.bots-table td a {
    color: #000;
    text-decoration: underline;
}

.bots-table .check {
    color: green;
    font-weight: bold;
    font-size: 18px;
}

.bots-table .cross {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

/* Футер */
.custom-footer {
    background-color: #c9ecf9; /* более точный голубой */
    padding: 30px 0;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.custom-footer__links {
    margin-bottom: 10px;
}

.custom-footer__link {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 15px;
}

.custom-footer__link:hover {
    text-decoration: underline;
}

.custom-footer__copyright {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold;
}

.custom-footer__domain {
    font-weight: 700;
}

/* КУКИ */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 320px;
    background: #fff;
    color: #000;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    border-radius: 10px;
    z-index: 9999;
}

.cookie-banner__text {
    margin-bottom: 10px;
}

.cookie-banner__btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 12px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-banner__close {
    background: none;
    border: none;
    font-size: 18px;
    color: #444;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

/* Кнопка которая подмимает на вверх */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 24px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 999;
    display: none; /* скрыта по умолчанию */
    transition: opacity 0.3s ease;
}

.scroll-to-top:hover {
    opacity: 0.8;
}

/* about */
.custom-quote {
    max-width: 700px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: sans-serif;
    text-align: center;
}

.quote-text {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 20px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: left;
}

.quote-tail {
    overflow: hidden;
    width: 100%;
    height: 40px;
    margin-top: -2px;
}

.quote-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 25px;
    text-align: left;
}

.quote-author img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.author-name {
    font-weight: bold;
}

.author-role {
    font-size: 14px;
    color: #666;
}

.quote-email {
    margin-top: 60px;
    font-size: 14px;
}
.quote-email a {
    color: black;
    text-decoration: none;
}

.logo-section {
    padding: 5px 0;
    text-align: center;
}

.logo-wrapper {
    display: inline-block;
    max-width: 190px;
}

.logo-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-title-section {
    text-align: center;
    padding: 50px 0 30px;
}

.about-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}



/* privacy */
.privacy-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: sans-serif;
    line-height: 1.6;
}

.privacy-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.privacy-paragraph {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

.privacy-text {
    font-size: 16px;
    color: #333;
    text-align: justify;
}

.privacy-text p {
    margin-bottom: 12px;
}

/* Sidebar with Other Articles - адаптировано под ar1 */
.articles-sidebar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.other-articles {
    background: #ffffff;
    border: 2px solid #c9ecf9;
    border-radius: 8px;
    padding: 20px;
    max-width: 350px;
    margin: 0 auto 30px;
    box-shadow: 0 2px 8px rgba(201, 236, 249, 0.3);
}

.sidebar-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #c9ecf9;
}

.article-preview {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.article-preview:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.article-preview:hover {
    background-color: #f0f8ff;
    border-radius: 6px;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.article-thumbnail {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #f0f8ff;
    position: relative;
}

.article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-thumbnail img[src=""],
.article-thumbnail img:not([src]) {
    display: none;
}

.article-info {
    flex: 1;
    min-width: 0;
}

.article-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 6px;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-domain {
    font-size: 11px;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

/* Mobile адаптивность для sidebar */
@media (max-width: 1023px) {
    .articles-sidebar {
        position: static;
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin-top: 30px;
    }
    
    .other-articles {
        max-width: 100%;
    }
    
    .article-preview {
        flex-wrap: nowrap;
    }
    
    .article-thumbnail {
        width: 80px;
        flex-shrink: 0;
        height: 60px;
    }
}

@media (min-width: 1024px) {
    .articles-sidebar {
        position: fixed;
        right: 20px;
        top: 100px;
        width: 350px;
        padding: 0;
    }
    
    .custom-main {
        margin-right: 390px;
    }
}

/* Что-то */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  
  .article-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .article-content p {
    word-break: break-word;
    hyphens: auto;
  }
  
  .article-content h2,
  .article-content h3 {
    word-break: break-word;
    hyphens: auto;
  }
}


/* Cross-links block structure */
.other-articles .article-preview {
  display: block;
}

.other-articles .article-link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.other-articles .article-description {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.other-articles .article-domain {
  display: block;
}
