@media (min-width: 769px) and (max-width: 1024px){

  .top-bar{
    font-size:1.05rem;
    padding:8px 0;
  }

  .top-bar .top-container{
    padding:0 24px;
    gap:16px;
  }

  .top-info{
    gap:20px;
  }

  .top-info li{
    padding-right:20px;
  }

  .top-info li:not(:last-child)::after{
    height:14px;
  }

  .top-info li:nth-child(2){
    display:none;
  }

  .top-info a{
    font-size:0.95rem;
  }

  .top-right{
    gap:16px;
  }

  .faq-btn{
    padding:5px 10px;
    font-size:0.9rem;
  }

  .social-links{
    gap:10px;
  }

  .social-links a{
    width:30px;
    height:30px;
  }

  .social-links svg{
    width:16px;
    height:16px;
  }

  .social-links li:nth-child(4){
    display:none;
  }
}

@media (max-width: 1024px){

  .main-header{
    height:90px;
  }

  .header-wrapper{
    padding:0 20px;
  }

  .brand-logo{
    width:180px;
    height:auto;
    margin:0;
  }

  .main-nav{
    display:none;
  }

  .menu-toggle{
    display:flex;
    flex-direction:column;
    gap:5px;
    background:none;
    border:none;
    cursor:pointer;
  }

  .menu-toggle span{
    width:28px;
    height:2px;
    background:#fff;
  }

  .header-actions{
    gap:10px;
  }

  .cta-smart{
    font-size:0.95rem;
    min-width:270px;
    height: 50px;
    padding-top: 15px;
  }

  .news-toggle{
    width:80px;
    height:70px;
    background:rgba(255,255,255,0.06);
    border:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:8px;
    cursor:pointer;
    border-radius:12px;
    transition:.2s;
    color:#fff;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1.2px;
    font-family:Inter, Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial;
  }

  .mobile-menu{
    margin-top: -3%;
  }

  .mobile-news-toggle{
    display: none;
  }
}

@media (max-width:1024px){

  .services-wrapper{
    grid-template-columns:1fr 1fr;
    gap:30px;
    align-items:center;
  }

  .services-box h2{
    font-size:42px;
  }

  .services-list a{
    font-size:18px;
    padding:18px 0;
  }

  .services-image img{
    margin-top: 20%;
    height:320px;
    width: 320;
  }

  .consult-box{
    display: none;
  }
}

@media (max-width: 1024px){

  .contact-page{
    padding:80px 40px;
  }

  .contact-wrapper{
    display:flex;
    flex-direction:column;
    gap:40px;
    align-items:start;
  }

  .contact-info h1{
    font-size:34px;
    width: 100%;
  }

  .lead{
    font-size:15px;
    margin-bottom:30px;
    max-width:100%;
  }

  .contact-block{
    margin-bottom:30px;
  }

  .contact-block h3,
  .social h3{
    font-size:16px;
  }

  .contact-block p{
    font-size:14px;
  }

  .social-icons a{
    width:34px;
    height:34px;
    font-size:14px;
  }

  .contact-form{
    padding:24px;
    border-radius:14px;
    order: 2;
  }

  .row.two{
    gap:10px;
    flex-direction:column;
  }

  input,
  textarea{
    font-size:14px;
    padding:12px 14px;
  }

  textarea{
    height:140px;
  }

  .submit-btn{
    font-size:16px;
    padding:12px;
  }

  .contact-map{
    margin-top:50px;
    height:300px;
  }
}

@media (max-width: 1024px){

  .contact-page{
    padding:80px 40px;
  }

  .contact-wrapper{
    display:flex;
    flex-direction:column;
    gap:40px;
  }

  .contact-form{
    order:1;
    width:100%;
  }

  .contact-info{
    order:1;
    width:100%;
  }

  .contact-form{
    padding:28px;
    border-radius:14px;
  }

  .row.two{
    gap:12px;
  }

  input,
  textarea{
    padding:13px 14px;
    font-size:14px;
  }

  textarea{
    height:150px;
  }

  .submit-btn{
    font-size:16px;
    padding:13px;
  }

  .contact-info h1{
    font-size:32px;
  }

  .lead{
    font-size:15px;
    max-width:100%;
    margin-bottom:30px;
  }

  .contact-block{
    margin-bottom:30px;
  }

  .contact-block p{
    font-size:14px;
  }

  .social-icons a{
    width:34px;
    height:34px;
    font-size:14px;
  }

  .contact-map{
    margin-top:50px;
    height:300px;
  }
}

@media (max-width: 1100px) {

  section {
    padding: 80px 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-content {
    order: 1;
  }

  .hero-image {
    order: 2;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content .lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .feature {
    padding: 22px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .testimonial-box {
    padding: 40px 30px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gallery-content {
    text-align: center;
    order: 1;
  }

  .gallery-box {
    order: 2;
  }

  .gallery-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }

  .gallery-slider {
    aspect-ratio: 16 / 10;
  }

  .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .contact-form {
    order: 2;
    width: 100%;
  }

  .contact-info {
    order: 1;
  }

  .contact-info h1 {
    font-size: 34px;
  }

  .lead {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-map {
    order: 3;
    height: 320px;
    margin-top: 10px;
  }

  .row.two {
    flex-direction: column;
  }

  .main-nav ul {
    gap: 20px;
  }

  .main-nav a {
    font-size: 1.2rem;
  }

  .cta-smart {
    font-size: 1rem;
    padding: 12px 18px;
  }

  .news-toggle {
    width: 90px;
    height: 88px;
  }
}

@media (max-width: 900px) {

  section {
    padding: 70px 24px;
  }

  .features-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .gallery-tabs {
    gap: 8px;
  }
}