html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}
.header{
position:fixed;
top:0;
left:0;
right:0;
width:auto;
padding:20px 0;
background: rgb(11 16 26);
backdrop-filter:blur(10px);
z-index:3000;
transition:.3s;
}
.header.scrolled{
background:rgba(11,15,25,0.95);
box-shadow:0 10px 30px rgba(0,0,0,0.3);
}
.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
}
.logo{
display:flex;
align-items:center;
gap:12px;
font-weight:500;          
font-size:20px;
letter-spacing:0.6px;
color:#fff;
}
.logo-text{
font-weight:500;
}
.logo-mark{
width:24px;
height:24px;
display:flex;
align-items:center;
justify-content:center;
}
.logo-mark svg{
width:100%;
height:100%;
display:block;
}
.nav{
display:flex;
gap:40px;
}
.nav a{
color:#9CA3AF;
text-decoration:none;
font-weight:500;
transition:.3s;
}
.nav a:hover{
color:#fff;
}
.header-actions{
display:flex;
align-items:center;
gap:20px;
padding-right: 15px;
}
.phone{
color:#FFFFFF;
opacity:0.85;
text-decoration:none;
font-weight:500;
font-size: 18px;
}
.phone:hover{
opacity:1;
}
@media (max-width: 768px){
  .phone{
    display:none;
  }
}
.header-btn{
border:1px solid #22C55E;
color:#22C55E;
padding:10px 20px;
border-radius:8px;
font-size:14px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}
@media (max-width: 550px){
  .header-btn{
    padding:8px 14px;
    font-size:13px;
  }
}
.header-btn:hover{
background:#22C55E;
color:#0B0F19;
}
.burger{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}
.burger span{
width:22px;
height:2px;
background:#fff;
}
@media(max-width:992px){
.nav{
display:none;
}
.burger{
display:flex;
}
}
:root{
--dark:#0B0F19;
--dark2:#0F172A;
--glass:rgba(255,255,255,0.05);
--light:#FFFFFF;
--light-bg:#F8FAFC;
--border:#E5E7EB;
--blue:#3B82F6;
--green:#22C55E;
--text-dark:#0F172A;
--text-light:#F3F4F6;
--muted:#6B7280;
}
*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:'Inter',sans-serif;
background:var(--light);
color:var(--text-dark);
line-height:1.6;
overflow-x:hidden;
}
.container{
width:92%;
max-width:1200px;
margin:auto;
}
section{
padding:120px 0;
position:relative;
}
h1{font-size:56px;font-weight:800;margin-bottom:20px}
h2{font-size:38px;margin-bottom:60px;text-align:center}
h3{font-size:22px;margin-bottom:15px}
p{font-size:18px;color:var(--muted)}
.btn{
padding:16px 38px;
border-radius:14px;
font-weight:600;
text-decoration:none;
display:inline-block;
transition:.3s;
}
.btn-primary {
  background: #16A34A;
  color: #fff;
  border-radius: 14px;
  padding: 16px 36px;
  font-weight: 600;
    background:#16A34A;
  box-shadow:0 10px 30px rgba(22,163,74,0.4);
  transition: 0.3s;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 45px rgba(6, 182, 212, 0.6);
}
.btn-dark{
background:var(--gradient);
color:#fff;
box-shadow:0 10px 30px rgba(59,130,246,0.4);
}
.btn-dark:hover{
transform:translateY(-3px);
}
:root {
  --primary: #22C55E; /* Твой зеленый */
  --primary-glow: rgba(34, 197, 94, 0.4);
  --dark-bg: #0B0F19;
  --text-muted: #94A3B8;
}

.hero {
  background: var(--dark-bg);
  padding: 180px 0 120px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 480px) {
  .hero  {
   padding: 130px 0 80px;
  }
}
@media (max-width: 480px) {
  .hero-actions  {
   margin-top: 50px;
  }
}


.hero-glow-1, .hero-glow-2 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 1;
  opacity: 0.15;
}
.hero-glow-1 { top: -10%; left: -10%; background: var(--primary); }
.hero-glow-2 { bottom: -10%; right: -10%; background: #3B82F6; }
.hero-content {
  position: relative;
  z-index: 5;
}
.hero h1 {
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.1;
  letter-spacing: -2px;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 24px;
}
.hero h1 span {
  color: var(--primary);
  background: linear-gradient(135deg, #fff 30%, var(--primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead {
  font-size: 20px;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto 60px;
  line-height: 1.6;
}
.stats {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 80px;
}
.stat-num {
  font-size: 56px;
  font-weight: 800;
  color: #fff; 
  line-height: 1;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-label {
  color: var(--primary); 
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.btn-main {
  padding: 14px 32px; 
  background: transparent;
  color: #fff;
  border: 2px solid #22C55E; 
  border-radius: 100px; 
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(34, 197, 94, 0.2);
}
.btn-main span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-main small {
  font-size: 14px;
  color: #22C55E; 
  margin-top: 2px;
}
.btn-main:hover {
  background: rgba(34, 197, 94, 0.1);
  box-shadow: 0 0 30px rgba(34, 197, 94, 0.4);
  transform: translateY(-2px);
}
.btn-main {
  border: 2px solid #22C55E;
  background: rgba(34, 197, 94, 0.05); 
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.15), inset 0 0 10px rgba(34, 197, 94, 0.1);
}
.btn-main:hover {
  background: rgba(34, 197, 94, 0.15);
  box-shadow: 0 0 35px rgba(34, 197, 94, 0.4);
  transform: translateY(-2px);
}
@media (max-width: 480px) {
  .btn-main {
    padding: 14px 20px; 
    width: 90%; 
    margin: 0 auto;
  }
  .btn-main span {
    font-size: 14px; 
  }
}
.cards{
display:flex;
flex-wrap:wrap;
gap:40px;
}
.card{
flex:1 1 300px;
padding:40px;
border-radius:18px;
backdrop-filter:blur(12px);
background:var(--glass);
border:1px solid rgba(255,255,255,0.08);
transition:.4s;
}
.card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}
.dark-section{
background:var(--dark2);
color:#fff;
}
.dark-section h2{
color:#fff;
}
.dark-card{
flex:1 1 320px;
padding:50px;
border-radius:20px;
background:rgba(255,255,255,0.03);
border:1px solid rgba(255,255,255,0.08);
transition:.4s;
}
.dark-card:hover{
box-shadow:0 0 50px rgba(59,130,246,0.3);
transform:translateY(-8px);
}
.metric{
font-size:28px;
font-weight:800;
color:var(--green);
margin-top:10px;
}
.logos{
display:flex;
justify-content:center;
gap:60px;
opacity:.6;
flex-wrap:wrap;
}
.process{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
}
@keyframes fadeUp{
from{opacity:0;transform:translateY(40px)}
to{opacity:1;transform:translateY(0)}
}
form{
max-width:600px;
margin:auto;
display:flex;
flex-direction:column;
gap:20px;
}
input{
padding:16px;
border-radius:12px;
border:1px solid var(--border);
font-size:16px;
}
@media(max-width:768px){
h1{font-size:34px}
h2{font-size:28px}
section{padding:80px 0}
.stats{flex-direction:row;gap:20px;flex-wrap:nowrap;}
.cards{flex-direction:column}
.logos{gap:30px}
.sticky{
display:block;
position:fixed;
bottom:0;left:0;width:100%;
background:var(--green);
text-align:center;
padding:18px;
font-weight:700;
color:#000;
text-decoration:none;
z-index:1000;
}
}

@media(max-width:768px){
  .stat-num{font-size:36px;}
  .stat-label{font-size:10px;}
}

.mobile-menu{
  position:fixed;
  top:0;
  right:-100%;
  width:100%;
  height:100vh;
  background:#0B0F19;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  padding:100px 24px 40px;
  gap:24px;
  transition:0.4s ease;   /* важно */
  z-index:2000;
}
.mobile-menu.active{
  right:0;
}
.mobile-menu a{
font-size:22px;
font-weight:500;   /* было слишком жирно */
color:#E2E8F0;
text-decoration:none;
transition:0.3s;
}
.mobile-menu a:hover{
color:#FFFFFF;
}
.mobile-menu.active{
right:0;
}
.mobile-divider{
width:100%;
height:1px;
background:rgba(255,255,255,0.1);
margin:10px 0;
}
.mobile-phone{
margin-top:30px;
font-size:17px;
opacity:0.8;
}
.mobile-phone:hover{
opacity:1;
}
.overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,0.6);
opacity:0;
pointer-events:none;
transition:0.3s;
z-index:1500;
}
.overlay.active{
opacity:1;
pointer-events:auto;
}


/*Второй блок*/
.cases {
    padding: 100px 0;
   background: radial-gradient(circle at center, #ffffff 0%, #f1f5f9 100%); 
    color: #1e293b;
}
.cases-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 50px;
    letter-spacing: -1px;
    color: #0F172A;
}
.cases-header {
    text-align: center;
    margin-bottom: 40px; /* Уменьшили с 60px, чтобы не было дыры */
}

.cases-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px; /* Прижали подзаголовок к заголовку */
    color: #1e293b;
}

.cases-subtitle {
    font-size: 19px;
    line-height: 1.4; /* Сделали плотнее */
    color: #64748b; /* Приятный стальной оттенок */
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}
.cases-scroll {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 20px 0; 
}
.case-card {
    min-width: 340px;
    max-width: 340px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8); 
    overflow: hidden;
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.02), 
        0 20px 40px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.case-card:hover {
    transform: translateY(-10px);
    border-color: #16A34A; 
    box-shadow: 0 20px 40px rgba(22, 163, 74, 0.08);
}
.case-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #F1F5F9;
    opacity: 1;
    transition: 0.4s;
}
.case-content {
    padding: 24px 20px 5px;
}

.case-content h3 {
 font-size: 22px; 
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}
.case-row {
    display: flex;
    justify-content: space-between;
background: #F8FAFC; 
    padding: 12px 16px; 
    margin-bottom: 8px; 
    border-radius: 12px; 
    border-bottom: none;
}
.case-row span {
    color: #64748B;
    font-size: 15px;
}
.case-row b {
    color: #1E293B; 
    font-size: 16px;
}
.case-row:last-child {
    border-bottom: none;
    padding-top: 15px;
}
.case-row:last-child b {
  font-size: 22px; 
    color: #15803D; 
    filter: drop-shadow(0 0 1px rgba(22, 163, 74, 0.2));
}
.case-period{
font-size:13px;
color:#6B7280;
margin-top:12px;
text-align:center;
}
.cases-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}
.cases-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #efefef;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #15803d;
    border: none; 
}
.cases-btn:hover {
    background: #16A34A;
    color: #ffffff;
    transform: scale(1.1);
}
/*Третий блок */
.ads-types {
    padding: 100px 0;
    background: #0F172A; 
    color: #ffffff;
}
.ads-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 20px;
}
.ads-text h2 {
    font-size: 48px; 
    font-weight: 800;
    line-height: 1.1;
  background: linear-gradient(135deg, #fff 30%, var(--primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
    margin-bottom: 30px;
}
.ads-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.ads-card {
    background: #1E293B; 
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    padding: 24px; 
    display: flex;
    gap: 16px;
    align-items: flex-start;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ads-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 3px;
    background: #16A34A; 
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 15px rgba(22, 163, 74, 0.5);
}
.ads-card:hover {
    transform: translateY(-8px);
    background: #2D3748; 
    border-color: rgba(22, 163, 74, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.ads-icon {
    width: 44px;
    height: 44px;
    background: rgba(22, 163, 74, 0.1); 
    border: 1px solid rgba(22, 163, 74, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.ads-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}
.ads-card p {
    font-size: 14px;
    color: #94A3B8; 
    line-height: 1.6;
}
@media (max-width: 1024px) {
    .ads-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ads-text h2 { font-size: 36px; }
}
@media (max-width: 640px) {
    .ads-grid { grid-template-columns: 1fr; }
}
/*Четвертый блок*/
:root {
    --primary-green: #16A34A; 
    --text-dark: #0F172A;
    --text-gray: #64748B;
    --card-bg: #FFFFFF;
}
.strategy-section {
    background: #F8FAFC; 
}
.section-header {
    text-align: center;
    margin-bottom: 80px;
}
.badge {
    background: rgba(22, 163, 74, 0.1);
    color: var(--primary-green);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}
.title {
    font-size: 48px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 20px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.card {
    background: var(--card-bg);
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #E2E8F0;
    position: relative;
    overflow: hidden; 
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-green);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}
.card-number {
    font-size: 80px;
    font-weight: 900;
    color: #F1F5F9;
    position: absolute;
    top: -10px;
    right: 10px;
    line-height: 1;
    z-index: 1;
    transition: 0.3s;
}
.card:hover .card-number {
    color: var(--primary-green);
    opacity: 0.15;
}
.card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    position: relative;
    z-index: 2; 
}
.card-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-gray);
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    .grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .grid { grid-template-columns: 1fr; }
    .title { font-size: 32px; }
}
/* Пятый блок */
.tools {
    padding: 80px 0;
    background: #f8fafc; 
}
.tools-title {
    text-align: center;
    font-size: 36px;
    font-weight: 850;
    color: #0F172A;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .tools-title {
        font-size: 28px !important; 
        font-weight: 800 !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
        padding: 0 10px; 
    }
    .tools-subtitle {
        font-size: 15px !important;
        margin-bottom: 35px !important;
        padding: 0 15px;
    }
    .tools-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
}
.tools-subtitle {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
    color: #64748B;
    font-size: 16px;
}
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}
.tool {
    background: #ffffff;
    border-radius: 20px; 
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 120px; 
}
.tool:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.tool img {
    max-width: 100%;
    max-height: 50px; 
    object-fit: contain;
}
@media (max-width: 768px) {
    .tools-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 20px;
    }
    .tool {
        height: 100px;
        padding: 20px;
    }
}
/*Шестой блок */
.cta-divider {
    padding: 60px 0;
    background: #0B0F19; /* Темный фон, чтобы выделить на переходе */
}
.cta-box {
    background: linear-gradient(135deg, #061121 0%, #064E3B 100%);
    padding: 20px 30px; 
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.cta-box h3 {
    font-size: 25px; 
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF; 
    margin: 0;
}
.cta-box p {
    color: #94A3B8;
    font-size: 15px;
    margin-top: 8px;
    max-width: 380px; 
}
.cta-button {
    background: #16A34A;
    color: white;
    padding: 14px 28px; 
    border-radius: 10px;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.3s ease;
    text-decoration: none;
}
.cta-button:hover {
    background: #15803D;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(22, 163, 74, 0.3);
}
@media (max-width: 900px) {
    .cta-box { flex-direction: column; text-align: center; }
}
/*Седьмой блок*/
.faq { 
    padding: 80px 0; 
    background: #0B0F19;
}
.faq-title { 
    text-align: center; 
    font-size: 36px; 
    font-weight: 850; 
    margin-bottom: 50px; 
    background: linear-gradient(180deg, #FFFFFF 0%, #CBD5E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-list { 
    max-width: 1100px; 
    margin: 0 auto; 
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 16px 30px; 
    padding: 0 20px;
}
.faq-item {
    background: #161B28;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: fit-content; 
    transition: 0.3s;
}
.faq-question {
    padding: 18px 24px; 
    font-size: 17px; 
    color: #F8FAFC;
    font-weight: 600;
}
@media (max-width: 992px) {
    .faq-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}
.faq-item:hover { 
    border-color: rgba(22, 163, 74, 0.5); 
    background: #1C2333;
}
.faq-question {
    padding: 24px;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #F8FAFC; 
    transition: 0.3s;
}
.faq-arrow { 
    width: 32px;
    height: 32px;
    background: rgba(22, 163, 74, 0.1); 
    color: #16A34A; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s ease;
}
.faq-item.active {
    border-color: #16A34A;
    background: #1C2333;
    
}
.faq-item.active .faq-arrow {
    transform: rotate(180deg);
    background: #16A34A;
    color: white;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: #94A3B8; 
    line-height: 1.6;
}
.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 24px;
    opacity: 1;
}
@media (max-width: 768px) {
    .faq { padding: 60px 0; }
    .faq-title { font-size: 30px; }
    .faq-question { font-size: 16px; padding: 10px; }
}
/*Восьмой блок*/
.trust-section {
    padding: 100px 0;
    background: #FFFFFF; 
    color: #1E293B;
}
.trust-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}
.badge {
    display: inline-block;
    padding: 6px 14px;
    background: #F0FDF4; 
    color: #16A34A;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}
.trust-content .title {
    color: #0F172A; 
    font-size: 42px;
    font-weight: 850;
    line-height: 1.1;
    margin-bottom: 24px;
}
.trust-content .subtitle {
    color: #64748B; 
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
}
.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.feature-icon {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}
.feature-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #0F172A;
    font-weight: 700;
}
.feature-info p {
    color: #64748B;
    font-size: 15px;
    line-height: 1.6;
}
.trust-image {
position: relative;
    height: 450px;
    border-radius: 32px;
    overflow: visible; 
}
.main-trust-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 32px;
    border: 1px solid #E2E8F0;
    filter: brightness(0.95);
}
.trust-card-experience, .trust-card-stats {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1); 
    padding: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #F1F5F9;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.02);
    border: 1px solid #F1F5F9;
    padding: 20px 24px;
    transition: transform 0.3s ease;
    z-index: 10; 
}
.trust-card-experience:hover, .trust-card-stats:hover {
    transform: translateY(-5px); 
}
.trust-card-experience { 
    top: 15%; 
    left: -30px; 
}
.trust-card-stats { 
    bottom: 20%; 
    right: -20px; 
    border-left: 5px solid #16A34A; 
}
.exp-number {
font-size: 48px; 
    font-weight: 900;
    letter-spacing: -1px;
    color: #0F172A; 
}
.trust-card-experience .exp-number, 
.trust-card-stats .exp-number {
    color: #16A34A;
}
.exp-text {
    font-size: 14px;
    color: #64748B;
    line-height: 1.3;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .trust-grid { grid-template-columns: 1fr; gap: 40px; }
    .trust-image { height: 320px; max-width: 450px; margin: 40px auto 0; }
    .trust-card-experience { left: 0; }
    .trust-card-stats { right: 0; }
    .trust-content .title { font-size: 32px; }
}

/*Футер*/
.footer {
    background: #0B0F19;
    padding: 100px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Тонкая линия отсечки */
}
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    gap: 60px;
    margin-bottom: 80px;
}
.footer-logo {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.footer-logo span { color: #16A34A; }
.footer-tagline {
    color: #94A3B8;
    line-height: 1.6;
    max-width: 320px;
    margin-bottom: 25px;
}
.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #16A34A;
    background: rgba(22, 163, 74, 0.1);
    padding: 6px 14px;
    border-radius: 100px;
}
.status-indicator .dot {
    width: 8px;
    height: 8px;
    background: #16A34A;
    border-radius: 50%;
    box-shadow: 0 0 10px #16A34A;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.footer-top h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-nav ul { list-style: none; padding: 0; }
.footer-nav li { margin-bottom: 10px; }
.footer-nav a { 
    color: #94A3B8; 
    text-decoration: none; 
    transition: 0.3s; 
}
.footer-nav a:hover { color: #fff; transform: translateX(5px); display: inline-block; }
.messenger-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.m-btn {
    display: flex;
    justify-content: center;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}
.m-btn.tg:hover { background: #229ED9; border-color: #229ED9; }
.m-btn.vb:hover { background: #7360F2; border-color: #7360F2; }
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #475569;
}
.legal-links a { color: #475569; text-decoration: none; }
.legal-links a:hover { color: #fff; }
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr; 
        gap: 40px;
        text-align: center;
    }
    .footer-main, .footer-tagline {
        max-width: 100%; 
        margin-left: auto;
        margin-right: auto;
    }
    .footer-nav ul {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    .messenger-grid {
        max-width: 300px; 
        margin: 0 auto;
    }
    .footer-bottom {
        flex-direction: column; 
        gap: 15px;
        text-align: center;
    }
}
/* Улучшаем кнопки мессенджеров */
.m-btn.tg {
    background: rgba(34, 158, 217, 0.1); /* Легкий оттенок сразу */
    border-color: rgba(34, 158, 217, 0.3);
}

.m-btn.tg:hover {
    background: #229ED9;
    box-shadow: 0 0 20px rgba(34, 158, 217, 0.4);
    transform: translateY(-2px);
}

.m-btn.vb:hover {
    background: #7360F2;
    box-shadow: 0 0 20px rgba(115, 96, 242, 0.4);
    transform: translateY(-2px);
}

/* Эффект для навигации */
.footer-nav a {
    display: inline-block; /* Для работы transform */
    transition: all 0.3s ease;
}

.footer-nav a:hover {
    color: #16A34A; /* Цвет акцента вместо чисто белого */
    transform: translateX(8px);
}

/* Тонкая настройка мобильной версии */
@media (max-width: 768px) {
    .footer {
        padding: 60px 0 30px;
    }
    .footer-top {
        gap: 50px;
    }
    .footer-logo {
        font-size: 32px; /* Чуть крупнее для мобилок */
    }
    .status-indicator {
        margin-top: 10px;
    }
}
/*Про нас */
.about{
background:#0B0F19;
color:#fff;
}
.about-title{
text-align:center;
margin-bottom:40px;
}
.about-grid{
display:grid;
grid-template-columns:1.2fr 0.8fr;
gap:60px;
align-items:center;
}
.about-text{
color:#9CA3AF;
margin-bottom:20px;
}
.about-quote{
font-style:italic;
color:#F3F4F6;
font-size:18px;
margin:20px 0 25px;
}
.about-list{
display:flex;
flex-direction:column;
gap:12px;
}
.about-list li{
list-style:none;
position:relative;
padding-left:26px;
color:#9CA3AF;
}
.about-list li::before{
content:"";
width:8px;
height:8px;
background:#22C55E;
border-radius:50%;
position:absolute;
left:0;
top:8px;
}
.about-right{
display:flex;
justify-content:center;
align-items:center;
}
.about-right img{
max-width:320px;
width:100%;
border-radius:18px;
box-shadow:0 20px 60px rgba(34,197,94,0.15);
}
@media (max-width:768px){
.about-grid{
grid-template-columns:1fr;
}
.about-right{
order:-1;
margin-bottom:30px;
}
.about-right img{
max-width:260px;
}
.about-title{
margin-bottom:40px;
}
}
.niches{
background:#F8FAFC;
padding:120px 0;
text-align:center;
}
.niches-title{
font-size:38px;
font-weight:700;
margin-bottom:15px;
color:#0F172A;
}
.niches-subtitle{
max-width:600px;
margin:auto;
margin-bottom:70px;
color:#6B7280;
font-size:18px;
}
.niches-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}
.niche-card{
background:#ffffff;
padding:26px;
border-radius:14px;
border:1px solid #E5E7EB;
transition:0.35s;
text-align:left;
}
.niche-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,0.12);
border-color:#22C55E;
}
.niche-icon{
font-size:24px;
margin-bottom:18px;
font-size:24px;
}
.niche-card h3{
font-size:19px;
margin-bottom:8px;
color:#0F172A;
}
.niche-card p{
font-size:14px;
color:#6B7280;
line-height:1.4;
}
@media (max-width:900px){
.niches-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media (max-width:900px){
.niches-title {
    font-size: 25px;
    margin-bottom: 10px;
}
}
@media (max-width:600px){
.niches-grid{
grid-template-columns:1fr;
}
.niches{
padding:90px 0;
}
}
@media (max-width:768px){
.niches-grid{
gap:18px;
}
.niche-card{
padding:18px;
}
.niche-card h3{
font-size:18px;
margin-bottom:6px;
}
.niche-card p{
font-size:14px;
line-height:1.4;
}
}
.dot {
    box-shadow: 0 0 8px rgba(22, 163, 74, 0.8);
}



.partner-badge {
  margin-top: 50px; /* Немного увеличили отступ сверху для баланса */
  text-align: center;
  margin-bottom: 50px;
}

.partner-badge img {
  width: 120px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.partner-badge img:hover {
  background: rgba(255, 255, 255, 0.08); /* Чуть ярче при наведении */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.partner-badge p {
  font-size: 11px; /* Сделали чуть мельче, чтобы текст был фоновым */
  letter-spacing: 2.5px; /* Увеличили разрядку */
  color: rgba(148, 163, 184, 0.65); /* Приглушенный цвет */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
/*Укр версия сайта*/

.lang-switch{
display:flex;
gap:10px;
margin-left:15px;
max-width:1200px;
}

.lang-switch a{
color:#9CA3AF;
text-decoration:none;
font-weight:600;
}

.lang-switch a:hover{
color:#fff;
}