/* ═══════════════════════════════════════════════════════════════
   Stop My Auction Now — Shared Styles (Dark/Gold Theme)
   ═══════════════════════════════════════════════════════════════ */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; background: #111; color: #fff; }
a { color: inherit; }

/* ═══════════════════════════════════════════ */
/* TOP BAR                                    */
/* ═══════════════════════════════════════════ */
.top-bar {
  background: #1a1c1e;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 0 60px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky; top: 0; z-index: 100;
}
.logo {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  text-decoration: none;
}
.logo .gold { color: #b1976b; }
.logo .white { color: #fff; }
.logo .subtitle {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #b1976b;
  margin-top: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: #fff; }
.nav-links .phone {
  color: #b1976b;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.nav-links .cta-btn {
  background: #b1976b;
  color: #1a1c1e;
  padding: 10px 24px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  transition: background 0.2s;
}
.nav-links .cta-btn:hover { background: #c4aa7e; color: #1a1c1e; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #fff;
}

/* ═══════════════════════════════════════════ */
/* HERO — COURTHOUSE BACKDROP                 */
/* ═══════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(26,28,30,0.55) 0%, rgba(26,28,30,0.70) 50%, rgba(26,28,30,0.95) 100%),
    url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1920&q=80') center/cover no-repeat;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 900px;
  padding: 60px 40px;
}
.hero-rule {
  width: 80px; height: 2px;
  background: #b1976b;
  margin: 0 auto 20px;
}
.hero-pre {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #b1976b;
  margin-bottom: 16px;
}
.hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 12px;
}
.hero-rule-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 24px auto;
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hero-rule-2 .line {
  width: 60px; height: 1px; background: #b1976b;
}
.hero-sub {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
  line-height: 1.4;
}
.hero-btn {
  display: inline-block;
  background: #4a7c59;
  color: #fff;
  padding: 18px 48px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s;
  margin-bottom: 24px;
}
.hero-btn:hover { background: #5a9469; }
.hero-bottom-text {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.7);
  margin-top: 8px;
}

/* ═══════════════════════════════════════════ */
/* TRUST BAR                                  */
/* ═══════════════════════════════════════════ */
.trust-bar {
  background: #b1976b;
  padding: 20px 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.trust-item {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1a1c1e;
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-item svg {
  width: 18px; height: 18px; fill: #1a1c1e;
}

/* ═══════════════════════════════════════════ */
/* AUTHORITY SECTION                          */
/* ═══════════════════════════════════════════ */
.authority {
  background: #fff;
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1140px;
  margin: 0 auto;
}
.authority-photo {
  width: 200px; height: 200px;
  border-radius: 4px;
  background: #e8e0d4;
  display: flex; align-items: center; justify-content: center;
  font-size: 60px; color: #b1976b;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.authority-text h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a1c1e;
  margin-bottom: 4px;
}
.authority-text .title {
  font-size: 14px;
  font-weight: 600;
  color: #b1976b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.authority-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 550px;
}
.authority-text .stat-row {
  display: flex; gap: 40px; margin-top: 24px;
}
.authority-text .stat {
  text-align: center;
}
.authority-text .stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 36px; font-weight: 700; color: #1a1c1e;
}
.authority-text .stat-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 2px;
  color: #999; font-weight: 600;
}

/* ═══════════════════════════════════════════ */
/* HOW IT WORKS                               */
/* ═══════════════════════════════════════════ */
.how-section {
  background: #f5f5f5;
  padding: 80px 60px;
  text-align: center;
}
.section-pre {
  font-family: 'Oswald', sans-serif;
  font-size: 13px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 4px;
  color: #b1976b; margin-bottom: 12px;
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 40px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: #1a1c1e; margin-bottom: 48px;
}
.steps {
  display: flex; gap: 40px;
  max-width: 1000px; margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.step {
  flex: 1 1 250px; max-width: 300px;
  text-align: center;
  padding: 32px 24px;
}
.step-num {
  font-family: 'Oswald', sans-serif;
  font-size: 48px; font-weight: 700;
  color: #b1976b; margin-bottom: 12px;
}
.step h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  color: #1a1c1e; margin-bottom: 12px;
}
.step p {
  font-size: 14px; line-height: 1.7; color: #666;
}

/* ═══════════════════════════════════════════ */
/* DIFFERENTIATORS (cards on homepage)        */
/* ═══════════════════════════════════════════ */
.diff-section {
  background: #fff;
  padding: 80px 60px;
  text-align: center;
}
.diff-cards {
  display: flex; flex-wrap: wrap; gap: 24px;
  justify-content: center;
  max-width: 1060px; margin: 0 auto;
}
.diff-card {
  flex: 1 1 280px; max-width: 340px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 32px 28px;
  text-align: left;
}
.diff-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px;
  color: #1a1c1e; margin-bottom: 10px;
}
.diff-card p {
  font-size: 14px; line-height: 1.7; color: #666;
}

/* ═══════════════════════════════════════════ */
/* EDUCATION LINK SECTION                     */
/* ═══════════════════════════════════════════ */
.education-link {
  background: #1a1c1e;
  padding: 60px;
  text-align: center;
}
.education-link p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
.education-link a {
  display: inline-block;
  border: 2px solid #b1976b;
  color: #b1976b;
  padding: 14px 36px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 3px;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.2s;
}
.education-link a:hover {
  background: #b1976b; color: #1a1c1e;
}

/* ═══════════════════════════════════════════ */
/* FINAL CTA                                  */
/* ═══════════════════════════════════════════ */
.final-cta {
  background: #2d2d2d;
  padding: 80px 60px;
  text-align: center;
}
.final-cta h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: #fff; margin-bottom: 16px;
}
.final-cta p {
  font-size: 16px; color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
}
.final-cta .cta-row {
  display: flex; gap: 24px; justify-content: center; align-items: center;
  flex-wrap: wrap;
}
.final-cta .btn-gold {
  display: inline-block;
  background: #b1976b; color: #1a1c1e;
  padding: 16px 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 3px;
  text-decoration: none;
  border-radius: 2px;
}
.final-cta .btn-gold:hover { background: #c4aa7e; }
.final-cta .phone-big {
  font-family: 'Oswald', sans-serif;
  font-size: 28px; font-weight: 600;
  color: #b1976b; letter-spacing: 2px;
}
.final-cta .phone-big a {
  color: #b1976b; text-decoration: none;
}

/* ═══════════════════════════════════════════ */
/* FOOTER (3-column)                          */
/* ═══════════════════════════════════════════ */
.footer {
  background: #141516;
  padding: 48px 60px 32px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-inner {
  max-width: 960px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 48px;
  justify-content: space-between;
}
.footer-col { flex: 1 1 180px; }
.footer-col h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  color: #fff; margin-bottom: 14px;
}
.footer-col p {
  font-size: 13px; line-height: 1.7;
  color: rgba(255,255,255,0.4);
}
.footer-col ul {
  list-style: none; padding: 0;
}
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  color: #b1976b; text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.footer-col a:hover { color: #c4aa7e; }
.footer-bottom {
  max-width: 960px; margin: 28px auto 0; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  font-size: 12px; color: rgba(255,255,255,0.25);
  letter-spacing: 1px;
}

/* ═══════════════════════════════════════════ */
/* CONTENT PAGE WELL (for inner pages)        */
/* ═══════════════════════════════════════════ */
.page-hero {
  background: #1a1c1e;
  padding: 60px 60px 50px;
  text-align: center;
  position: relative;
}
.page-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 8px;
}
.page-hero .hero-rule {
  margin-bottom: 0;
  margin-top: 16px;
}

.content-well {
  background: #fff;
  padding: 60px 20px;
}
.content-inner {
  max-width: 760px;
  margin: 0 auto;
  color: #444;
}
.content-inner h1 {
  font-size: 2em; color: #1a1a2e; margin-bottom: 24px;
}
.content-inner h2 {
  font-size: 1.3em; color: #1a1a2e;
  margin-top: 40px; margin-bottom: 12px;
}
.content-inner h3 {
  font-size: 1.05em; color: #333;
  margin-top: 20px; margin-bottom: 8px;
}
.content-inner p {
  color: #444; line-height: 1.7; margin-bottom: 16px;
}
.content-inner ul, .content-inner ol {
  color: #444; line-height: 1.8;
  margin-bottom: 16px; padding-left: 24px;
}
.content-inner a {
  color: #b1976b; text-decoration: none;
}
.content-inner a:hover { color: #c4aa7e; }
.content-inner table {
  width: 100%; border-collapse: collapse; color: #444;
}
.content-inner table td {
  padding: 8px 16px 8px 0; vertical-align: top;
}
.content-inner strong { color: #333; }

/* Principle cards (about page) */
.principle-cards {
  display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 32px;
}
.principle-card {
  flex: 1 1 300px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 24px;
}
.principle-card h3 {
  color: #b1976b; font-size: 1.05em; margin: 0 0 8px;
}
.principle-card p {
  color: #555; line-height: 1.5; margin: 0;
}

/* Callout box */
.callout-box {
  background: #faf6f0;
  border-left: 4px solid #b1976b;
  padding: 20px 24px;
  border-radius: 0 4px 4px 0;
  margin-top: 40px;
}
.callout-box p { color: #1a1a2e; margin: 0; line-height: 1.6; }

/* Warning box */
.warning-box {
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 16px 20px;
  border-radius: 0 4px 4px 0;
  margin-top: 32px;
}
.warning-box p { color: #78350f; margin: 0; line-height: 1.6; font-size: 0.95em; }

/* CTA box (inline) */
.inline-cta {
  text-align: center;
  margin-top: 48px;
  padding: 40px;
  background: #f8f8f8;
  border-radius: 4px;
}
.inline-cta h2 {
  font-size: 1.4em; color: #1a1a2e; margin-bottom: 16px; margin-top: 0;
}
.inline-cta p {
  color: #555; margin-bottom: 24px;
}
.inline-cta .btn-gold {
  display: inline-block;
  background: #b1976b; color: #fff;
  font-size: 1.1em; font-weight: 600;
  padding: 16px 40px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s;
}
.inline-cta .btn-gold:hover { background: #c4aa7e; }

/* Opt-out cards */
.opt-out-cards {
  display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 32px;
}
.opt-out-card {
  flex: 1 1 300px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 20px;
}
.opt-out-card h3 {
  color: #b1976b; font-size: 1em; margin: 0 0 8px;
}
.opt-out-card p {
  color: #555; line-height: 1.5; margin: 0;
}

/* How-it-works step layout */
.hiw-step {
  display: flex; gap: 24px; margin-bottom: 40px; align-items: flex-start;
}
.hiw-num {
  flex-shrink: 0;
  width: 56px; height: 56px;
  background: #b1976b; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5em; font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.hiw-body h2 {
  margin-top: 0;
}

/* DNC Form */
.dnc-form {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 32px;
  margin-bottom: 32px;
}
.dnc-form label {
  display: block;
  font-size: 14px; font-weight: 600; color: #333;
  margin-bottom: 6px; margin-top: 20px;
}
.dnc-form label:first-child { margin-top: 0; }
.dnc-form input,
.dnc-form select,
.dnc-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  color: #333;
}
.dnc-form textarea { resize: vertical; min-height: 80px; }
.dnc-form .btn-submit {
  display: inline-block;
  background: #b1976b; color: #fff;
  padding: 14px 36px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  border: none; border-radius: 2px;
  cursor: pointer;
  margin-top: 24px;
  transition: background 0.2s;
}
.dnc-form .btn-submit:hover { background: #c4aa7e; }
.dnc-form .form-success {
  display: none;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  color: #065f46;
  font-weight: 500;
}

/* ═══════════════════════════════════════════ */
/* RESPONSIVE                                 */
/* ═══════════════════════════════════════════ */
@media (max-width: 768px) {
  .top-bar { padding: 0 20px; height: 60px; }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: #1a1c1e;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 16px 24px;
    gap: 16px;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }

  .hero { min-height: 60vh; }
  .hero h1 { font-size: 42px; }
  .hero-sub { font-size: 20px; }
  .hero-content { padding: 40px 20px; }

  .trust-bar { padding: 16px 20px; gap: 20px; }
  .trust-item { font-size: 11px; letter-spacing: 2px; }

  .authority { flex-direction: column; padding: 48px 24px; gap: 32px; }
  .authority-photo { width: 140px; height: 140px; font-size: 44px; }
  .authority-text .stat-row { gap: 20px; }

  .how-section { padding: 48px 24px; }
  .section-title { font-size: 28px; }

  .diff-section { padding: 48px 24px; }

  .final-cta { padding: 48px 24px; }
  .final-cta h2 { font-size: 28px; }
  .final-cta .phone-big { font-size: 22px; }

  .footer { padding: 36px 24px 24px; }

  .page-hero { padding: 40px 24px 36px; }
  .page-hero h1 { font-size: 28px; }

  .content-well { padding: 40px 16px; }

  .hiw-step { flex-direction: column; align-items: center; text-align: center; }
  .hiw-body h2 { margin-top: 0; }
}
