body {
  font-family: 'Lato', sans-serif;
  }
  
  .loader-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ccc;
  border-top-color: #F63320;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  }
  
  @keyframes spin {
  to { transform: rotate(360deg); }
  }
  
  .interactive-particles-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .interactive-particles {
  width: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  }
  
  .interactive-particles canvas {
  position: absolute;
  top: 0;
  left: 0;
  }
  
  .particles-hero-intro {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .particles-hero-intro .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
  
  .particles-hero-intro .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .cta-overlay {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 10;
  }
  
  .hero-cta-button {
  background-color: #F63320;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding: 10px;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  }
  
  .hero-cta-button:hover {
  background-color: #d02c1c;
  }
  
  .lp-content-section {
    color: #fff;
    background-color: #181818;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .lp-inner-container {
    max-width: 949px;
    margin: 0 auto;
    width: 100%;
  }
  
  .lp-red-title {
    max-width: 661px;
    margin: 0 auto 100px;
    color: #DA291C;
    text-align: center;
    font-family: Oswald;
    font-size: 74px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }
  
  .lp-content-flex {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #F9EBEB;
    font-family: Lato;
    font-weight: 300;
    gap: 75px;
    overflow: visible;
  }
  
  .lp-left-column {
    flex: 1 1 50%;
  }
  
  .lp-right-column {
    flex: 1 1 40%;
  }
  
  .subscribe-left-heading {
    font-family: Oswald;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #F63320;
  }
  
  .lp-subscribe-card {
    height: auto;
    width: 375px;
    padding: 1rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #F63320;
    color: #fff;
    border-radius: 12px;
  }
  
  .lp-subscribe-card.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .lp-subscribe-card h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0 0 8px;
  }
  
  .lp-subscribe-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  
  .lp-subscribe-card form {
    display: block;
  }
  
  .lp-subscribe-card input {
    border-radius: 7px;
    border: 1px solid lightgrey;
    line-height: 48px;
    font-size: 16px;
    padding: 0 10px;
  }
  
  .lp-subscribe-card #cons_email {
    width: 100%;
  }
  
  .lp-subscribe-card input[type="email"] {
    flex: 1;
    border-radius: 7px;
    border: 1px solid lightgrey;
    background: #ffffff;
    color: #333;
  }
  
  .lp-subscribe-card button:hover {
    background-color: #a52014;
  }
  
  .particles-wrapper {
    width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .lp-two-col {
  display: flex;
  gap: 100px;
  margin-top: 32px;
  }
  
  .lp-two-col > div {
  flex: 1;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  }
  
  .lp-social-and-copy {
  display: flex;
  gap: 182px;
  margin-top: 2rem;
  align-items: center;
  }
  
  .lp-social-left,
  .lp-quote-right {
  flex: 1 1 50%;
  }
  
  /* Hide social box on mobile */
  .desktop-only {
  display: block;
  }
  
  @media (max-width: 767px) {
  .lp-social-left,
  .lp-quote-right {
    flex: 1 1 100%;
  }
  
  .desktop-only {
    display: none !important;
  }
  }
  
  .lp-ethiopia-intro p {
  color: #F9EBEB;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  }
  
  .lp-social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  }
  
  .lp-social-icons a {
  display: inline-block;
  transition: transform 0.3s ease;
  }
  
  .lp-social-icons a:hover {
  transform: scale(1.1);
  }
  
  .lp-social-icons .social-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  }
  
  /* MOBILE SOCIAL ICONS */
  .hero-social-icons {
  display: none;
  }
  
  @media (max-width: 768px) {

    .particles-hero-intro {
      position: relative;
      width: 100%;
      height: 65vh;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      background-color: #000;
  }
  
    .particles-hero-intro .video-wrapper {
      position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        bottom: 0;
    }
  
    .particles-hero-intro .video-wrapper video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: contain;
      background-color: #000;
    }
   
  .lp-content-section {
    padding: 2rem;
  }
  
  .lp-red-title {
        text-align: left;
        font-size: 36px;
        margin-bottom: 0;
        padding: 30px 0;
    }
  
  .lp-content-flex {
    gap: 30px;
  }
  
  .lp-two-col {
    flex-direction: column;
  }
  
  .interactive-particles {
    width: 389px !important;
    height: 211px !important;
  }
  
  .interactive-particles canvas {
    left: -20px;
  }
  
  .lp-social-and-copy {
    display: none;
  }
  
  .hero-social-icons {
    position: fixed;
    top: 30%;
    right: 1rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    background-color: #F63320;
    padding: 1rem 0.75rem;
    border-radius: 40px;
    gap: 1.2rem;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  
  .hero-social-icons a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
  }
  }
  
  .lp-social-box {
  background: #F63320;
  color: white;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  width: 260px;
  margin-top: 60px;
  font-size: 16px;
  }
  
  .lp-text-block {
  color: #F9EBEB;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  }
  
  .lp-stats-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #181818;
  }
  
  .lp-stats-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 3rem 0;
  max-width: 1200px;
  margin: 0 auto;
  }
  
  .lp-stat-box {
  background-color: #F63320;
  border-radius: 30.33px;
  padding: 3rem;
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 269px;
  height: 425px;
  flex-shrink: 0;
  gap: 30px;
  }
  
  /* .lp-stat-box::before {
  content: '';
  background: white;
  color: #F63320;
  padding: 0.5rem 5rem;
  border-radius: 3px;
  margin-bottom: 1rem;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  } */
  
  .lp-stat-label {
  content: "";
  background: white;
  color: #F63320;
  padding: 0.5rem 5rem;
  border-radius: 3px;
  margin-bottom: 1rem;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  }
  
  .lp-stat-number {
  background: #FAEDEE;
  padding: 1rem 1rem;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  color: #231717;
  font-family: Oswald;
  font-size: 60px;
  font-weight: 400;
  line-height: 160%;
  height: 255px;
  text-align: center;
  }
  
  .lp-stat-box small {
  display: block;
  color: #231717;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  }
  
  /* Default desktop view */
  .lp-social-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  }
  
  .lp-social-slider .lp-slide {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  }
  
  .lp-social-wrapper:not(.slick-initialized) {
  display: flex !important;
  gap: 100px;
  flex-wrap: wrap;
  }
  
  .lp-social-wrapper:not(.slick-initialized) .lp-slide {
  flex: 1 1 50% !important;
  max-width: 50%;
  }
  
  /* Hide red social box on mobile */
  .desktop-only {
  display: block;
  }
  
  
  @media (max-width: 767px) {
    .particles-hero-intro {
      position: relative;
      width: 100%;
      height: 65vh;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      background-color: #000;
  }
  
    .particles-hero-intro .video-wrapper {
      position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        bottom: 0;
    }
  
    .particles-hero-intro .video-wrapper video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: contain;
      background-color: #000;
    }
  .lp-social-slider {
    display: block;
  }
  
  .lp-social-slider .lp-slide {
    max-width: 100%;
  }
  .lp-social-slider.slick-initialized .slick-dots {
    padding: 0 !important;
  }  
  .lp-social-slider.slick-dots li.slick-active button {
    background-color: #F63320 !important;
    border-radius: 50% !important;
  }
  .slick-dots li.slick-active button {
    background-color: #F63320 !important;
    border-radius: 50% !important;
  }
  .slick-dots li button {
    border-radius: 50% !important;
  }
  }
  /* STATS SLIDER & DOTS */
  .lp-stat-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  }
  
  .slick-dots {
  position: relative!important;
  width: 100%;
  padding: 60px !important;
  margin: 0;
  list-style: none;
  text-align: center;
  }
  
  .slick-dots li {
  width: 30px;
  height: 30px;
  }
  
  .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #D9D9D9 !important;
  }
  
  .slick-dots li.slick-active button {
  background-color: #333333;
  }
  
  .slick-dots li button:before {
  display: none;
  }

  .slick-initialized .slick-slide {
  display: flex !important;
  }
  
  .slick-dotted.slick-slider {
  margin-bottom: -5px !important;
  }
  
  @media (max-width: 768px) {
    .lp-stats-container {
      padding: 2rem 1rem;
    }
    
    .lp-stat-box {
      flex: 0 0 auto;
      scroll-snap-align: start;
      width: 269px;
    }
}
  
  .lp-subscribe-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
  align-items: center;
  justify-content: center;
  }
  
  .lp-subscribe-left {
  flex: 1 1 58%;
  max-width: 636px;
  }
  
  .lp-subscribe-right {
  flex: 1 1 40%;
  }
  
  .lp-gap-100 {
  margin-top: 100px;
  margin-bottom: 100px;
  }
  
  main ul li:before, main ol li:before {
  color: transparent;
  }
  
  main ul li:before {
  content: none;
  counter-increment: none;
  }
  
  .lp-subscribe-card main a {
  text-decoration: underline;
  color: #fff;
  font-family: 'LATO';
  font-size: 1em;
  }
  
  .hero-cta-input {
  width: 376px;
  height: 76px;
  border-radius: 10px;
  background: #DA291C;
  border: none;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: text;
  }
  
  .hero-cta-input::placeholder {
  color: #FFF;
  opacity: 0.7;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  }
  
  .hero-cta-input:focus {
  outline: none;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.5);
  }
  
  .lp-content-flex-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  }
  
  .lp-content-flex {
  flex: 1;
  }
  
  .hidden {
  display: none !important;
  }
  
  .subscribe-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px;
  }
  .subscribe-icon:hover {
  opacity: 0.9;
  }
  
  @media (max-width: 768px) {
  .subscribe-icon {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: none;
    border: none;
    padding: 10px;
    background-color: #F63320;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  
  #scc-signup-widget-control {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
  }
  .lp-stat-number {
    padding: 0rem 1rem;
  }
  }
  
  .subscribe-icon img {
  width: 35px;
  cursor: pointer;
  }
  
  .floating-subscribe-widget {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #F63320;
  color: #fff;
  border-radius: 12px;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  }
  
  .floating-subscribe-widget .close {
  font-size: 32px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: -10px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  }
  
  .floating-subscribe-widget form {
  margin: 0;
  }
  
  .lp-subscribe-card button {
    background-color: #F63320;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  
  @media (max-width: 768px) {
    .hero-cta-button {
    font-size: 24px;
    }
    
  .floating-subscribe-widget {
    display: flex; 
    right: 15px;
    max-width: 280px;
  }
  
  .lp-subscribe-card {
    height: auto;
    padding: 16px;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .lp-subscribe-row {
    flex-wrap: wrap;
    gap: 50px;
  }
  .subscribe-left-heading {
    text-align: center;
    font-size: 24px;
    } 
  }
  
  .form-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  }
  
  .form-row {
  display: flex;
  gap: 20px;
  }
  
  .form-field.half {
  flex: 1 1 50%;
  }
  
  .form-field.full {
  flex: 1 1 100%;
  }
  
  .form-field input {
  width: 100%;
  }
  
  @media (max-width: 600px) {
  .form-field.half {
    flex: 1 1 100%;
  }
  }
  
  .slick-dots li.slick-active button {
    background-color: #F63320 !important;
    border-radius: 50%;
  }
  
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
  }
  
  
  .lp-subscribe-card input {
    border-radius: 7px;
    border: 1px solid lightgrey;
    line-height: 48px;
  }
  
  .lp-inner-container {
    max-width: 949px;
    margin: 0 auto;
    width: 90%;
  }
  
  .lp-stat-label {
    content: "";
    background: white;
    color: #F63320;
    padding: 0.5rem 5rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    font-family: Oswald;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  
  .lp-stat-box::before {
   display:none;
  }
  
  .lp-subscribe-card main a {
    text-decoration: underline;
    color: #fff !important;
    font-size: 14px !important;
  }
  
  .lp-subscribe-card input {
    border-radius: 7px;
    border: 1px solid lightgrey;
    line-height: 48px;
    padding: 0 10px;
  }
  .lp-social-box {
    background: #F63320;
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 260px;
    margin-top: 60px;
    font-size: 16px;
  }
  
  #scc-signup-widget-control {
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    right: -5px;
    margin-left: auto;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
  }