*{
    box-sizing:border-box;
    margin:0;
    padding:0;
    font-family:'Montserrat', Arial, sans-serif;
  }
  
  body{
    background:#f3f3f3;
    color:#333;
  }
  
  /* ===== HEADER ======================================== */

  

/* ======================== HEADER ======================================== */





 /* ======================== ГЛАВНАЯ СТРАНИЦА ======================================== */

 
 /* HERO */
.hero{
    position:relative;
    height:100vh;
    min-height:800px;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    padding:500px 40px 80px;
    color:#fff;
  }
  .hero::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.85));
    z-index:1;
  }
  
  .hero::before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:220px;
    background:linear-gradient(to bottom, rgba(0,0,0,0), #2A2A2A);
    z-index:2;
  }
  .hero-content{
    position:relative;
    z-index:3;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:60px;
    align-items:end;
  }
  
  .hero-left{
    display:flex;
    flex-direction:column;
  }
  
  .hero-right{
    display:flex;
    justify-content:flex-start;
  }
  
  .hero-right p{
    font-size:18px;
    color:#cfcfcf;
    line-height:1.6;
    max-width:500px;
  }
  
  .hero-left{
    display:flex;
    flex-direction:column;
  }
  
  .hero-right{
    display:flex;
    flex-direction:column;
    gap:20px;
  }
  
  .hero h1{
    font-size:180px;
    font-weight:900;
    line-height:0.85;
    letter-spacing:3px;
    color:#ECECEC;
    width:100vw;
  }
  
  .hero h2{
    font-size:28px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#e5e5e5;
  }
  
  .why{
    background:#2A2A2A;
    color:#fff;
    padding:80px 20px;
    margin-top:80px;
  }
  
  .why-container{
    max-width:1200px;
    margin:0 auto;
  }
  
  .why h2{
    font-size:32px;
    margin-bottom:10px;
  }
  
  .why-sub{
    color:#bbb;
    margin-bottom:40px;
  }
  
  .why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
  }
  
  .why-card{
    background:#F4F4F4;
    color:#333;
    padding:30px;
    border-radius:12px;
    text-align:center;
    position:relative;
    border:2px solid transparent;
    transition:.3s;
  }
  
  .why-card:hover{
    border-color:#f25c43;
    transform:translateY(-5px);
  }
  
  .why-card img{
    width:130px;
    margin-bottom:20px;
  }
  
  .why-card h3{
    color:#f25c43;
    margin-bottom:10px;
    font-size:18px;
  }
  
  .why-card p{
    font-size:14px;
    line-height:1.5;
  }
  
  .why-card span{
    position:absolute;
    bottom:15px;
    left:20px;
    font-size:14px;
    color:#999;
  }
  
  .hero p{
    max-width:520px;
    color:#cfcfcf;
    line-height:1.6;
  }
  .hero h1{font-size:180px;line-height:0.9}
  .hero h2{margin:20px 0;font-weight:400}
  .hero p{max-width:500px;color:#ddd;margin-bottom:20px}
  .hero .buttons{
    display:flex;
    gap:15px;
    margin-top:10px;
  }
  
  .primary{
    background:#f25c43;
    color:#fff;
    padding:12px 28px;
    border-radius:8px;
    text-decoration:none;
    transition:.3s;
  }
  
  .primary:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
  }
  
  .secondary{
    border:1px solid #f25c43;
    color:#f25c43;
    padding:12px 28px;
    border-radius:8px;
    text-decoration:none;
    transition:.3s;
  }
  
  .secondary:hover{
    background:#f25c43;
    color:#fff;
  }
  .primary{background:#f25c43;color:#fff}
  .secondary{border:1px solid #f25c43;color:#f25c43}
  
  /* SECTION */
  .section{max-width:1200px;margin:80px auto;padding:0 20px}
  .section h2{margin-bottom:20px}
  .divider{height:1px;background:#ccc;margin-bottom:30px}
  
  /* CASES */
  .cases{display:grid;grid-template-columns:1fr 1fr;gap:30px}
  .case img{width:100%;border-radius:10px}
  
  .center{text-align:center;margin-top:30px}
  
  /* FEATURES */
  .features{background:#2f2f2f;color:#fff;padding:60px 20px}
  .features-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .feature{background:#fff;color:#333;padding:20px;border-radius:10px;text-align:center}
  .feature h3{color:#f25c43;margin:10px 0}
  
  /* STEPS */
  .steps{max-width:1200px;margin:80px auto;padding:0 20px}
  .steps-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
  .steps img{width:100%;border-radius:10px}
  .timeline{margin-top:40px;display:flex;justify-content:space-between}
  .dot{width:12px;height:12px;background:#f25c43;border-radius:50%}
  
  @media(max-width:900px){
  .hero h1{font-size:60px}
  .cases{grid-template-columns:1fr}
  .features-grid{grid-template-columns:1fr}
  .steps-content{grid-template-columns:1fr}
  }
  
  /* VIDEO HERO + ANIMATION */
  .hero{
    position:relative;
    height:90vh;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    padding:120px 40px 60px;
    color:#fff;
  }
  
  .hero-video{
    position:absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    transform:translate(-50%,-50%);
    object-fit:cover;
    z-index:0;
  }
  
  .logo{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
  }
  
  .hero::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
    z-index:1;
  }
  
  .hero-content{
    position:relative;
    z-index:2;
    max-width:1200px;
  }

  .timeline{
    margin-top:40px;
    display:flex;
    justify-content:space-between;
    position:relative;
  }
  
  .timeline::before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:2px;
    background:#ccc;
    transform:translateY(-50%);
  }
  
  .step{
    width:14px;
    height:14px;
    background:#999;
    border-radius:50%;
    position:relative;
    cursor:pointer;
    transition:all .3s;
    z-index:2;
  }
  
  .step.active{
    background:#f25c43;
    transform:scale(1.3);
  }
  
  .step:hover{
    background:#f25c43;
  }
  
  .step-content{
    margin-top:20px;
    max-width:500px;
  }
  
  /* stagger animation */
  .stagger{
    opacity:0;
    transform:translateY(40px);
    animation:fadeUp 0.8s ease forwards;
  }
  
  .stagger:nth-child(1){animation-delay:0.2s}
  .stagger:nth-child(2){animation-delay:0.4s}
  .stagger:nth-child(3){animation-delay:0.6s}
  .stagger:nth-child(4){animation-delay:0.8s}
  
  @keyframes fadeUp{
    to{
      opacity:1;
      transform:translateY(0);
    }
  }
  
  .fade-in h1{animation-delay:0.2s}
  .fade-in h2{animation-delay:0.4s}
  .fade-in p{animation-delay:0.6s}
  .fade-in .buttons{animation-delay:0.8s}
  
  @keyframes fadeUp{
    to{
      opacity:1;
      transform:translateY(0);
    }
  }
  
/* ======================== ГЛАВНАЯ СТРАНИЦА ======================================== */




/* ========================  О НАС ======================================== */
.about-page{
    background:#efefef;
    padding:100px 20px;
  }
  
  .container{
    max-width:1200px;
    margin:auto;
  }
  
  
  .breadcrumbs{
    color:#999;
    margin-bottom:15px;
  }
  

  .main-title{
    font-size:34px;
    color:#e2573e;
    display:flex;
    align-items:center;
    gap:20px;
  }
  
  .main-title span{
    flex:1;
    height:2px;
    background:#e2573e;
  }
  
  .subtitle{
    margin-top:20px;
    font-size:26px;
    font-weight:500;
  }
  
  .subtitle span{
    color:#e2573e;
  }
  

  .about-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    margin-top:40px;
  }
  
  .about-card{
    border:1px solid #e2573e;
    padding:20px;
    border-radius:10px;
    background:#fff;
    margin-bottom:20px;
    color:#555;
  }
  
  .about-right img{
    width:100%;
    border-radius:15px;
  }
  

  .section-title{
    margin-top:60px;
    font-size:24px;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
  }
  
  .section-title span{
    color:#e2573e;
  }
  
  .section-text{
    margin:20px 0;
    color:#666;
  }
  
  
  .mission-img img{
    width:100%;
    border-radius:10px;
  }
  
  
  .values{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    margin-top:30px;
  }
  
  .values-img img{
    width:100%;
    border-radius:15px;
  }
  
  .values-text ul{
    margin:15px 0;
    padding-left:20px;
  }
  
  .values-text li{
    margin-bottom:8px;
  }
  
  
  .about-footer{
    margin-top:40px;
    color:#666;
  }
  
  
  @media(max-width:900px){
    .about-top,
    .values{
      grid-template-columns:1fr;
    }
  
    .subtitle{
      font-size:20px;
    }
  }
/* ========================  О НАС ======================================== */




/* ========================  БЛОГ ======================================== */
.blog{
    background:#efefef;
    padding:100px 20px;
  }
  
  .container{
    max-width:1200px;
    margin:auto;
  }
  
  /* хлебные крошки */
  .breadcrumbs{
    color:#999;
    margin-bottom:15px;
  }
  
  /* заголовок */
  .blog-title{
    font-size:32px;
    margin-bottom:10px;
  }
  
  .blog-title span{
    color:#e2573e;
  }
  
  /* описание */
  .blog-desc{
    color:#666;
    max-width:900px;
    margin-bottom:40px;
  }
  
  /* сетка */
  .blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
  }
  
  /* карточка */
  .blog-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    transition:.3s;
  }
  
  .blog-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
  }
  
  .blog-card img{
    width:100%;
    display:block;
  }
  
  
  .blog-content{
    padding:15px;
  }
  
  .blog-date{
    font-size:12px;
    color:#888;
    margin-bottom:10px;
  }
  
  .blog-content p{
    font-size:14px;
    color:#555;
    margin-bottom:15px;
  }
  
  
  .blog-btn{
    display:inline-block;
    background:#e2573e;
    color:#fff;
    padding:8px 18px;
    border-radius:5px;
    text-decoration:none;
    transition:.3s;
  }
  
  .blog-btn:hover{
    background:#c94b34;
  }
  
  
  @media(max-width:900px){
    .blog-grid{
      grid-template-columns:1fr;
    }
  }
/* ========================  БЛОГ ======================================== */




/* ========================  ЛЕКЦИИ ======================================== */


/* HERO */
.hero {
  position: relative;
  height: 520px;
  background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80') center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.55) 40%,
    rgba(0,0,0,0.2) 100%
  );
}

.hero-inner {
  position: relative;
  color: #fff;
  padding-bottom: 60px;
}

/* заголовок */
.hero h1 {
  font-size: 72px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -1px;
}

/* текст */
.hero p {
  font-size: 20px;
  line-height: 1.5;
  color: #e5e5e5;
  max-width: 650px;
  margin-bottom: 25px;
}

/* кнопка */
.btn-primary {
  background: #d85c48;
  border: none;
  padding: 12px 26px;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #c14f3d;
}

/* PROGRAMS */
.programs {
  padding: 50px 0 20px;
}

/* заголовок + линия */
.programs-header {
  margin-bottom: 30px;
}

.programs-header h2 {
  font-size: 28px;
  color: #9c9c9c;
  font-weight: 500;
  margin-bottom: 15px;
}

.line {
  height: 1px;
  background: #dcdcdc;
  width: 100%;
}

.filters {
  display: flex;
  gap: 12px;
}

.filter-btn {
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid #d85c48;
  background: transparent;
  color: #d85c48;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* активная кнопка */
.filter-btn.active {
  background: #d85c48;
  color: #fff;
  box-shadow: 0 4px 10px rgba(216,92,72,0.3);
}

/* hover как в UI */
.filter-btn:hover {
  background: #d85c48;
  color: #fff;
}

/* анимация карточек */
.card {
  transition: all 0.4s ease;
}

.card.hide {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  position: absolute;
}

.grid {
  position: relative;
}

/* PROGRAMS */
.programs {
  padding: 60px 0;
}

.filters {
  margin: 20px 0;
}

.filters button {
  margin-right: 10px;
  padding: 8px 16px;
  border: 1px solid #e05a47;
  background: none;
  cursor: pointer;
}

.filters .active {
  background: #e05a47;
  color: #fff;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
}

.card img {
  width: 100%;
  border-radius: 6px;
}

.card h3 {
  margin: 10px 0;
}

.price {
  display: block;
  margin: 10px 0;
  font-weight: bold;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* SPEAKERS */
.speakers {
  padding: 40px 0;
}

.speakers-grid {
  display: flex;
  gap: 20px;
}

.speaker {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  width: 200px;
}

.speaker img {
  border-radius: 50%;
  margin-bottom: 10px;
}

.speakers-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e05a47;
  background: none;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.3s;
}

.arrows button:hover {
  background: #e05a47;
  color: #fff;
}

.speakers-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.speakers-wrapper::-webkit-scrollbar {
  display: none;
}

.speaker {
  min-width: 220px;
  flex: 0 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
}

.speaker:hover {
  transform: translateY(-5px);
}
/* ========================  ЛЕКЦИИ ======================================== */



/* ========================  ВАКАНСИИ ======================================== */

/* ========================  ВАКАНСИИ ======================================== */





/* ========================  ОТЗЫВЫ ======================================== */

/* ========================  ОТЗЫВЫ ======================================== */




/* ========================  КОНТАКТЫ ======================================== */

/* ========================  КОНТАКТЫ ======================================== */



/* ========================  FOOTER ======================================== */
.footer{
    position:relative;
    background:radial-gradient(circle at top,#1a1a1a,#0a0a0a);
    color:#ccc;
    padding:80px 20px 120px;
    overflow:hidden;
    }
    
    .container{
    max-width:1200px;
    margin:auto;
    }
    
    .footer-grid-new{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:60px;
    }
    
    .col h4{
    color:#fff;
    margin-bottom:20px;
    }
    
    .col ul{
    list-style:none;
    }
    
    .col ul li{
    margin-bottom:10px;
    opacity:.8;
    transition:.3s;
    cursor:pointer;
    }
    
    .col ul li:hover{
    opacity:1;
    color:#f25c43;
    }
    
    .contacts li{cursor:default}
    
    .footer-bottom-new{
    margin-top:60px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    border-top:1px solid rgba(255,255,255,0.1);
    padding-top:40px;
    }
    
    .cta-footer{
    display:flex;
    align-items:center;
    gap:20px;
    }
    
    .circle-footer{
    width:60px;
    height:60px;
    border:1px solid #f25c43;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f25c43;
    }
    
    .cta-footer h3{
    color:#fff;
    margin-bottom:5px;
    }
    
    .cta-footer p{
    font-size:14px;
    margin-bottom:10px;
    }
    
    .cta-footer a{
    color:#f25c43;
    text-decoration:none;
    border-bottom:1px solid #f25c43;
    }
    
    .big-text{
    position:absolute;
    bottom:-40px;
    left:0;
    font-size:160px;
    font-weight:700;
    color:rgba(255,255,255,0.05);
    white-space:nowrap;
    pointer-events:none;
    }
    
    
    @media(max-width:900px){
    .footer-grid-new{
    grid-template-columns:repeat(2,1fr);
    }
    
    .footer-bottom-new{
    flex-direction:column;
    gap:30px;
    align-items:flex-start;
    }
    
    .big-text{
    font-size:200px;
    }
    }
    
    select{
    width:100%;
    margin-bottom:15px;
    padding:14px;
    border:none;
    border-radius:8px;
    background:#222;
    color:#fff;
    }
    
    .checkbox{
    display:flex;
    gap:10px;
    font-size:13px;
    color:#aaa;
    margin-bottom:15px;
    }
    
    
   
    .modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.75);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    }
    
    .modal.active{
    opacity:1;
    visibility:visible;
    }
    
    .modal-content{
    width:480px;
    background:linear-gradient(145deg,#111,#1a1a1a);
    padding:30px;
    border-radius:16px;
    color:#fff;
    position:relative;
    }
    
    .close{
    position:absolute;
    top:15px;
    right:20px;
    font-size:24px;
    cursor:pointer;
    }
    
   
    .form-group{
    position:relative;
    margin-bottom:12px;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select{
    width:100%;
    padding:12px 40px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,0.05);
    background:#1a1a1a;
    color:#fff;
    outline:none;
    }
    
    
    .form-group span{
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    color:#f25c43;
    }
    
    
    select{
    appearance:none;
    cursor:pointer;
    color:#aaa;
    }
    
    select:valid{color:#fff}
    
    
    .form-group.select::after{
    content:'';
    position:absolute;
    right:15px;
    top:50%;
    width:8px;
    height:8px;
    border-right:2px solid #888;
    border-bottom:2px solid #888;
    transform:translateY(-50%) rotate(45deg);
    }
    
    
    button{
    width:100%;
    padding:14px;
    border:none;
    border-radius:10px;
    background:#f25c43;
    color:#fff;
    cursor:pointer;
    }
    
   
    .checkbox{
    display:flex;
    gap:10px;
    font-size:13px;
    color:#aaa;
    margin:10px 0;
    }
    
    .mail{
    text-align:center;
    margin-top:10px;
    font-size:13px;
    }
    
    .mail a{
      color:#fff;
      text-decoration:none;
      border-bottom:1px solid #555;
      transition:.3s;
    }
    
    .mail a:hover{
      color:#f25c43;
      border-bottom:1px solid #f25c43;
    }
    
    .checkbox a{
      color:#f25c43;
      text-decoration:none;
      border-bottom:1px solid rgba(242,92,67,0.4);
    }
/* ========================  FOOTER ======================================== */


/* ========================  СОГЛАСИЕ ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #ECECEC;
  color: #ECECEC;
  line-height: 1.6;
  min-height: 100vh;
}


/* ───── ОСНОВНОЙ КОНТЕНТ ───── */
.main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px 50px;
}

.breadcrumb {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #0f172a;
}

h1 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #343434;
}

.privacy-text {
  font-size: 18px;
  color: #343434;
  line-height: 1.85;
}

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

.privacy-text a {
  color: #343434;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-text a:hover {
  color: #000000;
}

.privacy-text strong {
  font-weight: 600;
}

.privacy-text ul {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 28px;
}

.privacy-text ul li {
  padding: 8px 0 8px 28px;
  position: relative;
  line-height: 1.75;
}

.privacy-text ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #0f172a;
  font-weight: 600;
}

.divider-line {
  border: 0;
  border-top: 1px solid #e9eef2;
  margin: 40px 0;
}



@media (max-width: 900px) {
  .header-container {
      padding: 20px 32px;
  }
  .main-nav {
      gap: 20px;
      font-size: 15px;
  }
  .main-content {
      padding: 40px 32px 36px;
  }
  h1 {
      font-size: 34px;
  }
  .privacy-text {
      font-size: 16px;
  }
}

@media (max-width: 650px) {
  .header-container {
      padding: 16px 20px;
      gap: 16px;
  }
  .main-nav {
      gap: 14px;
      font-size: 14px;
  }
  .main-content {
      padding: 28px 20px 28px;
  }
  h1 {
      font-size: 28px;
  }
  .privacy-text {
      font-size: 15px;
  }
  .footer {
      padding: 28px 20px;
  }
  .footer-text-row {
      gap: 20px;
      font-size: 13px;
      flex-direction: column;
      align-items: center;
  }
  .contact-btn {
      padding: 10px 20px;
      font-size: 14px;
  }
}




/* ========================  DIGITAL - МАРКЕТИНГ ======================================== */


/* ======================== DIGITAL - МАРКЕТИНГ ======================================== */

/* ========================  SMM ======================================== */
/* ========================  SMM ======================================== */

/* ========================  РАЗРАБОТКА САЙТОВ ======================================== */
/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #111;
  color: #fff;
}

/* CONTAINER */
.container {
  width: 1280px;
  margin: 0 auto;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  background: url('../img/hero.jpg') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* OVERLAY (как в макете — сильнее снизу) */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0.9) 100%
  );
}

/* HEADER */
.header {
  position: relative;
  z-index: 2;
  padding: 18px 0;
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(6px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo {
  font-size: 20px;
  font-weight: 600;
}

/* NAV */
.nav {
  display: flex;
  gap: 26px;
}

.nav a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.nav a:hover {
  color: #fff;
}

/* BUTTONS */
.btn {
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

/* header button */
.btn--primary {
  background: #e05a47;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
}

.btn--primary:hover {
  background: #ff7a66;
}

/* HERO CONTENT */
.hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 140px;
}

/* TITLE */
.hero__title {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;

  opacity: 0;
  transform: translateY(40px);
}

/* SUBTITLE */
.hero__subtitle {
  font-size: 18px;
  color: #d0d0d0;
  line-height: 1.6;
  max-width: 520px;

  opacity: 0;
  transform: translateY(40px);
}

/* CTA BUTTON */
.btn--accent {
  display: inline-block;
  margin-top: 30px;
  background: #e05a47;
  color: #fff;
  padding: 14px 26px;
  font-size: 16px;
  border-radius: 8px;

  opacity: 0;
  transform: translateY(40px);
}

.btn--accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(224, 90, 71, 0.4);
}

/* ANIMATION ACTIVE STATE */
.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 0.8s ease;
}

/* RESPONSIVE (минимально, чтобы не ломалось) */
@media (max-width: 1300px) {
  .container {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .hero__title {
    font-size: 42px;
  }

  .nav {
    display: none;
  }
}
/* ========================  РАЗРАБОТКА САЙТОВ ======================================== */


/* ========================  БРЕНДИНГ ======================================== */
/* ========================  БРЕНДИНГ ======================================== */

/* ======================== АНАЛИТИКА И СТРАТЕГИЯ ======================================== */
/* ======================== АНАЛИТИКА И СТРАТЕГИЯ ======================================== */

/* ========================  ПРОДАКШН ======================================== */
/* ========================  ПРОДАКШН======================================== */
