/* Silly Money Smarter with Cash Landing Page Styles */

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

/* Header Styles */
.blueprint-header {
    background: #ffffff;
    color: #000000;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

.blueprint-header::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: #000000;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo a {
    display: block;
    padding: 4px 8px;
}

.header-logo img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
}

.header-newsletter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsletter-text {
    font-size: 14px;
    font-weight: 600;
}

.newsletter-subtext {
    font-size: 12px;
    opacity: 0.8;
}

.subscribe-btn {
    background: var(--wt-primary-color);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.subscribe-btn:hover {
    background: var(--primary-hover);
    text-decoration: none;
    color: white;
}

/* Pricing clarification styles */
.pricing-clarification {
    font-size: 14px;
    color: #6b7280;
    margin-top: 15px;
    font-style: italic;
}

/* Hero Section - Cash Management Focus */
.blueprint-hero {
    background: #F6F5F4;
    color: #1f2937;
    padding: 80px 20px 80px;
    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;
}

.wait-message {
    background: transparent;
    color: #1f2937;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-badge {
    background: #d1fae5;
    color: #047857;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    border: 2px solid #10b981;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.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;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    color: #6b7280;
}

.hero-cta {
    margin-bottom: 40px;
}

.cta-button {
    background: #059669;
    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;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.cta-button:hover {
    background: #047857;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
    text-decoration: none;
    color: white;
}

.hero-video {
    margin-top: 40px;
}

.video-placeholder {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    aspect-ratio: 16/9;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.play-button {
    width: 70px;
    height: 70px;
    background: #059669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
}

.play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.6);
}

/* Action Statement Section */
.action-statement-section {
    background: #ffffff;
    padding: 30px 20px 80px;
    border-top: 2px solid #000000;
}

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

.action-text {
    font-size: 22px;
    line-height: 1.8;
    color: #374151;
    text-align: center;
    margin: 0;
}

.action-headline {
    font-size: 32px;
    font-weight: 900;
    color: #1f2937;
    display: block;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.action-highlight {
    background: linear-gradient(120deg, #fef3c7 0%, #fde68a 100%);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    color: #1f2937;
}

.action-highlight-blue {
    color: #0284c7;
    font-weight: 700;
}

/* Testimonials Section */
.testimonials-section {
    background: #10b981;
    padding: 60px 20px;
}

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

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    align-items: stretch;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

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

.testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.testimonial-title {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    font-style: italic;
}

/* Peek Inside Section - Cash Management Topics */
.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;
}

/* Growth Section - Cash Management Journey */
.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;
    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: 15px;
}

.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, #059669, #10B981) !important;
}

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

.chart-bar label {
    position: absolute;
    bottom: -25px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

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

/* Cash Management 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;
}

.stats-footer {
    margin-top: 50px;
    text-align: center;
}

.stats-footer p {
    font-size: 18px;
    color: #1f2937;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* 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;
}

.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: 14px;
    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;
}

/* Everything You Get Section - Cash Course Content */
.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;
}

.module-badge {
    background: #059669;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.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;
}

.bonus-section {
    background: #ffffff;
    border: 2px dashed #000000;
    border-radius: 12px;
    padding: 40px;
    position: relative;
}

.bonus-badge {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #000000;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bonus-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
    margin-top: 20px;
}

.bonus-text h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Final CTA Section */
.final-cta-section {
    background: #F6F5F4;
    color: #1f2937;
    padding: 80px 20px;
    text-align: center;
    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;
}

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

.blueprint-package {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.blueprint-package img {
    width: 400px;
    height: auto;
}

.pricing-details {
    text-align: center;
}

.price-strike {
    font-size: 2.5rem;
    text-decoration: line-through;
    color: #EF4444;
    margin-bottom: 20px;
    font-weight: 800;
}

.price-badge {
    background: #059669;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
}

.final-cta-button {
    background: #059669;
    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: #047857;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
    text-decoration: none;
    color: white;
}

/* 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;
}

/* Final Pricing Section */
.final-pricing-section {
    background: #f0fdf4;
    padding: 80px 20px;
    border-top: 2px solid #10b981;
}

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

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

.pricing-card-final {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: white;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid #E5F3FF;
}

.course-unlock-container {
    text-align: center;
}

.unlock-badge {
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
}

.course-title-container {
    margin-bottom: 25px;
}

.course-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.course-title-container h3 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: white;
    text-transform: uppercase;
}

.course-subtitle {
    color: #E5F3FF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-modules {
    background: rgba(229, 243, 255, 0.1);
    border-radius: 12px;
    padding: 30px 25px;
    margin: 30px 0;
    border: 1px solid rgba(229, 243, 255, 0.2);
}

.module-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.module-item:last-child {
    border-bottom: none;
}

.module-item span {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.course-perks {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.perk {
    font-size: 14px;
    font-weight: 600;
    color: #E5F3FF;
    display: flex;
    align-items: center;
    gap: 5px;
}

.unlock-button {
    background: linear-gradient(135deg, #059669, #047857) !important;
    font-size: 18px !important;
    padding: 18px 40px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4) !important;
    transition: all 0.3s ease !important;
    margin-top: 20px !important;
}

.unlock-button:hover {
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.6) !important;
}

.pricing-visual img {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
}

.pricing-content h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pricing-strike {
    font-size: 2rem;
    margin-bottom: 30px;
}

.pricing-features {
    text-align: left;
    margin: 30px 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.feature {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.final-pricing-button {
    background: #059669;
    color: white;
    padding: 18px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.final-pricing-button:hover {
    background: #047857;
    text-decoration: none;
    color: white;
}

.guarantee-section {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: left;
    position: relative;
}

.guarantee-highlight {
    background: #d1fae5;
    color: #047857;
    padding: 2px 6px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

.guarantee-details h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.guarantee-details p {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* 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;
}

/* Newsletter Footer */
.newsletter-footer {
    background: #1f2937;
    color: white;
    padding: 60px 20px 20px;
}

.newsletter-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: white;
    color: #1f2937;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.newsletter-signup h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.newsletter-signup p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #6b7280;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}

.newsletter-form button {
    background: #10b981;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.newsletter-powered {
    font-size: 12px;
    color: #9ca3af;
}

/* 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;
}

.footer-copyright {
    text-align: center;
    color: #9ca3af;
    font-size: 12px;
}

/* Special styling for cash/finance theme */
.chart-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
    font-size: 12px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .growth-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .system-explanation {
        grid-template-columns: 1fr;
    }
    
    .content-block,
    .content-block.reverse,
    .bonus-content,
    .final-cta-visual,
    .author-card,
    .guarantee-section {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .final-cta-visual {
        flex-direction: column;
        gap: 30px;
    }
    
    .blueprint-package img {
        width: 100%;
        max-width: 300px;
    }
    
    .customer-grid {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }

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

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

    .section-title {
        font-size: 2rem;
    }
    
    .final-cta-container h2 {
        font-size: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-item {
        flex-direction: column;
        text-align: center;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        padding: 30px 20px;
        min-height: 180px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .peek-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .peek-number {
        margin-bottom: 20px;
        align-self: center;
    }
    
    .chart-bars {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .final-cta-container h2 {
        font-size: 1.8rem;
    }
    
    .final-cta-section {
        padding: 60px 20px;
    }
    
    .content-block,
    .author-card {
        padding: 25px 20px;
    }
    
    .pricing-card-final {
        padding: 30px 20px;
    }
    
    .course-perks {
        flex-direction: column;
        gap: 15px;
    }
    
    .course-icon {
        font-size: 2.5rem;
    }
    
    .course-title-container h3 {
        font-size: 1.8rem;
    }
    
    .guarantee-section {
        text-align: center;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 14px;
    }
}    /* Success Banner */
    .success-banner {
        background: #10b981;
        color: white;
        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: white;
        color: #10b981;
        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;
    }
    
    @media (max-width: 768px) {
        .success-banner {
            padding: 10px 0;
        }
        
        .success-message {
            font-size: 14px;
        }
        
        .checkmark-icon {
            width: 20px;
            height: 20px;
            font-size: 12px;
        }
    }
    
    /* Red button overrides */
    .cta-button {
        background: #ef4444 !important;
    }
    
    .cta-button:hover {
        background: #dc2626 !important;
        box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4) !important;
    }
    
    .final-cta-button {
        background: #ef4444 !important;
    }
    
    .final-cta-button:hover {
        background: #dc2626 !important;
        box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4) !important;
    }
    
    .final-pricing-button {
        background: #ef4444 !important;
    }
    
    .final-pricing-button:hover {
        background: #dc2626 !important;
    }
    
    .unlock-button {
        background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    }
    
    /* Button disclaimer styling */
    .button-disclaimer {
        font-size: 12px;
        font-weight: 400;
        opacity: 0.9;
        margin-top: 6px;
        line-height: 1.3;
    }
    
    /* Hero CTA button larger font */
    .hero-cta .cta-button {
        font-size: 24px;
    }
    
    /* Hero disclaimer styling */
    .hero-disclaimer {
        font-size: 12px;
        color: #6b7280;
        text-align: center;
        margin-top: 4px;
        opacity: 0.8;
        line-height: 1.3;
    }
    
    /* Peek header for bonus items */
    .peek-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
    
    .peek-header h3 {
        margin: 0 !important;
        flex-grow: 1;
    }
    
    /* Bonus badge styling */
    .peek-header .bonus-badge {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: inline-block !important;
        background: linear-gradient(135deg, #10b981, #059669) !important;
        color: white !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        padding: 4px 12px !important;
        border-radius: 20px !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        margin-left: 15px !important;
        flex-shrink: 0 !important;
    }
    
    /* Bonus item styling */
    .bonus-item {
        background: linear-gradient(135deg, #d1fae5, #a7f3d0) !important;
        border: 2px solid #10b981 !important;
        position: relative;
        overflow: hidden;
    }
    
    .bonus-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #10b981, #059669);
    }
    
    .bonus-item .peek-number {
        background: linear-gradient(135deg, #10b981, #059669) !important;
        color: white !important;
    }
    
    
    /* Guarantee section styling */
    .guarantee-section {
        background: #ffffff;
        padding: 40px 20px;
        text-align: center;
    }
    
    .guarantee-container {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .guarantee-details h4 {
        font-size: 24px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 15px;
    }
    
    .guarantee-highlight {
        color: #10b981;
    }
    
    .guarantee-details p {
        font-size: 16px;
        color: #6b7280;
        line-height: 1.6;
        margin: 0;
    }
    
    /* Enhanced testimonial styling */
    .testimonial-item {
        background: white !important;
        border-radius: 16px !important;
        padding: 32px !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
        border: 1px solid #f1f5f9 !important;
        transition: box-shadow 0.3s ease !important;
    }
    
    .testimonial-item:hover {
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15) !important;
    }
    
    .testimonial-quote {
        position: relative;
        margin-bottom: 24px;
    }
    
    .testimonial-quote p {
        font-size: 18px !important;
        line-height: 1.6 !important;
        color: #374151 !important;
        font-style: italic !important;
        margin: 0 !important;
        font-weight: 500 !important;
    }
    
    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 16px;
        border-top: 1px solid #f1f5f9;
        padding-top: 20px;
    }
    
    .testimonial-avatar {
        flex-shrink: 0;
    }
    
    .testimonial-avatar img {
        width: 56px !important;
        height: 56px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        border: 3px solid #ef4444 !important;
    }
    
    .testimonial-details {
        flex-grow: 1;
    }
    
    .testimonial-name {
        font-weight: 700 !important;
        font-size: 14px !important;
        color: #1f2937 !important;
        margin-bottom: 4px !important;
    }
    
    .testimonial-title {
        font-size: 13px !important;
        color: #6b7280 !important;
        font-weight: 500 !important;
    }
    
    .action-container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 40px;
    }
    
    .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: #d1fae5;
        padding: 2px 8px;
        border-radius: 4px;
        font-weight: 800;
        color: #1f2937;
    }
    
    .action-highlight-blue {
        background: #d1fae5;
        padding: 2px 8px;
        border-radius: 4px;
        font-weight: 800;
        color: #1f2937;
    }
    
    @media (max-width: 768px) {
        .action-text {
            font-size: 28px;
        }
        
        .action-headline {
            font-size: 36px;
        }
        
        .action-statement-section {
            padding: 30px 20px;
        }
        
        .action-container {
            padding: 0 20px;
        }
    }
    
    /* Floating bottom right blob */
    .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;
        }
    }
    
    @media (max-width: 768px) {
        .floating-offer {
            bottom: 20px;
            right: 20px;
            padding: 12px 16px;
            font-size: 12px;
            max-width: 250px;
        }
    }
    
    @keyframes pulse {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.8; }
    }
    
    .chart-footnotes {
        font-size: 9px !important;
        line-height: 1.2 !important;
        opacity: 0.75;
        margin-top: 8px;
    }
    
    .chart-bar-highlight {
        background: linear-gradient(to top, #10b981, #059669) !important;
    }
    
    .chart-disclaimer {
        margin-top: 20px;
        text-align: center;
    }
    
    .chart-disclaimer p {
        font-size: 12px;
        color: #6b7280;
        font-style: italic;
        margin: 0;
        line-height: 1.4;
        opacity: 0.8;
    }
    
    /* 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;
        font-size: 10px;
        font-weight: 800;
        padding: 4px 8px;
        border-radius: 12px;
        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;
    }
    
    /* Footer disclosure styling */
    .footer-disclosure-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        color: #666 !important;
        margin-bottom: 20px !important;
        font-family: var(--wt-body-font) !important;
    }
    
    @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;
        }
    }
    
    /* Real World Example Section */
    .real-world-example-section {
        background: #ffffff;
        padding: 80px 20px;
        border-top: 2px solid #10b981;
    }
    
    .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 #10b981;
    }
    
    .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;
    }
    
    .breakdown-title {
        font-size: 24px;
        font-weight: 800;
        color: #1f2937;
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    
    .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 #10b981;
        background: #ecfdf5;
        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: #10b981;
        color: white;
        font-size: 10px;
        font-weight: 800;
        padding: 4px 8px;
        border-radius: 12px;
        transform: rotate(15deg);
    }
    
    .example-result {
        background: #10b981;
        color: white;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
    }
    
    .result-text {
        font-size: 24px;
        font-weight: 700;
    }
    
    .highlight-amount {
        background: white;
        color: #10b981;
        padding: 4px 12px;
        border-radius: 6px;
        font-weight: 900;
    }
    
    .result-subtext {
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
        opacity: 0.9;
    }
    
    @media (max-width: 1024px) {
        .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) {
        .real-world-example-section {
            padding: 60px 20px;
        }
        
        .profile-image img {
            width: 160px;
            height: 160px;
        }
        
        .breakdown-title {
            font-size: 20px;
        }
        
        .result-text {
            font-size: 20px;
        }
    }

/* Video iframe positioning */
.hero-video iframe,
.video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
}

/* Chart bar specific heights */
.chart-bars .chart-bar:nth-child(1) {
    height: 55%;
}

.chart-bars .chart-bar:nth-child(2) {
    height: 78%;
}

.chart-bars .chart-bar:nth-child(3) {
    height: 88%;
}

.chart-bars .chart-bar:nth-child(4) {
    height: 100%;
}

/* Final CTA pricing display */
.blueprint-package .pricing-details > div:first-child {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #1f2937;
}

.blueprint-package .pricing-details > div:first-child span {
    text-decoration: line-through;
    color: #EF4444;
}
