﻿.wa-promodo-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:#fff;
  border-bottom:1px solid #e5edf5;
  font-family:Inter,Arial,sans-serif;
}

.wa-promodo-nav{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:220px 1fr auto;
  align-items:center;
  column-gap:28px;
  padding:10px 28px;
  min-height:74px;
}

.wa-promodo-logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  height:100%;
  text-decoration:none;
}

.wa-promodo-logo img{
  width:190px;
  height:auto;
  display:block;
}

.wa-promodo-menu{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:2px;
  margin:0;
  padding:0;
  list-style:none;
}

.wa-promodo-item{
  position:relative;
}

.wa-promodo-link,
.wa-promodo-direct{
  appearance:none;
  border:0;
  background:transparent;
  color:#071421;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 14px;
  border-radius:8px;
  font-size:15px;
  font-weight:850;
  line-height:1;
  cursor:pointer;
  white-space:nowrap;
  font-family:inherit;
}

.wa-promodo-link:hover,
.wa-promodo-direct:hover{
  background:#eef8fd;
  color:#0c9bd2;
}

.wa-promodo-mega{
  display:none;
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  width:min(860px,92vw);
  background:#fff;
  border:1px solid #dce8f1;
  box-shadow:0 24px 50px rgba(2,18,32,.14);
  border-radius:0 0 18px 18px;
  padding:24px;
}

.wa-promodo-item:hover .wa-promodo-mega,
.wa-promodo-item:focus-within .wa-promodo-mega,
.wa-promodo-item.wa-open .wa-promodo-mega{
  display:block;
}

.wa-promodo-mega-inner{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:28px;
  align-items:start;
}

.wa-promodo-mega-kicker{
  margin:0 0 8px;
  color:#119fd7;
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.wa-promodo-mega-title{
  margin:0 0 10px;
  color:#071421;
  font-size:30px;
  line-height:1;
  letter-spacing:-.03em;
}

.wa-promodo-mega-text{
  margin:0;
  color:#4f6372;
  font-size:15px;
  line-height:1.55;
}

.wa-promodo-mega-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.wa-promodo-mega-grid a{
  color:#071421;
  text-decoration:none;
  padding:12px 14px;
  border-radius:10px;
  font-weight:800;
  font-size:14px;
  line-height:1.25;
}

.wa-promodo-mega-grid a:hover{
  background:#eaf7fc;
  color:#119fd7;
}

.wa-promodo-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
}

.wa-promodo-cta{
  background:#33abe1;
  color:#071421;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 22px;
  border-radius:8px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(51,171,225,.28);
}

.wa-promodo-cta:hover{
  background:#249ad0;
  color:#071421;
}

.wa-promodo-toggle{
  display:none;
  border:1px solid #cfe0eb;
  background:#fff;
  border-radius:8px;
  width:46px;
  height:42px;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.wa-promodo-toggle span,
.wa-promodo-toggle span:before,
.wa-promodo-toggle span:after{
  content:"";
  display:block;
  width:22px;
  height:2px;
  background:#071421;
}

.wa-promodo-toggle span{
  position:relative;
}

.wa-promodo-toggle span:before{
  position:absolute;
  top:-7px;
}

.wa-promodo-toggle span:after{
  position:absolute;
  top:7px;
}

@media(max-width:1180px){
  .wa-promodo-nav{
    grid-template-columns:190px 1fr auto;
    column-gap:18px;
    padding:10px 20px;
  }

  .wa-promodo-logo img{
    width:170px;
  }

  .wa-promodo-link,
  .wa-promodo-direct{
    font-size:14px;
    padding:0 9px;
  }

  .wa-promodo-cta{
    padding:0 16px;
  }
}

@media(max-width:1060px){
  .wa-promodo-nav{
    display:flex;
    flex-wrap:wrap;
    min-height:68px;
    padding:10px 18px;
  }

  .wa-promodo-logo img{
    width:170px;
  }

  .wa-promodo-toggle{
    display:flex;
  }

  .wa-promodo-actions{
    margin-left:auto;
  }

  .wa-promodo-menu{
    display:none;
    order:5;
    flex-basis:100%;
    width:100%;
    border-top:1px solid #e5edf5;
    padding-top:12px;
    margin-top:10px;
  }

  .wa-promodo-header.wa-open .wa-promodo-menu,
  .wa-promodo-header.wa-nav-open .wa-promodo-menu{
    display:block;
  }

  .wa-promodo-item{
    border-bottom:1px solid #edf3f7;
  }

  .wa-promodo-link,
  .wa-promodo-direct{
    width:100%;
    height:auto;
    justify-content:space-between;
    padding:15px 2px;
    font-size:16px;
  }

  .wa-promodo-mega{
    position:static;
    transform:none;
    width:100%;
    display:none;
    box-shadow:none;
    border:0;
    border-radius:0;
    padding:0 0 14px 12px;
  }

  .wa-promodo-item.wa-open .wa-promodo-mega,
  .wa-promodo-item:hover .wa-promodo-mega,
  .wa-promodo-item:focus-within .wa-promodo-mega{
    display:block;
  }

  .wa-promodo-mega-inner{
    grid-template-columns:1fr;
    gap:12px;
  }

  .wa-promodo-mega-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .wa-promodo-nav{
    padding:10px 14px;
    min-height:64px;
  }

  .wa-promodo-logo img{
    width:155px;
  }

  .wa-promodo-actions{
    gap:10px;
  }

  .wa-promodo-cta{
    height:42px;
    padding:0 14px;
    font-size:14px;
  }
}

/* Fine-tune logo alignment */
.wa-promodo-logo{
    display:flex;
    align-items:center;
    height:100%;
}

.wa-promodo-logo img{
    display:block;
    position:relative;
}

