@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Texturina:opsz,wght@12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&display=swap');

.justify-content-center {
  display: flex;
  justify-content: center;
}

a {
  color: #fe0581;
  text-decoration: none;
  background-color: transparent;
}

.text-green {
  color: #057f3d !important;
}

.bg-green {
  background: #057f3d !important;
}

.bg-pink {
  background: #fac013 !important;
}

.text-pink {
  background: #fac013 !important;
}

.btn.bg-green:hover {
  background: #6be890 !important;
}

.btn.bg-pink:hover {
  background: #ef5aa4 !important;
}

@media(min-width:600px) {
  h1.text-white.header-text-banner-big {
    line-height: 40px;
    font-size: 61px;
  }

  h1.text-white.header-text-banner-big>span.text-green {
    font-size: 35px;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Texturina', sans-serif;
}

.bg-dark {
  background: #057f3d !important;
}

@media (max-width: 978px) {
  .header-text-banner-big {
    font-size: 27px !important;
    line-height: 29px;
  }

  .btn {
    font-size: 13px;
  }

  .banner-cl {
    padding: 54px 6px 0px 6px;
  }

  .header-text-banner-small {
    font-size: 13px;
    line-height: 15px;
  }

  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0.4rem;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 3px 2px !important;
  }

  .nopaddingsmall {
    padding: 0px !important;
  }

  .hideSM {
    display: none;
  }

  .hideLG {
    display: block !important;
  }
}

.hideLG {
  display: none;
}

@media(min-width:600px) {
  .black_bar {

    margin: 0px 0px 8px 0px !important;
  }
}

@media only screen and (max-width: 981px) and (min-width: 200px) {
  .container-bg {
    padding: 0px;
  }

  .justify-content-center {
    display: block !important;
  }
}

.btn-success {
  color: #fff;
  background-color: #145c2d !important;
  border-color: #145b2c;
}

.btn-info {
  color: #fff;
  background-color: #030e20 !important;
  border-color: #336799;
}

.alert-danger {
  background-color: #f2dedeb3;
  border-color: #ebccd19e;
  color: #fbf6f3;
}

.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid #057f3d 40;
  border-radius: 4px;
  text-align: center;
}

.alert-warning {
  /* background-color: #ffffff; */
  border-color: #ffffff;
  font-size: 13px;
  color: #057f3d;
  margin: 0px 6px;
  margin-bottom: 12px;
}

.log-a:hover {
  color: black !important;
}

.well {
  min-height: 20px;
  padding: 19px 9px !important;
}

.footer-section {
  background-color: #057f3d !important;
  color: #afb0b2;
  border-top: 2px solid #969988;
}

.footer-section .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 50px;
  background-color: #fac013;
}

.footer-section .footer-top {
  padding: 100px 0 95px;
  padding-bottom: 13px;
}

.bg-success {
  background-color: #fffdfd00;
  color: white;
  border-bottom: 1px solid red;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-top {
    padding: 25px 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
  }
}

.black_bar {
  text-align: center;
  color: #fac013;
  background: #0e0e0e;
  padding: 15px;
  border-left: 10px solid #057f3d;
  /* font-family: 'Audiowide'; */
  text-transform: uppercase;
  font-size: 19px !important;
  font-weight: 700 !important;
  /* border-bottom: 1px dashed; */
  margin-bottom: 7px;
  margin: 0px 17px 8px 17px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background: #003333;
}

.btn-blue-light {
  background: #336799 !important;
  border: 1px solid #336799 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  margin-left: 45px;
  font-weight: 900;
  font-weight: 900;
}

.btn-warning {
  color: #f8f9fa;
  background-color: #89690c;
  border-color: #89690c;
}

.btn-success:hover {
  color: #fff;
  background-color: #1ba149 !important;
  border-color: #1ba149;
}

.btn-blue-light:hover {
  background: #1b8dfb !important;
  border: 1px solid #1b8dfb !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 2px solid #fac013;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fac013;
  /* border-bottom: 1px solid; */
}

.table>thead>tr {
  background-color: #057f3d !important;
  text-align: center;
  color: white;
}

.banner-cl {
  background: #021a42f2;
}

body {
  /* font-family: 'Ubuntu', sans-serif; */
  font-size: 14px;
  margin: 0;
  color: #111705;
  overflow-x: hidden;
  background-color: #ffffff;
}

.breadcum {
  padding-top: 102px;
}

.border-bottom {
  /* border-bottom: 2px dotted green !important; */
  margin-bottom: 22px;
}

.well {
  min-height: 20px;
  padding: 0px 0px !important;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background: linear-gradient(180deg, #057f3d, #057f3d);
  color: white;
}

.pricing {
  text-align: center;
}

.new-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 20px;
}

.wp-post-image {
  border-radius: 15px 15px 0 0 !important;
  width: 100% !important;
}

.blog-title-wrap {
  padding: 20px;
  padding-bottom: 0px;
}

.blog-title-wrap p {
  color: #057f3d;
  font-size: 16px;
  line-height: 20px;
}

.blog-img-wrap {
  padding: 0px 26px;
  padding-right: 8px;
}

.blog-img-wrap>a>img {
  height: 90px;
  width: 170px;
  border-radius: 5px;
}

.blog-btn {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 7px 15px;
  color: #1a1c1a;
}

.blog-title-wrap>h3 {
  margin-top: 3px;
}

.p-1 {
  padding: 4px;
}

.border-right-dt {
  border-right: 2px solid #ffffff;
}

.border-left-dt {
  border-left: 2px solid #ffffff;
}

@media (max-width: 978px) {
  .wp-post-image {
    border-radius: 15px 0 0 15px !important;
    max-height: 120px !important;
  }

  .blog-title-wrap p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 7px;
  }

  .border-right-dt {
    border-right: 0px;
  }

  .border-left-dt {
    border-left: 0px;
  }

  .blog-title-wrap {
    /* padding: 20px; */
    padding: 0px 5px 8px 14px;
  }

  .blog-title-wrap {
    max-height: 117px !important;
    overflow: hidden !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }

  .blog-title-wrap>h3 {
    margin-top: 0px;
  }

  .blog-img-wrap>a>img {
    height: 80px;
    /* width: 94px; */
  }

  .p-1 {
    padding: 1px;
  }

  .no-margin-0 {
    margin: 0px !important;
  }
}

.widget-title {
  /* position: absolute; */
  left: 0;
  top: 2px;
  text-align: center;
  margin-bottom: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}

.navbar-light .navbar-toggler {
  color: rgb(27 147 43 / 50%);
  border-color: rgb(0 0 0 / 0%);
}

.widget-title>span {
  background: #84151b;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}

.widget-title>span:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  font-size: 15px;
}

.widget-title>span:after {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 2px solid transparent;
  border-top: 10px solid #333;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  left: -6px;
  margin-left: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}

.title-bgg {
  position: relative;
  font-size: 24px;
  color: #111111;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: -44px;
  font-weight: 600;
  font-family: quantico, cursive;
  width: 100%;
  line-height: 17px;
  padding-bottom: 10px;
  height: 37px;
  background: #261914;
}

.well>p {
  margin: 0 0 4px;
}

.padding-50 {
  padding-top: 80px;
}

.btn-green {
  background: #f8f9fa00;
  color: white;
  border: 1px solid #f8f9fa;
}

.btn-green:hover {
  background: #057f3d;
  color: white;
  /* border: 1px solid #057f3d ; */
}

@media (max-width: 978px) {

  .btn-red,
  .btn-green {
    font-size: 12px;
  }

  .padding-top-39 {
    padding-top: 49px;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-shadow: 3px 4px 4px 3px #ffffff;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 8px;
}

.plan-name {
  background: white;
  height: 55px;
  /* border-bottom-left-radius: 44px; */
  /* border-bottom-right-radius: 44px; */
  display: flex;
  text-align: center;
  font-family: 'Fira Sans';
  align-items: center;
  justify-content: space-around;
  font-size: 19px;
  color: #fac013;
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table {
  width: 100%;
  /* margin-bottom: 1rem; */
  font-size: 13px;
  color: #212529;
  /* font-weight: 600; */
}

/* .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
} */

.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.logo_image {
  height: 33px;
  width: auto;
}

@media (max-width: 978px) {
  .logo_image {
    height: 33px;
    width: auto;#fac013
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fac013;
  /* border-bottom: 1px solid; */
  transition: border-color 0.3s ease-in-out;
}

@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .black_bar {

    padding: 14px;
  }
  .tips-spacing {
    padding: 19px 0px!important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px 2px !important;
}
}

.header-font-audio {
  box-shadow: 0px 3px 3px -2px #2f3690;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 64px;
}

.form-control-lg {
  height: 37px;
  padding: 0.2rem 1rem;
  font-size: 18px;
}

.header-font-audio {
  font-size: 18px;
}

.alert h5 {
  font-size: 13px;
  font-weight: 400;
  color: white;
}

@media (max-width: 380px) {
  .breadcum {
    text-align: center;
    font-size: 22px !important;
    padding-bottom: 7px;
  }

  .price-head {
    font-size: 15px !important;
    padding-top: 5px !important;
    font-weight: 400;
    padding-bottom: 6px;
  }

  @media(max-width:600px) {
    .header-text-banner-big {
      font-size: 27px !important;

      /* margin-top: 62px; */
    }

    h1.text-white.header-text-banner-big {
      line-height: 38px;
      font-size: 45px !important;
    }

    h1.text-white.header-text-banner-big>span.text-green {
      font-size: 25px;
      line-height: 2px;
  
    }

    .nopaddingsmall {
      padding: 0px !important;
    }

    .nopaddingrightsmall {
      padding-right: 0px !important;
    }

    .nopaddingleftsmall {
      padding-left: 0px !important;
    }
  }
}


/* INVESTMENT BAR */

.investment-bar-first {
  background: linear-gradient(rgb(0 0 0 / 82%) 100%, rgb(0 63 62)100%), url(../images/stadium.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  background: linear-gradient(45deg, #057f3d 26%, #28a745 83%);
  background: white;
  border: 1px solid #057f3d;
  color: #057f3d;
}

.page-item.active .page-link {

  color: #fff;
  background-color: #057f3d;
  border-color: #057f3d;
}

.page-link {

  color: #fac013;

}

.td-block-title {
  text-align: center !important;
  color: #057f3d;
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: 'Texturina';
}

.icon-bar-1 {
  width: 24px;
}

.icon-bar {
  background-color: #fff;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 1px;
}

.fixed-top {

  border-bottom: 2px solid #28a745;
}

/* 
body > .container {
  background-color: #ffffff!important;
}
.container-bg {
  background: #ffffff!important;
} */
.login-btn-ss {
  background: white;
  padding: 5px;
}

.navbar-light .navbar-nav .nav-link {

  font-weight: 500;
  text-transform: uppercase;
}

.btn-warning {
  background: #fac013;
  color: #050605;
}

.text-warning {
  color: #fac013 !important;
}


.bg-dark {
  background: #000000 !important;
}

.footer-section {
  background-color: #030605 !important;

}

.footer-section .footer-title {

  border-bottom: 2px dotted #999;
  color: #fff;
}


.alert-warning {
  /* background-color: #ffffff; */
  border-color: #ffffff;
  font-size: 13px;
  color: #3e5046;
  font-weight: 100;
  margin: 0px 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.alert {
  padding: 6px;
  margin-bottom: 20px;

}

.alert-warning {
  background-color: #ffffff5e;
  border-color: #faebcc;

  color: #3d0604;
}

a.text-danger.login-btn-ss.nav-link.btn {
  background: linear-gradient(45deg, #000000 26%, #28a745 83%);
}
/* ===== Hostpredict navbar cleanup ===== */
.hp-navbar {
  background: #057f3d !important;
  border-bottom: 2px solid #28a745;
  padding: 0.45rem 0;
  z-index: 1030;
}

.hp-navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hp-navbar .navbar-brand {
  padding: 0;
  margin-right: 1rem;
}

.hp-navbar .logo_image {
  max-height: 42px;
  width: auto;
  display: block;
}

.hp-navbar .navbar-nav {
  gap: 0.15rem;
}

.hp-navbar .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  padding: 0.55rem 0.7rem !important;
  white-space: nowrap;
}

.hp-navbar .nav-link:hover,
.hp-navbar .nav-item.active > .nav-link {
  color: #fff !important;
  opacity: 1;
}

.hp-navbar .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.35rem 0.55rem;
}

.hp-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hp-nav-cta {
  margin-left: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.hp-login-btn,
.hp-register-btn,
.hp-account-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 0.4rem 1rem !important;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1.2;
  border: 0;
  white-space: nowrap;
}

.hp-login-btn {
  background: #fff !important;
  color: #057f3d !important;
}

.hp-register-btn {
  background: #fac013 !important;
  color: #030605 !important;
}

.hp-register-btn:hover {
  background: #ffd24a !important;
  color: #030605 !important;
}

.hp-account-btn {
  background: #111 !important;
  color: #fff !important;
}

.hp-nav-dropdown {
  min-width: 190px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  padding: 0.35rem 0;
  margin-top: 0.35rem;
}

.hp-nav-dropdown .dropdown-item {
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  color: #123;
}

.hp-nav-dropdown .dropdown-item:hover {
  background: #eef8f1;
  color: #057f3d;
}

.hp-page-body {
  padding-top: 56px;
  flex: 1 0 auto;
}

@media (max-width: 991.98px) {
  .hp-navbar .navbar-nav {
    padding: 0.75rem 0 1rem;
    gap: 0;
  }

  .hp-navbar .nav-link {
    padding: 0.7rem 0.25rem !important;
  }

  .hp-nav-cta {
    margin: 0.5rem 0 0;
  }

  .hp-login-btn,
  .hp-register-btn,
  .hp-account-btn {
    width: 100%;
    justify-content: center;
  }

  .hp-page-body {
    padding-top: 56px;
  }
}

/* ===== Static / legal pages ===== */
.hp-static-hero {
  position: relative;
  isolation: isolate;
  background-image: url('../stadium.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 2rem 0 0.9rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
}

/* Pull hero under the fixed navbar so no white gap shows */
.hp-page-body > .hp-static-hero:first-child,
.hp-page-body > .hp-cat-ad + .hp-static-hero,
.hp-page-body > .hp-store-hero:first-child,
.hp-page-body > .hp-home-hero:first-child {
  margin-top: -56px;
  padding-top: calc(56px + 3rem);
}

/* Extra breathing room under fixed navbar on tablet + mobile */
@media (max-width: 991.98px) {
  .hp-page-body > .hp-static-hero:first-child,
  .hp-page-body > .hp-cat-ad + .hp-static-hero,
  .hp-page-body > .hp-store-hero:first-child,
  .hp-page-body > .hp-home-hero:first-child {
    margin-top: -56px;
    padding-top: calc(56px + 3.75rem);
  }

  .hp-static-hero {
    padding-bottom: 1.15rem;
  }

  .hp-home-hero {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .hp-store-hero {
    padding-top: 4.5rem;
    padding-bottom: 2.25rem;
  }
}

@media (max-width: 767.98px) {
  .hp-page-body > .hp-static-hero:first-child,
  .hp-page-body > .hp-cat-ad + .hp-static-hero,
  .hp-page-body > .hp-store-hero:first-child,
  .hp-page-body > .hp-home-hero:first-child {
    padding-top: calc(56px + 4.25rem);
  }

  .hp-home-hero {
    padding-top: 4rem;
  }

  .hp-store-hero {
    padding-top: 4.75rem;
  }
}

.hp-static-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.88) 55%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(ellipse at center, rgba(5, 127, 61, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.hp-static-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}

.hp-static-hero__title {
  margin: 0;
  font-family: 'Quantico', 'Texturina', sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.hp-static-hero__subtitle {
  margin: 0.4rem 0 0;
  max-width: 560px;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.hp-hero-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 0.4rem;
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.hp-hero-crumb a {
  color: #fac013;
  text-decoration: none;
}

.hp-hero-crumb a:hover {
  color: #ffd65a;
  text-decoration: none;
}

.hp-hero-crumb__sep {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.hp-hero-crumb__current {
  color: #fff;
  font-weight: 600;
}

.hp-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(5, 127, 61, 0.12);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(5, 127, 61, 0.06);
}

.hp-legal-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #057f3d;
  text-decoration: none;
  background: #f3f7f5;
}

.hp-legal-nav a:hover,
.hp-legal-nav a.is-active {
  background: #057f3d;
  color: #fff;
}

.hp-static-panel {
  background: #fff;
  border: 1px solid rgba(5, 127, 61, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(5, 127, 61, 0.07);
  padding: 1.75rem 1.5rem;
  margin-bottom: 2rem;
}

.hp-static-panel h2,
.hp-static-panel h3,
.hp-static-panel h4 {
  color: #030605;
  font-family: 'Quantico', 'Texturina', sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.hp-static-panel h2:first-child,
.hp-static-panel h3:first-child,
.hp-static-panel h4:first-child {
  margin-top: 0;
}

.hp-static-panel p,
.hp-static-panel li {
  color: #334047;
  line-height: 1.7;
  font-size: 0.98rem;
  font-weight: 400 !important;
}

.hp-static-panel p strong,
.hp-static-panel p b,
.hp-static-panel li strong,
.hp-static-panel li b,
.hp-static-panel h2 strong,
.hp-static-panel h3 strong,
.hp-static-panel h4 strong,
.hp-category-seo p strong,
.hp-category-seo p b,
.hp-category-seo li strong,
.hp-category-seo li b,
.hp-category-seo h2 strong,
.hp-category-seo h3 strong,
.hp-category-seo h4 strong,
.hp-category-seo strong,
.hp-category-seo b {
  font-weight: 400 !important;
  color: inherit;
}

/* Homepage SEO block — style existing tags like tip-category panels */
.hp-home-seo {
  max-width: 1140px;
  margin: 1.25rem auto 2rem;
  padding: 0 12px !important;
}

.hp-home-seo > .section,
.hp-home-seo .wojo-grid,
.hp-home-seo .gutters {
  padding: 0 !important;
  margin: 0 !important;
}

.hp-home-seo .gutters {
  background: #fff;
  border: 1px solid rgba(5, 127, 61, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(5, 127, 61, 0.07);
  padding: 1.75rem 1.5rem !important;
}

.hp-home-seo .gutters > hr {
  display: none;
}

.hp-home-seo .gutters > p {
  color: #334047;
  line-height: 1.7;
  font-size: 0.98rem;
  font-weight: 400 !important;
  margin: 0 0 0.9rem;
  text-align: left !important;
  font-family: inherit;
}

.hp-home-seo .gutters > p strong,
.hp-home-seo .gutters > p b,
.hp-home-seo .gutters strong,
.hp-home-seo .gutters b {
  font-weight: 400 !important;
  color: inherit;
}

/* Section titles only: centered heading paragraphs */
.hp-home-seo .gutters > p[style*="text-align: center"] {
  margin-top: 1.35rem;
  margin-bottom: 0.65rem;
  color: #057f3d;
  font-family: 'Quantico', 'Texturina', sans-serif;
  font-size: 1.15rem;
  font-weight: 400 !important;
  line-height: 1.3;
}

.hp-home-seo .gutters > p:first-of-type {
  margin-top: 0;
  font-size: 1.25rem;
  color: #057f3d;
  font-family: 'Quantico', 'Texturina', sans-serif;
  font-weight: 400 !important;
}

.hp-home-seo .gutters > p:empty,
.hp-home-seo .gutters > p:has(> br:only-child) {
  display: none;
}

.hp-home-seo .gutters a {
  color: #057f3d;
  font-weight: 400 !important;
  text-decoration: none;
}

.hp-home-seo .gutters a:hover {
  text-decoration: underline;
}

.hp-home-seo .gutters > .text-center.col-12 {
  display: none;
}

@media (max-width: 767.98px) {
  .hp-home-seo .gutters {
    padding: 1.25rem 1rem !important;
  }

  .hp-home-seo .gutters > p:first-of-type {
    font-size: 1.15rem;
  }
}

.hp-static-panel ul {
  padding-left: 1.15rem;
  margin-bottom: 1rem;
}

.hp-static-panel li {
  margin-bottom: 0.4rem;
}

.hp-static-lead {
  font-size: 1.05rem;
  color: #057f3d;
  font-weight: 500;
}

.hp-static-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0;
}

.hp-static-card {
  background: #f5faf7;
  border: 1px solid rgba(5, 127, 61, 0.12);
  border-radius: 14px;
  padding: 1.15rem 1.1rem;
}

.hp-static-card h4 {
  margin: 0 0 0.65rem;
  color: #057f3d;
  font-size: 1.05rem;
}

.hp-contact-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.hp-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid #e7eef0;
}

.hp-contact-list li:last-child {
  border-bottom: 0;
}

.hp-contact-list i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f6ee;
  color: #057f3d;
  flex-shrink: 0;
}

.hp-contact-list strong {
  display: block;
  color: #030605;
  margin-bottom: 0.15rem;
}

.hp-contact-list a {
  color: #057f3d;
  font-weight: 600;
}

.hp-note {
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #fff8e8;
  border: 1px solid #f0d48a;
  color: #5c4a16;
  font-weight: 600;
}

.hp-testimonial-table {
  width: 100%;
  margin: 0;
  background: #fff;
}

.hp-testimonial-table thead td {
  background: #057f3d;
  color: #fff;
  font-weight: 700;
  border: 0;
}

@media (max-width: 767.98px) {
  .hp-static-grid {
    grid-template-columns: 1fr;
  }

  .hp-static-panel {
    padding: 1.25rem 1rem;
  }

  .hp-static-hero {
    padding: 1.85rem 0 0.8rem;
  }
}

/* ===== Category / tip store pages ===== */
.hp-cat-ad {
  margin: 0.5rem auto;
}

.hp-category-page .hp-cat-ad--above {
  margin: 0 0 1rem;
}

.hp-category-page .hp-cat-ad--under {
  margin: 1rem 0 1.5rem;
}

.hp-cat-ad__inner {
  text-align: center;
}

.hp-cat-ad__inner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.hp-cat-ad__inner:empty {
  display: none;
}

.hp-category-page {
  padding-bottom: 2.5rem;
}

.hp-category-panel {
  background: #fff;
  border: 1px solid rgba(5, 127, 61, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(5, 127, 61, 0.07);
  padding: 1.15rem 1rem 1.35rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.hp-category-panel .tabs {
  left: auto;
  transform: none;
  width: 100%;
  min-width: 0;
}

.hp-category-seo a {
  color: #057f3d;
  font-weight: 400 !important;
}

.hp-category-related {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.hp-tips-panel[hidden] {
  display: none !important;
}

.hp-tips-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hp-tips-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  color: #057f3d;
  background: #f3f7f5;
  border: 1px solid rgba(5, 127, 61, 0.12);
  transition: background 0.15s ease, color 0.15s ease;
}

.hp-tips-tab:hover,
.hp-tips-tab.is-active {
  background: #057f3d;
  color: #fff;
  border-color: #057f3d;
}

.hp-tips-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid #e7eef0;
}

.hp-tips-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: #fff;
}

.hp-tips-table thead th {
  background: #030605;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem 0.65rem;
  border: 0;
  white-space: nowrap;
}

.hp-tips-table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 0.45rem 0.45rem;
  border-top: 1px solid #eef2f3;
  color: #334047;
  line-height: 1.25;
}

.hp-tips-table tbody tr:nth-child(even) {
  background: #f7faf8;
}

.hp-tips-table tbody tr:hover {
  background: #eef8f1;
}

.hp-tips-time {
  font-weight: 700;
  color: #057f3d;
  white-space: nowrap;
}

.hp-tips-league {
  font-size: 0.8rem;
  color: #5a6a72;
  font-weight: 600;
}

.hp-tips-match {
  text-align: left !important;
  font-weight: 600;
  color: #030605;
}

.hp-tips-vs {
  display: inline-block;
  margin: 0 0.35rem;
  color: #fac013;
  font-weight: 800;
  font-size: 0.78rem;
}

.hp-tip-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  max-width: 7.5rem;
  padding: 0.18rem 0.5rem;
  border-radius: 6px;
  background: #145c2d;
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  white-space: normal;
  line-height: 1.15;
  text-align: center;
}

.hp-tips-table th:nth-child(1),
.hp-tips-table td:nth-child(1) {
  width: 12%;
}

.hp-tips-table th:nth-child(2),
.hp-tips-table td:nth-child(2) {
  width: 14%;
}

.hp-tips-table th:nth-child(3),
.hp-tips-table td:nth-child(3) {
  width: 48%;
}

.hp-tips-table th:nth-child(4),
.hp-tips-table td:nth-child(4) {
  width: 16%;
}

.hp-tips-table th:nth-child(5),
.hp-tips-table td:nth-child(5) {
  width: 10%;
}

.hp-tip-badge--empty {
  background: #d9e2e0;
  color: #6a7772;
}

.hp-tips-score {
  font-weight: 700;
  font-family: 'Quantico', sans-serif;
  color: #030605;
}

.hp-tips-empty {
  margin: 0.25rem 0 0;
  padding: 1.25rem 1rem;
  text-align: center;
  border-radius: 12px;
  background: #fff8e8;
  border: 1px solid #f0d48a;
  color: #5c4a16;
  font-weight: 600;
}

.hp-cat-grid-wrap {
  background: #fff;
  border: 1px solid rgba(5, 127, 61, 0.12);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(3, 6, 5, 0.08);
  padding: 1.6rem 1.35rem 1.5rem;
}

.hp-cat-grid-head {
  margin-bottom: 1.25rem;
}

.hp-cat-grid-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #057f3d;
}

.hp-cat-grid-title {
  margin: 0;
  font-family: 'Quantico', 'Texturina', sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  color: #030605;
}

.hp-cat-grid-sub {
  margin: 0.4rem 0 0;
  color: #5a6a72;
  font-size: 0.95rem;
}

.hp-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.hp-cat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-height: 148px;
  padding: 1rem 1rem 0.9rem;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(3, 6, 5, 0.18) 0%, rgba(3, 6, 5, 0.55) 100%),
    linear-gradient(145deg, #057f3d 0%, #145c2d 72%, #0b3d1f 100%);
  border: 1px solid rgba(250, 192, 19, 0.22);
  box-shadow: 0 10px 22px rgba(5, 127, 61, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

.hp-cat-card::before {
  content: '';
  position: absolute;
  inset: auto -20% -35% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 192, 19, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

.hp-cat-card:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  border-color: #fac013;
  box-shadow: 0 16px 28px rgba(5, 127, 61, 0.32);
}

.hp-cat-card__top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 1;
}

.hp-cat-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fac013;
  font-size: 1rem;
}

.hp-cat-card__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  padding: 0.2rem 0.45rem;
  border-radius: 8px;
  background: #fac013;
  color: #030605;
  font-family: 'Quantico', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hp-cat-card__label {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  font-family: 'Quantico', 'Texturina', sans-serif;
}

.hp-cat-card__desc {
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.hp-cat-card__cta {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fac013;
  letter-spacing: 0.02em;
}

.hp-cat-card__arrow {
  color: #fac013;
  font-size: 1rem;
  line-height: 1;
}

.hp-cat-grid-wrap--compact {
  padding: 1.1rem 1rem 1rem;
}

.hp-cat-grid-wrap--compact .hp-cat-grid-title {
  font-size: 1.1rem;
}

.hp-cat-grid--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.hp-cat-card--compact {
  min-height: 0;
  flex-direction: row;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
}

.hp-cat-card--compact::before {
  display: none;
}

.hp-cat-card--compact .hp-cat-card__code {
  min-width: 1.8rem;
  padding: 0.12rem 0.35rem;
  font-size: 0.7rem;
}

.hp-cat-card--compact .hp-cat-card__label {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Free predictions store page */
.hp-store-hero {
  position: relative;
  color: #fff;
  padding: 4.75rem 0 2.75rem;
  overflow: hidden;
}

.hp-store-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to bottom, rgb(0 0 0 / 94%), rgb(8 6 6 / 67%)),
    url('../stadium.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp-store-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(5, 127, 61, 0.12) 12% 13%, transparent 13% 24%, rgba(5, 127, 61, 0.1) 24% 25%, transparent 25%),
    radial-gradient(circle at 85% 20%, rgba(250, 192, 19, 0.18), transparent 40%);
  pointer-events: none;
}

.hp-store-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hp-store-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(5, 127, 61, 0.35);
  border: 1px solid rgba(250, 192, 19, 0.35);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.hp-store-hero__title {
  margin: 0;
  font-family: 'Quantico', 'Texturina', sans-serif;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hp-store-hero__title span {
  color: #fac013;
}

.hp-store-hero__lead {
  margin: 1rem 0 0;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.hp-store-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hp-store-btn-gold,
.hp-store-btn-green {
  min-width: 170px;
  padding: 0.7rem 1.15rem;
  font-weight: 700;
  border-radius: 10px;
}

.hp-store-btn-gold {
  background: #fac013 !important;
  border-color: #fac013 !important;
  color: #030605 !important;
}

.hp-store-btn-green {
  background: #057f3d !important;
  border-color: #057f3d !important;
  color: #fff !important;
}

.hp-store-pitch {
  position: relative;
  padding: 1.75rem 0 2.75rem;
  background:
    linear-gradient(180deg, #f3f7f5 0%, #ffffff 40%, #f7faf8 100%);
}

.hp-store-pitch::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 48px,
      rgba(5, 127, 61, 0.035) 48px,
      rgba(5, 127, 61, 0.035) 49px
    );
  pointer-events: none;
}

.hp-store-pitch > .container {
  position: relative;
  z-index: 1;
}

.hp-store-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

.hp-store-stat {
  background: #030605;
  color: #fff;
  border-radius: 14px;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(250, 192, 19, 0.25);
  box-shadow: 0 10px 24px rgba(3, 6, 5, 0.18);
}

.hp-store-stat__value {
  display: block;
  font-family: 'Quantico', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fac013;
  line-height: 1.1;
}

.hp-store-stat__label {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.hp-store-markets {
  margin-bottom: 1.35rem;
}

.hp-store-vip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 1.5rem 1.4rem;
  border-radius: 18px;
  color: #fff;
  background-image:
    linear-gradient(to right, rgb(0 0 0 / 90%), rgb(5 127 61 / 55%)),
    url('../stadium.jpeg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(250, 192, 19, 0.3);
}

.hp-store-vip__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fac013;
  font-weight: 700;
}

.hp-store-vip__title {
  margin: 0;
  font-family: 'Quantico', 'Texturina', sans-serif;
  font-size: 1.45rem;
  color: #fff;
}

.hp-store-vip__text {
  margin: 0.45rem 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .hp-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hp-cat-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hp-store-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .hp-category-panel {
    padding: 0.9rem 0.65rem 1.1rem;
  }

  .hp-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-cat-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-cat-card {
    min-height: 136px;
    padding: 0.85rem;
  }

  .hp-cat-card--compact {
    min-height: 0;
    padding: 0.5rem 0.55rem;
  }

  .hp-store-hero {
    padding: 4.5rem 0 2rem;
  }

  .hp-store-hero__actions .btn {
    width: 100%;
  }

  .hp-store-vip {
    padding: 1.25rem 1.1rem;
  }

  .hp-store-vip .btn {
    width: 100%;
  }

  .hp-tips-tab {
    flex: 1 1 calc(33.333% - 0.5rem);
    min-width: 0;
    padding: 0.5rem 0.4rem;
    font-size: 0.8rem;
  }

  .hp-tips-match {
    min-width: 9.5rem;
  }

  .hp-tips-table thead th,
  .hp-tips-table tbody td {
    padding: 0.4rem 0.35rem;
    font-size: 0.78rem;
  }
}

/* ===== Homepage hero ===== */
.hp-home-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  padding: 3.25rem 0 2.25rem;
  margin-bottom: 0;
  overflow: hidden;
}

.hp-home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../stadium.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hp-home-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.88) 55%, rgba(0, 0, 0, 0.94) 100%),
    radial-gradient(ellipse at 30% 40%, rgba(5, 127, 61, 0.18) 0%, transparent 55%);
  pointer-events: none;
}

.hp-home-hero__inner {
  position: relative;
  z-index: 1;
}

.hp-home-hero__ads {
  text-align: center;
  margin-bottom: 1rem;
}

.hp-home-hero__ads img {
  max-width: 100%;
  height: auto;
}

.hp-home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

.hp-home-hero__grid.has-side {
  grid-template-columns: minmax(0, 1fr) min(300px, 32%);
}

.hp-home-hero__copy {
  max-width: 640px;
}

.hp-home-hero__brand {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fac013;
}

.hp-home-hero__title {
  margin: 0;
  font-family: 'Quantico', 'Texturina', sans-serif;
  font-size: clamp(1.7rem, 4.2vw, 2.85rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.hp-home-hero__title span {
  color: #fac013;
}

.hp-home-hero__lead {
  margin: 0.9rem 0 0;
  max-width: 520px;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 400;
}

.hp-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.hp-home-hero__btn {
  min-width: 140px;
  padding: 0.7rem 1.15rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid transparent;
  text-align: center;
}

.hp-home-hero__btn--green {
  background: #057f3d !important;
  border-color: #057f3d !important;
  color: #fff !important;
}

.hp-home-hero__btn--green:hover {
  background: #069447 !important;
  color: #fff !important;
}

.hp-home-hero__btn--gold {
  background: #fac013 !important;
  border-color: #fac013 !important;
  color: #030605 !important;
}

.hp-home-hero__btn--gold:hover {
  background: #ffd24a !important;
  color: #030605 !important;
}

.hp-home-hero__btn--ghost {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
}

.hp-home-hero__btn--ghost:hover {
  border-color: #fac013 !important;
  color: #fac013 !important;
}

.hp-home-hero__side {
  justify-self: end;
  width: 100%;
  max-width: 300px;
}

.hp-home-hero__side-ad {
  display: block;
  text-align: center;
}

.hp-home-hero__side-ad img {
  width: 300px;
  max-width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .hp-home-hero__grid.has-side {
    grid-template-columns: 1fr;
  }

  .hp-home-hero__side {
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .hp-home-hero {
    padding: 3.75rem 0 1.75rem;
  }

  .hp-home-hero__title {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .hp-home-hero__lead {
    font-size: 0.95rem;
  }

  .hp-home-hero__btn {
    flex: 1 1 calc(50% - 0.65rem);
    min-width: 0;
  }

  .hp-home-hero__btn--gold {
    flex: 1 1 100%;
  }
}

/* Force SEO paragraph copy (and nested strong/b) to never appear bold */
.hp-home-seo p,
.hp-home-seo p *,
.hp-category-seo p,
.hp-category-seo p *,
.hp-static-panel p,
.hp-static-panel p * {
  font-weight: 400 !important;
  font-synthesis: none !important;
}

/* ===== VIP packages (ValidPredict-style cards, HostPredict brand) ===== */
.hp-vip-section {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
}

.hp-vip-section__head {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

.hp-vip-section__eyebrow {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #057f3d;
}

.hp-vip-section__title {
  margin: 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 600;
  color: #0f1a14;
}

.hp-vip-section__lead {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6b7c72;
}

.hp-vip-group {
  margin-top: 1.75rem;
}

.hp-vip-group__title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f1a14;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5ebe7;
}

.hp-vip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .hp-vip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hp-vip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hp-vip-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 52rem;
  }
}

.hp-vip-card-col {
  display: flex;
  min-width: 0;
}

.hp-vip-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
  padding: 1.5rem;
  color: #fff;
  background-image: linear-gradient(145deg, #030605, #0f1a14 45%, #163222);
  box-shadow: 0 24px 60px rgba(3, 6, 5, 0.18);
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

.hp-vip-card:hover,
.hp-vip-card:focus {
  color: #fff;
  text-decoration: none !important;
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(3, 6, 5, 0.28);
}

.hp-vip-card.is-featured {
  box-shadow: 0 24px 60px rgba(3, 6, 5, 0.22), 0 0 0 2px rgba(250, 192, 19, 0.7);
}

.hp-vip-card.is-featured:hover,
.hp-vip-card.is-featured:focus {
  box-shadow: 0 28px 64px rgba(3, 6, 5, 0.3), 0 0 0 2px rgba(250, 192, 19, 0.85);
}

.hp-vip-card__glow {
  pointer-events: none;
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 9rem;
  height: 9rem;
  border-radius: 999px;
  background: rgba(250, 192, 19, 0.2);
}

.hp-vip-card__badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fac013;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 0.85rem;
}

.hp-vip-card__badge--gold {
  color: #030605;
  background: #fac013;
}

.hp-vip-card__title {
  position: relative;
  margin: 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.hp-vip-card__plan {
  position: relative;
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fac013;
}

.hp-vip-card__price {
  position: relative;
  margin-top: 1.15rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #fac013;
}

.hp-vip-card__prices {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.75rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
}

.hp-vip-card__prices em {
  font-style: normal;
  color: #fac013;
  font-weight: 700;
  font-size: 0.7rem;
}

.hp-vip-card__tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
  flex: 1;
  align-content: flex-start;
}

.hp-vip-card__tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(250, 192, 19, 0.35);
}

.hp-vip-card__cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.35rem;
  width: 100%;
  border-radius: 999px;
  padding: 0.9rem 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff !important;
  background: #057f3d;
  text-decoration: none !important;
  transition: background 0.15s ease;
  pointer-events: none;
}

.hp-vip-card:hover .hp-vip-card__cta {
  background: #069447;
}

.hp-vip-card__cta.is-gold {
  background: #fac013;
  color: #030605 !important;
}

.hp-vip-card:hover .hp-vip-card__cta.is-gold {
  background: #ffcf3d;
}

.hp-vip-country {
  background: #fff;
  border: 1px solid #e5ebe7;
  border-radius: 1rem;
  padding: 1.25rem;
  max-width: 36rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px rgba(3, 6, 5, 0.05);
}

.hp-vip-country h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f1a14;
}

.hp-vip-country p {
  margin: 0 0 0.85rem;
  color: #6b7c72;
  font-size: 0.9rem;
}

.hp-vip-country__btn {
  margin-top: 0.75rem;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: #057f3d;
  color: #fff;
  font-weight: 700;
}

.hp-vip-country__meta {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.85rem;
  color: #6b7c72;
}

.hp-vip-country__meta a {
  color: #057f3d;
  font-weight: 600;
}

.hp-vip-prompt {
  background: #fff8e6;
  border: 1px solid #fac013;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
}

.hp-vip-prompt h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #0f1a14;
}

.hp-vip-prompt p {
  margin: 0;
  color: #6b7c72;
}

/* ===== Pricing page ===== */
.hp-pricing {
  padding: 0.5rem 0 3rem;
  background:
    radial-gradient(ellipse at top, rgba(5, 127, 61, 0.06), transparent 55%),
    #f4f7f5;
}

.hp-pricing-panel {
  background: #fff;
  border: 1px solid #e5ebe7;
  border-radius: 2rem;
  padding: 1.5rem;
  box-shadow: 0 18px 48px rgba(3, 6, 5, 0.06);
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .hp-pricing-panel {
    padding: 1.75rem 1.85rem;
  }
}

.hp-pricing-panel__inner {
  max-width: 36rem;
  margin: 0 auto;
}

.hp-pricing-eyebrow {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #057f3d;
}

.hp-pricing-title {
  margin: 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 600;
  color: #0f1a14;
}

.hp-pricing-title--sm {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hp-pricing-lead {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #6b7c72;
}

.hp-pricing-country-form {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.75rem;
}

.hp-pricing-country-form .select2-container {
  width: 100% !important;
  text-align: left;
}

.hp-pricing-country-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  background: #057f3d;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.hp-pricing-country-btn:hover {
  background: #069447;
  color: #fff;
}

.hp-pricing-meta {
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  color: #6b7c72;
}

.hp-pricing-meta a {
  color: #057f3d;
  font-weight: 600;
}

.hp-pricing-panel--plans {
  margin-top: 0.25rem;
}

.hp-pricing-plans-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #e5ebe7;
}

@media (min-width: 768px) {
  .hp-pricing-plans-head {
    flex-direction: row;
    align-items: center;
  }
}

.hp-pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid #e5ebe7;
  background: #f4f7f5;
}

.hp-pricing-toggle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #6b7c72;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.hp-pricing-toggle__btn:hover {
  color: #0f1a14;
}

.hp-pricing-toggle__btn.is-active {
  background: #057f3d;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(5, 127, 61, 0.22);
}

.hp-pricing-prompt {
  background: #fff8e6;
  border: 1px solid #fac013;
  border-radius: 2rem;
  padding: 1.75rem 1.5rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.hp-pricing-prompt h3 {
  margin: 0 0 0.4rem;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: 1.15rem;
  color: #0f1a14;
}

.hp-pricing-prompt p {
  margin: 0;
  color: #6b7c72;
  font-size: 0.92rem;
}

.hp-pricing-footer {
  margin-top: 1.5rem;
  color: #4d5c54;
  font-size: 0.92rem;
  line-height: 1.65;
}

.hp-pricing .hp-vip-card__price {
  margin-top: 0.85rem;
  margin-bottom: 0.15rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== User portal / dashboard ===== */
.hp-portal {
  padding: 1rem 0 3rem;
  background:
    radial-gradient(ellipse at top, rgba(5, 127, 61, 0.07), transparent 55%),
    #f4f7f5;
  min-height: 70vh;
  overflow-x: hidden;
}

.hp-portal-lock {
  overflow: hidden !important;
  touch-action: none;
}

.hp-portal__layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .hp-portal__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.hp-portal__main {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hp-portal-sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(3, 6, 5, 0.45);
}

.hp-portal-sidebar-backdrop.is-open {
  display: block;
}

/* Mobile + tablet: off-canvas menu drawer */
.hp-portal-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  width: min(300px, 88vw);
  height: 100dvh;
  max-height: 100dvh;
  background: #fff;
  border-right: 1px solid #e5ebe7;
  box-shadow: 0 20px 50px rgba(3, 6, 5, 0.18);
  transform: translateX(-105%);
  transition: transform 0.28s ease, visibility 0.28s ease;
  padding-top: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.hp-portal-sidebar.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

/* Desktop only: sticky side panel */
@media (min-width: 1200px) {
  .hp-portal-sidebar {
    position: sticky;
    top: 72px;
    z-index: 1;
    width: 260px;
    height: auto;
    max-height: none;
    border: 1px solid #e5ebe7;
    border-radius: 1.75rem;
    box-shadow: 0 16px 40px rgba(3, 6, 5, 0.06);
    transform: none;
    visibility: visible;
    pointer-events: auto;
    overflow: visible;
  }

  .hp-portal-sidebar-backdrop,
  .hp-portal-sidebar__close,
  .hp-portal-toolbar {
    display: none !important;
  }
}

.hp-portal-sidebar__close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 0.65rem;
  background: #f4f7f5;
  color: #6b7c72;
  font-size: 1.5rem;
  line-height: 1;
}

.hp-portal-sidebar__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.1rem 1.25rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

@media (max-width: 1199.98px) {
  .hp-portal-sidebar__inner {
    padding-top: 3.25rem;
  }
}

.hp-portal-sidebar__user {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e5ebe7;
  flex-shrink: 0;
}

.hp-portal-sidebar__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #057f3d, #0f1a14);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 0 0 3px rgba(5, 127, 61, 0.18);
}

.hp-portal-sidebar__name {
  margin: 0;
  font-weight: 700;
  color: #0f1a14;
  font-size: 0.95rem;
}

.hp-portal-sidebar__email {
  margin: 0.1rem 0 0;
  font-size: 0.75rem;
  color: #6b7c72;
  word-break: break-all;
}

.hp-portal-sidebar__badge {
  display: inline-flex;
  margin-top: 0.25rem;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
}

.hp-portal-sidebar__badge.is-vip {
  background: rgba(5, 127, 61, 0.12);
  color: #057f3d;
}

.hp-portal-sidebar__badge.is-free {
  background: rgba(250, 192, 19, 0.2);
  color: #8a6a00;
}

.hp-portal-sidebar__nav {
  flex: 0 0 auto;
}

.hp-portal-sidebar__label {
  margin: 0 0 0.3rem;
  padding: 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7c72;
}

.hp-portal-sidebar__hr {
  border: 0;
  border-top: 1px solid #e5ebe7;
  margin: 0.65rem 0;
}

.hp-portal-nav-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.85rem;
  color: #0f1a14 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.9rem;
}

.hp-portal-nav-link i {
  width: 1.15rem;
  text-align: center;
  color: #057f3d;
}

.hp-portal-nav-link:hover,
.hp-portal-nav-link.is-active {
  background: rgba(5, 127, 61, 0.1);
  color: #057f3d !important;
}

.hp-portal-logout {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.65rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #c62828, #8b1a1a);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none !important;
}

.hp-portal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.hp-portal-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #e5ebe7;
  border-radius: 999px;
  background: #fff;
  padding: 0.55rem 1rem;
  font-weight: 700;
  color: #0f1a14;
}

.hp-portal-toolbar__crumb {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6b7c72;
}

.hp-dash-hero {
  display: grid;
  gap: 1rem;
  background: #fff;
  border: 1px solid #e5ebe7;
  border-radius: 1.75rem;
  padding: 1.35rem;
  box-shadow: 0 16px 40px rgba(3, 6, 5, 0.05);
}

@media (min-width: 992px) {
  .hp-dash-hero {
    grid-template-columns: 1.2fr 1fr;
    align-items: stretch;
    padding: 1.5rem;
  }
}

.hp-dash-hero__eyebrow,
.hp-portal-eyebrow {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #057f3d;
}

.hp-portal-eyebrow--light {
  color: rgba(255, 255, 255, 0.8);
}

.hp-dash-hero__title {
  margin: 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 600;
  color: #0f1a14;
}

.hp-dash-hero__email {
  margin: 0.3rem 0 0;
  color: #6b7c72;
  font-size: 0.9rem;
}

.hp-dash-hero__lead {
  margin: 0.75rem 0 0;
  color: #4d5c54;
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 36rem;
}

.hp-dash-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hp-dash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none !important;
  border: 1px solid transparent;
}

.hp-dash-btn--primary {
  background: #057f3d;
  color: #fff !important;
}

.hp-dash-btn--primary:hover {
  background: #069447;
  color: #fff !important;
}

.hp-dash-btn--ghost {
  background: #fff;
  border-color: #e5ebe7;
  color: #0f1a14 !important;
}

.hp-dash-btn--ghost:hover {
  border-color: #057f3d;
  color: #057f3d !important;
}

.hp-dash-status {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  padding: 1.15rem 1.2rem;
  background-image: linear-gradient(145deg, #057f3d, #0f1a14 70%);
  color: #fff;
}

.hp-dash-status__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.hp-dash-status__label {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.hp-dash-status__value {
  margin: 0.25rem 0 0;
  font-weight: 700;
  font-size: 0.95rem;
}

.hp-dash-status__sub {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: #fac013;
}

.hp-dash-status__pill {
  display: inline-flex;
  margin-top: 0.3rem;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
}

.hp-dash-status__pill.is-active {
  background: #e8f8ee;
  color: #057f3d;
}

.hp-dash-status__pill.is-free {
  background: #fff3cd;
  color: #8a6a00;
}

.hp-dash-status__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hp-dash-status__meta span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem;
}

.hp-portal-panel {
  background: #fff;
  border: 1px solid #e5ebe7;
  border-radius: 1.75rem;
  box-shadow: 0 16px 40px rgba(3, 6, 5, 0.05);
  overflow: hidden;
}

.hp-portal-panel__head {
  padding: 1.25rem 1.35rem 0;
}

.hp-portal-panel__title {
  margin: 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  color: #0f1a14;
}

.hp-portal-panel__title--light {
  color: #fff;
}

.hp-portal-panel__lead {
  margin: 0.4rem 0 0;
  color: #6b7c72;
  font-size: 0.9rem;
  line-height: 1.5;
}

.hp-portal-panel__body {
  padding: 1.15rem 1.2rem 1.4rem;
}

.hp-portal-panel__banner {
  background: linear-gradient(90deg, #057f3d, #0f1a14);
  padding: 1.1rem 1.35rem;
}

.hp-portal-panel--support {
  padding: 1.35rem;
}

.hp-portal-panel__support-title {
  margin: 0;
  font-weight: 700;
  color: #0f1a14;
}

.hp-portal-panel .hp-vip-section {
  padding: 0;
}

.hp-portal-tabs .content {
  padding-top: 0.75rem;
}

.hp-portal-panel--tips table thead {
  background: #057f3d !important;
}

.hp-profile-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .hp-profile-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hp-profile-field {
  display: block;
  margin: 0;
}

.hp-profile-field--full {
  grid-column: 1 / -1;
}

.hp-profile-field > span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f1a14;
}

.hp-profile-field input,
.hp-profile-field select,
.hp-profile-form .select2-container .select2-selection--single {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #e5ebe7;
  border-radius: 1rem !important;
  padding: 0.7rem 0.95rem;
  background: #f4f7f5;
  color: #0f1a14;
  font-size: 0.92rem;
  outline: none;
}

.hp-profile-field input:focus,
.hp-profile-field select:focus {
  border-color: #057f3d;
  box-shadow: 0 0 0 3px rgba(5, 127, 61, 0.15);
}

.hp-profile-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.hp-profile-form .select2-container {
  width: 100% !important;
}

/* ===== Date tabs (Yesterday / Today / Tomorrow) ===== */
.hp-date-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  width: 100%;
  margin: 0.65rem 0 0.85rem;
  padding: 0.4rem;
  border-radius: 999px;
  border: 1px solid #e5ebe7;
  background: #f4f7f5;
  box-shadow: inset 0 1px 2px rgba(3, 6, 5, 0.04);
}

@media (min-width: 576px) {
  .hp-date-tabs {
    display: inline-grid;
    width: auto;
    min-width: min(100%, 28rem);
  }
}

.hp-date-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  min-height: 2.85rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  text-decoration: none !important;
  color: #4d5c54 !important;
  font-weight: 700;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hp-date-tab__label {
  font-size: 0.82rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.hp-date-tab__date {
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.1;
  opacity: 0.75;
}

.hp-date-tab:hover {
  color: #057f3d !important;
  background: rgba(5, 127, 61, 0.08);
}

.hp-date-tab.is-active {
  background: #057f3d;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(5, 127, 61, 0.28);
  transform: translateY(-1px);
}

.hp-date-tab.is-active .hp-date-tab__date {
  color: #fac013;
  opacity: 1;
}

.tabs .hp-date-tabs {
  position: relative;
  left: auto;
  transform: none;
}

@media (max-width: 420px) {
  .hp-date-tab {
    min-height: 2.6rem;
    padding: 0.4rem 0.35rem;
  }

  .hp-date-tab__label {
    font-size: 0.72rem;
  }

  .hp-date-tab__date {
    font-size: 0.62rem;
  }
}

/* ===== Payment / checkout page ===== */
.hp-pay {
  padding: 1rem 0 3rem;
  background:
    radial-gradient(ellipse at top, rgba(5, 127, 61, 0.07), transparent 55%),
    #f4f7f5;
  min-height: 70vh;
}

.hp-pay-shell {
  background: #fff;
  border: 1px solid #e5ebe7;
  border-radius: 2rem;
  padding: 1.35rem;
  box-shadow: 0 18px 48px rgba(3, 6, 5, 0.06);
}

@media (min-width: 768px) {
  .hp-pay-shell {
    padding: 1.75rem;
  }
}

.hp-pay-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5ebe7;
}

@media (min-width: 768px) {
  .hp-pay-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.hp-pay-eyebrow {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #057f3d;
}

.hp-pay-title {
  margin: 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 600;
  color: #0f1a14;
}

.hp-pay-meta {
  margin: 0.45rem 0 0;
  color: #6b7c72;
  font-size: 0.92rem;
}

.hp-pay-dot {
  margin: 0 0.25rem;
}

.hp-pay-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hp-pay-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid #e5ebe7;
  background: #fff;
  color: #0f1a14 !important;
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none !important;
}

.hp-pay-link-btn:hover {
  border-color: #057f3d;
  color: #057f3d !important;
}

.hp-pay-summary {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, #057f3d, #0f1a14);
  color: #fff;
}

@media (min-width: 576px) {
  .hp-pay-summary {
    grid-template-columns: 1.4fr auto;
    align-items: center;
  }
}

.hp-pay-summary__label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.hp-pay-summary__value {
  margin: 0.25rem 0 0;
  font-weight: 700;
  font-size: 1rem;
}

.hp-pay-summary__amount {
  margin: 0.25rem 0 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: #fac013;
}

.hp-pay-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 992px) {
  .hp-pay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hp-pay-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5ebe7;
  border-radius: 1.5rem;
  background: #f8faf9;
  box-shadow: 0 12px 30px rgba(3, 6, 5, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hp-pay-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(3, 6, 5, 0.1);
}

.hp-pay-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border-bottom: 1px solid #e5ebe7;
}

.hp-pay-card__name {
  margin: 0;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f1a14;
}

.hp-pay-card__price {
  margin: 0.35rem 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #057f3d;
}

.hp-pay-card__plan {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: #6b7c72;
}

.hp-pay-card__icon {
  height: 2.5rem;
  width: auto;
  max-width: 4.5rem;
  object-fit: contain;
}

.hp-pay-card__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(5, 127, 61, 0.1);
  color: #057f3d;
  white-space: nowrap;
}

.hp-pay-details {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.hp-pay-details li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid #e5ebe7;
}

@media (min-width: 576px) {
  .hp-pay-details li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}

.hp-pay-details li span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7c72;
}

.hp-pay-details li strong {
  font-size: 0.92rem;
  color: #0f1a14;
  word-break: break-word;
  text-align: right;
}

.hp-pay-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.15rem 1.2rem 1.3rem;
  margin-top: auto;
}

.hp-pay-card__note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #4d5c54;
}

.hp-pay-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.1rem;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  background: #057f3d;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 0.15s ease, transform 0.15s ease;
}

.hp-pay-cta:hover {
  background: #069447;
  transform: translateY(-1px);
  color: #fff;
}

.hp-pay-empty {
  margin-top: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  border-radius: 1.25rem;
  border: 1px solid #fac013;
  background: #fff8e6;
}

.hp-pay-empty h2 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: #0f1a14;
}

.hp-pay-empty p {
  margin: 0;
  color: #6b7c72;
  font-size: 0.92rem;
}

.hp-pay-empty a {
  color: #057f3d;
  font-weight: 700;
}

/* ===== Footer text links (fold / unfold) ===== */
.hp-footer-textlinks {
  margin: 1.25rem 0 0.5rem;
}

.hp-footer-textlinks__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.hp-footer-textlinks__link {
  display: inline-block;
  padding: 0.15rem 0.35rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #9aa3a0 !important;
  text-decoration: none !important;
  line-height: 1.45;
}

.hp-footer-textlinks__link:hover {
  color: #d1d5d3 !important;
  text-decoration: underline !important;
}

.hp-footer-textlinks__sep {
  color: rgba(154, 163, 160, 0.55);
  font-size: 0.75rem;
  line-height: 1.45;
  user-select: none;
}

.hp-footer-textlinks:not(.is-open) .hp-ftl-extra {
  display: none !important;
}

.hp-footer-textlinks__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.35rem;
  margin-top: 0.15rem;
  padding: 0.2rem 0.65rem 0.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.hp-footer-textlinks__toggle:hover {
  background: #fff;
  color: #111;
}

.hp-footer-textlinks__toggle-close {
  display: none;
}

.hp-footer-textlinks.is-open .hp-footer-textlinks__toggle-open {
  display: none;
}

.hp-footer-textlinks.is-open .hp-footer-textlinks__toggle-close {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 992px) {
  .hp-footer-textlinks__box {
    padding: 1.1rem 1.35rem;
    border-radius: 1.5rem;
  }

  .hp-footer-textlinks__link,
  .hp-footer-textlinks__sep {
    font-size: 0.8rem;
  }
}

/* ===== How to pay ===== */
.hp-how-pay {
  padding-bottom: 2.5rem;
}

.hp-how-pay-steps {
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #e5ebe7;
}

.hp-how-pay-steps h2 {
  margin: 0 0 0.65rem;
  font-family: 'Space Grotesk', 'Quantico', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f1a14;
}

.hp-how-pay-steps ol {
  margin: 0;
  padding-left: 1.2rem;
  color: #3e5046;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hp-how-pay-steps li + li {
  margin-top: 0.45rem;
}

.hp-how-pay-contact {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5ebe7;
  font-size: 0.85rem;
  color: #6b7c72;
  line-height: 1.5;
}

.hp-how-pay-contact a {
  color: #057f3d;
  font-weight: 700;
}

/* ===== Select country ===== */
.hp-select-country {
  padding: 0 0 2.75rem;
}

.hp-select-country__panel {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hp-select-country__hints {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
  text-align: left;
}

@media (min-width: 640px) {
  .hp-select-country__hints {
    grid-template-columns: 1fr 1fr;
  }
}

.hp-select-country__hint {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: #f4f7f5;
  border: 1px solid #e5ebe7;
}

.hp-select-country__hint-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(5, 127, 61, 0.12);
  color: #057f3d;
  flex-shrink: 0;
}

.hp-select-country__hint strong {
  display: block;
  font-size: 0.88rem;
  color: #0f1a14;
  margin-bottom: 0.15rem;
}

.hp-select-country__hint p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #6b7c72;
}



