/* Tax Course Funnel - Complete Standalone Styles */

/* Co-Branding Header */
.co-brand-header {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7, #a7f3d0);
    padding: 30px 20px;
    position: relative;
    z-index: 50;
    border-top: 1px solid #10b981;
    border-bottom: 1px solid #10b981;
}

.co-brand-container {
    max-width: 1200px;
    margin: 0 auto;
}

.co-brand-hero {
    text-align: center;
}

.co-brand-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.partner-section,
.sillymoney-section {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.partner-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #10b981;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.sm-logo {
    height: 70px;
    width: auto;
    max-width: 120px;
    border-radius: 12px;
    object-fit: contain;
    border: 3px solid #10b981;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    background: white;
    padding: 8px;
}

.partner-avatar:hover,
.sm-logo:hover {
    transform: scale(1.05);
}

.partner-info,
.sm-info {
    text-align: left;
}

.partner-name,
.sm-name {
    font-size: 22px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 2px;
    line-height: 1.2;
}

.partner-bio,
.sm-bio {
    font-size: 15px;
    color: #6b7280;
    font-weight: 600;
    line-height: 1.3;
}

.co-brand-connector {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.connector-line {
    display: none;
}

.connector-text {
    font-size: 28px;
    font-weight: 700;
    color: #10b981;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .co-brand-header {
        padding: 25px 20px;
    }

    .co-brand-content {
        flex-direction: column;
        gap: 20px;
    }

    .partner-section,
    .sillymoney-section {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .partner-info,
    .sm-info {
        text-align: center;
    }

    .partner-avatar {
        width: 60px;
        height: 60px;
    }
    
    .sm-logo {
        height: 60px;
        width: auto;
        max-width: 100px;
        padding: 6px;
    }

    .partner-name,
    .sm-name {
        font-size: 18px;
    }

    .partner-bio,
    .sm-bio {
        font-size: 13px;
    }

    .connector-text {
        font-size: 24px;
        transform: rotate(90deg);
    }
}

.blueprint-landing-page {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.4;
    background: #F6F5F4 !important;
}

/* Hero Section */
.blueprint-hero {
    background: #F6F5F4;
    color: #1f2937;
    padding: 80px 20px;
    text-align: center;
}

.hero-container {
    max-width: 1000px;
    margin: 0 auto;
}

.hero-instructor {
    margin-bottom: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.instructor-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #10b981;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.instructor-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.instructor-label {
    font-family: 'Caveat', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    transform: rotate(-5deg);
    line-height: 1;
}

.instructor-subtitle {
    font-family: 'Caveat', cursive;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    transform: rotate(-3deg);
    margin-left: 10px;
}

.hero-title .highlight {
    color: white;
    background: #10b981;
    padding: 4px 12px;
    position: relative;
    display: inline-block;
    border-radius: 8px;
}

.hero-title .highlight::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -4px;
    right: -4px;
    bottom: -2px;
    background: #059669;
    border-radius: 10px;
    transform: rotate(-0.5deg) skew(-1deg);
    z-index: -1;
}

.hero-title .highlight::after {
    content: '';
    position: absolute;
    top: 1px;
    left: -2px;
    right: -2px;
    bottom: 1px;
    background: #047857;
    border-radius: 8px;
    transform: rotate(0.3deg) skew(0.5deg);
    z-index: -2;
    opacity: 0.8;
}

/* Success Banner */
.success-banner {
    background: #dcfce7;
    color: #1f2937;
    padding: 12px 0;
    text-align: center;
    position: relative;
    z-index: 100;
}

.success-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
}

.checkmark-icon {
    background: #10b981;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    flex-shrink: 0;
}

.success-message {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.success-message strong {
    font-weight: 900;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Pricing clarification text */
.pricing-clarification {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 8px;
    color: #6b7280;
    text-align: center;
}

/* Button styling for checkout triggers */
button.cta-button,
button.final-cta-button {
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-family: inherit;
}

button.cta-button:disabled,
button.final-cta-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Red button overrides */
.cta-button {
    background: #ef4444;
    color: white;
    padding: 20px 40px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.cta-button:hover {
    background: #dc2626;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
    text-decoration: none;
    color: white;
}

.final-cta-button {
    background: #ef4444;
    color: white;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.final-cta-button:hover {
    background: #dc2626;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
    text-decoration: none;
    color: white;
}

/* Hero split content layout */
.hero-split-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-video {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.hero-video > div {
    border-radius: 12px;
    overflow: hidden;
}

.video-placeholder {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.course-badge {
    display: inline-block;
    background: #f3f4f6;
    color: #1f2937;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 20px;
    text-transform: uppercase;
    border: 2px solid #9ca3af;
}

.hero-video-column .course-badge {
    text-align: center;
    width: 100%;
}

.badge-dot {
    color: #ef4444;
    font-size: 16px;
    margin-right: 5px;
}

.split-hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #1f2937;
    margin: 0 0 25px 0;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.italic-text {
    font-style: italic;
    font-weight: 600;
    background: linear-gradient(135deg, #dcfce7, #a7f3d0);
    padding: 2px 8px;
    border-radius: 6px;
}

.cta-button-large {
    background: #ef4444;
    color: white;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-family: inherit;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button-large:hover {
    background: #dc2626;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
    transform: translateY(-2px);
}

.pricing-note {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 8px;
    text-align: center;
}

/* Signature Message Section */
.signature-message-section {
    background: #ffffff;
    padding: 60px 20px;
    border-top: 2px solid #e5e7eb;
}

.signature-message-container {
    max-width: 900px;
    margin: 0 auto;
}

.signature-message-content {
    text-align: center;
}

.signature-message-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 20px;
    font-weight: 400;
}

.signature-message-strong {
    font-weight: 700;
    font-size: 20px;
    color: #1f2937;
}

.letter-date {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
    font-style: italic;
    text-align: left;
}

.signature-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    justify-content: flex-start;
}

.signature-image-circle {
    flex-shrink: 0;
}

.signature-image-circle img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #dcfce7;
}

.signature-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.signature-line-text {
    font-family: 'Caveat', cursive;
    font-size: 46px;
    font-weight: 700;
    color: #1f2937;
    font-style: italic;
}

.signature-subtitle {
    font-family: 'Caveat', cursive;
    font-size: 28px;
    font-weight: 600;
    color: #6b7280;
    font-style: italic;
    margin-top: -5px;
}

.signature-line-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
}

.signature-image {
    margin-top: 30px;
    text-align: center;
}

.signature-image img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Action statement section */
.action-statement-section {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
    border-top: 2px solid #e5e7eb;
    border-bottom: 2px solid #e5e7eb;
}

.action-container {
    max-width: 1000px;
    margin: 0 auto;
}

.action-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}

.action-headline {
    font-size: 48px;
    font-weight: 700;
}

.action-highlight {
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 800;
    color: #1f2937;
}

.action-highlight-blue {
    background: #dbeafe;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 800;
    color: #1f2937;
}

/* Testimonials styling */
.testimonials-section {
    background: #334155;
    padding: 70px 20px;
}

.testimonials-container {
    max-width: 1100px;
    margin: 0 auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-item {
    background: #f9fafb;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
}

.testimonial-avatar {
    margin: 0 auto 12px;
    width: 70px;
    height: 70px;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 13px;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 3px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.testimonial-title {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.testimonial-quote {
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
    margin: 0;
    font-style: italic;
}

/* Peek Inside Section */
.peek-inside-section {
    background: #f0fdf4;
    padding: 80px 20px;
}

.peek-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1f2937;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.peek-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.peek-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.peek-number {
    background: #10b981;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.peek-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.peek-content p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Mid-Page CTA Section */
.mid-page-cta-section {
    background: #f0fdf4;
    padding: 60px 20px;
    text-align: center;
}

.mid-page-cta-container {
    max-width: 600px;
    margin: 0 auto;
}

/* Growth Section */
.growth-section {
    background: #ffffff;
    padding: 80px 20px;
    border-top: 2px solid #000000;
}

.growth-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.growth-text h2 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.1;
}

.growth-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 15px;
}

.growth-text strong {
    font-weight: 700;
}

.growth-cta {
    margin-top: 30px;
}

.growth-chart {
    text-align: center;
}

.chart-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.chart-placeholder {
    background: white;
    border-radius: 12px;
    padding: 30px 30px 50px 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.chart-bars {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 200px;
    gap: 25px;
}

.chart-bar {
    flex: 1;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-weight: 700;
    position: relative;
    min-height: 40px;
}

.chart-bar:nth-child(1) {
    background: linear-gradient(to top, #DC2626, #EF4444);
}

.chart-bar:nth-child(2) {
    background: linear-gradient(to top, #6b7280, #9ca3af);
}

.chart-bar:nth-child(3) {
    background: linear-gradient(to top, #6b7280, #9ca3af);
}

.chart-bar:nth-child(4) {
    background: linear-gradient(to top, #059669, #10B981);
}

.chart-bar-highlight {
    background: linear-gradient(to top, #10b981, #059669) !important;
}

.chart-bar span {
    padding: 8px;
    font-size: 14px;
}

.chart-bar label {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    color: #6b7280;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

.chart-result {
    font-size: 1.8rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.chart-disclaimer {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.4;
}

/* Real World Example Section */
.real-world-example-section {
    background: #ffffff;
    padding: 80px 20px;
    border-top: 2px solid #dcfce7;
}

.example-container {
    max-width: 1200px;
    margin: 0 auto;
}

.example-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
    margin-top: 80px;
}

.example-profile {
    text-align: center;
}

.profile-image {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.profile-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #dcfce7;
}

.example-arrow {
    position: absolute;
    top: -35px;
    right: -45px;
    background: #ef4444;
    color: white;
    padding: 14px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 800;
    transform: rotate(15deg);
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4);
}

.example-arrow::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ef4444;
}

.profile-info h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 20px;
}

.profile-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-item {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    background: #f3f4f6;
    padding: 12px 20px;
    border-radius: 8px;
}

.comparison-breakdown {
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.option-card {
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.option-card.poor {
    border: 2px solid #d1d5db;
    background: #f9fafb;
}

.option-card.decent {
    border: 2px solid #d1d5db;
    background: #f9fafb;
}

.option-card.best {
    border: 2px solid #dcfce7;
    background: #f0fdf4;
    transform: scale(1.05);
}

.option-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.option-icon {
    font-size: 24px;
}

.option-name {
    font-size: 14px;
    font-weight: 700;
    color: #374151;
}

.option-after-tax-main {
    font-size: 32px;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 5px;
}

.option-after-tax-label {
    font-size: 14px;
    font-weight: 600;
    color: #059669;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.option-details {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    opacity: 0.8;
}

.option-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #dcfce7;
    color: #1f2937;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 12px;
    transform: rotate(15deg);
}

.example-result {
    background: #dcfce7;
    color: #1f2937;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

.result-text {
    font-size: 24px;
    font-weight: 700;
}

.highlight-amount {
    background: white;
    color: #1f2937;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 900;
}

.result-sales-frame {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #1f2937;
    padding: 15px 20px;
    background: white;
    border-radius: 8px;
    border: 2px solid #10b981;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}

.result-subtext {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0.9;
}

/* Tax Statistics Section */
.solo401k-stats-section {
    background: #f0fdf4;
    padding: 80px 20px;
    border-top: 2px solid #10b981;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 15px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.stat-description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* Don't Scale Section */
.dont-scale-section {
    background: #ffffff;
    padding: 80px 20px;
    border-top: 2px solid #000000;
}

.dont-scale-container {
    max-width: 1000px;
    margin: 0 auto;
}

.dont-scale-container h2 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
}

.dont-scale-container p {
    font-size: 18px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 20px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.dont-scale-container p.cpa-credit-note {
    font-size: 15px;
    color: #6b7280;
    margin-top: -10px;
    font-style: italic;
}

.system-explanation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 60px;
    align-items: center;
}

.system-text p {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.system-box {
    background: #10b981;
    color: white;
    padding: 30px;
    border-radius: 12px;
}

.system-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
}

.system-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.system-step {
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.step-number {
    background: #1f2937;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.system-cta {
    margin-top: 30px;
    text-align: center;
}

/* Everything You Get Section */
.everything-section {
    background: #f0fdf4;
    padding: 80px 20px;
    border-top: 2px solid #10b981;
}

.everything-container {
    max-width: 1200px;
    margin: 0 auto;
}

.content-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.content-block.reverse {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.content-block.reverse .content-text {
    order: 1;
}

.content-block.reverse .content-image {
    order: 2;
}

.content-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.content-text h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-text li {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.content-text li:before {
    content: "✔";
    flex-shrink: 0;
    color: #059669;
}

/* Final CTA Section */
.final-cta-section {
    background: #F6F5F4;
    color: #1f2937;
    padding: 80px 20px;
    border-top: 2px solid #000000;
}

.final-cta-container {
    max-width: 1000px;
    margin: 0 auto;
}

.final-cta-container h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

/* Sales Letter Styles */
.sales-letter {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 20px;
}

.sales-letter-greeting {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 30px;
    font-style: normal;
}

.sales-letter p {
    font-size: 22px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
    font-weight: 400;
}

.sales-letter strong {
    font-weight: 700;
    color: #1f2937;
}

.sales-letter-cta-text {
    font-size: 23px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 40px;
}

.heartfelt-message {
    max-width: 900px;
    margin: 40px auto 50px;
    padding: 0 20px;
}

.message-content {
    text-align: left;
}

.message-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 20px;
    font-weight: 400;
}

.message-strong {
    font-weight: 700;
    font-size: 20px;
    color: #1f2937;
}

.signature {
    margin-top: 25px;
    text-align: left;
}

.signature-line {
    font-family: 'Caveat', cursive;
    font-size: 42px;
    font-weight: 700;
    color: #1f2937;
    font-style: italic;
}

.pricing-divider {
    max-width: 800px;
    margin: 50px auto;
    height: 1px;
    background: linear-gradient(to right, transparent, #e5e7eb 20%, #e5e7eb 80%, transparent);
}

.final-cta-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-details {
    max-width: 500px;
    text-align: left;
}

.pricing-label {
    font-size: 14px;
    font-weight: 800;
    color: #059669;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pricing-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.price-old {
    font-size: 2rem;
    font-weight: 700;
    color: #9ca3af;
    text-decoration: line-through;
}

.price-new {
    font-size: 3rem;
    font-weight: 900;
    color: #1f2937;
}

.pricing-savings {
    font-size: 16px;
    font-weight: 600;
    color: #059669;
    margin-bottom: 25px;
}

/* Value Stack Styles */
.value-stack {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.value-stack-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #1f2937;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.value-stack-items {
    margin-bottom: 35px;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.value-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #f3f4f6;
}

.value-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.value-item:first-child {
    padding-top: 0;
}

.value-item-name {
    font-size: 16px;
    font-weight: 500;
    color: #374151;
    flex: 1;
}

.value-item-price {
    font-size: 17px;
    font-weight: 700;
    color: #6b7280;
    margin-left: 20px;
}

.value-item.bonus .value-item-name {
    color: #059669;
    font-weight: 600;
}

.value-item.bonus .value-item-price {
    color: #059669;
}

.value-item.partner .value-item-name {
    color: #059669;
    font-weight: 600;
}

.value-item.partner .value-item-price {
    color: #059669;
}

.bonus-badge {
    display: inline-block;
    background: #10b981;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.partner-badge {
    display: inline-block;
    background: #10b981;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.government-badge {
    display: inline-block;
    background: #10b981;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.value-stack-total {
    padding: 25px 30px;
    margin-bottom: 25px;
    background: #f9fafb;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e5e7eb;
}

.total-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.total-label {
    font-size: 24px;
    font-weight: 800;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.total-amount {
    font-size: 42px;
    font-weight: 900;
    color: #1f2937;
}

.total-savings {
    font-size: 18px;
    font-weight: 700;
    color: #10b981;
    margin-top: 10px;
}

.value-stack-offer {
    background: linear-gradient(135deg, #dcfce7, #a7f3d0);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin-bottom: 25px;
    border: 2px solid #10b981;
}

.offer-label {
    font-size: 14px;
    font-weight: 800;
    color: #059669;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.offer-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}

.offer-price-main {
    font-size: 4rem;
    font-weight: 900;
    color: #1f2937;
    line-height: 1;
}

.offer-price-savings {
    font-size: 18px;
    font-weight: 700;
    color: #059669;
}

.cta-guarantee {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #059669;
    margin-top: 20px;
    padding: 15px 20px;
    background: #f0fdf4;
    border: 2px solid #10b981;
    border-radius: 8px;
}

/* Simple Offer Styling (non-button version) */
.value-stack-offer-simple {
    text-align: center;
    margin: 30px 0;
}

.offer-simple-text {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
}

.offer-simple-text strong {
    font-size: 32px;
    font-weight: 900;
    color: #1f2937;
}

.offer-savings {
    font-size: 18px;
    color: #10b981;
    font-weight: 700;
    margin-left: 10px;
}

/* Mobile responsive for value stack */
@media (max-width: 768px) {
    .value-stack {
        padding: 30px 20px;
    }

    .value-stack-title {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }

    .value-item {
        padding: 12px 0;
    }

    .value-item-name {
        font-size: 14px;
    }

    .value-item-price {
        font-size: 14px;
    }

    .total-label {
        font-size: 18px;
    }

    .total-amount {
        font-size: 24px;
    }

    .offer-price-main {
        font-size: 3rem;
    }

    .offer-price-savings {
        font-size: 16px;
    }

    .bonus-badge {
        font-size: 10px;
        padding: 2px 6px;
    }
}

/* Author Bio Section */
.author-bio-section {
    background: #1f2937;
    color: white;
    padding: 80px 20px;
}

.author-container {
    max-width: 1000px;
    margin: 0 auto;
}

.author-card {
    background: #111827;
    border-radius: 12px;
    padding: 50px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
}

.author-text h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 25px;
    color: white;
}

.author-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.author-image {
    text-align: center;
}

.author-image img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

/* FAQ Section */
.faq-section {
    background: #ffffff;
    padding: 80px 20px;
    border-top: 2px solid #000000;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-container h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.faq-list {
    margin-bottom: 50px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.faq-question {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

.faq-toggle {
    font-size: 20px;
    font-weight: 300;
    transition: transform 0.15s ease-out;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    padding: 20px;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-cta {
    text-align: center;
}

/* Guarantee section */
.guarantee-section {
    background: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.guarantee-container {
    max-width: 900px;
    margin: 0 auto;
}

.guarantee-details {
    background: #dcfce7;
    color: #1f2937;
    padding: 35px 40px;
    border-radius: 12px;
    border: 2px solid #10b981;
}

.guarantee-details h4 {
    font-size: 26px;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guarantee-highlight {
    color: #059669;
}

.guarantee-details p {
    font-size: 18px;
    color: #1f2937;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* Disclaimer Section */
.disclaimer-section {
    background: #ffffff;
    padding: 20px;
}

.disclaimer-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.disclaimer-container p {
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    opacity: 0.8;
}

.disclaimer-container strong {
    font-weight: 600;
    color: #374151;
}

/* Floating offer */
.floating-offer {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
    z-index: 1000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
    max-width: 280px;
    text-align: center;
}

.floating-offer:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4);
}

.floating-offer.show {
    display: block;
    animation: slideInBlob 0.5s ease-out;
}

@keyframes slideInBlob {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .hero-split-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hero-video-column {
        order: 2;
    }

    .hero-description-column {
        order: 1;
        text-align: center;
    }

    .course-badge {
        display: inline-block;
    }

    .split-hero-title {
        font-size: 36px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-item {
        padding: 40px 30px;
    }

    .growth-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .system-explanation {
        grid-template-columns: 1fr;
    }

    .content-block,
    .content-block.reverse,
    .author-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .example-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .options-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .option-card.best {
        transform: none;
    }
}

@media (max-width: 768px) {
    .success-banner {
        padding: 10px 0;
    }

    .success-message {
        font-size: 14px;
    }

    .checkmark-icon {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .split-hero-title {
        font-size: 30px;
    }

    .cta-button-large {
        font-size: 18px;
        padding: 18px 30px;
    }

    .action-text {
        font-size: 28px;
    }

    .action-headline {
        font-size: 36px;
    }

    .action-statement-section {
        padding: 60px 20px;
    }

    .section-title {
        font-size: 2rem;
    }

    .final-cta-container h2 {
        font-size: 2rem;
    }

    .signature-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .signature-image-circle img {
        width: 60px;
        height: 60px;
    }

    .signature-line-text {
        font-size: 32px;
    }

    .letter-date {
        font-size: 13px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        padding: 30px 20px;
        min-height: 180px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .peek-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .peek-number {
        margin-bottom: 20px;
        align-self: center;
    }

    .chart-bars {
        height: 150px;
    }

    .real-world-example-section {
        padding: 60px 20px;
    }

    .profile-image img {
        width: 160px;
        height: 160px;
    }

    .result-text {
        font-size: 20px;
    }

    .message-content p {
        font-size: 16px;
    }

    .message-strong {
        font-size: 18px;
    }

    .signature-line {
        font-size: 36px;
    }

    .pricing-main {
        gap: 15px;
    }

    .price-old {
        font-size: 1.5rem;
    }

    .price-new {
        font-size: 2.5rem;
    }

    .pricing-divider {
        margin: 40px auto;
    }

    .floating-offer {
        bottom: 20px;
        right: 20px;
        padding: 12px 16px;
        font-size: 12px;
        max-width: 250px;
    }

    .content-block,
    .author-card {
        padding: 25px 20px;
    }
}

/* Bonus Materials within Course Section */
.bonus-materials {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #e5e7eb;
}

.bonus-section-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.bonus-card {
    background: #f8f9fa;
    border: 2px solid #10b981;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
}

.bonus-badge-small {
    position: absolute;
    top: -10px;
    right: -10px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transform: rotate(15deg);
}

.bonus-card .bonus-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.bonus-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.bonus-description {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .bonus-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .bonus-section-title {
        font-size: 1.5rem;
    }

    .bonus-card {
        padding: 20px 15px;
    }

    .bonus-card .bonus-icon {
        font-size: 28px;
    }

    .bonus-card h4 {
        font-size: 13px;
    }
}

/* Vendor Offers Section */
.vendor-offers-section {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #e5e7eb;
}

.vendor-offers-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.vendor-offers-subtitle {
    font-size: 16px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.vendor-offers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.vendor-offer-card {
    background: white;
    border: 2px solid #10b981;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vendor-offer-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.vendor-offer-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
}

.vendor-offer-icon img[alt="Frec"] {
    border: 1px solid #000000;
    padding: 4px;
}

.vendor-offer-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-offer-value {
    font-size: 18px;
    font-weight: 800;
    color: #10b981;
    margin: 0 0 10px 0;
}

.vendor-offer-description {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1024px) {
    .vendor-offers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .vendor-offers-title {
        font-size: 1.5rem;
    }

    .vendor-offers-grid {
        grid-template-columns: 1fr;
    }

    .vendor-offer-card {
        padding: 20px 15px;
    }

    .instructor-label {
        font-size: 24px;
    }

    .instructor-subtitle {
        font-size: 16px;
    }

    .hero-title {
        font-size: 2.5rem;
    }
}
