/**
 * Yacht Detail Page Styles
 * Custom styles for individual yacht pages
 */

/* Hero Section */
.frame-ovde66 {
    padding: 8rem 0 4rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, #022c22 100%);
    color: white;
}

/* Breadcrumbs styles are now in main-styles.wrap-tdc7a6 */

.holder-gk60dc {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.wrap-qudf48 {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.body-sadd35 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}

.shell-wlf88e {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.shell-wlf88e .wrap-qub8af {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-accent);
}

.shell-wlf88e .wrap-kt6bb1 {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
}

.frame-zncdeb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.frame-zncdeb i {
    color: #d97706;
    font-size: 1.125rem;
}

.frame-zncdeb .holder-kd48b1 {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-left: 0.5rem;
}

.frame-zncdeb .wrap-slb59e {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
}

.wrap-nj1ac6 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.tile-rp6fc1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.tile-rp6fc1 i {
    color: var(--color-accent);
    font-size: 1.25rem;
}

/* Photo Carousel Section */
.area-fx652f {
    padding: 4rem 0;
    background: #f8f9fa;
}

.shell-rt6ad3 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.frame-xgeed4 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.holder-pz6e80 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.holder-pz6e80.active {
    opacity: 1;
    z-index: 1;
}

.holder-pz6e80 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-hi8f9e {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-base);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cta-hi8f9e:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-hi8f9e i {
    color: var(--color-primary);
    font-size: 1.25rem;
}

.cta-ws0371 {
    left: 1rem;
}

.btn-ebd62d {
    right: 1rem;
}

.holder-mt149b {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.holder-gp0a64 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all var(--transition-base);
}

.holder-gp0a64:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.holder-gp0a64.active {
    background: white;
    width: 30px;
    border-radius: 6px;
}

/* Yacht Details Section */
.zone-kzcd4c {
    padding: 4rem 0;
}

.layout-px9ac1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}

.tile-jj5d96,
.box-qn2ab0 {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-2xl);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.area-krfb0b {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 2rem;
}

.group-et7166 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.box-mw0e57 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all var(--transition-base);
}

.box-mw0e57:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.box-mw0e57 i {
    font-size: 1.5rem;
    color: var(--color-accent);
    width: 30px;
    text-align: center;
}

.shell-fk9a26 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.holder-qxb1c1 {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.holder-eid565 {
    font-size: 1rem;
    color: var(--color-text-primary);
    font-weight: 600;
}

/* Description */
.copy-sbc95e {
    margin-bottom: 2.5rem;
}

.copy-sbc95e p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 1.5rem;
}

.part-vs3f60 {
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 1.25rem;
}

.block-ew0d4b {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.lst-ksaf71 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.lst-ksaf71 li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: var(--color-text-primary);
}

.lst-ksaf71 i {
    color: var(--color-accent);
    font-size: 1.125rem;
}

/* CTA Section */
.block-gbcba4 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-bd9aa0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 3rem;
    border-radius: 12px;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    background: var(--color-accent);
    color: white;
    transition: all var(--transition-base);
    width: 100%;
    max-width: 300px;
}

.cta-bd9aa0:hover {
    background: #b45309;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(244, 167, 54, 0.3);
}

/* Similar Yachts Section */
.sec-dhe5d0 {
    padding: 4rem 0;
    background: #f8f9fa;
}

.sec-gre2fd {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 3rem;
}

/* Clickable yacht name link */
.navigation-utd356 {
    text-decoration: none;
    color: inherit;
    display: block;
}

.navigation-utd356:hover .holder-or22aa {
    color: var(--color-accent);
}

.navigation-utd356 .holder-or22aa {
    transition: color var(--transition-base);
}

/* Responsive Design */
@media (max-width: 992px) {
    .layout-px9ac1 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .lst-ksaf71 {
        grid-template-columns: 1fr;
    }

    .body-sadd35 {
        font-size: 2.25rem;
    }

    .shell-wlf88e .wrap-qub8af {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .frame-ovde66 {
        padding: 6rem 0 3rem;
    }

    .body-sadd35 {
        font-size: 1.875rem;
    }

    .wrap-nj1ac6 {
        gap: 1rem;
        font-size: 0.875rem;
    }

    .cta-hi8f9e {
        width: 40px;
        height: 40px;
    }

    .cta-hi8f9e i {
        font-size: 1rem;
    }

    .cta-ws0371 {
        left: 0.5rem;
    }

    .btn-ebd62d {
        right: 0.5rem;
    }

    .tile-jj5d96,
    .box-qn2ab0 {
        padding: 1.5rem;
    }

    .area-krfb0b {
        font-size: 1.5rem;
    }

    .copy-sbc95e p {
        font-size: 1rem;
    }

    .block-gbcba4 {
        justify-content: center;
    }

    .cta-bd9aa0 {
        max-width: 100%;
    }

    .sec-gre2fd {
        font-size: 1.75rem;
    }
}

/* Fade-in animation for cards */
.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}