/* 
   Trojan Horse Client Magnet Workshop Sales Page
   Based on Visiopt Style Guide
   
   Color Palette:
   - Deep Navy Blue: #0A1738 (Main background color)
   - Vibrant Purple: #B23AEE (Primary call-to-action buttons, important highlights)
   - Teal: #00CED1 (Secondary accent color, icons, feature highlights)
   - Royal Blue: #4169E1 (Gradients, section backgrounds)
   - Pure White: #FFFFFF (Text on dark backgrounds, card backgrounds)
   - Light Gray: #F5F5F5 (Secondary background color, separators)
   - Dark Gray: #333333 (Body text on light backgrounds)
*/

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
    color: #0A1738;
}

h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1.5rem;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

p {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: #B23AEE;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #4169E1;
}

ul {
    list-style-type: none;
}

.highlight-text {
    font-weight: 600;
    color: #B23AEE;
    font-size: 18px;
    margin: 20px 0;
}

.warning-text {
    color: #D50000;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}

.small-text {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}

.placeholder-image {
    background-color: rgba(178, 58, 238, 0.1);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

/* Header Styles */
.site-header {
    background-color: #0A1738;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
}

.main-nav ul {
    display: flex;
    gap: 30px;
}

.main-nav a {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.main-nav a:hover {
    color: #B23AEE;
}

.nav-cta {
    background-color: #B23AEE;
    padding: 8px 16px;
    border-radius: 8px;
    color: #FFFFFF !important;
}

.nav-cta:hover {
    background-color: #c55af5;
    color: #FFFFFF !important;
}

/* Hero Section */
.hero {
    background-color: #0A1738;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23FFFFFF" opacity="0.2"/><circle cx="20" cy="20" r="1" fill="%23FFFFFF" opacity="0.2"/><circle cx="80" cy="80" r="1" fill="%23FFFFFF" opacity="0.2"/><circle cx="80" cy="20" r="1" fill="%23FFFFFF" opacity="0.2"/><circle cx="20" cy="80" r="1" fill="%23FFFFFF" opacity="0.2"/></svg>');
    background-size: 30px 30px;
    color: #FFFFFF;
    padding: 160px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 48px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero h2 {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
}

.date-time {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    background-color: #B23AEE;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(178, 58, 238, 0.3);
}

.cta-button:hover {
    background-color: #c55af5;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(178, 58, 238, 0.4);
    color: #FFFFFF;
}

/* Trusted By Section */
.trusted-by {
    background-color: #FFFFFF;
    padding: 60px 0;
    text-align: center;
}

.trusted-by h3 {
    margin-bottom: 40px;
    color: #0A1738;
}

.logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.logo-placeholder {
    width: 150px;
    height: 60px;
    background-color: rgba(10, 23, 56, 0.05);
    border-radius: 4px;
}

/* Intro Section */
.intro-section {
    background-color: #F5F5F5;
    padding: 80px 0;
    text-align: center;
}

.section-title {
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #B23AEE;
}

.feature-wave {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
}

.feature-wave::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #B23AEE 0%, #00CED1 50%, #B23AEE 100%);
    z-index: 0;
    transform: translateY(-50%);
}

.feature-item {
    text-align: center;
    z-index: 1;
    flex: 0 0 180px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 20px 0 0x;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #B23AEE 0%, #4169E1 100%);
    box-shadow: 0 4px 15px rgba(178, 58, 238, 0.3);
}

.feature-item h3 {
    font-size: 18px;
    color: #0A1738;
}

/* Main Content Sections */
.main-content {
    padding: 80px 0;
}

.light-bg {
    background-color: #F5F5F5;
}

.dark-bg {
    background-color: #0A1738;
    color: #FFFFFF;
}

.dark-bg h2, .dark-bg h3 {
    color: #FFFFFF;
}

.content-block {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.content-block:last-child {
    margin-bottom: 0;
}

.content-block.reverse {
    flex-direction: row-reverse;
}

.content-text {
    flex: 1;
}

.content-image {
    flex: 1;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-list p {
    padding: 10px 0;
    border-bottom: 1px solid rgba(10, 23, 56, 0.1);
}

.dark-bg .no-list p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.no-list p:last-child {
    border-bottom: none;
}

/* Testimonial Section */
.testimonial-section {
    background-color: #0A1738;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(178, 58, 238, 0.1) 0%, rgba(0, 206, 209, 0.1) 100%);
    z-index: 0;
}

.testimonial-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.quote-marks {
    font-family: 'Georgia', serif;
    font-size: 80px;
    line-height: 0;
    color: #B23AEE;
    opacity: 0.2;
    position: absolute;
    top: 40px;
    left: 30px;
}

.testimonial-text {
    font-size: 20px;
    font-style: italic;
    color: #0A1738;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-name {
    font-weight: 600;
    color: #0A1738;
    margin-bottom: 5px;
}

.author-title {
    color: #666;
    font-size: 14px;
}

/* Workshop Structure */
.workshop-structure {
    padding: 80px 0;
    text-align: center;
}

.workshop-sections {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.workshop-section {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 40px;
    text-align: left;
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-number {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #B23AEE 0%, #4169E1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.workshop-section h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.workshop-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.workshop-section li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.benefit-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 3px solid #B23AEE;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #B23AEE 0%, #00CED1 100%);
}

.benefit-card p {
    color: #0A1738;
    font-weight: 600;
    margin: 0;
}

/* Limited Spots Section */
.limited-spots {
    padding: 80px 0;
    text-align: center;
}

.limited-content {
    max-width: 800px;
    margin: 40px auto 0;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.features-list {
    text-align: left;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.check-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #00CED1;
    flex-shrink: 0;
    position: relative;
	margin-right: 20px;
}

.check-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

.value-item p {
	margin-bottom: 0;
}

/* Case Study Section */
.case-study {
    padding: 80px 0;
}

.case-study-header {
    text-align: center;
    margin-bottom: 60px;
}

.case-study-header h3 {
    color: #B23AEE;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 10px;
}

.case-study-content {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.case-stats {
    flex: 1;
    min-width: 300px;
}

.stat {
    margin-bottom: 40px;
}

.stat h4 {
    margin-bottom: 20px;
    color: #0A1738;
}

.stat-comparison {
    display: flex;
    align-items: center;
    gap: 30px;
}

.before, .after {
    text-align: center;
    flex: 1;
}

.before .value {
    font-size: 24px;
    font-weight: 700;
    color: #666;
}

.after .value {
    font-size: 36px;
    font-weight: 700;
    color: #4CAF50;
}

.label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.case-image {
    flex: 1;
    min-width: 300px;
    min-height: 300px;
}

/* Workshop Details Section */
.workshop-details {
    padding: 80px 0;
    text-align: center;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 60px;
    text-align: left;
}

.detail-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-item h3 {
    margin-bottom: 15px;
    color: #B23AEE;
}

.detail-item ul {
    list-style-type: none;
}

.detail-item li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

/* Pricing Section */
.pricing-section {
    padding: 80px 0;
}

.total-value {
	padding: 0 40px;
}

.pricing-card {
    max-width: 500px;
    margin: 60px auto 0;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    background: linear-gradient(135deg, #B23AEE 0%, #4169E1 100%);
    padding: 40px;
    color: #FFFFFF;
}

.pricing-header h3 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.price {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.compare-price {
    font-size: 16px;
    opacity: 0.8;
}

.pricing-features {
    padding: 40px;
}

.pricing-features .feature-item {
    margin-bottom: 15px;
}

.pricing-features .check-icon {
    background-color: #B23AEE;
}

.pricing-card .cta-button {
    margin: 20px auto 30px;
    display: block;
    max-width: 80%;
}

/* Footer */
.site-footer {
    background-color: #0A1738;
    color: #FFFFFF;
    padding: 60px 0 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-logo h2 {
    color: #FFFFFF;
    margin: 0;
    font-size: 24px;
}

.footer-links ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #B23AEE;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .container {
        max-width: 940px;
    }
    
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    .hero {
        padding: 140px 0 70px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    
    .content-block {
        flex-direction: column;
        gap: 40px;
    }
    
    .content-block.reverse {
        flex-direction: column;
    }
    
    .content-text, .content-image {
        width: 100%;
    }
    
    .workshop-section {
        min-width: 100%;
    }
    
    .case-study-content {
        flex-direction: column;
    }
    
    .main-nav ul {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    
    h1 {
        font-size: 32px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    .hero {
        padding: 120px 0 60px;
    }
    
    .hero h1 {
        font-size: 32px;
    }
    
    .hero h2 {
        font-size: 20px;
    }
    
    .site-header .container {
        flex-direction: column;
        gap: 15px;
    }
    
    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .feature-wave::before {
        display: none;
    }
    
    .testimonial-card {
        padding: 30px 20px;
    }
    
    .quote-marks {
        font-size: 60px;
        top: 20px;
        left: 15px;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links ul {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 28px;
    }
    
    .hero h1 {
        font-size: 28px;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 16px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .benefit-card {
        padding: 20px;
    }
    
    .pricing-header {
        padding: 30px 20px;
    }
    
    .price {
        font-size: 36px;
    }
    
    .pricing-features {
        padding: 30px 20px;
    }
}
