/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
Description: List57 custom child theme
*/

/* === List57 Custom Design System === */

/* ===== LIST57 HOMEPAGE V2 — FULL REDESIGN ===== */

/* Reset page padding for full-width sections */
.page-id-32 .entry-content,
.page-id-32 .inside-article {
  padding: 0 !important;
  max-width: 100% !important;
}
.page-id-32 .content-area,
.page-id-32 .site-main {
  width: 100% !important;
  max-width: 100% !important;
}
.page-id-32 .widget-area { display: none !important; }

/* ===== SHARED UTILITIES ===== */
.l57-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.l57-section { padding: 3rem 0; }
.l57-section-white { background: #fff; }
.l57-section-light { background: #F4F2EE; }
.l57-section-navy { background: #0F1F3D; }
.l57-section-about { background: #EEF0F5; }
.l57-section-gold { background: #E8A020; }
.l57-section-cta { background: #0F1F3D; color: #fff; }
.l57-section-cta h2 { color: #fff; }
.l57-section-cta p { color: rgba(255,255,255,0.85); font-size: 1.1rem; max-width: 600px; margin: 0 auto 2rem; }

.l57-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E8A020;
  margin-bottom: 0.6rem;
}
.l57-eyebrow-light {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(232,160,32,0.9);
  margin-bottom: 0.6rem;
}
.l57-eyebrow-dark {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0F1F3D;
  margin-bottom: 0.6rem;
}

.l57-section-header { text-align: center; margin-bottom: 1.5rem; }
.l57-section-header h2 { margin: 0 0 0.75rem; }
.l57-section-header p { max-width: 640px; margin: 0 auto; color: #555; font-size: 1.05rem; }
.l57-section-header-light h2 { color: #fff; }
.l57-section-header-light p { color: rgba(255,255,255,0.75); }

/* ===== BUTTONS ===== */
.l57-btn-gold {
  display: inline-block;
  background: #E8A020;
  color: #0F1F3D;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #E8A020;
  transition: all 0.2s;
}
.l57-btn-gold:hover { background: #d4911a; border-color: #d4911a; color: #0F1F3D; }

.l57-btn-ghost {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.55);
  transition: all 0.2s;
}
.l57-btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }

.l57-btn-navy {
  display: inline-block;
  background: #0F1F3D;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #0F1F3D;
  transition: all 0.2s;
}
.l57-btn-navy:hover { background: #1a3260; border-color: #1a3260; color: #fff; }

.l57-btn-outline-navy {
  display: inline-block;
  background: transparent;
  color: #0F1F3D;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #0F1F3D;
  transition: all 0.2s;
}
.l57-btn-outline-navy:hover { background: #0F1F3D; color: #fff; }

.l57-btn-navy-full {
  display: block;
  background: #0F1F3D;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding: 16px 28px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #0F1F3D;
  transition: all 0.2s;
  margin-top: 1.5rem;
}
.l57-btn-navy-full:hover { background: #1a3260; border-color: #1a3260; color: #fff; }

.l57-link-arrow {
  color: #E8A020;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
}
.l57-link-arrow:hover { color: #0F1F3D; }

.l57-browse-link { text-align: center; margin-top: 2.5rem; }

/* ===== HERO ===== */
.l57-hero {
  background: linear-gradient(135deg, #0A1628 0%, #0F1F3D 50%, #1a3260 100%);
  padding: 6rem 1.5rem 5rem;
  text-align: center;
}
.l57-hero-inner { max-width: 780px; margin: 0 auto; }
.l57-badge-pill {
  display: inline-block;
  background: #E8A020;
  color: #0F1F3D;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.l57-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.15;
  margin: 0 0 1.25rem;
  font-weight: 900;
}
.l57-hero-sub {
  color: rgba(255,255,255,0.8);
  font-size: 1.15rem;
  line-height: 1.65;
  margin: 0 0 2.5rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.l57-hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===== STATS BAR ===== */
.l57-stats-bar {
  background: #E8A020;
  padding: 1.5rem 1.5rem;
}
.l57-stats-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.l57-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 3rem;
  text-align: center;
}
.l57-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: #0F1F3D;
  line-height: 1;
}
.l57-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(15,31,61,0.75);
  margin-top: 0.2rem;
}
.l57-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(15,31,61,0.25);
}
@media (max-width: 600px) {
  .l57-stat-divider { display: none; }
  .l57-stat { padding: 0.5rem 1.5rem; }
}

/* ===== INTRO GRID ===== */
.l57-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 768px) { .l57-intro-grid { grid-template-columns: 1fr; gap: 2rem; } }

.l57-intro-text h2 { margin-top: 0.5rem; }
.l57-intro-text p { color: #444; line-height: 1.7; margin-bottom: 1rem; }

.l57-intro-features { display: flex; flex-direction: column; gap: 1.25rem; }
.l57-feature-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #F4F2EE;
  border-radius: 10px;
  padding: 1.25rem;
  border-left: 4px solid #E8A020;
}
.l57-feature-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 2.5rem;
  text-align: center;
}
.l57-feature-card strong { display: block; color: #0F1F3D; margin-bottom: 0.25rem; font-size: 0.95rem; }
.l57-feature-card p { margin: 0; color: #555; font-size: 0.88rem; line-height: 1.5; }

/* ===== CATEGORY GRID ===== */
.l57-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 1.25rem;
}
.l57-cat-grid-5 {
  grid-template-columns: repeat(3, 1fr);
}
.l57-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E0DDD6;
  border-top: 4px solid #E8A020;
  text-decoration: none;
  color: #1A1A2E;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.l57-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(15,31,61,0.12);
  border-top-color: #0F1F3D;
  background: #0F1F3D;
  color: #fff;
}
.l57-cat-card:hover .l57-cat-desc { color: rgba(255,255,255,0.7); }
.l57-cat-icon { font-size: 2rem; margin-bottom: 0.75rem; display: block; }
.l57-cat-name { font-weight: 800; font-size: 0.95rem; display: block; margin-bottom: 0.4rem; }
.l57-cat-desc { font-size: 0.8rem; color: #666; line-height: 1.4; display: block; }

.l57-cat-card-sm {
  padding: 1.25rem 1rem;
  flex-direction: row;
  gap: 0.75rem;
  text-align: left;
  align-items: center;
}
.l57-cat-icon-sm { font-size: 1.4rem; flex-shrink: 0; }
.l57-cat-card-sm .l57-cat-name { font-size: 0.88rem; margin: 0; }

/* ===== SPECIALTY GRID ===== */
.l57-specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.l57-spec-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
  min-width: 0;
}
.l57-spec-card span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l57-spec-card:hover {
  background: rgba(232,160,32,0.15);
  border-color: #E8A020;
  color: #E8A020;
}
.l57-spec-icon { font-size: 1.3rem; flex-shrink: 0; }

/* ===== DATA SERVICES ===== */
.l57-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem;
}
.l57-service-block {
  border-top: 3px solid #E8A020;
  padding-top: 1.5rem;
}
.l57-service-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: #E8A020;
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.l57-service-block h3 { margin: 0 0 0.75rem; color: #0F1F3D; font-size: 1.1rem; }
.l57-service-block p { color: #555; font-size: 0.92rem; line-height: 1.65; margin-bottom: 1rem; }

/* ===== ABOUT ===== */
.l57-about-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 768px) { .l57-about-grid { grid-template-columns: 1fr; gap: 2rem; } }

.l57-about-badge {
  background: #0F1F3D;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.l57-about-badge-num {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  color: #E8A020;
  line-height: 1;
}
.l57-about-badge-text {
  display: block;
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.l57-about-contact {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem;
  border-left: 4px solid #E8A020;
}
.l57-about-contact p { margin: 0 0 0.75rem; font-size: 0.88rem; color: #333; line-height: 1.5; }
.l57-about-contact p:last-child { margin: 0; }
.l57-about-contact a { color: #0F1F3D; font-weight: 600; text-decoration: none; }
.l57-about-contact a:hover { color: #E8A020; }

.l57-about-content h2 { margin-top: 0.5rem; }
.l57-about-content p { color: #444; line-height: 1.75; margin-bottom: 1.1rem; }

/* ===== HIGHLEVEL ===== */
.l57-hl-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 768px) { .l57-hl-grid { grid-template-columns: 1fr; gap: 2rem; } }

.l57-hl-content h2 { color: #0F1F3D; margin-top: 0.5rem; font-size: clamp(1.5rem, 3vw, 2rem); }
.l57-hl-content p { color: rgba(15,31,61,0.8); line-height: 1.7; margin-bottom: 1rem; }
.l57-hl-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}
.l57-hl-list li {
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
  color: #0F1F3D;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(15,31,61,0.1);
}
.l57-hl-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0F1F3D;
  font-weight: 900;
}

.l57-hl-price-card {
  background: #0F1F3D;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
}
.l57-price-tag {
  font-size: 3.5rem;
  font-weight: 900;
  color: #E8A020;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.l57-price-tag span { font-size: 1.2rem; color: rgba(232,160,32,0.7); }
.l57-price-sub { color: rgba(255,255,255,0.75); font-size: 0.9rem; line-height: 1.55; margin: 0; }
.l57-price-note { color: rgba(255,255,255,0.45); font-size: 0.78rem; margin: 1rem 0 0; }



/* ===== INTERNET OPTINS SECTION ===== */
.l57-optin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  gap: 1.25rem;
}
.l57-optin-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-top: 3px solid #E8A020;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  gap: 0.5rem;
}
.l57-optin-card:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-3px);
  text-decoration: none;
}
.l57-optin-icon {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}
.l57-optin-card strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
.l57-optin-card span {
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* ===== COMPACT OPTIN CARDS ===== */
.l57-optin-compact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); min-width: 0;
  gap: 0.75rem;
}
.l57-optin-compact-card {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #E0DDD6;
  border-left: 4px solid #E8A020;
  border-radius: 8px;
  text-decoration: none;
  color: #0F1F3D;
  font-weight: 600;
  font-size: 0.88rem;
  transition: background 0.2s, transform 0.15s;
}
.l57-optin-compact-card:hover {
  background: #FFF8EC;
  transform: translateY(-2px);
  text-decoration: none;
  color: #0F1F3D;
}
.l57-optin-compact-card span {
  font-size: 1.1rem;
  flex-shrink: 0;
}


/* ===== HIGHLEVEL PAGE STYLES ===== */
.l57-hl-hero {
  background: linear-gradient(135deg, #0F1F3D 0%, #1a3a6b 100%);
  color: #fff;
  padding: 5rem 0 4rem;
  text-align: center;
}
.l57-hl-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0.75rem 0 1.25rem;
}
.l57-hl-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 640px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

/* HL Stats bar */
.l57-hl-stats {
  background: #E8A020;
  padding: 1.5rem 0;
}
.l57-hl-stats-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.l57-hl-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 2.5rem;
}
.l57-hl-stat .l57-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #0F1F3D;
  line-height: 1;
}
.l57-hl-stat .l57-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(15,31,61,0.75);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.25rem;
}
.l57-hl-stat-div {
  width: 1px;
  height: 40px;
  background: rgba(15,31,61,0.2);
}

/* Features grid */
.l57-hl-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.l57-hl-feature {
  background: #fff;
  border: 1px solid #E8E4DC;
  border-top: 4px solid #E8A020;
  border-radius: 10px;
  padding: 1.75rem;
}
.l57-hl-feature-num {
  font-size: 0.75rem;
  font-weight: 800;
  color: #E8A020;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.l57-hl-feature h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0F1F3D;
  margin: 0 0 0.75rem;
}
.l57-hl-feature p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

/* Pricing */
.l57-hl-pricing-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 3rem;
  align-items: start;
}
.l57-hl-pricing-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 2.5rem;
}
.l57-hl-pricing-card h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.l57-hl-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: #E8A020;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.l57-price-dollar { font-size: 1.75rem; vertical-align: top; margin-top: 0.75rem; display: inline-block; }
.l57-price-mo { font-size: 1.1rem; font-weight: 400; color: rgba(255,255,255,0.6); }
.l57-hl-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l57-hl-checklist li {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.5;
}
.l57-hl-addons {
  padding: 1rem 0;
}
.l57-addon-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
}
.l57-addon-price {
  color: #E8A020;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.l57-hl-quiet-math {
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1.75rem;
}
.l57-hl-quiet-math h5 {
  color: #E8A020;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 1rem;
}
.l57-math-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  padding: 0.4rem 0;
}
.l57-math-highlight {
  color: #fff;
  font-weight: 700;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 0.25rem;
  padding-top: 0.65rem;
}

/* Why grid */
.l57-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.l57-why-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #E8E4DC;
  border-radius: 10px;
}
.l57-why-check {
  color: #E8A020;
  font-size: 1.25rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.l57-why-card strong {
  display: block;
  color: #0F1F3D;
  margin-bottom: 0.35rem;
}
.l57-why-card p, .l57-why-card div { font-size: 0.88rem; color: #555; line-height: 1.6; margin: 0; }

/* FAQ */
.l57-faq-list { margin-top: 2rem; }
.l57-faq-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #E8E4DC;
}
.l57-faq-item h4 {
  color: #0F1F3D;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.l57-faq-item p {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .l57-hl-pricing-wrap { grid-template-columns: 1fr; }
  .l57-hl-stat { padding: 0.5rem 1.25rem; }
  .l57-hl-stat-div { display: none; }
}
