/* Hero Image Fix - Remove borders and make flush */
.hero-image {
    background: transparent !important;
    min-height: auto !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    border: none;
}

/* Remove any container padding that might affect the image */
.hero .container {
    padding-bottom: 0;
}

.hero-content {
    margin-bottom: 0;
}

/* Ensure no white space around images in how-it-works page */
.step-visual {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.step-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    border: none;
}

/* Platform collage flush styling */
.platform-preview img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}