/* --- FUNDAMENTY I CZCIONKI --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@300;400&display=swap');

*{
    box-sizing: border-box;
    transition: 1s;
}

html {
    scroll-behavior: smooth; /* Płynne przewijanie do sekcji */
}
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #880e4f;
    background-color: #fce4ec;
}
img{
    max-width: 100%;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 40px;
    color: #ad1457;
    font-weight: 300;
}

/* --- NAWIGACJA --- */
nav {
    position: fixed;
    /* top: 0; */
    width: 100%;
    /* background: rgba(255, 0, 0, 0.7); */
    /* backdrop-filter: blur(5px); */
    z-index: 1000;
    padding: 10px 50px;
    display: flex;
    justify-content: flex-end;
}
nav ol {
    display: flex;
    justify-content: center;
    list-style: none;
    /* background-color: green; */
    gap: 2vw;
}
nav li {}
nav a {
    display: block;
    background-color: #f8bbd0;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: #ad1457;
    text-transform: lowercase;
    font-size: 0.9rem;
    transition: 0.3s;
    white-space: nowrap;
}
nav a:hover {
    font-weight: bold;
    background-color: #fff;
}

.latajacy-kwiatek{
    position: absolute;
    height: 200vh;
    width: 100vw;
    background: url(../img/kwiat_lewy.png) no-repeat left center;
    background-size: 40%;
    z-index: 3;
    top: 5vh;
}
/* --- SEKCJA 1: STRONA GŁÓWNA --- */
#sekcja1 {
    height: 100vh;
    background: linear-gradient(180deg, #fce4ec 0%, #f8bbd0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.logo-wrapper{
    width: 100%;
}

.main-logo {
    max-width: 1000px;
    width: 80%;
    height: auto;
}

.logo-subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 3px;
    margin-top: 10px;
    font-size: 1.2rem;
}

#sekcja1 a {
    margin-top: 40px;
    padding: 10px 40px;
    border: 1px solid #880e4f;
    border-radius: 25px;
    text-decoration: none;
    color: #880e4f;
    text-transform: uppercase;
    font-size: 0.8rem;
    transition: 0.3s;
}

#sekcja1 a:hover {
    background: #880e4f;
    color: white;
}

/* --- SEKCJA 2: BUDOWA PEONII --- */
#sekcja2 {
    padding: 100px 20px;
    background: #f8bbd0;
    text-align: center;
    position: relative;
}

.anatomy-wrapper {
    position: relative;
    display: inline-block;
}

.anatomy-img {
    max-width: 450px;
    position: relative;
    z-index: 2;
}
.latin-text-new {
    position: absolute;
    left: 550px;           
    margin-top: -250px;    
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.3rem;
    color: #661442;
    white-space: nowrap;
}

/* --- SEKCJA 3: EWOLUUJE W OCZACH --- */
#sekcja3 {
    padding: 100px 10%;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #f8bbd0, #f48fb1);
    position: relative;
}
#sekcja3 .pill-bg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.4);
    width: 500px;
    height: 170px;
    border-radius: 150px 0 0 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    z-index: 1;
}
#sekcja3 .zawartosc {
    max-width: 50%;
    padding-right: 50px;
}

#sekcja3 h2 { 
    text-align: left; 
}

.quote {
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.image-side{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-70%);
    max-width: 600px;
    border-radius: 40px;
    z-index: 99;
}
.image-side img{
    
}

/* --- SEKCJA 4: GOTOWE BUKIETY --- */
#sekcja4 {
    padding: 100px 10%;
    background: #f48fb1;
    text-align: center;
}

.bouquets-container {
    background: rgba(255, 255, 255, 0.3);
    padding: 50px;
    border-radius: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bouquet-card img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.bouquet-card h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
}

.price { font-weight: bold; }



/* --- SEKCJA 5: KREATOR --- */
#sekcja5 {
    padding: 100px 10%;
    background: linear-gradient(180deg, #f48fb1, #fce4ec);
    text-align: center;
}
#sekcja5 h2{
    margin-bottom: 30px;
    color: #ad1457;
}
.creator-container{
    position: relative;
    display; inline-block;
    margin: 30px;
}
.creator-flowers-img {
    max-width: 600px;
    width: 100%;
    border-radius: 30px;
}

.bar-background {
    background: #ad1457;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
}
.bar-background:hover {
    background: #880e4f; /* Ciemniejszy odcień przy najechaniu */
    transform: translate(-50%, -50%) scale(1.05); 
}

.bar-text {
    color: white;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
}


/* --- SEKCJA 6: REALIZACJE --- */
#sekcja6 {
    padding: 100px 10%;
    background: white;
    text-align: center;
}

.gallery-img {
    width: 100%;
    max-width: 900px;
}

/* --- STOPKA --- */
footer {
    background: linear-gradient(180deg, #fce4ec, #ad1457);
    padding: 100px 10% 40px 10%;
}

.btn-contact {
    display: block;
    margin: 0 auto 60px;
    background: #f8bbd0;
    border: none;
    padding: 15px 50px;
    border-radius: 30px;
    color: #880e4f;
    letter-spacing: 2px;
    cursor: pointer;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.footer-box {
    padding: 30px !important;
    border-radius: 40px !important; 
    max-width: 320px;               
    margin: 0 auto;                
    display: flex;
    flex-direction: column;
    align-items: center;            
    text-align: center;             
} 
.contact-item {
    display: flex;
    flex-direction: column;        
    align-items: center;
    margin-bottom: 20px;
}
.contact-item img {
    width: 45px !important;         
    height: auto !important;
    margin-bottom: 10px;           
}

.contact-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #880e4f;
}

.footer-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.info-box { background: white; text-align: left; }
.form-box, .newsletter-box { background: #880e4f; color: white; }

.contact-item { 
    display: flex; 
    align-items: center; 
    margin-bottom: 15px; 
}

.contact-item img {
    width: 30px !important;   
    height: auto !important;
    flex-shrink: 0;           
    margin-right: 15px;      
}

.input-field, .textarea-field {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.btn-submit, .btn-ok {
    background: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    color: #880e4f;
    cursor: pointer;
}

h6 {
    text-align: center;
    padding: 20px;
    color: white;
}s