/* sales.css — Shared Direct Response Sales Page Styles */

/* Google Fonts for handwritten signature */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

/* Hero */
.sales-hero {
    background: linear-gradient(135deg, #1e2124 0%, #2a2d31 100%);
    color: #fff;
    padding: 4rem 0;
}
.sales-hero h1 .green {
    color: #3AAA64;
}
.sales-hero .green {
    color: #3AAA64;
}
.sales-hero p {
    color: #778492;
}
.sales-hero .hero-img-wrap {
    position: relative;
    display: inline-block;
    max-width: 440px;
    width: 100%;
}
.sales-hero .hero-img {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 12px 50px rgba(0,0,0,0.4);
    /* filter: grayscale(90%); */
    opacity: 0.8;
}
@media (max-width: 768px) {
    .sales-hero { padding: 2.5rem 0 2rem; }
    .sales-hero h1 { font-size: 1.85rem; }
    .sales-hero .deck { font-size: 1.05rem; }
}

/* Section dividers */
.sales-section {
    padding: 4.5rem 0;
    color: #2a2d31;
    transition: color 0.15s ease, background-color 0.15s ease;
}
.sales-section-alt {
    padding: 4.5rem 0;
    background-color: #fff;
    color: #2a2d31;
    transition: color 0.15s ease, background-color 0.15s ease;
}
.sales-section p:not(.green):not(.sig-handwritten),
.sales-section li,
.sales-section-alt p:not(.green):not(.sig-handwritten),
.sales-section-alt li {
    color: inherit;
    transition: color 0.15s ease;
}
[data-theme="dark"] .sales-section-alt {
    background-color: #1e2124;
}
[data-theme="dark"] .sales-section,
[data-theme="dark"] .sales-section-alt {
    color: rgba(255,255,255,0.9);
}

/* Heading overrides — site default heading color is too light */
.sales-section h2,
.sales-section h3,
.sales-section-alt h2,
.sales-section-alt h3 {
    color: #2a2d31;
}
[data-theme="dark"] .sales-section h2,
[data-theme="dark"] .sales-section h3,
[data-theme="dark"] .sales-section-alt h2,
[data-theme="dark"] .sales-section-alt h3 {
    color: rgba(255,255,255,0.95);
}

/* Kicker / pre-heads */
.sales-kicker {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    color: #3AAA64;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Pull quote */
.sales-pull-quote {
    border-left: 4px solid #3AAA64;
    padding: 1.25rem 1.5rem;
    margin: 1rem 0;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.7;
    color: #2a2d31;
}
[data-theme="dark"] .sales-pull-quote {
    color: rgba(255,255,255,0.85);
}

/* Fascination bullets */
.sales-fascinations {
    list-style: none;
    padding-left: 0;
}
.sales-fascinations li {
    padding: 0.6rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.6;
}
.sales-fascinations li::before {
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: #3AAA64;
    font-size: 1rem;
}

/* Check bullets */
.sales-checks {
    list-style: none;
    padding-left: 0;
}
.sales-checks li {
    padding: 0.5rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5;
}
.sales-checks li::before {
    content: "\F272";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: #3AAA64;
    font-weight: 900;
}

/* Comparison table */
.sales-compare th {
    background: #3AAA64;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}
.sales-compare td, .sales-compare th {
    padding: 0.85rem 1rem;
    vertical-align: middle;
}
.sales-compare .highlight-col {
    background: rgba(58, 170, 100, 0.08);
    font-weight: 600;
}
[data-theme="dark"] .sales-compare .highlight-col {
    background: rgba(58, 170, 100, 0.15);
}

/* Value stack */
.sales-stack-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size: 1.1rem;
}
[data-theme="dark"] .sales-stack-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sales-stack-item .item-name {
    font-weight: 500;
}
.sales-stack-item .item-value {
    color: #3AAA64;
    font-weight: 700;
}

/* Pricing cards */
.sales-price-card {
    border: 2px solid var(--bs-gray-300);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.2s, border-color 0.2s;
    height: 100%;
    color: #2a2d31;
}
.sales-price-card:hover {
    transform: translateY(-4px);
}
.sales-price-card.featured {
    border-color: #3AAA64;
    position: relative;
}
.sales-price-card.featured::before {
    content: "MOST POPULAR";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #3AAA64;
    color: #fff;
    padding: 0.25rem 1.25rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.sales-price-card .price {
    /* font-size: 2.8rem; */
    font-weight: 800;
    color: #3AAA64;
    line-height: 1;
}
.sales-price-card .price-period {
    /* font-size: 1rem; */
    /* opacity: 0.6; */
    font-weight: 400;
}
[data-theme="dark"] .sales-price-card {
    border-color: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
}
[data-theme="dark"] .sales-price-card.featured {
    border-color: #3AAA64;
}

/* Guarantee box */
.sales-guarantee {
    border: 2px dashed #3AAA64;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color: #2a2d31;
}
[data-theme="dark"] .sales-guarantee {
    color: rgba(255,255,255,0.85);
}

/* CTA buttons */
.sales-cta {
    background: #3AAA64;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: background 0.2s, transform 0.1s;
    display: inline-block;
    text-decoration: none;
}
.sales-cta:hover {
    background: #2e8a50;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.sales-cta-secondary {
    background: #e63d24;
}
.sales-cta-secondary:hover {
    background: #c5321d;
    color: #fff;
}
.sales-cta-dark {
    background: #2a2d31;
}
.sales-cta-dark:hover {
    background: #1a1c1f;
    color: #fff;
}
[data-theme="dark"] .sales-cta,
[data-theme="dark"] .sales-cta:hover {
    color: #fff;
}
.sales-cta-lg {
    padding: 1.25rem 3rem;
    font-size: 1.3rem;
}

/* Sticky sidebar CTA */
.sales-sticky-cta .section-inner {
    text-align: center;
}

/* Objection / FAQ toggles */
.sales-objection {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 1rem 0;
}
[data-theme="dark"] .sales-objection {
    border-bottom-color: rgba(255,255,255,0.1);
}
.sales-objection .accordion {
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #5a6270;
    transition: color 0.2s;
}
[data-theme="dark"] .sales-objection .accordion {
    color: rgba(255,255,255,0.7);
}
.sales-objection .accordion:hover,
.sales-objection .accordion.active {
    color: #3AAA64;
}
.sales-objection .accordion::before {
    content: "\F22A";
    font-family: "bootstrap-icons";
    font-size: 0.85rem;
    transition: transform 0.2s;
    flex-shrink: 0;
    color: #3AAA64;
}
.sales-objection .accordion.active::before {
    transform: rotate(-90deg);
}

/* PS section */
.sales-ps {
    font-size: 1.25rem;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}
.sales-ps p {
    margin-bottom: 1.25rem;
}

/* Number callout / stat */
.sales-stat {
    text-align: center;
    padding: 1.5rem 1rem;
}
.sales-stat .number {
    font-weight: 800;
    color: #3AAA64;
    line-height: 1;
}
.sales-stat .label {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    opacity: 0.7;
    color: #2a2d31;
}
[data-theme="dark"] .sales-stat .label {
    color: rgba(255,255,255,0.7);
}

/* Pain point list - red X */
.sales-pain {
    list-style: none;
    padding-left: 0;
}
.sales-pain li {
    padding: 0.5rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.6;
}
.sales-pain li::before {
    content: "\F62A";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: #e63d24;
    font-size: 1rem;
}

/* How it works steps */
.sales-step {
    text-align: center;
    padding: 1.5rem;
}
.sales-step .step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #3AAA64;
    color: #fff;
    font-weight: 800;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

/* Letter-style "From" header */
.sales-from {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
[data-theme="dark"] .sales-from {
    border-bottom-color: rgba(255,255,255,0.1);
}
.sales-from img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(58, 170, 100, 0.5);
    filter: grayscale(100%);
}
.sales-from .from-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
    color: inherit;
    transition: color 0.15s ease;
}
.sales-from .from-meta {
    font-size: 0.85rem;
    opacity: 0.6;
    margin-bottom: 0;
    color: inherit;
    transition: color 0.15s ease;
}

/* Signature block */
.sales-signature {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
.sig-avatar-sm {
    width: 64px;
    height: 64px;
    margin-right: 0.75rem;
    border: 2px solid rgba(58, 170, 100, 0.5);
    filter: grayscale(100%);
}

/* Handwritten signature name */
.sig-handwritten {
    font-family: 'Caveat', cursive;
    letter-spacing: -1px;
}
.sig-handwritten-lg {
    font-family: 'Caveat', cursive;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #3AAA64;
}
.sig-details {
    font-size: 1rem;
    line-height: 1.5;
}
.sig-details p {
    margin-bottom: 0.25rem;
}
.sig-details a {
    color: #3AAA64;
    text-decoration: none;
}
.sig-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(58, 170, 100, 0.5);
    filter: grayscale(100%);
}

/* "Is / Isn't for you" qualifier cards */
.sales-qualifier {
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    color: #2a2d31;
}
.sales-qualifier-yes {
    background: rgba(58, 170, 100, 0.06);
    border: 1px solid rgba(58, 170, 100, 0.2);
}
.sales-qualifier-no {
    background: rgba(230, 61, 36, 0.04);
    border: 1px solid rgba(230, 61, 36, 0.15);
}
[data-theme="dark"] .sales-qualifier-yes {
    background: rgba(58, 170, 100, 0.1);
    border-color: rgba(58, 170, 100, 0.25);
}
[data-theme="dark"] .sales-qualifier-no {
    background: rgba(230, 61, 36, 0.08);
    border-color: rgba(230, 61, 36, 0.2);
}
[data-theme="dark"] .sales-qualifier {
    color: rgba(255,255,255,0.9);
}

/* Testimonial cards */
.sales-testimonial {
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    height: 100%;
    color: #2a2d31;
}
[data-theme="dark"] .sales-testimonial {
    border-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.9);
}
.sales-testimonial .testimonial-text {
    font-size: 1.05rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1rem;
}
.sales-testimonial .testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.sales-testimonial .testimonial-author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.sales-testimonial .author-name {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0;
}
.sales-testimonial .author-title {
    font-size: 0.8rem;
    opacity: 0.6;
    margin-bottom: 0;
}

/* Video embed container */
.sales-video {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .sales-price-card .price { font-size: 2.2rem; }
    .sales-cta-lg { padding: 1rem 2rem; font-size: 1.1rem; }
    .sales-guarantee { padding: 1.5rem; }
    /* .sales-stat .number font-size now controlled by Bootstrap classes */
    .sales-qualifier { padding: 1.25rem; }
}
