/* Hero — i2t3 component styles */

.i2t3-hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 60vh;
    padding: 5rem 0;
    position: relative;
}
.i2t3-hero-section::before {
    background-color: rgba(0, 0, 0, 0.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.i2t3-hero-section .container {
    position: relative;
    z-index: 2;
}
.i2t3-hero-section .hero-headline,
.i2t3-hero-section h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}
.i2t3-hero-section .hero-subheadline,
.i2t3-hero-section .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 720px;
}
.i2t3-hero-section .btn {
    margin-right: 0.5rem;
}
