/* =========================
   GLOBAL RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   BASE
========================= */
 body {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.6;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 24px;
}

/* =========================
   TYPOGRAPHY
========================= */
h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 4.5rem;
  font-weight: 700;
}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

p {
  font-size: 1.05rem;
  margin-bottom: 16px;
}

small {
  display: block;
  font-size: 0.85rem;
  color: #555555;
}
h1, h2 {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.01em;
}

main h1 {
  font-size: 2.25rem;
  margin-bottom: 32px;
}

.modal-content h2 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
main {
  max-width: 720px;
  margin: 0 auto;
  padding: 96px 24px;
}

main button {
  margin-top: 24px;
}
main p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #222;
}


/* =========================
   SECTIONS
========================= */
section {
  margin-bottom: 96px;
}

/* =========================
   HERO
========================= */
#hero {
  margin-bottom: 100px;
}

#hero h1 {
  max-width: 12ch;
  font-size: 3.5rem;
  line-height: 1.1;
}

.subhead {
  font-size: 1.2rem;
  max-width: 28em;
  margin-top: 24px;
}

.hero-divider {
  width: 40px;
  height: 1px;
  background: #000;
  margin: 48px 0;
}

.micro-copy {
  font-size: 0.8rem;
  margin-top: 16px;
  color: #555;
}


/* =========================
   BUTTONS
========================= */
button {
  background: transparent;
  border: 1px solid #000;
  padding: 18px 44px;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.2s ease;
}

button:hover {
  background: #000;
  color: #fff;
}
button {
  background: transparent;
  border: 1px solid #000;
  padding: 16px 36px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

button:hover {
  background: #000;
  color: #fff;
}
#disarm {
  display: flex;
  gap: 80px;
}

#disarm ul li {
  color: #444;
}


/* =========================
   LISTS
========================= */
ul {
  list-style: none;
}

li {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* =========================
   DISARM SECTION
========================= */
#disarm {
  display: flex;
  gap: 48px;
}

/* =========================
   AUTHORITY
========================= */
#authority {
  max-width: 26em;
}

#authority p {
  font-style: italic;
  color: #555;
}

/* =========================
   MODAL
========================= */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}

.modal.hidden {
  display: none;
}

.modal-content {
  max-width: 420px;
  width: 100%;
  border: 1px solid #000;
  padding: 40px;
  position: relative;
  background: #fff;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
}
#cta-bottom {
  margin-top: 160px;
}
/* =========================
   MODAL (PRIVATE ROOM FEEL)
========================= */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}

.modal.hidden {
  display: none;
}

.modal-content {
  max-width: 480px;
  width: 100%;
  max-height: 85vh;
  padding: 48px 44px;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  overflow-y: auto;
}

.modal-content p {
  margin-bottom: 32px;
  max-width: 30em;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  color: #555;
}
#ghl-form iframe {
  width: 100%;
  min-height: 420px;
  border: none;
}
#ghl-form {
  background: #f2f2f2;
  padding: 20px;
}

#ghl-form iframe {
  background: #ffffff;
  min-height: 833px;
  display: block;
}
#problem {
  max-width: 32em;
  margin-bottom: 160px;
}

#problem h2 {
  font-size: 1.6rem;
  margin-bottom: 32px;
}

#problem p {
  margin-bottom: 24px;
}
#disarm {
  display: flex;
  gap: 80px;
  max-width: 900px;
  margin-bottom: 140px;
}

.disarm-left {
  flex: 1;
}

.disarm-left h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.disarm-right {
  flex: 1;
  max-width: 28em;
}

.disarm-right ul {
  margin-bottom: 32px;
  padding-left: 20px;
}

.disarm-right li {
  margin-bottom: 12px;
}

.disarm-close {
  font-weight: 500;
}
#inside {
  max-width: 32em;
  margin-bottom: 180px;
}

#inside h2 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

#inside ul {
  margin-bottom: 100px;
  padding-left: 20px;
}

#inside li {
  margin-bottom: 12px;
}

.inside-divider {
  width: 40px;
  height: 1px;
  background: #000;
  margin: 40px 0;
}
.signature-line {
  margin-top: 32px;
  font-style: italic;
  color: #444;
}
