/* ============================================================
   NoEvictionGuarantee.com — Sub-pages Shared CSS
   Extends style.css for all interior pages
   ============================================================ */

/* ---- Page Hero ---- */
.page-hero {
  background: #1a1a1a;
  color: #fff;
  padding: 72px 0 56px;
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.page-hero p {
  font-size: 1.15rem;
  color: #ccc;
  max-width: 640px;
  margin: 0 auto;
}
.page-hero--sm {
  padding: 48px 0 40px;
}

/* ---- PRO Logo Section ---- */
.pro-logo-section {
  background: #111;
  padding: 40px 0 24px;
}
.pro-logo {
  max-width: 320px;
  width: 100%;
  height: auto;
}

/* ---- PRO Features Grid ---- */
.pro-features-section {
  background: #111;
  padding: 40px 0 64px;
}
.pro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
.pro-card {
  background: #1e1e1e;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 28px 24px;
  text-align: center;
}
.pro-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 12px 0 8px;
}
.pro-card p {
  font-size: 0.95rem;
  color: #aaa;
  line-height: 1.6;
}
.pro-amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: #e41370;
  line-height: 1;
}
.pro-note {
  text-align: center;
  color: #f5c518;
  font-size: 1rem;
  font-weight: 600;
  background: #1e1e1e;
  border: 1px solid #f5c518;
  border-radius: 6px;
  padding: 16px 24px;
  max-width: 700px;
  margin: 0 auto;
}

/* ---- PRO Stats ---- */
.pro-stats-section {
  background: #0d0d0d;
  padding: 64px 0;
}
.pro-stats-section .section-title {
  color: #fff;
  margin-bottom: 40px;
}
.pro-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  text-align: center;
}
.pro-stat {
  padding: 24px;
}
.pro-stat-num {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}
.pro-stat-num.pink { color: #e41370; }
.pro-stat-label {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.pro-stat p {
  font-size: 0.9rem;
  color: #999;
  line-height: 1.5;
}

/* ---- Team Section ---- */
.team-section {
  background: #111;
  padding: 72px 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.team-card {
  background: #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 28px;
}
.team-photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.team-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 20px 16px 4px;
}
.team-title {
  color: #e41370;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 16px 12px;
}
.team-card p {
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 20px 20px;
}

/* ---- Consult Section ---- */
.consult-section {
  background: #111;
  padding: 72px 0;
}
.consult-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .consult-grid { grid-template-columns: 1fr; }
}
.consult-left h1 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.25;
}
.consult-left p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.consult-time {
  color: #f5c518;
  font-weight: 600;
  font-size: 1.05rem;
}
.consult-benefits {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.consult-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 1rem;
}
.consult-right {
  background: #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
}
.consult-form-fallback {
  padding: 40px 32px;
  text-align: center;
}
.consult-form-fallback h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.consult-form-fallback p {
  color: #aaa;
  margin-bottom: 20px;
}

/* ---- Get Started Section ---- */
.getstarted-section {
  background: #111;
  padding: 72px 0;
}
.getstarted-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .getstarted-grid { grid-template-columns: 1fr; }
}
.getstarted-left h1 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.25;
}
.getstarted-left p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.getstarted-note {
  background: #1e1e1e;
  border-left: 4px solid #e41370;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 0 6px 6px 0;
}
.getstarted-note p {
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.getstarted-note p:last-child { margin-bottom: 0; }
.getstarted-contact {
  margin-top: 24px;
  color: #aaa;
}
.getstarted-contact p { margin-bottom: 4px; }
.getstarted-contact a {
  color: #e41370;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
}
.getstarted-right {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 36px 32px;
}
.getstarted-form h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 24px;
}

/* ---- Tenant Finder Section ---- */
.tf-section {
  background: #111;
  padding: 72px 0;
}
.tf-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .tf-grid { grid-template-columns: 1fr; }
}
.tf-left h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.tf-left h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e41370;
  margin: 24px 0 12px;
}
.tf-left p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.tf-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tf-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ddd;
  font-size: 1rem;
}
.tf-cta-box {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 28px 24px;
  margin-bottom: 24px;
}
.tf-cta-box h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.tf-cta-box p {
  color: #aaa;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.tf-stat-box {
  background: #0d0d0d;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}
.tf-stat-num {
  font-size: 3rem;
  font-weight: 800;
  color: #e41370;
  line-height: 1;
  margin-bottom: 6px;
}
.tf-stat-label {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.tf-stat-box p {
  font-size: 0.9rem;
  color: #999;
  line-height: 1.5;
}

/* ---- Screening Section ---- */
.screening-section {
  background: #0d0d0d;
  padding: 64px 0;
}
.screening-section .section-title {
  color: #fff;
  margin-bottom: 40px;
}
.screening-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}
.screening-card {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
}
.screening-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}
.screening-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.screening-card p {
  font-size: 0.9rem;
  color: #aaa;
  line-height: 1.6;
}

/* ---- Legal / Privacy Policy ---- */
.legal-section {
  background: #111;
  padding: 64px 0 80px;
}
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  color: #ccc;
  font-size: 1rem;
  line-height: 1.8;
}
.legal-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 36px 0 12px;
}
.legal-content p {
  margin-bottom: 16px;
}
.legal-content ul {
  padding-left: 24px;
  margin-bottom: 16px;
}
.legal-content ul li {
  margin-bottom: 6px;
}
.legal-content a {
  color: #e41370;
  text-decoration: none;
}
.legal-content a:hover { text-decoration: underline; }

/* ---- Shared Form Styles ---- */
.getstarted-form input,
.getstarted-form select,
.getstarted-form textarea {
  width: 100%;
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  padding: 12px 16px;
  margin-bottom: 14px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}
.getstarted-form input:focus,
.getstarted-form select:focus,
.getstarted-form textarea:focus {
  border-color: #e41370;
}
.getstarted-form input::placeholder,
.getstarted-form textarea::placeholder {
  color: #777;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; }
}
.form-success {
  background: #1a3a1a;
  border: 1px solid #4caf50;
  color: #81c784;
  padding: 14px 20px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  margin-top: 16px;
}
.form-error {
  background: #3a1a1a;
  border: 1px solid #e57373;
  color: #ef9a9a;
  padding: 14px 20px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  margin-top: 16px;
}
.form-error a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
.form-privacy {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  margin-top: 10px;
}

/* ---- Shared Buttons ---- */
.btn-consult {
  display: inline-block;
  background: #e41370;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.btn-consult:hover { background: #c4005a; }
/* style.css hides this header CTA below 768px, but the rule above re-declares
   .btn-consult later in source order and silently won that override on every
   subpage - a 244px nowrap button in a nowrap flex header, which forced 124px
   of horizontal overflow at 375px. The homepage was unaffected because it loads
   style.css only (and has a hamburger nav to fall back on).
   Subpage headers have NO nav - just the logo and this button - so hiding it
   would leave a dead header. Shrink it to fit instead: logo 40px + wrapped
   label fits 375px with room to spare, and the tap target stays 49px (>=44). */
@media (max-width: 768px) {
  .site-logo { height: 40px; }
  .btn-consult {
    display: inline-block;
    white-space: normal;
    font-size: 12px;
    padding: 8px 12px;
    line-height: 1.2;
  }
}

.btn-pink {
  display: inline-block;
  background: #e41370;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-pink:hover { background: #c4005a; }

.btn-pink-sm {
  display: inline-block;
  background: #e41370;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-pink-sm:hover { background: #c4005a; }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #e41370;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #e41370;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline:hover {
  background: #e41370;
  color: #fff;
}

.btn-full {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* ---- Check Mark ---- */
.check {
  color: #e41370;
  font-size: 1.1rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* ---- Utility ---- */
.text-center { text-align: center; }
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
