.rwgt-header {
  background: #111;
  color: #fff;
}

.rwgt-offer-bar {
  background: #337AB7;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 1.3;
}

.rwgt-offer-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.rwgt-offer-bar span {
  font-size: 12px;
  margin-left: 5px;
  text-decoration: underline;
}

.rwgt-contact-bar {
  background: #222;
  padding: 7px 0;
  font-size: 13px;
}

.rwgt-contact-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.rwgt-contact-inner a {
  color: #fff;
  text-decoration: none;
}

.rwgt-contact-inner a:hover {
  color: #fff;
  text-decoration: underline;
}

.rwgt-contact-inner i {
  margin-right: 5px;
}



.rwgt-hero {
  position: relative;
  min-height: 560px;
  background-image: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.28) 100%), url("https://riverswayguitartuition.co.uk/images/rwgt-homebanner.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.rwgt-hero-content {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.rwgt-hero-copy {
  max-width: 620px;
  padding: 60px 0;
}

.rwgt-hero h1 {
  color: #fff;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 18px;
}

.rwgt-hero-intro {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 22px;
  max-width: 520px;
}

.rwgt-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin-bottom: 28px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.rwgt-hero-points i {
  color: #337AB7;
  margin-right: 6px;
  font-size: 18px;
}

.rwgt-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.rwgt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px 24px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease;
}

.rwgt-btn:hover,
.rwgt-btn:focus {
  text-decoration: none;
}

.rwgt-btn-primary {
  background: #337AB7;
  color: #fff;
  border: 2px solid #337AB7;
}

.rwgt-btn-primary:hover {
  background: #286090;
  border-color: #286090;
  color: #fff;
}

.rwgt-btn-outline {
  background: rgba(0,0,0,.28);
  color: #fff;
  border: 2px solid rgba(255,255,255,.85);
}

.rwgt-btn-outline:hover {
  background: #fff;
  color: #222;
}

.rwgt-limited {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.rwgt-limited i {
  color: #ffd34d;
  margin-right: 7px;
}

.rwgt-offer-badge {
  position: absolute;
  right: 35px;
  top: 90px;
  width: 135px;
  height: 135px;
  background: #337AB7;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.rwgt-offer-badge strong {
  display: block;
  font-size: 19px;
  line-height: 1.05;
}

.rwgt-offer-badge span {
  display: block;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 800;
  padding: 2px 10px;
}

.rwgt-offer-badge small {
  display: block;
  font-size: 10px;
  text-decoration: underline;
  margin-top: 3px;
}

.rwgt-proof-strip {
  background: #f5f5f5;
  color: #222;
  padding: 23px 0;
  border-bottom: 1px solid #e2e2e2;
}

.rwgt-proof-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rwgt-proof-item i {
  color: #337AB7;
  font-size: 38px;
  line-height: 1;
}

.rwgt-proof-item strong {
  color: #337AB7;
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.rwgt-proof-item span {
  display: block;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .rwgt-hero {
    min-height: auto;
    background-image: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.65) 100%), url("https://riverswayguitartuition.co.uk/images/rwgt-homebanner.jpg");
  }

  .rwgt-hero-content {
    min-height: auto;
  }

  .rwgt-hero h1 {
    font-size: 42px;
  }

  .rwgt-offer-badge {
    right: 15px;
    top: 35px;
    width: 110px;
    height: 110px;
  }

  .rwgt-offer-badge strong {
    font-size: 15px;
  }

  .rwgt-offer-badge span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .rwgt-offer-bar {
    font-size: 16px;
  }

  .rwgt-contact-inner {
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .rwgt-navbar .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .rwgt-logo-link {
    min-height: 64px;
  }

  .rwgt-navbar #main-logo {
    max-width: 250px;
    max-height: 38px;
  }

  .rwgt-hero-copy {
    padding: 45px 0;
  }

  .rwgt-hero h1 {
    font-size: 35px;
    max-width: 78%;
  }

  .rwgt-hero-intro {
    font-size: 17px;
    max-width: 92%;
  }

  .rwgt-hero-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rwgt-hero-buttons {
    display: block;
  }

  .rwgt-btn {
    width: 100%;
    margin-bottom: 12px;
  }

  .rwgt-offer-badge {
    width: 92px;
    height: 92px;
    right: 12px;
    top: 28px;
  }

  .rwgt-offer-badge strong {
    font-size: 13px;
  }

  .rwgt-offer-badge span {
    font-size: 12px;
  }

  .rwgt-offer-badge small {
    font-size: 8px;
  }

  .rwgt-proof-item {
    justify-content: flex-start;
    padding-left: 35px;
  }
}

