/* Header and footer from the new Gercules home mockup. */
:root{
  --gh-ink:#17110e;
  --gh-paper:#f8f5f1;
  --gh-paper-2:#fffaf4;
  --gh-accent:#c82d68;
  --gh-accent-deep:#8f1e4d;
  --gh-muted:#8b7f77;
  --gh-line:#eadfd4;
}

.gh-topbar,
.gh-topbar *,
#gh-hdr,
#gh-hdr *,
#gh-footer,
#gh-footer *{
  box-sizing:border-box;
  font-family:"Manrope",Arial,sans-serif !important;
}

.gh-wrap{
  width:min(1200px,calc(100% - 40px));
  margin:0 auto;
}

.gh-topbar{
  background:var(--gh-ink);
  color:#c9beb6;
  font-size:13.5px;
  line-height:1.3;
}

.gh-topbar .gh-wrap{
  height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.gh-tb-left,
.gh-tb-right{
  display:flex;
  align-items:center;
  gap:26px;
}

.gh-topbar a{
  color:#c9beb6 !important;
  text-decoration:none !important;
}

.gh-topbar a:hover{
  color:#fff !important;
}

.gh-topbar b{
  color:#fff;
  font-weight:700;
}

#gh-hdr{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(248,245,241,.9);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--gh-line);
  box-shadow:0 10px 28px rgba(23,17,14,.04);
}

#gh-hdr .gh-wrap{
  min-height:74px;
  display:flex;
  align-items:center;
}

.gh-nav{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.gh-logo,
.gh-foot-logo{
  display:inline-block;
  color:var(--gh-ink) !important;
  text-decoration:none !important;
  font-family:"Unbounded",Arial,sans-serif !important;
  font-size:22px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.02em;
}

.gh-logo b,
.gh-foot-logo b{
  color:var(--gh-accent);
  font-family:inherit !important;
  font-size:inherit !important;
  font-weight:inherit !important;
  line-height:inherit !important;
  letter-spacing:inherit !important;
}

.gh-logo small{
  display:block;
  margin-top:3px;
  color:#7d736c;
  font-family:"Manrope",Arial,sans-serif !important;
  font-size:10px;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  line-height:1.2;
}

.gh-menu{
  display:flex;
  align-items:center;
  gap:24px;
  margin-left:6px;
  margin-right:auto;
}

.gh-menu a,
.gh-icon-btn{
  color:var(--gh-ink) !important;
  text-decoration:none !important;
  font-size:15px;
  font-weight:600;
  white-space:nowrap;
}

.gh-menu a:hover,
.gh-icon-btn:hover{
  color:var(--gh-accent) !important;
}

.gh-nav-cta{
  display:flex;
  align-items:center;
  gap:14px;
}

.gh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  border:0;
  text-decoration:none !important;
  white-space:nowrap;
  font-size:14.5px;
  font-weight:700;
}

.gh-btn-primary{
  background:var(--gh-accent) !important;
  color:#fff !important;
  box-shadow:0 15px 35px rgba(200,45,104,.24);
}

.gh-btn-primary:hover{
  background:var(--gh-accent-deep) !important;
  color:#fff !important;
}

.gh-burger{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}

.gh-burger span{
  display:block;
  width:26px;
  height:2px;
  margin:6px auto;
  background:var(--gh-ink);
}

.gh-mobile-menu{
  display:none;
  flex-direction:column;
  background:var(--gh-paper-2);
  border-top:1px solid var(--gh-line);
  border-bottom:1px solid var(--gh-line);
}

.gh-mobile-menu.open{
  display:flex;
}

.gh-mobile-menu a{
  padding:14px 22px;
  color:var(--gh-ink) !important;
  text-decoration:none !important;
  font-size:16px;
  font-weight:600;
  border-top:1px solid var(--gh-line);
}

.gh-system-footer{
  display:none !important;
}

#gh-footer{
  clear:both;
  background:var(--gh-ink);
  color:#bdafa6;
  padding:64px 0 30px;
  margin-top:4px;
}

#gh-footer .gh-wrap{
  width:min(1200px,calc(100% - 40px));
}

.gh-foot-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:40px;
}

.gh-foot-logo{
  display:inline-block;
  margin:0 0 14px !important;
  color:#fff !important;
  font-size:24px;
  line-height:1;
}

#gh-footer a.gh-foot-logo{
  color:#fff !important;
  padding:0;
}

.gh-foot-logo b{
  color:var(--gh-accent) !important;
}

#gh-footer p{
  max-width:280px;
  margin:0;
  color:#bdafa6;
  font-size:14.5px;
  line-height:1.55;
}

#gh-footer h4{
  margin:0 0 18px;
  color:#fff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

#gh-footer a{
  display:block;
  margin:0;
  padding:6px 0;
  color:#bdafa6 !important;
  text-decoration:none !important;
  font-size:14.5px;
  font-weight:500;
}

#gh-footer a:hover{
  color:#fff !important;
}

.gh-foot-contact a{
  color:#fff !important;
  font-weight:700 !important;
}

.gh-foot-contact b{
  font-weight:700 !important;
}

.gh-foot-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin-top:46px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#8f837b;
  font-size:13px;
}

.btn-start-client,
#product #pb-left-column a.btn-start-client,
.form_content .btn-start-client{
  border-radius:999px !important;
  font-weight:800 !important;
}

#btn-send-client{
  background:var(--gh-accent) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  padding:12px 26px !important;
  font-weight:800 !important;
  cursor:pointer !important;
}

#btn-send-client:hover{
  background:var(--gh-accent-deep) !important;
}

#start-body .start-title{
  font-family:"Unbounded",Arial,sans-serif !important;
}

.scrolltop{
  background-color:var(--gh-accent) !important;
}

@media (max-width:1024px){
  .gh-menu{
    gap:18px;
  }

  .gh-menu a,
  .gh-icon-btn{
    font-size:15px;
  }

  .gh-foot-grid{
    gap:36px;
  }
}

@media (max-width:860px){
  .gh-wrap,
  #gh-footer .gh-wrap{
    width:min(100% - 28px,1200px);
  }

  .gh-topbar .gh-wrap{
    min-height:auto;
    padding:10px 0;
    align-items:flex-start;
  }

  .gh-tb-left,
  .gh-tb-right{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }

  #gh-hdr .gh-wrap{
    min-height:76px;
  }

  .gh-menu,
  .gh-icon-btn.gh-hide{
    display:none;
  }

  .gh-burger{
    display:block;
  }

  .gh-btn{
    min-height:44px;
    padding:0 18px;
    font-size:14px;
  }

  .gh-logo{
    font-size:22px;
  }

  .gh-logo small{
    font-size:9px;
    letter-spacing:3px;
  }

  .gh-foot-grid{
    grid-template-columns:1fr 1fr;
  }

  .gh-foot-bottom{
    flex-direction:column;
    margin-top:38px;
  }
}

@media (max-width:560px){
  .gh-topbar .gh-wrap{
    flex-direction:column;
    gap:8px;
  }

  .gh-hide{
    display:none !important;
  }

  .gh-nav{
    gap:12px;
  }

  .gh-btn{
    padding:0 14px;
  }

  #gh-footer{
    padding:48px 0 28px;
  }

  .gh-foot-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
}
