/* ==========================================================================
   OFERTA WESELNA - STYLE DEDYKOWANE (Mobile + Desktop)
   ========================================================================== */

:root {
    --wed-gold: #d4af37;
    --wed-beige: #f5f5dc;
    --wed-white: #ffffff;
    --wed-light-grey: #f9f9f9;
    --wed-text: #333333;
}

.wed-body {
    background-color: var(--wed-white);
    color: var(--wed-text);
}

/* Typografia Weselna */
.wed-title,
.wed-subtitle,
.wed-section-title,
.wed-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wed-feature h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/* 1. HERO SECTION */
.wed-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.wed-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.wed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.wed-hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    margin-top: 60px;
    width: 100%;
    max-width: 900px;
}

.wed-title {
    font-size: clamp(2.2rem, 8vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.wed-subtitle {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: var(--wed-beige);
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.wed-text {
    font-size: clamp(1rem, 2vw, 1.2rem);
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/* Przyciski Weselne */
.wed-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-wed-primary {
    background: var(--wed-gold);
    color: white;
    padding: 15px 35px;
    border: none;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 2px;
    display: inline-block;
}

.btn-wed-primary:hover {
    background: #b59020;
    transform: translateY(-3px);
}

.btn-wed-secondary {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 13px 35px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 2px;
    display: inline-block;
}

.btn-wed-secondary:hover {
    background: white;
    color: black;
}

/* 2. SEKCJE TREŚCI */
.wed-section-light {
    background: var(--wed-light-grey);
    color: var(--wed-text);
    padding: 80px 0;
}

.wed-section-white {
    background: var(--wed-white);
    color: var(--wed-text);
    padding: 80px 0;
}

.wed-section-gold {
    background: linear-gradient(135deg, var(--wed-gold) 0%, #c5a059 100%);
    color: white;
    padding: 80px 0;
}

.wed-section-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 20px;
    color: #222;
    text-align: center;
}

.wed-section-title.text-left {
    text-align: left;
}

.wed-gold {
    color: var(--wed-gold);
}

.text-white {
    color: white !important;
}

/* Logo Divider */
.wed-logo-divider {
    background: var(--wed-gold);
    padding: 40px 0;
    text-align: center;
}

.wed-logo-divider .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.wed-logo-divider img {
    max-height: 50px;
    width: auto;
}

.wed-logo-divider i {
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    opacity: 1;
}

/* Poznaj Nas */
.wed-about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 50px;
}

.wed-team-member {
    margin-bottom: 40px;
    text-align: left;
}

.wed-team-member:last-child {
    margin-bottom: 0;
}

.wed-team-member h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #222;
}

.wed-team-member h4 {
    color: var(--wed-gold);
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

.wed-team-member p {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
}

.wed-about-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Intro Grid */
.wed-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.wed-intro-img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 20px 20px 0px var(--wed-gold);
}

.wed-note {
    background: white;
    padding: 15px;
    border-left: 4px solid var(--wed-gold);
    margin-top: 20px;
    font-size: 0.9rem;
}

/* Atrakcje Grid */
.wed-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.wed-feature {
    padding: 20px;
    text-align: center;
}

.wed-icon {
    font-size: 2.5rem;
    color: var(--wed-gold);
    margin-bottom: 20px;
}

.wed-feature h4 {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.3rem;
}

.wed-feature p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Animacje Grid */
.wed-animation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.wed-animation-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
    text-align: center;
}

.wed-animation-item:hover {
    transform: translateY(-10px);
}

.wed-animation-item i {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
}

.wed-animation-item h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 800;
}

.wed-animation-item p {
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Features Box Grid (Additional features) */
.wed-features-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

.wed-feature-box {
    text-align: center;
    padding: 25px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.wed-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.wed-feature-box i {
    font-size: 2.5rem;
    color: var(--wed-gold);
    margin-bottom: 20px;
}

.wed-feature-box h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wed-feature-box p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Cennik */
.wed-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.wed-card {
    background: white;
    padding: 40px 30px;
    border: 1px solid #eee;
    text-align: center;
    transition: 0.3s;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.wed-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.wed-card.wed-featured {
    border: 2px solid var(--wed-gold);
    transform: scale(1.05);
    z-index: 2;
}

.wed-card.wed-featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.wed-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--wed-gold);
    color: white;
    padding: 5px 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.wed-price-desc {
    display: block;
    color: #555;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.wed-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.wed-card li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    display: flex;
    gap: 10px;
}

.wed-card li i {
    color: var(--wed-gold);
    margin-top: 4px;
}

.btn-wed-outline {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ccc;
    color: #555;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 2px;
}

.btn-wed-outline:hover {
    border-color: var(--wed-gold);
    color: var(--wed-gold);
}

.full-width {
    width: 100%;
}

/* Usługi Dodatkowe */
.wed-services-grid {
    margin-top: 60px;
}

.wed-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.wed-service-row:last-child {
    margin-bottom: 0;
}

.wed-service-text {
    text-align: left;
}

.wed-service-text h3 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 15px;
    color: #222;
}

.wed-service-divider {
    width: 50px;
    height: 3px;
    background: var(--wed-gold);
    margin-bottom: 25px;
}

.wed-service-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.wed-service-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Oferta Pirotechniczna */
.wed-piro-section {
    margin-top: 40px;
    padding: 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.wed-piro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.wed-piro-icon-wrapper {
    width: 80px;
    height: 80px;
    background: var(--wed-light-grey);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--wed-gold);
    font-size: 2rem;
}

.wed-piro-item h4 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #222;
    text-transform: uppercase;
}

.wed-piro-item p {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* FAQ */
.wed-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.wed-faq-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.wed-faq-q {
    padding: 15px 0;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wed-faq-q:hover {
    color: var(--wed-gold);
}

.wed-faq-a {
    display: none;
    color: #666;
    padding-bottom: 20px;
    line-height: 1.6;
}

.wed-faq-item.active .wed-faq-a {
    display: block;
}

.wed-faq-item.active i {
    transform: rotate(45deg);
    color: var(--wed-gold);
}

/* Kontakt */
.wed-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    background: var(--wed-white);
    padding: 50px;
    border: 1px solid #eee;
}

.wed-contact-info h3 {
    color: var(--wed-text);
    margin-bottom: 20px;
}

.wed-contact-info p {
    color: #666;
    margin-bottom: 30px;
}

.wed-info-item {
    color: var(--wed-text);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.wed-info-item i {
    color: var(--wed-gold);
    width: 30px;
}

.wed-contact-form .form-group {
    margin-bottom: 15px;
}

.wed-contact-form .form-group input,
.wed-contact-form .form-group select,
.wed-contact-form .form-group textarea {
    width: 100%;
    padding: 15px;
    background: var(--wed-light-grey);
    border: 1px solid #ddd;
    color: var(--wed-text);
    font-family: inherit;
    transition: 0.3s;
    border-radius: 4px;
}

.wed-contact-form .form-group input:focus,
.wed-contact-form .form-group select:focus,
.wed-contact-form .form-group textarea:focus {
    outline: none;
    border-color: var(--wed-gold);
}

/* Stopka */
.wed-footer {
    background: #080808;
    color: white;
    padding: 60px 0 30px;
    text-align: center;
}

.wed-footer-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.wed-footer-socials a {
    color: white;
    font-size: 1.5rem;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}

.wed-footer-socials a:hover {
    color: var(--wed-gold);
    background: rgba(255, 255, 255, 0.1);
}

.wed-footer-copy {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 30px;
}

.wed-back-to-top {
    color: var(--wed-gold);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.wed-back-to-top:hover {
    color: #fff;
}

/* ==========================================================================
   RESPONSYWNOŚĆ (MOBILE)
   ========================================================================== */

@media (max-width: 1100px) {
    .wed-about-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .wed-about-img {
        order: -1;
    }

    .wed-service-row {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 50px;
    }

    /* Alternating rows fix */
    .wed-service-row:nth-child(even) .wed-service-img {
        order: -1;
    }
}

@media (max-width: 900px) {
    .wed-title {
        font-size: clamp(1.8rem, 7vw, 3rem);
    }

    .wed-subtitle {
        font-size: 0.9rem;
        letter-spacing: 2px;
    }

    .wed-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wed-intro-img {
        order: -1;
        margin-bottom: 20px;
    }

    .wed-faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wed-card.wed-featured {
        transform: scale(1);
    }

    .wed-contact-wrapper {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 30px;
    }

    .wed-logo-divider .container {
        flex-direction: column;
        gap: 20px;
    }

    .wed-logo-divider img {
        max-height: 60px;
    }

    .wed-piro-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .wed-piro-icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .wed-piro-item h4 {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }

    .wed-piro-item p {
        font-size: 0.7rem;
    }

    .wed-piro-section {
        padding: 30px 15px;
    }

    .wed-animation-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .wed-animation-item {
        padding: 25px 20px;
    }

    .wed-animation-item i {
        font-size: 2rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .wed-hero-content {
        padding: 10px;
    }

    .wed-buttons {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
        gap: 12px;
    }

    .btn-wed-primary,
    .btn-wed-secondary {
        width: 100%;
        text-align: center;
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .wed-card {
        padding: 25px 15px;
    }

    .wed-card h3 {
        font-size: 1.5rem;
    }

    .wed-team-member h3 {
        font-size: 1.4rem;
    }

    .wed-service-text h3 {
        font-size: 1.3rem;
    }

    .wed-section-title {
        font-size: 1.6rem;
    }

    .wed-section-light,
    .wed-section-white,
    .wed-section-gold {
        padding: 40px 0;
    }

    .wed-features-grid {
        gap: 20px;
    }

    .wed-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .wed-feature h4 {
        font-size: 1.1rem;
    }

    .wed-feature p {
        font-size: 0.85rem;
    }

    .wed-piro-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .wed-piro-icon-wrapper {
        width: 45px;
        height: 45px;
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .wed-piro-item h4 {
        font-size: 0.7rem;
        margin-bottom: 4px;
    }

    .wed-piro-item p {
        font-size: 0.6rem;
        line-height: 1.2;
    }
}