/* --- CSS STYLY --- */
:root {
    --dark-blue: #002b49;
    --light-grey: #f9f9f9;
    --text-color: #333;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Work Sans', sans-serif; }
html { scroll-behavior: smooth; }
body { color: var(--text-color); line-height: 1.6; background: #F7F7F7}

/* Hero Sekce */
.hero {
    background: url('../images/bg-lutin.webp') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    color: white;
}

fieldset.hidden-fields-container {
    display: none;
}

h1, h2, h3 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 86px;
  text-align: center;

}

form a {
  color: #fff
}

span.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
}

a {
  color: #000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px
}

.logo { font-weight: bold; font-size: 1.5rem; letter-spacing: 2px; }
nav ul { display: flex; list-style: none; }
nav ul li { margin-left: 30px; }
nav a { color: white; text-decoration: none; font-size: 18px; }

.hero-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 220px 0 300px;
}

.hero-content h1 {margin-bottom: 40px; }
.btn-outline {
    border: 2px solid white;
    padding: 12px 30px;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.3s;
}
.btn-outline:hover { background: white; color: var(--dark-blue); }

.flex h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 29px;
    font-family: 'Work Sans';
}

/* Sekce Obchody */
.container { max-width: 1200px; margin: 60px auto; padding: 0 20px; text-align: center; }
h2 { font-size: 2.5rem; margin-bottom: 10px; font-weight: 400; }
.subtitle { color: #666; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }

.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.alza-bar {
    margin-top: 20px;
    padding: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 40px;
}

.alza-bar img { }
.alza-text { font-size: 15px; color: #000; }

.alza-text p { display: block;}

.shop-card {
    background: white;
    padding: 30px;
    text-align: left;
}

.flex {
    display: flex;
    justify-content: center;
    gap: 90px;
}
.shop-card img { width: 100%; margin-bottom: 20px; display: block; }
.shop-card p { font-size: 15px; margin-bottom: 10px; color: #555; }
.shop-info { font-size: 15px; border-top: 1px solid #eee; pt: 15px; }
.shop-info strong { display: inline-block; margin-top: 5px; }

/* Kontakt & Mapa */
.contact-info { margin: 0 0 50px}

.contact-info  p {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-bottom: 9px;
    font-size: 16px;
}

.map-container iframe { width: 100%; height: 350px; border: 0; filter: grayscale(1); }

/* Formulář Sekce */
.form-section {
    background: url(../images/bg-contact.webp) no-repeat;
    background-size: cover;
    color: white;
}

.form-container {
    background: #00263eed;
    max-width: 1160px;
    margin: auto;
    padding: 0;
    width: 100%;
    padding: 30px;
}

@media (min-width: 1000px) { .form-image { display: block; } }

.form-container {
  padding: 70px 20px;
}
.form-container h3 { font-size: 36px; margin-bottom: 30px; text-align: center; }
form {
  max-width: 450px;
  margin: auto;
}
.form-group { margin-bottom: 15px; }
.form-group input {
    width: 100%;
    padding: 22px 0;
    background: none;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: white;
    outline: none;
}

.form-group select {
    width: 100%;
    padding: 22px 0;
    background: none;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: white;
    outline: none;
}


.form-group textarea {
    width: 100%;
    padding: 20px;
    background: none;
    font-size: 16px;
    border: 0;
    margin-top: 20px;
    border: 1px solid #fff;
    color: white;
    min-height: 250px;
    outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #ccc; }

.form-footer {
    font-size: 15px;
    color: #ccc;
    margin-top: 20px;
    text-align: center;
}
.submit-btn {
    background: white;
    color: var(--dark-blue);
    border: none;
    padding: 15px 50px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: 20px auto 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 19px;
    padding: 16px;
    font-size: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
}

footer { padding: 20px 10px; font-size: 0.8rem; display: flex; justify-content: space-between; border-top: 1px solid #eee; max-width: 1160px; margin: auto;}

@media (max-width: 756px) {
.contact-info {
    margin: 0 0 60px;
    background: var(--light-grey);
    padding: 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

nav img {
    width: 125px;
}

nav ul li {
    margin-left: 30px;
    line-height: 1;
    display: flex;
    line-height: 1.1;
    align-items: center;
}

h1, h2, h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 56px;
    text-align: center;
}
.hero-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0 90px;
}


h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 56px;
    text-align: center;
}


.shop-card {
    background: white;
    padding: 30px;
    text-align: left;
}

.alza-bar {
  flex-direction: column;
}

footer {
    flex-direction: column;
    margin: auto;
        text-align: center;
}
	
.flex {
   flex-direction: column;
	gap: 0px;
}

}
