/* CTA & Winners Section Styles */
:root {
    --cta-blue: #5a4dff;
    --cta-green: #a3ff33;
    --cta-yellow: #ffcc33;
    --cta-black: #000000;
    --cta-white: #ffffff;
}

.cta-winners-section {
    background-color: var(--cta-black);
    color: var(--cta-white);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-top-wrapper {
    position: relative;
    padding-bottom: 80px;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cta-green);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 500px;
    margin-bottom: 50px;
}

.call-us-box {
    margin-top: 30px;
}

.call-us-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.call-buttons {
    display: flex;
    align-items: center;
    gap: 0;
}

.call-icon-btn {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50% 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--cta-white);
    font-size: 14px;
}

.call-number-btn {
    height: 80px;
    background: var(--cta-green);
    color: var(--cta-black);
    font-weight: 700;
    padding: 0 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    box-shadow: 0 0 20px rgba(163, 255, 51, 0.3);
    text-decoration: none;
    font-size: 18px;
}

/* Newsletter Box */
.newsletter-box {
    background-color: var(--cta-blue);
    padding: 60px 40px;
    border-radius: 20px 0 20px 20px;
    /* Top-right corner will be clipped by parent if needed, or just border-radius */
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.2);
}

.newsletter-box-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.1;
}

.newsletter-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.newsletter-form-grid .full-width {
    grid-column: span 2;
}

.form-input-custom {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    padding: 0 20px;
    color: var(--cta-white);
    font-size: 14px;
}

.form-input-custom::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.agree-text {
    background: var(--cta-black);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    white-space: nowrap;
}

.agree-text a {
    color: var(--cta-white);
    text-decoration: underline;
}

.submit-now-btn {
    flex-grow: 1;
    height: 50px;
    background: var(--cta-green);
    color: var(--cta-black);
    border: none;
    border-radius: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
}

.submit-now-btn .icon-circle {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decorative Decorations */
.super-win-badge {
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 10;
}

.yellow-diagonal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: var(--cta-yellow);
    transform: skewY(-2deg);
    z-index: 1;
}

/* Winners Section */
.winners-showcase {
    background: var(--cta-white);
    padding: 100px 0;
    position: relative;
}

.winners-title-area {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.winners-subtitle {
    color: var(--cta-blue);
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.winners-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--cta-black);
}

.winners-title span {
    color: #ff6b35;
    /* Orange color from "Big!" */
    text-decoration: underline;
}

.winner-cards-grid {
    display: block;
    /* Owl Carousel needs block */
    /* grid-template-columns removed for slider compatibility */
}

.winner-card{
    position: relative;
    text-align: center;
    background: #f9fafb;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


.winner-image-wrap {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -60px;
}

.winner-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.winner-badge {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 70px;
    background: var(--cta-yellow);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(255, 204, 51, 0.4);
}

.winner-amount {
    font-size: 32px;
    font-weight: 800;
    color: var(--cta-black);
    margin-bottom: 0;
}

.winner-details {
    margin-top: 100px;
}

.winner-details h6 {
    font-size: 20px;
    font-weight: 800;
    color: #0328c7;
    margin-bottom: 8px;
    line-height: 1.3;
}

.winner-details p {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.see-all-winners-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--cta-blue);
    color: var(--cta-white);
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 60px;
    text-decoration: none;
    font-weight: 600;
}

.see-all-winners-btn .icon-arrow {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}

/* Floaties */
.floatie {
    position: absolute;
    z-index: 1;
}

.pool-ball {
    top: 100px;
    left: 10%;
    width: 80px;
}

.gem-stone {
    top: 150px;
    right: 10%;
    width: 80px;
}

.sun-spark {
    top: 50px;
    right: 5%;
    width: 100px;
}

/* Responsiveness */
@media (max-width: 1199px) {
    /* Owl Carousel handles columns via JS settings */
}

@media (max-width: 767px) {
    .cta-title {
        font-size: 36px;
    }

    .super-win-badge {
        display: none;
        /* Hide decorative badge on mobile to prevent overlap */
    }

    .pool-ball {
        top: 100px;
        left: 10%;
        width: 50px;
    }

    .gem-stone {
        top: 100px;
        right: 5%;
        width: 50px;
    }
}