.hero-text .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: rgba(222, 240, 255, 0.85);
    margin: 0 0 12px;
}

.hero-text h1 {
    font-size: 40px;
    line-height: 1.15;
    margin: 0 0 16px;
    color: #ffffff;
}

.hero-text .lead {
    margin: 0 0 24px;
    font-size: 16px;
    max-width: 420px;
    color: rgba(225, 237, 255, 0.9);
}

.hero-visual {
    display: flex;
    justify-content: flex-end;
}

.hero-graphic {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.6));
}

.image-wrap {
    position: relative;
    display: inline-block;
}


.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

