.sgw-hero-12ddfbb2 {
    position: relative;
    overflow: hidden;
    /* Padding is now controlled via Elementor settings */
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    min-height: 550px;
    display: flex;
    align-items: center;
    width: 100%;
}

.sgw-hero-12ddfbb2 .sgw-watermark {
    position: absolute;
    top: 100px;
    right: 0px;
    font-size: 550px;
    font-weight: 900;
    color: #D4006E;
    line-height: 0.8;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    letter-spacing: -0.05em;
    overflow: hidden;
    white-space: nowrap;
    /* text-shadow removed */
}

.sgw-hero-12ddfbb2 .sgw-hero-inner {
    width: 100%;
    margin: 0 auto;
    /* max-width is controlled by Elementor layout settings */
    position: relative;
    z-index: 2;
}

.sgw-hero-12ddfbb2 .sgw-hero-content {
    max-width: 1000px; /* Allow enough width for the two lines */
}

.sgw-hero-12ddfbb2 .sgw-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #FFFFFF;
    font-size: 4rem;
    line-height: 1.15;
    margin: 0 0 30px;
    letter-spacing: -0.01em;
}

.sgw-hero-12ddfbb2 .sgw-hero-title br {
    display: block;
}

.sgw-hero-12ddfbb2 .sgw-hero-title-line-1 {
    display: inline-block;
    white-space: nowrap; /* Prevent wrapping on desktop */
}

.sgw-hero-12ddfbb2 .sgw-hero-title-line-2 {
    display: inline-block;
}

.sgw-hero-12ddfbb2 .sgw-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 50px;
    max-width: 800px;
}

.sgw-hero-12ddfbb2 .sgw-hero-cta {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

.sgw-hero-12ddfbb2 .sgw-hero-cta:hover {
    opacity: 0.8;
}

.sgw-hero-12ddfbb2 .sgw-cta-arrow {
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .sgw-hero-12ddfbb2 .sgw-watermark {
        font-size: 400px;
        top: 60px;
    }
    .sgw-hero-12ddfbb2 .sgw-hero-title {
        font-size: 3rem;
    }
    .sgw-hero-12ddfbb2 .sgw-hero-title-line-1 {
        white-space: normal; /* Allow wrapping on smaller screens */
    }
}

@media (max-width: 768px) {
    .sgw-hero-12ddfbb2 .sgw-hero-title {
        font-size: 2.25rem;
    }
    .sgw-hero-12ddfbb2 .sgw-hero-subtitle {
        font-size: 1.125rem;
    }
    .sgw-hero-12ddfbb2 .sgw-watermark {
        font-size: 250px;
        top: 80px;
        right: -50px;
    }
}