       /* Дополнительные стили */
        body {
            font-family: 'Huninn', sans-serif;
            background-color: #f4f4f4;    
            margin-top: 60px; /* Высота фиксированной шапки */
        }
		h3{font-weight: 500;
   			font-size: 2em;
    		color: #0E1425;
    		/*font-family: 'Jost', sans-serif;*/
    		letter-spacing: normal;
    		line-height: 115%;
		}
        .header {
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
        }
        .header .navbar-brand {
            font-family: 'Jost', sans-serif;
            font-size: 24px;
            font-weight: bold;
			text-transform: capitalize;
        }
        .hero-section {
            background: linear-gradient(135deg, #ffffff, #fff5fe);
            /* color: #fff; */
            padding: 30px 0 50px 0;
        }
        .hero-section h1,
        .hero-section h2 {
            font-family: 'Jost', sans-serif;
			color:#000;
        }
        .hero-section h1 {
            font-size: 40px;
            /* margin-bottom: 20px; */
        }
        .hero-section h2 {
            font-size: 40px;
            margin-bottom: 20px;
        }
        .hero-section .main {
            font-size: 50px;            
        }		
        .hero-section .highlight {
           background: linear-gradient(270deg, #E755EC 17.51%, #FF4FB4 38.52%, #FE4E4C 71.71%, #FF823E 91.89%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			color: transparent;
        }
        .hero-section .btn-primary {
            background-color: #ff7675;
            border-color: #ff7675;
        }
        .hero-section .btn-primary:hover {
            background-color: #fd79a8;
            border-color: #fd79a8;
        }
		.hero-section p{color:rgba(14, 20, 37, 0.5)}
        .logo-icon{width: 36px;}
        .feature-section {
            padding: 60px 0;
        }
        .feature-section h2 {
            font-family: 'Jost', sans-serif;
            font-size: 32px;
            margin-bottom: 20px;
        }
        .feature-section img {
            border-radius: 10px;
           /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        }
        .all-features-section {
            background-color: #f9f9f9;
            padding: 60px 0;
        }
        .qr-code-container {
            text-align: center;
        }
        .qr-code {
            width: 150px;
            height: 150px;
            margin-bottom: 10px;
        }
        .footer {
            background-color: #fff;
            box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
            padding: 20px 0;
            text-align: center;
        }
        .footer p {
            margin: 0;
        }
		sel{background-color:#b85ed430}
		
        .text-input-container {
            position: relative;
        }
        .text-input-container textarea {
            width: 100%;
            height: 325px;
            padding: 15px;
            font-size: 16px;
            border: 2px solid #ced4da;
            border-radius: 5px;
            resize: vertical;
        }
        .text-input-container textarea:focus {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }
		div.disabled{pointer-events: none; opacity: 0.5;}
		.form-control:disabled, .form-control[readonly]{background-color: #ffffff!important}
		.btn_ais{}
		.btn_ais a{color: #212529;font-size: small;width: 200px; display: inline-flex; align-items: center;line-height: initial;text-decoration: none;}
		.btn_ais img{width: 25px;height: 25px;}
		
		
.progress-bar-container {
    width: 100%;
    height: 20px!important;
    border-radius: 5px;
    margin: 15px 0px!important;
    position: relative;
    display: none;
}

.progress-bar {
    height: 100%;
    width: 0;
	color:#aaa!important;
    background-color: #b85ed4!important;
    border-radius: 5px;
    transition: width 0.1s ease-in-out;
}

.progress-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
}

        .counter {
        	/*
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 14px;
            color: #6c757d;
			width: 240px;
			*/
        }
		#block__wrapper{/* background-color: #FFF;border-radius: 3em;padding: 60px; */}
		.btn-m{background-color: #161616;border-radius:10px;}
		.btn-lg{padding-right: 2em;padding-left: 2em;border-radius: 1em;height: auto;}
		.sec_white{background: #fff;}
		.result_block{padding:0}
		
		h5{font-weight: bold;}
		
		.links{overflow: auto;/* padding: 13px 0px; border-radius: 7px;height: 800px;overflow: auto; */}
		.links ul li{list-style: none;}
		#rlinks{margin-left: -40px;}
		
		.txt_res{/* max-height:600px; */ overflow: auto;}

		.aiservices .blocks:not(:last-child) {
			border-bottom: 1px solid #dee2e6 !important
		}
		.bdg{font-size: 18px;margin-left: auto; margin-right: auto;left: 0; right: 0; text-align: center;}
		
        .loader {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #b85ed4;
            border-radius: 50%;
            width: 50px;
            height: 50px;
			position: absolute;
			top: 40%;
			left: 50%;			
            animation: spin 2s linear infinite;
            display: none;
        }
		.loader_btn{
			border: 4px solid #f3f3f3;
			border-top: 4px solid #b85ed4;
			border-radius: 50%;
			display:none;
			/* margin: 0px 0px -5px 10px; */
			position: fixed;
			width: 50px;
			height: 50px;
			top: 40%;
			left: 50%;
			animation: spin 2s linear infinite;			
		}	
		
		.another{display:none}
		
		.body_loader{opacity: 0.6;pointer-events: none;}
		
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .result-container {
            margin-top: 20px;
        }	
		
		@media (max-width: 992px) {
			.win2{display:none}
		}

		@media (max-width: 576px) {
			.upbtn1{margin-top: 6px;}
		}
		
		@media (max-width: 768px) {  
			.hero-section{padding: 60px 0}
			.hero-section h1{font-size: 2em;text-align: center;}
			.hero-section h2{font-size: 36px;text-align: center;}
			h3{font-size: 1.7em;}
			.btn-lg{padding-right: 1em; padding-left: 1em;font-size: 16px;}
			#block__wrapper { /* border-radius: 1em; padding: 20px; */}  
			.counter{top:-76px;left:30px}
			.loader{left: 44%}
			.btns_check{padding-top: 20px;}	
		}
		@media (max-width: 392px) {
			/* .counter{top:-112px} */
			.progress-bar-container{top: 18px}
		}
		@media (max-width: 395px) {
			.counter_end{top:-112px}			
		}		
		@media (max-width: 314px) {
			.counter{top:-112px}			
		}		
		
		#check{display:none}
		#msg{color: #b85ed4;font-weight: bold;position: absolute;top: 50%;left: 12%;display:none}
		.count_check{color:#000;width:30%;text-align:right;font-size:small;line-height: 12px;padding-top: 10px;}
		.count_check span{font-family: 'Jost', sans-serif;font-size: 34px;font-weight: 500;letter-spacing: 5px;background: linear-gradient(270deg, #E755EC 17.51%, #FF4FB4 38.52%, #FE4E4C 71.71%, #FF823E 91.89%);-webkit-background-clip: text; -webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
		.rlinks td, .rlinks th{padding:0;vertical-align: middle;}	
		.rlinks td:first-child{width: 85%;}

	.btn-danger1{background-color:#b85ed4;color:#fff}
	.btn-danger1:hover{color:#fff}

/*
.horizontal-bar {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}

.horizontal-bar-fill {
    height: 100%;
    width: 0;
    background-color: #3498db;
    border-radius: 5px;
    transition: width 0.5s ease-in-out;
}

.horizontal-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
}

.bar-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.bar-value {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

#originalityBar{background-color:#28a745}
#plagiarismBar{background-color:#b85ed4}
#citationBar{background-color:#ffc107}
#garbageBar{background-color:#17a2b8}
*/

    .chart-container { 
		width: 100%;
      /* margin: 0 auto;
      max-width: 600px;
      min-width: 320px;
      padding: 1em; */
    }
    
    .horizontal-bar-chart { 
      float: left; 
      width: 100%;
    }

    .horizontal-bar-chart li { 
      position: relative;
      display: block;  
      _zoom: 1;
      height: 20px;
      margin-bottom: .5em;
      background: #d00098;
	  border-radius: 5px;
    }

    .horizontal-bar-chart .ai { 
      display: block; 
      position: absolute; 
      top: 0; 
      right: 0; 
      margin: 0 1em; 
      text-align: right; 
      color: #fff; 
      font-weight: bold; 
      font-size: 0.875em; 
      /* line-height: 2em; */ 
      text-shadow: 1px 1px 0px #e8e8e8;
	  border-radius: 5px;
    }
	
	.ai span{z-index:2;position: relative;}

    .horizontal-bar-chart .human { 
      display: block; 
      position: absolute; 
      top: 0; 
      left: 0; 
      height: 100%; 
      text-indent: .6em;
      font-size: 0.875em;
      font-weight: bold;
      color: #ffffff;
      background: #0032f9;
      /* line-height: 2.2em; */
      text-shadow: 1px 1px 0px #595959;
	  border-radius: 5px;
    }


.input-file {
	position: relative;
	display: inline-block;
}
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	background-color: #b85ed4;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
	width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover span {
	background-color: #b85ed4;
}
.input-file:active span {
	background-color: #b85ed4;
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  width:0%;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

		.reportArea{background-color:#ffffff;padding:10px}

        .inbuttons {
            display: block;
            margin-bottom: 20px;
        }
        #watermark {
 			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0.07;
			pointer-events: none;
			background: url(/theme/img/watermark2.webp) repeat;
			background-size: 20em 20em;
			z-index: 2; 
        }
        #watermark span {

        }

#p404{}
#hlt{padding: 2em 1em 2em 1em;}
.explanation{padding: 1em 1em 0em 1em; border: 1px solid; margin-top: 4em;}

.advantages h3{font-size: 1.25rem; margin: 10px 0; font-weight: bold;}
.ph5{font-weight: bold;font-size: 1.25rem;margin-bottom: .5rem;line-height: 1.2;}


  .chart-container {
    width: 90%;
    margin: 20px auto;
	height: 70px;
  }
  
  .horizontal-bar-chart {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .bar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 0;
    <!-- border-bottom: 1px solid #e5e7eb; -->
  }
  
  .bar-item:last-child {
    border-bottom: none;
  }
  
  .bar {
    height: 24px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
	min-width: 50px;
  }
  
  .bar-label {
    padding: 0 8px;
	color: #fff;  
    /*background-color: rgba(0, 0, 0, 0.2);*/
    border-radius: 6px;
    margin-right: 4px;
  }
  
  .label {
    font-size: 14px;
    color: #1f2937;
    font-weight: 500;
    min-width: 150px;
    text-align: left;
    margin-left: 12px;
  }
  
  /* Анимация появления */
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .bar {
    animation: slideIn 0.6s ease-out forwards;
  }
  
  /* Медиа запросы для мобильных устройств */
  @media (max-width: 600px) {
    .chart-container {
      padding: 10px;
      margin: 10px;
	  height: 170px;	
    }
    
    .bar-item {
      flex-direction: column;
      gap: 8px;
    }
    
    .bar {
      width: 100%;
      margin-bottom: 4px;
    }
    
    .label {
      text-align: left;
      min-width: auto;
      margin-left: 0;
    }
  }

 
.headerSec {
  /*background-image: url(../images/bgpattern.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 40px; */
}
.headerSec .inner-headings {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.headerSec .inner-headings span {
  position: relative;
  animation: rotating-text 6s ease infinite;
}
@keyframes rotating-text {
    0%, 100% {
      top: 0;
    }
    33% {
      top: 0;
    }
    38% {
      top: -50px;
    }
    71% {
      top: -50px;
    }
    76% {
      top: -100px;
    }
    95% {
      top: -100px;
    }
  }

.form-control:focus {
    box-shadow: unset !important;
}

.headerSec .assist .row > * {
  padding: 0px 2px;
}
.headerSec .assist-tag {
  border: 1px solid rgba(151, 71, 255, 0.2901960784);
  background: #FFFFFF;
  padding: 14px 14px;
}
.headerSec .assist-tag span {
  font-size: 14px !important;
}
.headerSec .main-wrapper {
  box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  background: #FFFFFF;
}
.headerSec .placeHoldertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[contenteditable] {
  outline: 0px solid transparent;
}

.primary-btn {
  border: 1px solid #1B1B1B !important;
  background: #FFFFFF !important;
  color: #1B1B1B !important;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 8px 32px;
}
.primary-btn:hover {
  background: #1B1B1B !important;
  color: #FFFFFF !important;
}

.secondary-btn {
  border: 1px solid #1B1B1B !important;
  background: #1B1B1B !important;
  color: #FFFFFF !important;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 8px 32px;
}

.main-btn {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%);
  border: unset !important;
  border-radius: 14px;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 9px 25px;
}

.reviews-btn {
  background: linear-gradient(262.74deg, #B61FDE 12.53%, #FE4B77 71.5%);
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 18px;
  border-radius: 18px;
  border: unset !important;
  padding: 15px 60px;
}

.pastetext-btn {
  background: #F7F7F7 !important;
  border: unset !important;
  padding: 15px 20px;
  border-radius: 13px;
}

.main-border {
    border: 1px solid #DDDDDD;
}

@media (max-width: 575px) {
    .pastetext-btn {
        padding: 20px !important;
    }
}

.clear-btn, .copy-btn {
  background: unset !important;
  border: unset !important;
  color: #8F8F8F !important;
}
.clear-btn:hover, .copy-btn:hover>img, .copy-btn:hover>span {
  color: #1B1B1B;
  filter: brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(1259%) hue-rotate(280deg) brightness(97%) contrast(96%);
}

.humanize-btn {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%) !important;
  border: unset !important;
  border-radius: 14px;
  padding: 14px 32px;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  max-height: 75px;	
  /*max-width: 300px;
  
  width: 100%;
  height: 100%;*/
}
.humanize-btn:hover {
  background: linear-gradient(86.57deg, #FE4B77 5.46%, #B61FDE 98.67%) !important;
}

.go-pro {
  background: linear-gradient(86.57deg, #B61FDE 5.46%, #FE4B77 98.67%) !important;
  /* border: 1px solid #1B1B1B !important; */
  border: unset !important;
  color: white !important;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 9px 32px;
}
.go-pro:hover {
  background: linear-gradient(86.57deg, #FE4B77 5.46%, #B61FDE 98.67%) !important;
}

.checkai-btn {
  border: 1px solid #afafaf !important;
  border-radius: 14px;
  background: #FFFFFF !important;
  color: #8F8F8F !important;
  font-weight: 500;
  padding: 16px 22px;
  display: flex;
  align-items: center;
}
.checkai-btn img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(1021%) hue-rotate(204deg) brightness(101%) contrast(95%);
}

.copy-btn img, .copy-btn span {
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(401%) hue-rotate(74deg) brightness(95%) contrast(92%);
}

.form-btn {
  background: linear-gradient(262.74deg, #B61FDE 12.53%, #FE4B77 71.5%);
  color: #FFFFFF !important;
  border: unset !important;
  width: 100%;
  padding: 16px;
}

.blackoutline-btn {
  border: 1px solid #1B1B1B !important;
  background: #FFFFFF !important;
  color: #1B1B1B !important;
  padding: 14px 24px;
}
.blackoutline-btn:hover {
  background: #A143FF !important;
  /* background: #1B1B1B !important; */
  color: #FFFFFF !important;
}
.blackoutline-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(126deg) brightness(101%) contrast(104%);
}

.purple-btn {
  background-color: #A143FF !important;
  border: unset !important;
  color: #FFFFFF !important;
  padding: 16px;
}

.cancel-btn {
  color: #5F5F5F;
  border: unset !important;
  text-decoration: underline;
}

.pointer_event_none {
    pointer-events: none;
}

#copyAlert, #copyAlert2 {
    background-color: black;
    width: max-content;
    color: #FFFF;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 5px;
    font-weight: 100;
    position: absolute;
    top: -30px;
    right: 0px;
}

  .method-group {
    /*flex-wrap: wrap;*/
    gap: 1rem;
  }

  .method-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 128px;
    /*height: 110px;*/
    border-radius: 12px;
    border: 2px solid #ffc107;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    padding: 0rem;
    font-weight: 600;
    color: #212529;
    cursor: pointer;
  }

  .method-btn.active {
    background-color: #fff3cd;
    border-color: #ff9800;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(255, 152, 0, 0.2);
  }

  .method-btn:hover:not(.active) {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .method-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }

  .method-desc {
    color: #6c757d;
    font-size: 0.75rem;
  }

  /* Кнопка перефразировать */
  .btn-primary {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
  }

  .btn-primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,123,255,0.4);
  }

  .btn-primary:disabled {
    opacity: 0.6;
  }

  /* Кнопки футера */
  .btn-outline-secondary {
    border-width: 1.5px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
  }

  .btn-outline-secondary:hover {
    background-color: #f8f9fa;
  }

  /* Анимация копирования */
  #copyAlert {
    animation: fadeOut 1.5s forwards;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }

  @keyframes fadeOut {
    0% { opacity: 1; transform: scale(1); }
    70% { opacity: 1; }
    100% { opacity: 0; transform: scale(0.8); }
  }

  /* Адаптив: на мобильных — компактнее */
  @media (max-width: 576px) {
    .method-btn {
      width: 110px;
      height: 100px;
    }
    .method-title { font-size: 0.85rem; }
    .method-desc { font-size: 0.65rem; }
  }
  
  @media (max-width: 992px) {
	.col1 .text-left{text-align:center!important}
	.col2{text-align:center!important;padding: 10px 0}
	.col3{text-align:center!important}
  }  
