@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap');
html,body{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.3px;
	background-image: url('imgs/background.webp');
	background-repeat: no-repeat;
	background-size: cover;"
}
p{
    margin-bottom: 8px;
}
.container{
   max-width: 1080px;
   background-color: white;
   border: 5px dashed black;
   border-radius: 25px;
   margin-top: 25px;
   margin-bottom: 25px;
   padding-left: 50px;
   padding-right: 50px;
}
.txt_red{
    color: #ED1C24;
}
.top_headline{
   max-width: 1080px;
   font-family: 'Montserrat', sans-serif;
   text-align: center;
   margin: 50px 0;
   
}
.top_headline h1{
    text-align: center;
    font-weight: 900;
    font-size: 57px;
    line-height: 1.3;
}
.top_headline h1 span{
    text-decoration: underline;
}
.top_headline p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    font-style: italic;
    margin:30px 0;
}
.component{
    padding: 40px 0;
}
.component_03 .card{
    font-size: 16px;
    font-family: "open-sans", sans-serif;
}
.component_04{
    margin-top: 100px;
}
.component_05{
    padding-bottom: 30px;
}
.order-section{
    padding-bottom: 30px;
    border-bottom: 1px dotted black;
}
.component_title{
    text-align: center;
    margin-top: 50px;
}
.component_title h1{
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 57px;
    line-height: 1.3;
    text-align: center;
}
.about{
    max-width: 850px;
    margin: 0 auto;
}
.about_title h4{
    font-size: 18px;
}
.about_title h1{
    font-size: 28px;
    font-weight: 900;
}
.about .ml-5{
    margin-left: 30px;
    text-align: center;
}
.insight_list , .license_list_does{
    max-width: 830px;
    margin: 30px auto;
}
.component_insights p{
    font-weight: 600;
    font-size: 20px;
}
.license_list_does p{
    font-weight: 600;
    font-size: 20px;
}
.license_list_does p i{
    color: rgb(58, 239, 58);
}
.component_05{
    border-bottom: 1px dotted black;
}
.FAQ{
	border-top: 1px dotted black;
}
.label_rights{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.3px;
}
/* DISCLAIMER  */
.disclaimer{
    padding: 40px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    border-top: 1px dotted black;
}

/* FOOTER  */
.footer{
    padding: 26px 0;
    text-align: center;
}
.footer p{
    margin: 0;
    color: #fff;
    font-size: 16px;
}

/* MEDIA QUERY for TAB view  */
@media only screen and (max-width: 768px) {
    html,body{
        font-size: 17px;
    }
    .container {
     max-width: 690px;
    }
    .top_headline h1 {
        font-size: 40px;
       }
    .component_title h1{
        font-size: 40px;
    }
    .component_03 {
        text-align: center;
    }
    .component_03 .card{
        margin-top: 30px;
        text-align: left;
    }
    .component_04{
        margin-top: 30px;
    }
  }

/* --- Extracted Inline Styles from HTML --- */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f5f5f5;
  color: #333;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1080px;
  margin: 2rem auto;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1, h2, h3 {
  color: #222;
}
.cta-button {
  display: inline-block;
  background: #ff6600;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 1rem;
}
ul {
  margin-left: 1.5rem;
}
.badge {
  display: inline-block;
  background: crimson;
  color: white;
  font-weight: bold;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1.5rem auto;
}
.warriorplus-button {
  display: block;
  margin: 0 auto 1.5rem auto;
}
.rounded-circle {
  float: none !important;
  display: block;
  margin: 1rem auto;
}
.author-block {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.author-block img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.author-block h4, .author-block h1 {
  margin: 0;
}