/* ========== BASE ========== */
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Arial Black", sans-serif;
  color: #111;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

/* ========== GRUNGE OVERLAY ========== */
/* Assuming some overlay styles might exist here */

/* ========== MAIN CONTAINER ========== */
  .cta-container {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  max-width: 700px;
  margin: 0 auto;
}

/* ========== HEADINGS ========== */
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.lead {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sub {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* ========== FORM BLOCK ========== */
.form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

input[type="email"],
button {
  width: 100%;
  box-sizing: border-box;
}

/* ========== INPUT ========== */
input[type="email"] {
  padding: 14px;
  font-size: 1rem;
  border: 2px solid #000;
  font-family: inherit;
  margin-bottom: 10px;
}

/* ========== BUTTON ========== */
button {
  background-color: #000;
  color: #fff;
  padding: 14px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #333;
}

/* ========== DISCLAIMER ========== */
.disclaimer {
  margin-top: 0px;
  font-size: 0.85rem;
  font-weight: lighter;
  text-transform: none;
  color: #333;
}

/* ========== MOBILE STYLES ========== */
@media (max-width: 500px) {
  h1 {
    font-size: 2rem;
  }

  .lead,
  .sub {
    font-size: 1rem;
  }

  .form-block {
    max-width: 90%;
  }

  input[type="email"],
  button {
    font-size: 0.95rem;
  }
}

/* ========== HERO SECTION ========== */
.hero {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
}

.hero h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.subtext {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #222;
}

.mission {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

.email-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto 20px;
}

.email-form input[type="email"] {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  border: 2px solid #111;
  font-family: monospace;
}

.email-form button {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: red;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.email-form button:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 700px) {
  .hero h1 {
    font-size: 2rem;
  }

  .subtext,
  .mission {
    font-size: 1rem;
  }

  .email-form button {
    font-size: 0.9rem;
  }
}

/* ========== MISSION SECTION ========== */
.mission-section {
  padding: 60px 20px;
  max-width: 700px;
  margin: 0 auto;
}

.block {
  margin-bottom: 40px;
}

.block h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0;
}

.block p {
  font-size: 1.2rem;
  text-transform: none;
  line-height: 1.4;
  margin: 0;
}

.black {
  background-color: #111;
  color: #fff;
  display: inline-block;
  padding: 20px 25px;
}

.black-1 {
  transform: rotate(-1.2deg);
}
.black-2 {
  transform: rotate(0.8deg);
}
.black-3 {
  transform: rotate(-0.6deg);
}

@media (max-width: 700px) {
  .block p {
    font-size: 1rem;
  }

  .block h2 {
    font-size: 1.3rem;
  }

  .black {
    padding: 16px 20px;
  }
}

/* ========== NEW CLASSES FOR PREVIOUSLY INLINE STYLES ========== */
.fist-icon {
  height: 25px;
  width: auto;
}

.fist-image {
  float: right;
  height: 200px;
}

.details {
  border-top: 2px solid #000;
  padding: 20px 0;
}

.details summary {
  cursor: pointer;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.text-block {
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.details-last {
  border-bottom: 2px solid #000;
}

.footer-section {
  color: #000;
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

.footer-section p {
  margin: 0;
}

.heart {
  color: #e63946;
}

.custom-hr {
  border: none;
  border-top: 1px solid #000;
  margin: 40px auto 20px;
  max-width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  font-size: 1rem;
  margin-top: 20px;
}

.footer-right {
  flex: 1;
  text-align: right;
}

.footer-right p {
  margin: 0;
}

.floating-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.85);
  padding: 15px;
  border: 2px solid #fff;
  z-index: 1000;
  font-family: "Arial Black", sans-serif;
  text-align: left;
}

.floating-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-menu li {
  margin-bottom: 10px;
}

.floating-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: block;
  transition: color 0.2s ease;
}

.floating-menu a:hover,
.floating-menu a.active {
  color: #e63946;
}

@media (max-width: 1050px) {
  .floating-menu {
    display: none;
  }
}

.mobile-bottom-nav {
  display: none;
}

@media (max-width: 1050px) {
  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    border-top: 2px solid #fff;
    z-index: 999;
    justify-content: space-around;
    padding: 10px 0;
    font-family: "Arial Black", sans-serif;
  }

  .mobile-bottom-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    transition: color 0.2s;
  }
}

.floating-menu a.active,
.mobile-bottom-nav a.active {
  color: #e63946;
  font-weight: bold;
}

/* ========== FLOATING MENU ACTIVE STATE ========== */
.floating-menu a.active,
.mobile-bottom-nav a.active {
  color: #e63946;
  font-weight: bold;
}

/* ========== MOBILE NAV (Visible on Small Screens) ========== */
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 1050px) {
  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    border-top: 2px solid #fff;
    z-index: 999;
    justify-content: space-around;
    padding: 10px 0;
    font-family: "Arial Black", sans-serif;
  }
}

/* ========== MOBILE NAV LINKS ========== */
.mobile-bottom-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: color 0.2s;
}


/* Final scrollspy active fix - force visibility */
.floating-menu a.active,
.mobile-bottom-nav a.active {
  color: #e63946 !important;
  font-weight: bold !important;
}
