/* Advertorial Landing Page - Custom Styles */

/* Typography enhancements for advertorial */
article h1 {
    font-family: 'Arial', sans-serif;
    line-height: 1.2;
    color: #222;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

article h2 {
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.5rem;
    color: #222;
    margin-top: 2.5rem;
    font-size: 1.6rem;
}

article p {
    font-family: 'Arial', sans-serif;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
}

article .lead {
    font-size: 1.3rem;
    font-weight: 500;
    color: #222;
    line-height: 1.6;
    background-color: #f8f9fa;
    padding: 1.25rem;
    border-left: 4px solid #0066cc;
    margin-bottom: 2rem;
}

/* Testimonials */
article blockquote {
    font-family: 'Arial', sans-serif;
    font-style: italic;
    color: #444;
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-left: 4px solid #0066cc;
    margin: 2rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

article blockquote footer {
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5rem;
    color: #0066cc;
}

/* Article images */
.article-figure {
    margin: 2rem 0;
    border: 1px solid #eaeaea;
    padding: 0.5rem;
    background-color: white;
}

.article-figure img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.article-figure figcaption {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.5rem;
    font-style: italic;
    text-align: center;
    padding: 0.5rem 0;
}

/* Call-to-action elements */
.article-cta {
    background-color: #0055b3;
    color: white;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.article-cta h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.article-cta p {
    color: white;
    font-size: 1.2rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    max-width: 800px;
    margin: 0 auto 1.5rem auto;
}

/* Main CTA Button */
.cta-button {
    display: inline-block;
    background-color: #ff9900;
    color: white !important;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border: 2px solid #e68a00;
    text-align: center;
    min-width: 250px;
}

.cta-button:hover {
    background-color: #ffaa33;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* Secondary CTA buttons */
.secondary-cta-button {
    display: inline-block;
    background-color: #0066cc;
    color: white !important;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-align: center;
    border: 2px solid #0055aa;
    font-size: 1.1rem;
    min-width: 220px;
}

.secondary-cta-button:hover {
    background-color: #0077ee;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}

.inline-cta {
    text-align: center;
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Enhanced CTA styling for all links that act as CTAs */
a[href*="quote-form"] {
    display: inline-block;
    background-color: #0066cc;
    color: white !important;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-align: center;
    border: 2px solid #0055aa;
    font-size: 1.1rem;
    min-width: 200px;
    margin: 0.5rem 0;
}

a[href*="quote-form"]:hover {
    background-color: #0077ee;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}

/* Specific styling for highlight box CTAs */
.highlight-box a[href*="quote-form"] {
    background-color: #ff9900;
    border: 2px solid #e68a00;
    margin-top: 1rem;
    font-size: 1.15rem;
}

.highlight-box a[href*="quote-form"]:hover {
    background-color: #ffaa33;
}

/* Disclaimer text */
.disclaimer {
    font-size: 0.875rem;
    color: #777;
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
    margin-top: 2rem;
    background-color: #f8f8f8;
    padding: 1rem;
    border-radius: 4px;
}

/* Content styling */
.fact-box {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.fact-box h4 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.info-list {
    margin-bottom: 1.5rem;
}

.info-list li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.1rem;
}

.info-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: bold;
}

/* Highlight box for important info */
.highlight-box {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.highlight-box:before {
    content: "!";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0066cc;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

/* Specific styling for the quote in the fact box */
.fact-box blockquote {
    background-color: transparent;
    box-shadow: none;
    border-left: none;
    padding: 0;
    font-size: 1.1rem;
}

.fact-box blockquote footer {
    color: #0066cc;
    background-color: transparent;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: bold;
}

/* Make sure the image and text in fact-box have proper contrast */
.fact-box .md\:w-2\/3 {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    article h1 {
        font-size: 1.75rem;
    }
    
    article h2 {
        font-size: 1.5rem;
    }
    
    article p {
        font-size: 1rem;
    }
    
    .article-cta h3 {
        font-size: 1.5rem;
    }
    
    .cta-button, 
    .secondary-cta-button,
    a[href*="quote-form"] {
        font-size: 1.1rem;
        padding: 0.75rem 1.5rem;
        width: 100%;
        max-width: 300px;
    }
} 