/* LeadDriverPRO Guide Stylesheet */
/* Shared across all static HTML guides */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Source+Sans+3:wght@400;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #D4D4D8;
  background-color: #090909;
}

h1, h2, h3, h4, .guide-label, .guide-meta, .summary-label, .adapt-label {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h1 { font-size: 2.25rem; font-weight: 700; line-height: 1.15; color: #FFFFFF; margin-bottom: 16px; }
h2 { font-size: 1.5rem; font-weight: 600; line-height: 1.3; color: #FFFFFF; margin-top: 48px; margin-bottom: 16px; }
h3 { font-size: 1.125rem; font-weight: 600; color: #FFFFFF; margin-top: 24px; margin-bottom: 8px; }

p { margin-bottom: 16px; }

a { color: #E87A1E; text-decoration: none; border-bottom: 1px solid rgba(232,122,30,0.3); transition: color 0.2s, border-color 0.2s; }
a:hover { color: #FF8C2B; border-bottom-color: #FF8C2B; }

.guide-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px;
}

@media (min-width: 768px) {
  .guide-container { padding: 40px; }
}

.guide-content {
  background-color: #0F0F0F;
  padding: 32px 24px;
  border: 1px solid rgba(255,255,255,0.10);
}

@media (min-width: 768px) {
  .guide-content { padding: 48px 40px; }
}

section { margin-bottom: 48px; }
section:last-child { margin-bottom: 0; }

.accent-bar {
  width: 60px;
  height: 3px;
  background: #E87A1E;
  margin-bottom: 24px;
}

.guide-meta {
  font-size: 13px;
  color: #A1A1AA;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.guide-meta span { margin: 0 8px; opacity: 0.5; }

.who-for {
  font-size: 15px;
  color: #A1A1AA;
  font-style: italic;
  margin-bottom: 32px;
  padding: 16px;
  background: rgba(255,255,255,0.02);
  border-left: 2px solid rgba(232,122,30,0.4);
}

.summary-box {
  background: #141414;
  border-left: 3px solid #E87A1E;
  padding: 24px;
  margin-bottom: 32px;
}

.summary-label {
  font-size: 12px;
  font-weight: 700;
  color: #E87A1E;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.summary-box ul {
  list-style: none;
  padding: 0;
}

.summary-box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.summary-box li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #E87A1E;
  border-radius: 50%;
}

.prompt-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.prompt-table th {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #E87A1E;
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.prompt-table td {
  padding: 12px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.prompt-table tr:nth-child(even) td {
  background: rgba(255,255,255,0.02);
}

.prompt-category {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #E87A1E;
  margin-top: 24px;
  margin-bottom: 8px;
}

.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  line-height: 1.6;
}

.checklist li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #E87A1E;
  border-radius: 2px;
  margin-top: 2px;
}

.score-box {
  background: #141414;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px;
  margin-bottom: 24px;
}

.score-box p { margin-bottom: 12px; }
.score-box p:last-child { margin-bottom: 0; }

.adapt-block {
  background: #141414;
  border-left: 2px solid #E87A1E;
  padding: 24px;
  margin: 24px 0;
}

.adapt-label {
  font-size: 12px;
  font-weight: 700;
  color: #E87A1E;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.prompt-copy {
  font-family: 'Courier New', monospace;
  font-size: 15px;
  color: #E87A1E;
  background: #0A0A0A;
  padding: 16px;
  border: 1px solid rgba(232,122,30,0.30);
  user-select: all;
  margin: 12px 0;
  line-height: 1.5;
  overflow-x: auto;
}

.cta-block {
  background: #141414;
  border: 1px solid rgba(232,122,30,0.40);
  padding: 32px 24px;
  text-align: center;
  margin-top: 48px;
}

.cta-block p { margin-bottom: 12px; }

.cta-phone {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #E87A1E;
  border: 2px solid #E87A1E;
  padding: 12px 32px;
  margin: 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cta-phone:hover { background: #E87A1E; color: #0A0A0A; }

.cta-contact {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  border-bottom: 2px solid #E87A1E;
  padding-bottom: 2px;
  margin-left: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px;
}

.guide-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  max-width: 820px;
  margin: 0 auto;
}

.guide-header .brand {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.guide-header .brand span { color: #E87A1E; }

.guide-header a {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #E87A1E;
  padding-bottom: 2px;
}

.guide-footer {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 24px;
  border-top: 1px solid rgba(255,255,255,0.10);
  text-align: center;
}

.guide-footer .brand {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.guide-footer .brand span { color: #E87A1E; }

.guide-footer .phone {
  color: #E87A1E;
  font-weight: 600;
  margin-bottom: 12px;
}

.guide-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}

.guide-footer-links a {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Last Updated Line */
.guide-updated {
  font-size: 13px;
  color: #A1A1AA;
  font-style: italic;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 24px;
  margin-bottom: 24px;
}

/* Print Styles */
@media print {
  body { background: #FFFFFF; color: #000000; font-size: 12pt; }
  .guide-content { background: #FFFFFF; border: none; padding: 0; }
  h1, h2, h3 { color: #000000; }
  p { color: #000000; }
  .guide-header, .guide-footer, .cta-block { display: none; }
  .accent-bar { background: #000000; }
  .summary-box, .score-box, .adapt-block { background: #FFFFFF; border: 1px solid #000000; }
  .summary-label, .adapt-label, .prompt-category { color: #000000; }
  .checklist li::before { border-color: #000000; }
  .prompt-copy { color: #000000; background: #FFFFFF; border: 1px solid #000000; }
  a { color: #000000; border-bottom: none; }
  a::after { content: " (" attr(href) ")"; font-size: 10pt; color: #444; }
  .prompt-table { page-break-inside: avoid; }
  .prompt-table th { color: #000000; border-color: #000000; }
  .prompt-table td { border-color: #CCCCCC; }
  section { page-break-inside: avoid; }
  .guide-container { padding: 0; max-width: 100%; }
}
