:root{
      --bg1:#070b12;
      --bg2:#0b1423;
      --card: rgba(255,255,255,.06);
      --card2: rgba(255,255,255,.04);
      --border: rgba(255,255,255,.10);
      --text: rgba(255,255,255,.96);
      --muted: rgba(255,255,255,.82);
      --muted2: rgba(255,255,255,.58);
      --accent: #6ee7b7;
      --accent2:#60a5fa;
      --shadow: 0 18px 50px rgba(0,0,0,.45);
      --radius: 18px;
    }

    *{ box-sizing:border-box }

    body{
      margin:0;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(900px 600px at 10% 0%, rgba(96,165,250,.16), transparent 55%),
        radial-gradient(900px 600px at 90% 20%, rgba(110,231,183,.12), transparent 55%),
        linear-gradient(180deg, var(--bg1), var(--bg2));
      min-height:100vh;
    }

    .wrap{
      max-width: 1100px;
      margin: 0 auto;
      padding: 44px 20px 70px;
    }

    header{
      padding: 12px 6px 26px;
      position: relative;
    }

    header h1{
      margin:0 0 10px;
      font-size: 34px;
      letter-spacing:.2px;
    }

    header p.subheadline{
  font-size: 19px;
  line-height: 1.45;
  white-space: nowrap;
}

    .grid{
      display:grid;
      grid-template-columns: 1.35fr .95fr;
      gap: 18px;
      align-items: stretch;
    }

    .card{
      background: linear-gradient(180deg, var(--card), var(--card2));
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 22px;
      display: flex;
      flex-direction: column;
    }

    .card h2{
      margin:0 0 12px;
      font-size: 18px;
      letter-spacing:.2px;
    }

    .card p{
      margin:0 0 12px;
      color: var(--muted);
      line-height:1.6;
      font-size: 15px;
    }

    .rule{
      height:1px;
      background: rgba(255,255,255,.10);
      margin: 16px 0;
    }

    .aboutRow{
      display: flex;
      gap: 20px;
      align-items: flex-start;
    }

    .avatar{
      width:190px;
      max-width:100%;
      height:auto;
      border-radius:12px;
      border:1px solid rgba(255,255,255,.14);
      object-fit:cover;
      filter: grayscale(100%);
      flex: 0 0 auto;
    }

    .aboutSub{
      margin:0;
      color: var(--muted2);
      font-size: 13px;
      line-height:1.35;
    }

    .btnRow{
      display:flex;
      gap: 10px;
      flex-wrap:wrap;
      margin-top: auto;
    }

    .btn{
      appearance:none;
      border:1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.06);
      color: var(--text);
      padding: 12px 14px;
      border-radius: 14px;
      font-weight: 600;
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      gap:10px;
      margin-bottom: 18px;
      transition: transform .08s ease, background .2s ease, border-color .2s ease;
    }

    .btn:hover{
      background: rgba(255,255,255,.10);
      border-color: rgba(255,255,255,.22);
      transform: translateY(-1px);
    }

    .btn.primary{
      border-color: rgba(110,231,183,.45);
      background: linear-gradient(180deg, rgba(110,231,183,.20), rgba(96,165,250,.10));
    }

    .fineprint{
      color: var(--muted2);
      font-size: 13px;
      line-height: 1.5;
      margin-top: 10px;
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin: 0 0 16px 0;
    }

    .brand{
      font-weight:700;
      letter-spacing:.2px;
      color:#e9eefc;
      text-decoration:none;
      font-size:14px;
      opacity:.95;
      white-space:nowrap;
    }

.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 16px 0;
}

.navlinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
  align-items:center;
}

.navlinks a{
  display:inline-block;
  padding:8px 10px;
  border-radius:10px;
  text-decoration:none;
  color:rgba(233,238,252,.92);
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  font-size:13px;
  white-space:nowrap;
}

@media (max-width: 900px){
  .topbar{
    flex-direction:column;
    align-items:flex-start;
  }

  .navlinks{
    width:100%;
    justify-content:flex-start;
  }
}
.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
    .cc-logo{
      position: relative;
      display: inline-block;
      line-height: 1.05;
      text-decoration: none;
    }

    .cc-logo__conflict{
      position: absolute;
      left: 0;
      top: -20px;
      font-size: 38px;
      color: #4fb6bb;
      opacity: 0.85;
      z-index: 1;
      pointer-events: none;
    }

    .cc-logo__containment{
      position: relative;
      font-size: 38px;
      color: #7fcfd2;
      z-index: 2;
      background: linear-gradient(
        to bottom,
        rgba(6,10,18,0) 0%,
        rgba(6,10,18,0) 70%,
        rgba(6,10,18,1) 100%
      );
    }    

.site-footer a{
  color: rgba(255,255,255,.45);
  text-decoration: none;
}
.site-footer a:hover{
  color: rgba(255,255,255,.45);
  text-decoration: none;
}
.site-footer{
  margin: 60px auto 40px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.45);
}

.site-footer a{
  color: rgba(255,255,255,.45);
  text-decoration: none;
}

.site-footer a:hover{
  color: rgba(255,255,255,.65);
  text-decoration: none;
}
.safety-note{
  margin-top: 18px;
}
.fineprint {
  margin-top: 16px;
}
/* Fix: make "read this first" link readable */
a.read-first {
  color: #9ddcff;           /* lighter, readable blue */
  font-weight: 500;
  text-decoration: underline;
}

a.read-first:hover {
  color: #c7e9ff;
}
.intro{
  margin: 28px 0 40px;
}

.intro p{
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--muted);
}

/* spacing under the Contact button */
.emergency-note{
  padding-top: 30px;
}
/* ===== Pause Landing Page ===== */

.pause-page {
  display: flex;
  justify-content: center;
  padding: 100px 20px;
}

.pause-container {
  max-width: 720px;
  text-align: left;
}

.pause-container h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.pause-subheadline {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  opacity: 0.9;
}

.pause-qualifier h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

.pause-qualifier ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

.pause-qualifier li {
  margin-bottom: 12px;
  font-size: 18px;
}

.pause-transition {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.pause-cta {
  margin-top: 30px;
  display: flex;
  gap: 52px;        /* controls spacing cleanly */
  align-items: center;
}

.pause-button {
  display: inline-block;
  padding: 16px 28px;
  background: #3bb4a1;
  color: #0b1423;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.pause-button:hover {
  background: #2fa390;
}

.pause-fineprint {
  margin-top: 14px;
  font-size: 14px;
  opacity: 0.7;
}
.pause-button.primary {
  background: #3b4a81;
  color: #ffffff;
}

.pause-button.primary:hover {
  background: #2f3b68;
}

.pause-button.secondary {
  background: transparent;
  color: #3bda1a;
  border: 2px solid #3bda1a;
}
.pause-button.secondary:hover {
  background: rgba(59, 218, 26, 0.1);
}
/* ===== Pause page actions ===== */

.pause-actions{
  margin-top: 28px;
}

.pause-buttons{
  display: flex;
  gap: 18px;              /* space between buttons */
  flex-wrap: wrap;        /* stacks nicely on small screens */
  align-items: center;
}

.pause-response{
  margin-top: 14px;       /* keeps it below the buttons */
  font-size: 0.95rem;
  opacity: 0.85;
}

/* ===== Button system (teal outline like main site) ===== */

.cc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.1;
  transition: transform .08s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

/* Use your site’s accent variable if it exists; otherwise fallback */
:root{
  --cc-accent: var(--accent, #28d7c1);
}

/* Primary (solid) */
.cc-btn-solid{
  background: rgba(40, 215, 193, 0.18);
  border: 1px solid rgba(40, 215, 193, 0.55);
  color: #eafdfb;
}

/* Secondary (outline) */
.cc-btn-outline{
  background: transparent;
  border: 1px solid var(--cc-accent);
  color: var(--cc-accent);
  box-shadow: 0 0 0 1px rgba(40, 215, 193, 0.18);
}

.cc-btn:hover{
  transform: translateY(-1px);
}

.cc-btn-outline:hover{
  background: rgba(40, 215, 193, 0.10);
}
/* ===== Homepage: Read This First link ===== */

.read-first-link{
  color: #4fe0d2;   /* brighter teal */
  text-decoration: underline;
}

.read-first-link:hover{
  color: #7ff5ea;
}
a.read-first-link,
a.read-first-link:visited{
  color: #4fe0d2 !important;
  text-decoration: underline !important;
}

a.read-first-link:hover{
  color: #7ff5ea !important;
}
/* Force consistent headline weight */

h1, h2 {
  font-weight: 700 !important;
}

.cc-logo__conflict,
.cc-logo__containment {
  font-weight: 600 !important;
}
/* Force consistent typography on Before You Act */

h1 {
  font-weight: 600;
  letter-spacing: -0.5px;
}

.cc-logo__conflict,
.cc-logo__containment {
  font-weight: 600;
}
.form-embed {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.form-embed iframe {
  display: block;
}
/* Fix homepage subheadline wrapping on small screens */
@media (max-width: 768px) {
  .subheadline {
    font-size: 1.4rem;
    line-height: 1.3;
    max-width: 26ch;
    word-break: normal;
    overflow-wrap: break-word;
  }
}
@media (max-width: 900px) {
  .subheadline {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media (max-width: 900px) {
  .hero,
  .hero-content,
  .hero-copy,
  .hero-text,
  .subheadline {
    min-width: 0;
    max-width: 100%;
  }

  .subheadline {
    display: block;
    width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
@media (max-width: 900px) {
  .hero-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-wrap .subheadline {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.3;
    font-size: 1.15rem;
  }
}
.mobile-break {
  display: none;
}

@media (max-width: 900px) {
  .mobile-break {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero h1,
  .hero-line,
  .headline,
  .hero-headline {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    max-width: 100%;
    line-height: 1.15;
  }
}
@media (max-width: 768px) {
  .about-card,
  .about-content,
  .about-container,
  .grid,
  .card {
    display: block !important;
    width: 100% !important;
  }

  .about-card img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .aboutRow {
    display: block !important;
  }

  .aboutRow img {
    display: block;
    margin: 0 auto 20px auto;
  }

  .aboutRow p {
    width: 100% !important;
  }
}
@media (max-width: 900px){
  .topbar{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }

  .cc-logo{
    display:block;
    width:100%;
  }

  .navlinks{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    width:100%;
  }
}
@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}