/* Luxury Island Hero - 3f238c9f */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Cormorant+Garamond:ital,wght@1,400;1,600&family=Lato:wght@300;400;700&display=swap');

.lih-3f238c9f-wrapper {
    padding: 60px 20px 40px;
    overflow: hidden;
    position: relative;
}

.lih-3f238c9f-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/* Side images */
.lih-3f238c9f-side {
    flex: 0 0 300px;
    max-width: 300px;
}

.lih-3f238c9f-image-card {
    position: relative;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #C9A84C;
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.lih-3f238c9f-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Glow dots */
.lih-3f238c9f-glow-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: radial-gradient(circle, #C9A84C 0%, transparent 70%);
    z-index: 2;
    pointer-events: none;
    filter: blur(2px);
}

.lih-3f238c9f-glow-tr { top: -6px; right: -6px; }
.lih-3f238c9f-glow-br { bottom: -6px; right: -6px; }
.lih-3f238c9f-glow-tl { top: -6px; left: -6px; }
.lih-3f238c9f-glow-bl { bottom: -6px; left: -6px; }

/* Center content */
.lih-3f238c9f-center {
    flex: 1;
    max-width: 560px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Badge */
.lih-3f238c9f-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.lih-3f238c9f-badge-icon {
    font-size: 32px;
    color: #B8963E;
}

.lih-3f238c9f-badge-icon svg {
    width: 32px;
    height: 32px;
    fill: #B8963E;
}

.lih-3f238c9f-subtitle {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #B8963E;
}

/* Diamond ornament */
.lih-3f238c9f-diamond {
    font-size: 14px;
    color: #B8963E;
    line-height: 1;
}

/* Heading */
.lih-3f238c9f-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.lih-3f238c9f-heading-line1 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 52px;
    line-height: 1.15;
    color: #1B2E3C;
}

.lih-3f238c9f-heading-line2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #1B5E4B;
}

.lih-3f238c9f-heading-line3 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 52px;
    line-height: 1.15;
    color: #1B2E3C;
}

/* Features */
.lih-3f238c9f-features {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.lih-3f238c9f-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 120px;
    padding: 0 24px;
    position: relative;
}

.lih-3f238c9f-feature:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #C9A84C;
    opacity: 0.4;
}

/* Custom SVG icon wrapper */
.lih-3f238c9f-feature-svg-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B8963E;
}

.lih-3f238c9f-feature-svg-wrap svg {
    width: 56px;
    height: 56px;
    color: inherit;
}

.lih-3f238c9f-feature-icon {
    font-size: 36px;
    color: #B8963E;
    line-height: 1;
}

.lih-3f238c9f-feature-icon svg {
    width: 36px;
    height: 36px;
    fill: #B8963E;
}

.lih-3f238c9f-feature-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1B2E3C;
    text-align: center;
}

/* Description */
.lih-3f238c9f-description {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: #4A5568;
    max-width: 420px;
    margin: 0;
}

/* CTA Button */
.lih-3f238c9f-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 40px;
    border: 1px solid #B8963E;
    border-radius: 30px;
    color: #B8963E;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background-color: transparent;
}

.lih-3f238c9f-cta:hover {
    background-color: #B8963E;
    color: #FFFFFF;
}

.lih-3f238c9f-cta-arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.lih-3f238c9f-cta:hover .lih-3f238c9f-cta-arrow {
    transform: translateX(4px);
}

/* Scroll indicator */
.lih-3f238c9f-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}

.lih-3f238c9f-scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #B8963E;
}

.lih-3f238c9f-scroll-line {
    width: 1px;
    height: 30px;
    background-color: #B8963E;
}

.lih-3f238c9f-scroll-text {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 3px;
    color: #B8963E;
}

.lih-3f238c9f-scroll-arrow {
    font-size: 14px;
    color: #B8963E;
    animation: lih-3f238c9f-bounce 2s infinite;
}

@keyframes lih-3f238c9f-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(6px); }
    60% { transform: translateY(3px); }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
    .lih-3f238c9f-side {
        flex: 0 0 220px;
        max-width: 220px;
    }

    .lih-3f238c9f-heading-line1,
    .lih-3f238c9f-heading-line3 {
        font-size: 40px;
    }

    .lih-3f238c9f-heading-line2 {
        font-size: 32px;
    }

    .lih-3f238c9f-layout {
        gap: 24px;
    }

    .lih-3f238c9f-feature {
        padding: 0 16px;
    }

    .lih-3f238c9f-feature-svg-wrap svg {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 768px) {
    .lih-3f238c9f-layout {
        flex-direction: column;
        gap: 30px;
    }

    .lih-3f238c9f-side {
        flex: 0 0 auto;
        max-width: 280px;
        width: 100%;
    }

    .lih-3f238c9f-side-left {
        order: 2;
    }

    .lih-3f238c9f-center {
        order: 1;
    }

    .lih-3f238c9f-side-right {
        order: 3;
    }

    .lih-3f238c9f-image-card {
        aspect-ratio: 4/3;
    }

    .lih-3f238c9f-heading-line1,
    .lih-3f238c9f-heading-line3 {
        font-size: 36px;
    }

    .lih-3f238c9f-heading-line2 {
        font-size: 28px;
    }

    .lih-3f238c9f-features {
        gap: 0;
    }

    .lih-3f238c9f-feature {
        padding: 0 20px;
    }

    .lih-3f238c9f-wrapper {
        padding: 40px 16px 30px;
    }
}

@media (max-width: 480px) {
    .lih-3f238c9f-heading-line1,
    .lih-3f238c9f-heading-line3 {
        font-size: 28px;
    }

    .lih-3f238c9f-heading-line2 {
        font-size: 24px;
    }

    .lih-3f238c9f-feature {
        min-width: 80px;
        padding: 0 12px;
    }

    .lih-3f238c9f-feature-svg-wrap svg {
        width: 40px;
        height: 40px;
    }

    .lih-3f238c9f-cta {
        padding: 12px 28px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .lih-3f238c9f-description {
        font-size: 14px;
    }

    .lih-3f238c9f-side {
        max-width: 240px;
    }
}
