@font-face {
  font-family: "Source Sans 3";
  src: url(../fonts/SourceSans3-VariableFont_wght.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/SourceSans3-VariableFont_wght.ttf);
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  color: #333333;
  line-height: 1.65;
}
a {
  text-decoration: none;
  color: #0274be;
}
a:hover {
  color: #0237e5;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.elementor-widget-container {
  width: 100%;
}
/* Containers */
.container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.full-width {
  width: 100%;
}
/* Advertorial bar */
.advertorial-bar {
  background-color: #000000;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
  padding: 4px 0;
}
.advertorial-bar span {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #B1B1B1;
}
/* Header logo section */
.logo-section {
  border-bottom: 1px solid #F1F1F1;
  padding: 8px 0 5px 0;
}
.logo-section img {
  width: 33%;
  max-width: 280px;
}
/* Main title */
.main-title {
  font-family: 'Inter', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  color: #333333;
  margin: 20px 0 10px 0;
}
/* Share buttons row */
.share-row {
  margin-bottom: 15px;
}
.share-buttons {
  display: flex;
  gap: 10px;
}
.share-btn {
  background-color: #3b5998;
  border-radius: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  transition: 0.2s;
  width: 100%;
}
.share-btn.twitter {
  background-color: #1DA1F2;
}
.share-btn.pinterest {
  background-color: #BD081C;
}
.share-btn:hover {
  filter: brightness(1.1);
}
/* Featured image (main) */
.featured-img {
  margin: 15px 0;
}
.featured-img img {
  width: 100%;
}
/* Highlighted intro box */
.highlight-box {
  background-color: #FEF5C4;
  box-shadow: 0px 0px 10px 0px #FADF98;
  padding: 8px 14px;
  margin-bottom: 20px;
  border-radius: 0px;
}
.highlight-box p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
  margin: 0;
}
/* Headings H2 */
h2 {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: #333333;
  margin: 20px 0 15px 0;
}
/* Regular paragraphs */
p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  margin-bottom: 1.2em;
}
/* Lists */
ul,
ol {
  margin-left: 2em;
  margin-bottom: 1.2em;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
li {
  margin-bottom: 0.3em;
}
/* Testimonial boxes (blue left border) */
.testimonial-box {
  background-color: #EDF9FF;
  border-left: 5px solid #337AB7;
  border-radius: 5px;
  padding: 8px 14px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s;
}
.testimonial-box p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
  margin: 0 0 10px 0;
}
.testimonial-box strong {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
/* Buttons */
.btn-green {
  display: inline-block;
  width: 100%;
  background-color: #1FBA34;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  padding: 15px 15px;
  border-radius: 7px;
  color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
  transition: background 0.2s;
  margin-bottom: 40px;
}
.btn-green:hover {
  background-color: #07893A;
  color: white;
}
/* Urgent update box */
.urgent-box {
  background-color: #FEF5C4;
  border: 3px dashed #FE7D7F;
  padding: 8px 14px;
  margin-bottom: 20px;
  text-align: left;
}
.urgent-box p,
.urgent-box h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
}
.urgent-box h3 {
  font-weight: 700;
  margin-bottom: 8px;
}
/* Video wrapper */
.video-wrapper {
  margin: 20px 0;
  aspect-ratio: 16/9;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Footer section (dark) */
.footer-dark {
  background-color: #000000;
  padding: 20px 0 10px 0;
  margin-top: 20px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7B7B7B;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #54595F;
}
.footer-text {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #7B7B7B;
  max-width: 880px;
  margin: 0 auto;
}
.footer-text p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #7B7B7B;
}
/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 32px;
    line-height: 36px;
  }
  h2 {
    font-size: 24px;
  }
  .btn-green {
    font-size: 23px;
    line-height: 26px;
  }
  .logo-section img {
    width: 65%;
  }
  .testimonial-box p,
  .highlight-box p,
  .urgent-box p,
  .urgent-box h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 544px) {
  .container {
    padding: 0 15px;
  }
}
/* Image helper */
.full-img {
  width: 100%;
  margin: 15px 0;
}
.inline-img {
  max-width: 100%;
  margin: 20px 0;
}
hr {
  margin: 20px 0;
}
strong {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}