/* Front site: Swiper hero + inner content (works with Bootswatch Minty) */

.front-brand-logo {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
}

.front-footer-logo {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.front-bg-soft {
    background: linear-gradient(180deg, #f0faf7 0%, #fff 40%, #fff5f6 100%);
    min-height: 100vh;
}

.front-hero-swiper {
    border-radius: var(--bs-border-radius-lg);
    overflow: hidden;
    box-shadow: var(--bs-box-shadow);
}

.front-hero-swiper .swiper-slide {
    position: relative;
    min-height: min(380px, 52vh);
    display: flex;
    align-items: flex-end;
}

.front-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.front-slide-bg--gradient {
    background-image: linear-gradient(125deg, #78c2ad 0%, #6cc3d5 45%, #f3969a 100%);
}

.front-slide-bg--gradient-2 {
    background-image: linear-gradient(125deg, #56cc9d 0%, #78c2ad 50%, #6f42c1 100%);
}

.front-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(33, 37, 41, 0.85) 0%, rgba(33, 37, 41, 0.2) 55%, transparent 100%);
}

.front-slide-overlay--light {
    background: linear-gradient(to top, rgba(33, 37, 41, 0.55) 0%, rgba(33, 37, 41, 0.08) 50%, transparent 100%);
}

.front-slide-caption {
    position: relative;
    z-index: 2;
    padding: 2rem 1.75rem;
    color: #fff;
    width: 100%;
}

.front-slide-caption h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.front-slide-caption .lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
}

.front-hero-swiper .swiper-button-next,
.front-hero-swiper .swiper-button-prev {
    color: #fff;
}

.front-hero-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.55;
}

.front-hero-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.front-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.front-card-link:hover {
    color: inherit;
    transform: translateY(-4px);
}

.front-card-link .card {
    height: 100%;
}

.front-inner-hero {
    background: linear-gradient(120deg, rgba(120, 194, 173, 0.15), rgba(108, 195, 213, 0.12));
    border-radius: var(--bs-border-radius-lg);
}

.front-prose {
    font-size: 1.05rem;
    line-height: 1.7;
}

.front-prose img,
.front-prose video,
.front-prose iframe {
    max-width: 100%;
    height: auto;
}

.front-prose h1,
.front-prose h2,
.front-prose h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--bs-heading-color);
}

.front-gallery img {
    border-radius: var(--bs-border-radius);
    object-fit: cover;
    width: 100%;
    max-height: 220px;
}

.front-media-swiper {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

.front-media-swiper .swiper-slide {
    background: #f3f4f6;
}

.front-media-swiper .swiper-slide img {
    width: 100%;
    display: block;
}

.front-media-swiper .swiper-button-next,
.front-media-swiper .swiper-button-prev {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

[dir="rtl"] .front-slide-caption {
    text-align: right;
}

/* Contact page */
.front-contact-hero {
    background: linear-gradient(140deg, rgba(120, 194, 173, 0.2), rgba(108, 195, 213, 0.18), rgba(243, 150, 154, 0.12));
    border: 1px solid rgba(120, 194, 173, 0.35);
}

.front-contact-info-card {
    border-top: 4px solid var(--bs-primary);
}

.front-contact-form-card {
    border-top: 4px solid var(--bs-info);
}

.front-contact-form-card .form-control {
    border-radius: 0.5rem;
}

/* Map embed */
.lp-map-box {
    min-height: 280px;
    background: linear-gradient(135deg, #e0f2fe, #ede9fe);
}

.lp-map-box iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
    display: block;
}

/* Product card placeholders */
.lp-product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 6vw, 3rem);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 800;
}

.lp-product-placeholder--0 {
    background: linear-gradient(135deg, #78c2ad, #56cc9d);
}

.lp-product-placeholder--1 {
    background: linear-gradient(135deg, #6f42c1, #a855f7);
}

.lp-product-placeholder--2 {
    background: linear-gradient(135deg, #fd7e14, #f3969a);
}

.lp-product-placeholder--3 {
    background: linear-gradient(135deg, #6cc3d5, #0ea5e9);
}

.lp-product-placeholder--4 {
    background: linear-gradient(135deg, #ff7851, #e11d48);
}

.lp-product-placeholder--5 {
    background: linear-gradient(135deg, #20c997, #78c2ad);
}
