/* css/style.css Solu */
:root {
  --primary:    #3b82f6;       
  --primary-dark: #1d4ed8;
  --dark:       #0f172a;      
  --darker:     #020617;
  --gray:       #334155;
  --light-gray: #e2e8f0;
  --text:       #f1f5f9;
  --text-soft:  #94a3b8;
  --accent:     #36218e; 
  --bottons:    #0949b5;  
}

* { margin:0; padding:0; box-sizing:border-box; }
body {
    font-family: Roboto, system-ui, sans-serif;
    color: var(--text);
    background: var(--light);
    line-height: 1.5;
}

header {
    background: var(--dark);
    color: white;
    padding: 1.5rem 5%;
    position: sticky;
    top: 0;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.logo {
	display: flex;
	align-items: center;
	gap: 12px;             
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: white;
}

.site-logo {
	height: 48px;          
	width: auto;           
	max-height: 60px;      
}

.logo-text {
	color: white;   
	text-decoration: none !important; 
	transition: color 0.3s ease;
}
	

.logo-text:active,
.logo-text:visited,
.logo-text:focus {
	color: white;
	text-decoration: none !important;
	outline: none;            
}
.logo-text:hover {
	color: #60a5fa;
	text-decoration: none !important;
	outline: none; 
}

.nav-links {
	display: flex;
	gap: 2rem;
}

.nav-links a {
	color: white;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s;
}

.nav-links a:hover {
	color: #00d4ff;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 20px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1000;
}

.menu-toggle span {
	width: 100%;
	height: 3px;
	background: white;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.hero {
    background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
    color: white;
    text-align: center;
    padding: 5rem 5% 3rem;
}

.hero h1 {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	background: linear-gradient(to right, #ffffff, #82a5ff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	background-size: 100% 100%;
	font-size: 3.5rem;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;              
    }
}
    
.hero p {
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    opacity: 0.95;
}
	
.content {
	margin: 1rem 0; 
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto;
}	

.hero_about {
    background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
    color: white;
    text-align: center;
    padding: 5rem 5% 3rem;
}

.hero_about::after {
    content: "";
    display: table;
    clear: both;
}

.about-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;          
    line-height: 1.75;
	text-align: justify;
}

.hero_about_list {
	margin: 1rem 0 1rem 2rem;
	line-height: 1.1;
	list-style: disc;
	color: var(--text);
}

.hero_about_left {
	flex: 1 1 45%;
	min-width: 300px;
	max-width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	text-align: justify;
}

.hero_about_right {
	flex: 0 0 40%;
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero_about h1 {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	background: linear-gradient(to right, #ffffff, #82a5ff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%;
}
 
.hero_about p {
	margin-bottom: 1rem;
	line-height: 1.1
}

.aboutusolu {
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	color: var(--text);
	padding: 4rem 5% 0;
}

.content-aboutusolu {
    display: flex;
    gap: 2rem;              
    flex-wrap: wrap;
    align-items: stretch;    
}

.content-aboutusolu-uno {
    flex: 1 1 45%;
    min-width: 300px;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;     
    align-items: flex-start;
    box-sizing: border-box;
    text-align: justify;
}

.content-aboutusolu.content-aboutusolu-due {
	flex: 0 0 20%;
	max-width: 20%;
}

.content-aboutusolu-tre {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-aboutusolu-quatro {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-aboutusolu-cinque {
    flex: 1 1 45%;
    min-width: 300px;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    box-sizing: border-box;
    text-align: justify;
}

.content-aboutusolu.reverse-order {
    flex-direction: row-reverse;
}

.content-aboutusolu:has(> :only-child) .content-aboutusolu-uno,
.content-aboutusolu:has(> :only-child) .content-aboutusolu-cinque {
    flex: 1 1 100%;
    max-width: 100%;
}

.content-aboutusolu:has(> :only-child) .content-aboutusolu-cinque h2,
.content-aboutusolu:has(> :only-child) .content-aboutusolu-uno   h2 {
    width: 100%;
    text-align: center !important;    
    margin-left: auto;
    margin-right: auto;
}

.aboutusolu h1 {
	line-height: 1.3;
	margin-bottom: 4rem;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%;
	text-align: center;	
	font-size: 3.5rem;
}

@media (max-width: 768px) {
    .aboutusolu h1 {
        font-size: 2.5rem;              
    }
}

.content-aboutusolu h2 {
	text-align: center; 
	margin: 1.2rem 0 1.2rem;
}

.content-aboutusolu h3 {
	margin: 1.2rem 0 1.2rem;
}

.content-aboutusolu p {
	margin-bottom: 1rem;
	line-height: 1.1;
}

.list-aboutusolu {
	margin: 1.5rem 0 1.5rem 2rem;
	list-style: disc;
	color: var(--text);
}
		
.list-aboutusolu li {
	text-align: left;
	line-height: 1.1;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 1rem 2.2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-primary {
    background: var(--primary);
    color: white;
    box-shadow: 0 4px 15px rgba(13,110,253,0.3);
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13,110,253,0.4);
}

.btn-outline {
    border: 2px solid white;
    color: white;
}

.btn-outline:hover {
    background: white;
    color: var(--dark);
}

.features {
	background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
	color: var(--light-gray);
	padding: 4rem 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
}

.feature-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(6, 6, 6, 0.38);
	padding: 15px;
	text-align: center;	
}

.feature-card:hover {
	transform: translateY(-12px);
    box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);
}

.feature-card h3 {
	color: var(--primary);
}

.feature-card p {
	color: var(--text-soft);
	font-weight: normal;   
}

.feature-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
}

.final-cta {
    background: var(--dark);
    color: white;
    text-align: center;
    padding: 3rem 5%;
}
	
.final-cta h1 {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;            
	background-size: 100% 100%;
	margin-bottom: 20px;
}
	
.final-cta h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}


.cta-content {

}

.content-cta {
	margin: 0 auto;
	text-align: justify;           
	line-height: 1.75;
	font-size: 1.15rem;
	color: var(--text-soft);
}
	
.content-cta p {
    margin-bottom: 1.4rem;
    line-height: 1.1;
}

.final-cta .reveal-from-bottom {
    opacity: 0;
    transform: translateY(140px);         
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.final-cta .reveal-from-bottom.visible {
    opacity: 1;
    transform: translateY(25px);           
}

.feature-text {
	padding: 20px;
}	  

.reveal-y {
    opacity: 0.5;
    transform: translate3d(0, var(--initial-y, 140px), 0); 
    will-change: transform, opacity; 
}

.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(9, 108, 238, 0.23); 
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.3s, transform 0.3s;
	z-index: 9999;
}

.scroll-to-top.visible {
	opacity: 1;
	transform: scale(1);
}

.scroll-to-top:hover {
	background: rgba(42, 100, 196, 0.8);
	transform: scale(1.1);
}

.scroll-to-top svg {
	width: 24px;
	height: 24px;
}



@media (min-width: 768px) {
  .dropdown {
    position: relative;
  }
  
  .dropdown-toggle {
    display: block;
    padding: 0;         
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;                    
    left: 50%;                    
    transform: translateX(-50%);  
    background: var(--dark);
    min-width: 220px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    border-radius: 8px;
    overflow: hidden;
    z-index: 999;
    padding-top: 8px;           
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .dropdown-menu {
    transition: opacity 0.15s ease, transform 0.15s ease;
    opacity: 0;
    transform: translate(-50%, -10px);
  }

  .dropdown:hover .dropdown-menu,
  .dropdown-menu:hover {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .dropdown-menu a {
    display: block;
    padding: 0.3rem 1rem;
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
	width: 300px;
  }

  .dropdown-menu a:hover {
    background: var(--primary);
    color: white;
    padding-left: 1.5rem;
  }


  @keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -10px); }
    to   { opacity: 1; transform: translate(-50%, 0); }
  }

  .dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
    transform: translateX(0);    
  }
}

@media (max-width: 768px) {
    .main-nav {
        position: relative;           
        z-index: 1000;
    }

    .menu-toggle {
        display: flex !important;     
        z-index: 1100;                
        position: relative;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a1a1a;          
        flex-direction: column;
        padding: 20px;
        gap: 1rem;
        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1050;
        box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}


.principlesolu {
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	color: var(--text);
	padding: 3rem 5% 2rem;
	text-align: center;
}

.principlesolu h1 {
	line-height: 1.1;
	margin-bottom: 3rem;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%;  
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}


.swiper-button-disabled.custom-swiper-prev,
.swiper-button-disabled.custom-swiper-next {
  opacity: 0.4;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}



.facts-section {
  background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
  color: var(--text);
  padding: 3rem 0 2rem;
  text-align: center;
}

.facts-section h1 {
	line-height: 1.1;
	margin-bottom: 3rem;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%;  
}

.facts-scroll-container {
  overflow: hidden;
  width: 100%;
}

.facts-track {
  display: flex;
  gap: 28px;
  width: max-content;
}


.facts-scroll-container:hover .facts-track {
  animation-play-state: paused; 
}

.fact-card {
  flex: 0 0 260px;          
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}



footer {
    background: #0a0f1a;
    color: #9ca3af;
    padding: 30px 0 20px;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 35% 15% 15% 35%;  
    gap: 0px;
}


.footer-column {
    min-width: 0; 
}

.footer-column.footer-col-1 {
    display: flex;
    flex-direction: column;
	justify-content: center;    
    align-items: center;        
    text-align: center;        
}


.footer-column.footer-col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;     
    align-items: center;         
    text-align: center;
    height: 100%;
    position: relative;         
}


.footer-col-4-content {
    text-align: center;
}


.footer-column h4 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
}


.footer-menu,
.footer-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 0.9rem;
}

.footer-menu li,
.footer-contacts li {
    margin-bottom: 8px;
}

.footer-menu a,
.footer-contacts a {
    color: #9ca3af;
	font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu a:hover,
.footer-contacts a:hover {
    color: #00d4ff;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
	justify-content: center
}

.footer-logo a {
    text-decoration: none;           
    color: inherit;                  
}

.footer-logo-img {
    height: 60px;              
    width: auto;
}

.footer-brand {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
	transition: color 0.3s ease;
}

.footer-brand:hover {
    color: #60a5fa;
}


.footer-desc {
    font-size: 1rem;
    line-height: 1.5;
    color: #9ca3af;
    max-width: 340px;              
    margin: 0;                    
}


.footer-copyright-uno {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-bottom: 4px;
}

.footer-copyright-due {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-bottom: 12px;
}


.footer-privacy a {
    font-size: 0.95rem;              
    color: #9ca3af;                  
    text-decoration: none;          
    transition: color 0.3s ease;
}

.footer-privacy a:hover {
    color: #60a5fa;
}


.designer-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.85rem;
    color: #6b7280;
    opacity: 0.75;
    margin-bottom: 10px;             
    pointer-events: none;
}


.footer-privacy a {
    font-size: 0.95rem;              
    color: #9ca3af;                  
    text-decoration: none;           
    transition: color 0.3s ease;
}

.footer-privacy a:hover {
    color: #60a5fa;
}


.designer-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.85rem;
    color: #6b7280;
    opacity: 0.75;
    margin-bottom: 10px;             
    pointer-events: none;
}




@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;  
        gap: 50px 40px;
    }
    
    .footer-col-4 {
        text-align: left;
    }
	
	.footer-column.footer-col-4 {
        align-items: flex-start;     
        text-align: left;
    }
    
    .designer-credit {
        position: static;
        margin-top: 30px;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .footer-container {
        grid-template-columns: 1fr;  
        text-align: center;
        gap: 45px;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-col-4 {
        text-align: center;
    }
	
	.footer-column.footer-col-4 {
        align-items: center;
        text-align: center;
    }
    
    .designer-credit {
        position: static;
        text-align: center;
        margin-top: 25px;
    }
}

.clients-section-mob {
  background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
  color: var(--text);
  padding: 3rem 0 2rem;
  text-align: center;
}

.clients-section-mob h1 {
	line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%; 
	font-size: 3.3rem; 
	color: #e2e8f0; 
	text-align: center; 
	margin-bottom: 25px;
}

@media (max-width: 768px) {
  .clients-section-mob h1 {
    font-size: 3rem;
  }
}

.clients-section-mob p {
	text-align: center; 
	color: #94a3b8; 
	font-size: 1.35rem; 
	max-width: 720px; 
	margin: 0 auto 20px;
}



.clients-section {
  background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
  color: var(--text);
  padding: 3rem 0 2rem;
  text-align: center;
}

.clients-section h1 {
	line-height: 1.3;
	margin-bottom: 3rem;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%;  
}



.clients-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 50px;          
}

.clients-track {
  display: flex;
  gap: 60px;
  width: max-content;
}


.client-logo {
  height: 150px;
  width: auto;      
  opacity: 0.95;
  transition: all 0.4s ease;
}

.client-logo:hover {
  filter: none;    
  opacity: 1;
  transform: scale(1.08);
}




@media (max-width: 768px) {
  .client-logo {
    height: 36px;
  }
  .clients-track {
    gap: 40px;
  }
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(9, 108, 238, 0.23);
  border: none;
  border-radius: 50%;
  font-size: 24px;
  color: #1e40af;
  cursor: pointer;
  z-index: 9997;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s;
}

.carousel-btn:hover {
  background: rgba(9, 108, 238, 0.45);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.prev { left: 50px; }
.next { right: 50px; }


.cases-section {
  background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
  color: var(--text);
  padding: 3rem 0 2rem;
  text-align: center;
}

.cases-section h1 {
	line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%; 
    font-size: 3.5rem; 
	color: var(--light-gray); 
	text-align: center; 
	margin-bottom: 16px;	
}

.cases-section p {
	text-align: center;
	color: var(--light-gray);
	font-size: 1.25rem;
	margin-bottom: 2rem;
	max-width: 42rem;
	margin-left: auto; 
	margin-right: auto;	
}

.cases-affairs {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.cases-all{
	display: grid;
	gap: 2rem;
	padding: 0 20px;
}

@media (min-width: 768px) { 
	.cases-all{
		grid-template-columns: repeat(1, 1fr); 
		padding: 0 20px;
	}
}

@media (min-width: 1024px) { 
    .cases-all{
		grid-template-columns: repeat(3, 1fr);
		padding: 0 20px;
	}
}

.cases-butt{
	padding-top: 35px;
}

.contact-hero {
    background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
    color: white;
    text-align: center;
    padding: 3rem 5% 4rem;
}

.contact-hero h1 {
	line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%; 
}
        
        .contact-section {
            background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
            padding: 5rem 5% 6rem;
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            max-width: 1300px;
            margin: 0 auto;
        }
        
        .contact-info h2,
        .contact-form h2 {
            background: linear-gradient(to right, #e2e8f0, var(--primary));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 2.5rem;
            margin-bottom: 2rem;
        }
        
        .contact-card {
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 16px;
            padding: 2rem;
            transition: all 0.3s ease;
        }
        
        .contact-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }
        
        .form-group {
            margin-bottom: 1.8rem;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 0.6rem;
            color: var(--text-soft);
            font-weight: 500;
        }
        
        .form-control {
            width: 100%;
            padding: 1rem 1.4rem;
            background: rgba(15, 23, 42, 0.8);
            border: 1px solid var(--gray);
            border-radius: 12px;
            color: var(--text);
            font-size: 1.05rem;
            transition: all 0.3s;
        }
        
        .form-control:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
        }
        
        textarea.form-control {
            min-height: 180px;
            resize: vertical;
        }	
		
.btn-submit {
    background: var(--bottons);
    color: var(--light-gray);
	font-size: 1.2rem;
    padding: 1.1rem 3rem;
    font-weight: 600;
    border: 0px solid rgb(255, 255, 255);
    border-radius: 30px;
	box-shadow: rgba(13, 110, 253, 0.3) 0px 4px 15px;    
    transition: all 0.3s;
    width: 100%;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;	
}
        
.btn-submit:hover {
    background: rgb(0, 40, 109);
    transform: translateY(-3px);
}
        
.success-message {
    display: none;
    padding: 1.5rem;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid #10b981;
    color: #34d399;
    border-radius: 12px;
    margin-top: 1.5rem;
}
        
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
		
		
.modal-cont {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 3000;
    align-items: center;
    justify-content: center;
}
		
.modal-content-cont {
    background: var(--dark);
    color: var(--text);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    border: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.modal-icon {
    font-size: 4rem;
    margin-bottom: 1.2rem;
}

.modal-cont.success .modal-icon { color: #34d399; }
.modal-cont.error   .modal-icon { color: #ef4444; }
        


.btn-submit:disabled {
	background: #64748b;
}
		

.news-container {        
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
}

.news-blok { 
	max-width: 1400px;
	margin: 0 auto;
	padding: 4rem 5%;
	display: grid;
	grid-template-columns: 2fr 340px;
	gap: 4rem;
	align-items: start;
}

.news-content {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.5;                    
    color: var(--text);                  
    padding: 0 1rem;
	overflow: hidden;
}

.news-content::after {
    content: "";
    display: table;
    clear: both;
}

.news-bootom{
	color: var(--text-soft);
	font-size: 1.05rem;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.news-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.news-card {
    background: rgba(255,255,255,0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.08);
	display: flex;
    flex-direction: column;           
	height: 100%;                    /* чтобы все карточки были одной высоты */
}



.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.news-card img {
    width: 100%;
    object-fit: cover;
	
}

.news-card-content {
    padding: 1.5rem;
	flex-grow: 1;                    
    display: flex;
    flex-direction: column;
}

.news-card h3 {
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
	opacity: 0.8;
}

.news-card p {
    color: var(--text-soft);
    line-height: 1.5;
    margin-bottom: 1.2rem;
	flex-grow: 1;
}

.read-more {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
     
.news-sidebar {
    background: rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 2rem;
    position: sticky;
    top: 2rem;
    align-self: start;          
}

.news-sidebar h3 {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 1rem;
	color: var(--primary); 
}

@media (max-width: 1100px) {
    .news-blok {
        grid-template-columns: 1fr !important;   
        gap: 3rem;
    }
    
    .news-sidebar {
        display: none;
    }
    
    .news-main {
        grid-template-columns: 1fr !important;   
    }
}

@media (max-width: 768px) {
    .news-blok {
        padding: 2.5rem 5%;
        gap: 2.5rem;
    }
    
    .news-card img {
        height: auto;           
        object-fit: cover;
    }
    
    .news-card h3 {
        font-size: 1.25rem;
    }
}


@media (max-width: 480px) {
    .news-blok {
        padding: 2rem 4%;
        gap: 2rem;
    }
    
    .news-card img {
        height: auto;
    }
    
    .news-card-content {
        padding: 1.25rem;
    }
}

.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
		
.sidebar-item h4 {
	opacity: 0.8;
}
		
.sidebar-item small {
	color: var(--text-soft);
}

.sidebar-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
        }
			
.pagination {
    padding: 50px 0 30px;
    text-align: center;
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
}

.pagination a {
    display: inline-block;
    padding: 12px 18px;
    margin: 0 4px;
    background: rgba(255,255,255,0.08);
    color: var(--text);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.pagination a.active,
.pagination a:hover {
    background: var(--primary);
    color: white;
}
			
.single-news-container {
	background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
	color: white;
	
	padding: 5rem 5% 3rem;
}

.single {
	padding-bottom: 20px;
	max-width: 1400px;
	margin: 0 auto;
}

.single h1 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 2.5rem;
	background: linear-gradient(to right, #ffffff, #82a5ff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	background-size: 100% 100%;
}

.single-news-img_g {
	background: rgba(255,255,255,0.08);
	max-width: 100%; 
	border-radius: 16px; 
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}


.month-pagination{
	padding-top: 1px;
}

.month-pagination a {
    color: var(--text-soft);
    text-decoration: none;
    display: block;
    padding: 4px 0;
    font-size: 0.95rem;
}

.month-pagination a:hover,
.month-pagination a.active {
    color: var(--primary);
    font-weight: 500;
}


.blog-hero {
    background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
    color: white;
    text-align: center;
    padding: 3rem 5% 4rem;
}


.blog-content {
	margin: 1rem 0; 
	max-width: 900px; 
	margin-left: auto; 
	margin-right: auto;
}	


.blog-content h1 {
	line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%; 
	font-size: 3rem;
	font-weight: 700;
    margin-bottom: 1rem;
}

.blog-content p {
    max-width: 800px;
    margin: 1.5rem auto 0;
    font-size: 1.5rem;
    opacity: 0.9;
}


.blog-content-services {
	margin: 1rem 0;
	margin-left: auto; 
	margin-right: auto;
}	


.blog-content-services h1 {
	line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%; 
	font-size: 3rem;
	font-weight: 700;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .blog-content-services h1 {
        font-size: 2rem;              
    }
}

.blog-content-services h3 {
	line-height: 1.3;
    max-width: 1100px;
    margin: 1.5rem auto 0;
    font-size: 1.4rem;
	color: var(--light-gray);
}

.blog-content-services p {
    max-width: 800px;
    margin: 1.2rem auto 0;
    font-size: 1.5rem;
    opacity: 0.9;
}


.blog-content-search {
	margin-top: 30px;
	max-width: 576px;
	margin-left: auto; 
	margin-right: auto;
}

.blog-hero-top {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.blog-search {
	border-width: 0;
    position: relative;
    max-width: 576px;           
    margin: 2.5rem auto 0;      
}

.blog-input {
    width: 100%;
    background-color: #0f172a;
    color: #e2e8f0;
    padding: 0.8rem 1.5rem;       /* py-4 px-6  padding: 8px 20px; */
    border-radius: 1rem;       
    font-size: 1.2rem;        
    border: none;
    outline: none;
}

.blog-input::placeholder {
    color: var(--text-soft);
}

.blog-search button {	
	position: absolute;
    right: 5px;
    top: 49%;
    transform: translateY(-49%);
    background-color: var(--primary-dark);
    color: #e2e8f0;
    padding: 0.75rem 2rem;      /* py-3 px-8 */
    border-radius: 0.75rem;     /* rounded-xl */
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.blog-search button:hover {
    background-color: #183b9b;
}

.blog-tabs{
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	padding: 0.5rem 1.5rem;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

.tabs-container {
    overflow-x: auto;
    padding-bottom: 4px;
}

.tab {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    white-space: nowrap;
    background: none;
    border: none;
    color: #e2e8f0;
	font-weight: 600;
    cursor: pointer;
}

.tab-active {
    border-bottom: 3px solid var(--primary-dark);
    color: var(--primary-dark);
    font-weight: 600;
}

.blog-post {
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	padding: 2rem 3rem;
	margin-left: auto; 
	margin-right: auto;
}


.card-hover {
    background-color: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
	border-radius: 16px;
}

.card-blog {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	gap: 2rem;
	overflow: hidden;          
    border-radius: 16px;
}


.card-blog img {
	width:100%; 
	height:100%; 
	object-fit:cover;
	  
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}



.card-img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
	border-radius: 16px 16px 0 0;
}

.card-content {
    padding: 1.75rem;
	border-radius: 0 16px 16px 0;
}

.card-content-small {
    padding: 1rem;
}

.grid-card {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	gap: 2rem;
	max-width: 1400px;
	margin: 0 auto;
}

.category-badge {
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .blog-hero {
        padding: 5rem 1rem;
    }
    .blog-content h1 {
        font-size: 2.5rem;
        }    
}
  
  
  
.cta-section {
	background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
	text-align: center;
	padding: 3rem 5% 4rem;
}

.cta-section h1 {
	line-height: 1.3;
	margin-bottom: 3rem;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%;  
}

.cta-section h2 {
	padding-bottom: 25px;
}
.cta-section p {
	padding-bottom: 25px;
}

.btn-dynamic {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--light-gray);
	background: var(--bottons);
	padding: 10px 20px;
	border-radius: 30px;
	border: 0px solid rgb(255, 255, 255);
	box-shadow: rgba(13, 110, 253, 0.3) 0px 4px 15px;
	transition: 0.3s;
	width: 300px;
	height: 55px;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem;
	cursor: pointer;
}

.btn-dynamic:hover {
    background: rgba(0,40,109,0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13,110,253,0.4)
}

.btn-dynamic-ot {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--light-gray);
	background: var(--bottons);
	padding: 10px 20px;
	border-radius: 30px;
	border: 0px solid rgb(255, 255, 255);
	box-shadow: rgba(13, 110, 253, 0.3) 0px 4px 15px;
	transition: 0.3s;
	width: 350px;
	height: 55px;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem;
	cursor: pointer;
}

.btn-dynamic-ot:hover {
    background: rgba(0,40,109,0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13,110,253,0.4)
}

.btn-dynamic-ser {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--light-gray);
	background: var(--bottons);
	padding: 10px 20px;
	border-radius: 30px;
	border: 0px solid rgb(255, 255, 255);
	box-shadow: rgba(13, 110, 253, 0.3) 0px 4px 15px;
	transition: 0.3s;
	width: 400px;
	height: 55px;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem;
	cursor: pointer;
}

.btn-dynamic-ser:hover {
    background: rgba(0,40,109,0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13,110,253,0.4)
}

.article-container {
    grid-template-columns: 3fr 340px;   /* было 2fr → стало 3fr (карточки шире) */
    gap: 4rem;
}

.article-content {
	overflow: hidden;
}

.articles-grid {
	display: grid; 
	grid-template-columns: 1fr; gap: 2.5rem;
}

.news-card.blog-post {
    padding: 2rem;
    height: 100%;
}
.post-type {
	color: var(--light-gray);
}
.news-card.blog-post h2 {
    font-size: 1.55rem;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.post-excerpt {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.post-meta {
	color: #8dcdfc;
	font-size: 0.9rem;
	padding-bottom: 5px;
}

.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.popular-item {
	padding-bottom: 15px;
	line-height: 1.2;
	text-indent: 1em;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.popular-link {
	text-decoration: none;
	color: var(--text-soft);
}

.sidebar-block_ar h3 {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 0.75rem 0 1.5rem;
	color: var(--primary);
}

.breadcrumbs {
	padding: 0.75rem 0;
}

.breadcrumbs a {
	text-decoration: none;
	color: var(--primary);
}

.article-navigation {
    background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
	text-align: center;
	padding: 10px;
}

.article-navigation span {
	padding: 5px;
}

.nav-prev {
	text-decoration: none;
	color: var(--primary);
	font-size: 1.3rem;
	font-weight: 600;
}

.nav-next {
	text-decoration: none;
	color: var(--primary);
	font-size: 1.3rem;
	font-weight: 600;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    overflow: auto;           
    padding: 20px 0;          
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background: white;
    padding: 40px 35px;
    border-radius: 16px;
    width: 90%;
    max-width: 900px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.08);
    max-height: 90vh;          
    overflow-y: auto;          
    margin: auto;   
	text-align: center;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #00d4ff;
    border-radius: 4px;
}

.modal-content h3 {
	display: block;
    font-size: 1.4em;
    margin-block-start: 1em;
    margin-block-end: 1em;
	color: var(--text-soft);
}

.modal-content p {
	display: block;	
    font-size: 1.2em;
	color: var(--text-soft);
	margin-bottom: 25px;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #94a3b8;
    cursor: pointer;
}

.modal-close:hover {
    color: #00d4ff;
}

.modal-overlay {
    padding: 40px 15px 60px;  
}

.form-row {
    margin-bottom: 20px;
}

.form-row label {
    display: block;
	font-size: 1.2em;
    margin-bottom: 6px;
    font-weight: 500;
    color: var(--text-soft);;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--gray);
    border-radius: 8px;
    font-size: 1rem;
	background: rgba(15, 23, 42, 0.8);
	color: var(--text);
}

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: var(--text);
}

.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.modal.active, .modal[style*="flex"] {
    display: flex !important;
}

.search-results {
	background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
    padding: 30px;   
}

.search-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 15px;
}

.search-results-header h2 {
    margin: 0;
    font-size: 1.5rem;
    color: var(--text);
	flex: 1;                            
    text-align: center;                 
}

.search-clear {
    color: #9ca3af;
    text-decoration: none;
    font-size: 1.1rem;
	flex-shrink: 0;                    
    white-space: nowrap;
	font-weight: 600;
}

.search-clear:hover {
    color: #00d4ff;
}

.search-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-results-list li {
	display: flex;
    padding: 14px 0;
    border-bottom: 1px solid var(--text);
}

.search-results-list li:last-child {
    border-bottom: none;
}

.search-results-list a {
	flex: 1;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: block;
	font-size: 1.2rem;
}

.search-results-list a:hover {
    color: var(--primary-dark);
}

.search-date {
    float: right;
    color: #9ca3af;
    font-size: 0.9rem;
	min-width: 80px;
	font-weight: 600;
}

.no-results {
    text-align: center;
    color: #9ca3af;
    font-size: 1.3rem;
    padding: 40px 20px;
}

.link_txt {
	color: var(--primary);
}

.link_txt:hover {
    color: var(--primary-dark);
}

.form-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.form-row-grid .form-row {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .form-row-grid {
        grid-template-columns: 1fr;   
    }
}

.consent-block label {
    font-weight: 400;
    line-height: 1.4;
}

.consent-block a {
    color: #0066cc;
    text-decoration: underline;
}

.consent-row {
    margin: 16px 0;
}

.consent-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 0.94rem;
    line-height: 1.45;
    user-select: none;
	color: var(--text-soft);
}

.consent-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;           
    accent-color: #0066cc;    
}

.consent-label:hover span {
    color: #0066cc;
}

@media (max-width: 768px) {
    .consent-label {
        font-size: 0.92rem;
    }
}

.consent-check {
	color: var(--text-soft);
}

.consent-check:hover {
	color: var(--primary-dark);
}

.result-mod {
	padding: 12px 30px; 
	background: var(--primary); 
	color: white; 
	border: none; 
	border-radius: 50px; 
	font-size: 1.1rem; 
	cursor: pointer;
}

.service-container {
	background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
	color: var(--light-gray);
	padding: 5rem 5% 3rem;
}

.service-container-h1 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 2.0rem;
	background: linear-gradient(to right, #ffffff, #82a5ff);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	background-size: 100% 100%;
}

.service-container-h2 {
	margin-bottom: 5px;
	font-size: 1.2rem;
	color: var(--primary);
}

.service-container-p {
	color: #e2e8f0;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
	margin: 5px 0;
	text-align: justify;
}

.service-container-ul {
	padding-left: 48px; 
	margin: 12px 0 18px;
	line-height: 1;
}

.service-container-li {
	color: #e2e8f0;
	font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
    .service-container-h1 {
        font-size: 1.5rem;
    }
}

.guides-container {
     max-width: 1280px;
     margin: 0 auto;
     padding: 0 20px;
	 background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 40px 0 50px;
    justify-content: center;
}

.filter-btn {
    padding: 10px 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    color: var(--text-soft);
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--accent);
    color: white;
    border-color: var(--accent);
}

.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2.5rem;
}

.guide-card {
    backdrop-filter: blur(12px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
	max-width: 400px;
}

.guide-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);
}

.guide-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.guide-content {
    padding: 28px 28px 32px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .guide-card {
        max-width: 100%;
    } 
}

.category {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(59, 130, 246, 0.25);
    color: var(--text-soft);
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 16px;
}

.guide-content h2 {
    font-size: 1.45rem;
    line-height: 1.35;
    margin: 0 0 16px 0;
    font-weight: 600;
    color: var(--primary);
}

.guide-content p {
    color: var(--light-gray);
    font-size: 1.05rem;
    margin-bottom: 24px;
    flex-grow: 1;
}

.meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-soft);
    font-size: 0.9rem;
    margin-bottom: 24px;
}

.meta-sp {
	width: 4px;
	height: 4px;
	background: #9ca3af;
	border-radius: 50%;
	flex-shrink: 0;
}

.read-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.read-link:hover {
    gap: 12px;
}

.blog_m2 {
	font-size: 1.4rem; 
	font-weight: 600; 
	margin: 1.5rem 0 1rem; 
	line-height: 1.3; 
	color: var(--primary);
}

.blog_pm {
	color: #e2e8f0; 
	font-size: 1.2rem; 
	margin-bottom: 1.5rem; 
	line-height: 1.3;
}

.blog-link {
	color: var(--primary);
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
}
 
.blog_m3 {
	color: var(--primary);
	line-height: 1.3;
	padding-bottom: 0.8rem;
}

.load-more-container {
	text-align:center; 
	padding: 3rem 0;
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
}

.testimonials-section {
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	color: var(--text);
	padding: 3rem 0 4rem;
	text-align: center;
}

.testimonials-affairs {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.testimonials-section h1 {
	line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%; 
    font-size: 3.5rem; 
	color: var(--light-gray); 
	text-align: center; 
	margin-bottom: 16px;	
}

.testimonials-box {
	display: grid;
	gap: 2.5rem;
}

@media (min-width: 768px) { 
	.testimonials-box{
		grid-template-columns: repeat(1, 1fr); 
		padding: 0 20px;
	}
}

@media (min-width: 1024px) { 
    .testimonials-box{
		grid-template-columns: repeat(3, 1fr);
		padding: 0 20px;
	}
}

.rating {
	display: flex;
	gap: 0.25rem;
	color: rgb(53, 36, 251);
	margin-bottom: 1.5rem;
	justify-content: center;
}

.testimonial-card {
	padding: 2.5rem;
	border-radius: 1.5rem;
	box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);	
}

.testimonial-text {
	font-size: 1.125rem;
	line-height: 1.625;
	color: var(--text-soft);
	margin-bottom: 2rem;
}

.testimonial-bott {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}

.avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 9999px;
	object-fit: cover;
}

.font-small {
	font-size: 0.875rem;
	color: var(--text-soft);
}

.values-carousel {
    position: relative;
}

.values-viewport {
    overflow: hidden;
    border-radius: 20px;
}

.values-track {
    display: flex;
    gap: 30px;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.value-slide {
    min-width: 360px;
    flex-shrink: 0;
}

.value-card {
	width: 320px !important;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.4s ease;
}


.value-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px auto;
    font-size: 48px;
}

/* Кнопки */
.values-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(9, 108, 238, 0.23);
	color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	z-index: 9998;
}

.values-nav:hover {
    background: rgba(9, 108, 238, 0.45); 
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.prev { left: 15px; }
.next { right: 15px; }


.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 50px 40px;
    align-items: center;
    justify-items: center;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: all 0.4s;
}

.clients-grid:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.client-logo {
    max-height: 65px;
    width: auto;
    transition: all 0.3s ease;
}

.client-logo:hover {
    transform: scale(1.08);
    filter: brightness(1.1);
}







.logo-wall {
    overflow: hidden;
    padding: 30px 0;
}

/* Общие стили для обеих строк */
.logo-row,
.logo-row-reverse {
    display: flex;
    align-items: center;
    gap: 70px;                    /* чуть уменьшил для мобильных */
    padding: 35px 0;
    white-space: nowrap;
    will-change: transform;       /* важно для производительности */
}

/* Первая строка — влево */
.logo-row {
    animation: marquee-left 42s linear infinite;
}

/* Вторая строка — вправо */
.logo-row-reverse {
    animation: marquee-right 36s linear infinite;
}

.logo-row img,
.logo-row-reverse img {
    height: 110px;                /* уменьшил высоту для мобильных */
    width: auto;
    filter: grayscale(65%) brightness(0.9);
    transition: all 0.4s ease;
    border-radius: 10px;
    flex-shrink: 0;
}

/* Hover эффект */
.logo-row img:hover,
.logo-row-reverse img:hover {
    filter: grayscale(0%) brightness(1.1);
    transform: scale(1.08);
}

/* Анимации с аппаратным ускорением */
@keyframes marquee-left {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}

@keyframes marquee-right {
    from { transform: translate3d(-50%, 0, 0); }
    to   { transform: translate3d(0, 0, 0); }
}

/* Пауза при наведении (работает и на мобильных при touch) */
.logo-wall:hover .logo-row,
.logo-wall:hover .logo-row-reverse {
    animation-play-state: paused;
}


.hero_services {
    background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
    color: white;
    text-align: center;
    padding: 5rem 3% 3rem;
}

.hero_services h1 {
	line-height: 1.3;
	margin-bottom: 1.5rem;
	background: linear-gradient(to right, #ffffff, #82a5ff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;             
	background-size: 100% 100%;
}

.values-carserv {
    position: relative;
	max-width: 1300px; 
	margin:0 auto; 
	padding:0 10px;
}

.values-carserv-viewport {
    overflow: hidden;
	padding: 20px 0;
}

.values-carserv-track {
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	justify-content: center;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1rem;
}

.meaning-card {
	
    background: rgba(6, 6, 6, 0.38);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.4s ease;
}


.meaning-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);
}

.meanf-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(6, 6, 6, 0.38);
	padding: 15px;
}

.meanf-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);
}

.meanf-card h3 {
	font-size: 1.6rem;
	margin-bottom: 15px;
	color: var(--primary);
}

.meanf-card p {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: var(--light-gray);
	line-height: 1.3;
}

.meanf-card ul {
	font-size: 1rem;
	margin-bottom: 15px;
	color: var(--light-gray);
	line-height: 1.3;
	padding-left: 30px;
}

.meanf-card ul {
	text-align: left;
	font-size: 1.1rem;
}

.icon-card-serv {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.block-services {
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	padding: 2rem 3rem;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
    .block-services {
        padding: 2rem 1rem;              
    }
	.block-services-top h2{
	font-size: 1.8rem; 
	}
}

.block-services-top {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.block-services-top h1{
	font-size: 2.5rem; 
	padding-bottom: 30px;	
}

.block-services h1 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 3rem;
	color: var(--primary);
}

.block-services h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 2.5rem;
	color: var(--primary);
}

.block-services h3 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	color: var(--primary);
}

@media (max-width: 768px) {
    .block-services h2 {
        font-size: 1.8rem;              
    }
	.block-services h3 {
        font-size: 1.5rem;              
    }
}

.block-services p {
	text-align: justify;
	text-indent: 2em;
	color: var(--light-gray);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 15px 0;
}

.benefits {
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	padding: 3rem;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
    .benefits {
        padding: 2rem 1rem;              
    }
}


.benefits h1 {
	text-align: center;
	margin-bottom: 1.8rem;
	font-size: 2rem;
	color: var(--primary);
	line-height: 1.2;
}

.benefits h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 3rem;
	color: var(--primary);
	line-height: 1.2;
}
.benefits h3 {
	text-align: center;
	margin-bottom: 1.3rem;
	font-size: 2rem;
	color: var(--primary);
	line-height: 1.2;
}

.benefits p {
	text-align: center;
	color: var(--light-gray);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 15px 0;
}

@media (max-width: 768px) {
    .benefits h2 {
        font-size: 1.8rem;              
    }
	.benefits h3{
        font-size: 1.5rem;              
    }
}

.benefits-grid {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	gap: 20px;
}

.benefit-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 300px;
	background: rgba(104, 104, 104, 0.11);;
	padding: 30px;
}

.benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);
}

.benefit-card h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	color: var(--primary);
	line-height: 1.2;
}
.benefit-card h3 {
	text-align: center;
	margin-bottom: 1.3rem;
	font-size: 1.5rem;
	color: var(--primary);
	line-height: 1.2;
}

@media (max-width: 768px) {
    .benefit-card {
        max-width: 100%;              
    }	
}

.check-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #2563eb;        
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 14px;
    flex-shrink: 0;
}

.checklist ul li {
    list-style: none;
    margin: 12px 0;
    font-size: 1.1rem;
}
	
	
.tariffs {
	background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
	padding: 3rem;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.tariffs {
        padding: 1rem;              
    }
}


.tariffs h1 {
	text-align: center;
	margin-bottom: 1.8rem;
	font-size: 1.9rem;
	color: var(--primary);
	line-height: 1.2;
}

.tariffs h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 3rem;
	color: var(--primary);
	line-height: 1.2;
}
.tariffs h3 {
	text-align: center;
	margin-bottom: 1.3rem;
	font-size: 1.5rem;
	color: var(--primary);
	line-height: 1.2;
}
.tariffs p {
	text-align: center;
	color: var(--light-gray);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 15px 0;
}

@media (max-width: 768px) {
    .tariffs h2 {
        font-size: 1.8rem;              
    }
	.tariffs h3{
        font-size: 1.5rem;              
    }
}

.tariffs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.tariff-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 300px;
	background: rgba(104, 104, 104, 0.11);
	padding: 30px
}

.tariff-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);
}


@media (max-width: 768px) {
    .tariff-card {
        max-width: 100%;              
    }	
}

.tariff-card.popular { 
	border: 2px solid #004ac4;
	position: relative; }
        
.tariff-card.popular::after { 
	content: "Рекомендуем"; 
	position: absolute; 
	top: -8px; 
	right: 20px; 
	background: #004ac4; 
	color: var(--light-gray); 
	padding: 5px 15px; 
	border-radius: 10px; 
	font-size: 0.9rem; 
}

.container_services {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	gap: 2rem;
	max-width: 1400px;
	margin: 0 auto;
	justify-content: center;
}

@media (max-width: 768px) {
    .btn-dynamic-ser {
        display: block !important;           
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;     
        text-align: center !important;
        padding: 14px 20px !important;
        font-size: 1rem !important;         
        line-height: 1.4 !important;
    } 
}

.prices-hero {
  background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);
  color: var(--text);
  padding: 60px 0;
  text-align: center;
}

.prices-cont {
	max-width: 1280px; 
	margin: 0 auto; 
}

.prices-hero h1 {
line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	background-size: 100% 100%;
	font-size: 3.3rem;
	margin-bottom: 25px;
}

.prices-hero p {
	color: #94a3b8;
	font-size: 1.6rem;
	max-width: 720px;
	margin: 0 auto 20px;
}

.prices-section {
	background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
	color: white;
	text-align: center;
	padding: 5rem 3% 3rem;
}

.prices-section-cont {
	max-width: 1280px; 
	margin: 0 auto;
}
	
.prices-section-cont h1 {
	line-height: 1.3;
	background: linear-gradient(to right, #e2e8f0, #3b82f6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	background-size: 100% 100%;
	font-size: 3.3rem;
	margin-bottom: 25px;
}

.prices-section-cont p {
	color: #e2e8f0;
	font-size: 1.8rem;
	max-width: 950px;
	margin: 0 auto 20px;
	padding-bottom: 30px;
}

.highlight {
    color: var(--primary);
    font-weight: 600;
}

.price-card {
	background: rgba(6, 6, 6, 0.38);
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
	height: 100%;
	transition: all 0.4s ease;
	margin-bottom: 30px;	
}

.price-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.25);
}

.price-card h2 {
	font-size: 1.8rem; 
	margin-top: 25px; 
	color: var(--primary); 
}

.price-card p {
	font-size: 1.4rem; 
	margin-top: 25px; 
	color:#e2e8f0;
	padding-bottom: 10px;
}

.price-text p {
	font-size: 1.4rem; 
	line-height: 1.75; 
	margin: 50px 0;
	max-width: 100%;
}

.hr_price {
	color: var(--primary); 
	text-decoration: none;
	font-weight: 600;
}

.price-div {
	margin: 90px 0; 
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
	gap: 30px;
}