.elementor-1721 .elementor-element.elementor-element-2acae3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1721 .elementor-element.elementor-element-2f80f22{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8250984 *//* WordPress Elementor Optimized Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

.email-container {
    max-width: 600px;
    margin: 20px auto;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 20px 40px 30px;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.view-online {
    font-size: 11px;
    color: #6c757d;
    text-align: right;
    margin-bottom: 15px;
}

.view-online a {
    color: #3d85c6;
    text-decoration: none;
    font-weight: 600;
}

.logo img {
    width: 120px;
    height: auto;
}

/* Hero Section */
.hero {
    position: relative;
    background: linear-gradient(135deg, #1e3c72 0%, #3d85c6 100%);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg-desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30,60,114,0.8) 0%, rgba(61,133,198,0.6) 100%);
    z-index: 2;
}

.hero-mobile {
    display: none;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #3d85c6 100%);
    padding: 60px 20px;
    text-align: center;
    position: relative;
    min-height: 350px;
}

.hero-mobile-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgba(255,211,0,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,211,0,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.03) 75%);
    background-size: 60px 60px;
    opacity: 0.7;
}

.hero-mobile-accent {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 4px;
    background: linear-gradient(90deg, #FFD300 0%, rgba(255,211,0,0.3) 100%);
    border-radius: 2px;
}

.hero-mobile-accent-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, #FFD300 50%, rgba(255,255,255,0.3) 100%);
    border-radius: 1px;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    max-width: 500px;
}

.hero-badge {
    background: rgba(255,211,0,0.95);
    color: #0E0E0E;
    padding: 8px 20px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid rgba(255,255,255,0.3);
}

.hero h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.hero .gradient-text {
    background: linear-gradient(90deg, #FFD300 0%, #FFA500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 18px;
    line-height: 1.4;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    color: rgba(255,255,255,0.95);
    font-weight: 500;
    margin-bottom: 25px;
}

.btn-primary {
    background: linear-gradient(135deg, #FFD300 0%, #FFA500 100%);
    color: #0E0E0E;
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(255,211,0,0.4);
    border: 3px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255,211,0,0.5);
}

/* Introduction Section */
.intro {
    background: #f7f7f7;
    padding: 40px 30px;
    text-align: center;
}

.intro-content {
    max-width: 500px;
    margin: 0 auto;
}

.certification-badge {
    margin-bottom: 20px;
}

.certification-badge img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.intro h2 {
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 20px;
}

.intro p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Stats Section */
.stats {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 30px 0;
}

.stat-item {
    flex: 1;
    background: rgba(255,255,255,0.95);
    border-radius: 15px;
    padding: 25px 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    text-align: center;
}

.stat-item:nth-child(1) {
    border: 2px solid rgba(255,211,0,0.3);
}

.stat-item:nth-child(2) {
    border: 2px solid rgba(61,133,198,0.3);
}

.stat-item:nth-child(3) {
    border: 2px solid rgba(40,167,69,0.3);
}

.stat-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.stat-number {
    font-size: 2.8em;
    font-weight: 900;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    line-height: 1;
}

.stat-number.yellow {
    color: #FFD300;
}

.stat-number.blue {
    color: #3d85c6;
}

.stat-number.green {
    color: #28a745;
}

.stat-label {
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 8px;
}

/* Training Cards */
.training-cards {
    background: #f7f7f7;
    padding: 20px 30px 40px;
}

.cards-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.card {
    flex: 1;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FFD300 0%, #3d85c6 100%);
}

.card:nth-child(2)::before {
    background: linear-gradient(90deg, #3d85c6 0%, #28a745 100%);
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.badge-popular {
    background: rgba(255,211,0,0.9);
    color: #0E0E0E;
}

.badge-essential {
    background: rgba(61,133,198,0.9);
    color: #ffffff;
}

.card-content {
    padding: 25px;
}

.card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
}

.card-divider {
    height: 3px;
    width: 50px;
    border-radius: 2px;
    margin: 8px 0;
}

.divider-yellow {
    background: #FFD300;
}

.divider-blue {
    background: #3d85c6;
}

.card p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.features {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.features-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.tag-blue {
    background: #e3f2fd;
    color: #1976d2;
}

.tag-orange {
    background: #fff3e0;
    color: #f57c00;
}

.tag-green {
    background: #e8f5e8;
    color: #2e7d32;
}

.tag-pink {
    background: #fce4ec;
    color: #c2185b;
}

.card-cta {
    text-align: center;
}

.btn-card {
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid;
}

.btn-yellow {
    background: linear-gradient(135deg, #FFD300 0%, #FFA500 100%);
    color: #0E0E0E;
    border-color: #FFD300;
    box-shadow: 0 6px 20px rgba(255,211,0,0.4);
}

.btn-blue {
    background: linear-gradient(135deg, #3d85c6 0%, #6fa8dc 100%);
    color: #ffffff;
    border-color: #3d85c6;
    box-shadow: 0 6px 20px rgba(61,133,198,0.4);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 30%, #3d85c6 70%, #6fa8dc 100%);
    padding: 50px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.3;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-box {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.2);
}

.cta h2 {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.cta-divider {
    background: linear-gradient(90deg, #FFD300 0%, #FFA500 100%);
    height: 4px;
    width: 120px;
    margin: 15px auto;
    border-radius: 2px;
}

.cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.95);
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.trust-badge {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    min-width: 200px;
}

.trust-badge-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.trust-badge-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.cta-button {
    margin-top: 40px;
}

.btn-cta {
    background: linear-gradient(135deg, #FFD300 0%, #FFA500 100%);
    color: #0E0E0E;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(255,211,0,0.5);
    border: 3px solid rgba(255,255,255,0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.urgency-box {
    margin-top: 25px;
    background: rgba(255,87,87,0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,87,87,0.4);
    border-radius: 15px;
    padding: 15px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.urgency-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #3d85c6 100%);
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%);
    background-size: 20px 20px;
    opacity: 0.3;
}

.footer-content {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 50px;
}

.footer-section {
    flex: 1;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.2);
}

.footer h4 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.footer-divider {
    background: #FFD300;
    height: 3px;
    width: 60px;
    margin: 10px auto 20px;
    border-radius: 2px;
}

.footer p {
    font-size: 15px;
    color: rgba(255,255,255,0.95);
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
}

.social-icons {
    text-align: center;
    margin: 20px 0;
}

.social-icon {
    display: inline-block;
    margin: 0 12px;
    background: rgba(255,255,255,0.15);
    padding: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}

.social-icon img {
    width: 24px;
    height: 24px;
}

.contact-card {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}

.contact-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.contact-link {
    color: #FFD300;
    text-decoration: none;
    font-weight: bold;
}

.legal-footer {
    background: #2c3e50;
    padding: 30px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.legal-text {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
    margin-bottom: 10px;
}

.legal-links {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
}

.legal-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .email-container {
        margin: 10px;
        border-radius: 8px;
    }
    
    .header {
        padding: 15px 20px 25px;
    }
    
    .view-online {
        text-align: center;
        font-size: 10px;
    }
    
    .hero {
        min-height: 350px;
    }
    
    .hero-bg-desktop {
        display: none;
    }
    
    .hero-mobile {
        display: block;
    }
    
    .hero h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .hero p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .btn-primary {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .intro {
        padding: 30px 20px;
    }
    
    .intro h2 {
        font-size: 24px;
    }
    
    .stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-number {
        font-size: 2.2em;
    }
    
    .training-cards {
        padding: 15px 20px 30px;
    }
    
    .cards-row {
        flex-direction: column;
        gap: 25px;
    }
    
    .card-image img {
        height: 180px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .card h3 {
        font-size: 18px;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
    
    .cta h2 {
        font-size: 26px;
    }
    
    .trust-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-badge {
        min-width: auto;
        width: 200px;
    }
    
    .btn-cta {
        padding: 16px 32px;
        font-size: 18px;
    }
    
    .footer {
        padding: 40px 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer h4 {
        font-size: 20px;
    }
    
    .legal-footer {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 24px;
    }
    
    .hero p {
        font-size: 15px;
    }
    
    .btn-primary {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .intro h2 {
        font-size: 22px;
    }
    
    .stat-number {
        font-size: 1.8em;
    }
    
    .cta h2 {
        font-size: 24px;
    }
    
    .btn-cta {
        padding: 14px 28px;
        font-size: 16px;
    }
}/* End custom CSS */