.hero-hex-71e95fa8-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.hero-hex-71e95fa8-col {
    flex: 1;
    min-width: 300px;
}

.hero-hex-71e95fa8-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0b1a30;
    text-transform: uppercase;
}

.hero-hex-71e95fa8-subtitle {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 30px;
}

.hero-hex-71e95fa8-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.hero-hex-71e95fa8-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.hero-hex-71e95fa8-icon {
    color: #4a72d6;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 3px;
}

.hero-hex-71e95fa8-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
}

.hero-hex-71e95fa8-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.hero-hex-71e95fa8-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #a88b43;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

.hero-hex-71e95fa8-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.hero-hex-71e95fa8-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-hex-71e95fa8-img-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
}

.hero-hex-71e95fa8-img-wrapper::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 100%;
    height: 100%;
    background-color: #a88b43;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 0;
}

.hero-hex-71e95fa8-img-wrapper img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

@media (max-width: 768px) {
    .hero-hex-71e95fa8-wrapper {
        flex-direction: column;
    }
}