/* w56 Homepage - Flatsome UX Builder companion styles */

body.w56-home-page {
    background-color: #141416 !important;
}

body.w56-home-page .header-main,
body.w56-home-page .header-wrapper {
    background-color: rgba(20, 20, 22, 0.95) !important;
    border-bottom: 1px solid #f0c159;
}

body.w56-home-page #wrapper,
body.w56-home-page .page-wrapper {
    background-color: #141416;
}

.w56-home .w56-gold { color: #f0c159; }
.w56-home .w56-muted { color: #abb8c3; }

.w56-home .w56-hero h1 {
    font-size: 2.8em;
    color: #f0c159;
    line-height: 1.2;
    margin-bottom: 20px;
}

.w56-home .w56-hero p {
    font-size: 1.15em;
    color: #abb8c3;
    max-width: 820px;
    margin: 0 auto 30px;
}

.w56-home .w56-img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.w56-home .w56-img-gold {
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(240, 193, 89, 0.3);
}

.w56-home .w56-welcome-box {
    background: rgba(240, 193, 89, 0.1);
    border: 2px solid #f0c159;
    border-radius: 12px;
    padding: 30px;
    max-width: 680px;
    margin: 40px auto;
    text-align: left;
}

.w56-home .w56-welcome-box h3 {
    color: #f0c159;
    text-align: center;
    margin-bottom: 20px;
}

.w56-home .w56-welcome-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w56-home .w56-welcome-box li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #fff;
}

.w56-home .w56-urgent {
    background: rgba(255, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}

.w56-home .w56-urgent p {
    color: #ff4444;
    font-weight: bold;
    margin: 0;
}

.w56-home .w56-section-title {
    text-align: center;
    font-size: 2.2em;
    color: #f0c159;
    margin-bottom: 20px;
    font-weight: bold;
}

.w56-home .w56-section-sub {
    text-align: center;
    color: #abb8c3;
    font-size: 1.05em;
    margin-bottom: 40px;
}

.w56-home .w56-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin: 40px 0;
}

.w56-home .w56-stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s;
}

.w56-home .w56-stat-card:hover {
    border-color: #f0c159;
    transform: translateY(-5px);
}

.w56-home .w56-stat-number {
    font-size: 2.2em;
    font-weight: bold;
    color: #f0c159;
    display: block;
    margin-bottom: 8px;
}

.w56-home .w56-stat-label {
    color: #abb8c3;
    text-transform: uppercase;
    font-size: 0.85em;
}

.w56-home .w56-stat-note {
    color: #abb8c3;
    font-size: 0.8em;
    margin-top: 5px;
}

.w56-home .w56-feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(240, 193, 89, 0.3);
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.w56-home .w56-feature-card:hover {
    transform: translateY(-5px);
    border-color: #f0c159;
}

.w56-home .w56-feature-icon {
    font-size: 2.8em;
    margin-bottom: 16px;
}

.w56-home .w56-feature-card h3 {
    color: #f0c159;
    margin-bottom: 12px;
    font-size: 1.2em;
}

.w56-home .w56-feature-card p,
.w56-home .w56-feature-card .w56-feature-meta {
    color: #abb8c3;
    font-size: 0.95em;
}

.w56-home .w56-popular-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.w56-home .w56-popular-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.w56-home .w56-popular-item h4 {
    color: #f0c159;
    margin: 8px 0 5px;
}

.w56-home .w56-popular-item p {
    color: #abb8c3;
    font-size: 0.9em;
    margin: 0;
}

.w56-home .w56-cta-box {
    background: rgba(240, 193, 89, 0.1);
    border: 2px solid #f0c159;
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
}

.w56-home .w56-cta-box h2 {
    font-size: 2.2em;
    color: #f0c159;
    margin-bottom: 16px;
}

.w56-home .w56-testimonial {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    height: 100%;
}

.w56-home .w56-testimonial p {
    color: #abb8c3;
    font-style: italic;
    margin-bottom: 12px;
}

.w56-home .w56-testimonial cite {
    color: #f0c159;
    font-style: normal;
    font-size: 0.9em;
}

.w56-home .w56-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.w56-home .w56-trust-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.w56-home .w56-trust-item span {
    font-size: 2em;
    display: block;
    margin-bottom: 8px;
}

.w56-home .w56-trust-item h4 {
    color: #f0c159;
    font-size: 0.95em;
    margin: 0 0 4px;
}

.w56-home .w56-trust-item p {
    color: #abb8c3;
    font-size: 0.8em;
    margin: 0;
}

.w56-home .w56-btn-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.w56-home .button.w56-btn-primary,
.w56-home a.w56-btn-primary {
    background: linear-gradient(135deg, #f0c159, #ff6900) !important;
    border: none !important;
    border-radius: 25px !important;
    color: #fff !important;
    font-weight: bold;
    padding: 14px 32px !important;
}

.w56-home .button.w56-btn-green,
.w56-home a.w56-btn-green {
    background: #00d084 !important;
    border: none !important;
    border-radius: 25px !important;
    color: #fff !important;
    font-weight: bold;
    padding: 14px 32px !important;
}

@media (max-width: 849px) {
    .w56-home .w56-hero h1 { font-size: 2em; }
    .w56-home .w56-section-title { font-size: 1.6em; }
    .w56-home .w56-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 549px) {
    .w56-home .w56-stats { grid-template-columns: 1fr; }
}
