/* Invisible Sales Letter Page Stylesheet */

/* Main Container */
.sales-letter-main {
  background: #f7f5f0;
  color: #2d3748;
  min-height: 100vh;
}

/* Body font */
body, p, div, span, li {
  font-family: 'PT Sans', sans-serif;
}

/* Hero Section styles removed - now set directly in the page */

/* Section styles removed - now set directly in the page */

/* Section padding styles removed - now set directly in the page */

/* Hero container and subtitle styles removed - now set directly in the page */

/* Hero h2 styles removed - now set directly in the page */

/* Hero title styles removed - now set directly in the page */

/* Gradient underline for Profit */
.gradient-underline {
  position: relative;
  display: inline-block;
}

.gradient-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.1em;
  height: 0.12em;
  width: 100%;
  background: linear-gradient(to right, rgba(154, 52, 18, 0.7), rgba(154, 52, 18, 1));
  border-radius: 2px;
}

/* Description text */
main section:first-of-type p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

/* Sales letter hero styles removed - now set directly in the page */

/* Hero line styles removed - now set directly in the page */

/* All hero line styles removed - now set directly in the page */

/* More sales letter hero styles removed - now set directly in the page */

/* Numbers Section */
.sales-letter-numbers {
  background: rgba(26, 54, 93, 0.1);
  border: 1px solid rgba(26, 54, 93, 0.2);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 2rem 0;
}

.sales-letter-numbers h3 {
  color: #d97706;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sales-letter-numbers p {
  color: #2d3748;
  margin: 0.5rem 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.9375rem;
}

/* Letter Header */
.sales-letter-header {
  border-top: 1px solid rgba(26, 54, 93, 0.2);
  border-bottom: 1px solid rgba(26, 54, 93, 0.2);
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  text-align: center;
}

.sales-letter-header p {
  color: #2d3748;
  margin: 0.25rem 0;
  font-size: 0.9375rem;
}

.sales-letter-header strong {
  color: #2d4a6f;
  font-size: 1.125rem;
}

/* Content Section */
.sales-letter-content {
  padding: 2rem 1.5rem;
  max-width: 65ch;
  margin: 0 auto;
}

/* Arrow image styling */
main.bg-white .prose img[src*="arrow.webp"] {
  height: 80px;
  width: auto;
  display: block;
  margin: 2rem auto;
}

/* Override prose classes for landing pages - scoped to pages route */
main.bg-white .prose p {
  font-size: 20px !important;
  line-height: 32px !important;
  margin-bottom: 2rem !important;
}

/* Style checkmark list items like book page */
/* Remove default list styling for all lists in prose */
main.bg-white .prose ul {
  list-style: none;
  padding-left: 0;
}

main.bg-white .prose ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 0;
}

/* Add green checkmark circle before list items */
main.bg-white .prose ul li::before {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  background-color: #dcfce7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2316a34a' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
}

.sales-letter-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2d4a6f;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.sales-letter-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d4a6f;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.sales-letter-content p {
  font-size: 20px;
  line-height: 32px;
  color: #2d3748;
  margin-bottom: 2rem;
}

.sales-letter-content strong {
  color: #2d4a6f;
  font-weight: 600;
}

.sales-letter-content ul,
.sales-letter-content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.sales-letter-content li {
  color: #2d3748;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.sales-letter-content li strong {
  color: #2d4a6f;
}

/* Links */
.sales-letter-content a {
  color: #9a3412;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.sales-letter-content a:hover {
  color: #7c2d12;
}

/* Checkmark List */
.sales-letter-content ul li:has-text("✔️") {
  list-style: none;
  padding-left: 0;
}

/* Divider */
.sales-letter-divider {
  border-top: 1px solid rgba(26, 54, 93, 0.2);
  margin: 3rem 0;
}

/* Proof Sections */
.sales-letter-proof {
  background: rgba(26, 54, 93, 0.1);
  border-left: 3px solid #d97706;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0.25rem;
}

.sales-letter-proof h3 {
  color: #d97706;
  margin-top: 0;
}

/* Comparison Section */
.sales-letter-comparison {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .sales-letter-comparison {
    grid-template-columns: 1fr 1fr;
  }
}

.sales-letter-comparison h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.sales-letter-comparison ul {
  list-style: disc;
  padding-left: 1.5rem;
}

/* Implementation Steps */
.sales-letter-implementation {
  background: rgba(26, 54, 93, 0.1);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 2rem 0;
}

.sales-letter-implementation h3 {
  color: #d97706;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.sales-letter-implementation p {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}

/* Author Section */
.sales-letter-author {
  background: rgba(26, 54, 93, 0.1);
  border-radius: 0.5rem;
  padding: 2rem;
  margin: 3rem 0;
}

.sales-letter-author h3 {
  color: #d97706;
  margin-top: 0;
}

/* CTA Section */
.sales-letter-cta {
  background: linear-gradient(to bottom, #1a365d, #0f1f38);
  border-top: 1px solid #2d4a6f;
  padding: 4rem 1.5rem;
  text-align: center;
  margin-top: 4rem;
}

.sales-letter-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
}

.sales-letter-cta p {
  font-size: 1.125rem;
  color: #d4d0c8;
  margin-bottom: 2rem;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Button - matches BookingForm button styling exactly */
.sales-letter-cta-button {
  display: inline-block;
  width: 100%;
  padding: 1rem 1.5rem; /* px-6 py-4 */
  background-color: #f59e0b; /* brand-gold */
  color: #1a365d; /* brand-navy */
  font-weight: 700;
  font-size: 1.125rem; /* text-lg */
  border-radius: 0.5rem; /* rounded-lg */
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.3); /* gold-glow */
  border: none;
  cursor: pointer;
}

.sales-letter-cta-button:hover {
  background-color: #eab308; /* hover:bg-yellow-500 */
  box-shadow: 0 0 30px rgba(245, 158, 11, 0.5); /* gold-glow:hover */
  transform: translateY(-0.125rem); /* hover:-translate-y-0.5 */
}

.sales-letter-cta-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sales-letter-cta-button:disabled:hover {
  transform: translateY(0);
}

/* Inline variant for buttons that don't need full width */
.sales-letter-cta-button-inline {
  width: auto;
}

/* P.S. Section */
.sales-letter-ps {
  padding: 2rem 1.5rem;
  max-width: 65ch;
  margin: 0 auto;
  border-top: 1px solid rgba(26, 54, 93, 0.2);
  margin-top: 3rem;
}

.sales-letter-ps p {
  color: #2d3748;
  font-size: 0.9375rem;
  font-style: italic;
}
