/* SEO landing page: Pizza Jesenice
   Doplněk k existujícímu designu úvodní stránky Pizza Franci. */
.seo-location-01 {
  background: #586732 url("../components/about/01/images/background.png");
  color: var(--light);
  overflow: hidden;
}

.seo-location-01 p {
  line-height: 1.75;
}

.seo-location-01 strong {
  color: var(--white);
}

.seo-location__hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--light);
  z-index: 0;
  padding: 9rem 0 8rem;
}

.seo-location__hero::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.62) 52%, rgba(31,21,21,.92) 100%);
  z-index: -1;
}

.seo-location__slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -2;
}

.seo-location__slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fade 18s infinite;
}

.seo-location__slideshow img:nth-child(1) { animation-delay: 0s; }
.seo-location__slideshow img:nth-child(2) { animation-delay: 6s; }
.seo-location__slideshow img:nth-child(3) { animation-delay: 12s; }

.seo-location__hero-inner {
  z-index: 2;
  max-width: 920px;
}

.seo-location__hero .caption,
.seo-location__final-card .caption {
  font-family: var(--font-primary);
  text-transform: uppercase;
  letter-spacing: .42rem;
  opacity: .78;
  position: relative;
  display: inline-flex;
  margin-bottom: 1rem;
}

.seo-location__hero .caption::before,
.seo-location__hero .caption::after,
.seo-location__final-card .caption::before,
.seo-location__final-card .caption::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 1px;
  background: rgba(255,255,255,.7);
}

.seo-location__hero .caption::before,
.seo-location__final-card .caption::before { left: -3.5rem; }
.seo-location__hero .caption::after,
.seo-location__final-card .caption::after { right: -3.5rem; }

.seo-location__hero .heading {
  letter-spacing: .08rem;
  text-shadow: 0 4px 24px rgba(0,0,0,.55);
  margin-bottom: .3rem;
}

.seo-location__subtitle {
  font-size: clamp(1.2rem, 1rem + 1vw, 1.9rem);
  font-weight: 700;
  letter-spacing: .16rem;
  margin-bottom: 1rem;
}

.seo-location__lead {
  max-width: 720px;
  margin: 0 auto 2rem;
  font-size: clamp(1rem, .95rem + .25vw, 1.25rem);
  text-shadow: 1px 1px 2px #000;
}

.seo-location__hero-buttons {
  margin-inline: auto;
}

.seo-location__hero-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 0;
  background: rgba(0,0,0,.2);
  backdrop-filter: blur(5px);
  z-index: 3;
}

.seo-location__hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.seo-location__mini-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  text-align: left;
  color: rgba(255,255,255,.92);
}

.seo-location__mini-block i {
  color: var(--primary);
  font-size: 1.45rem;
  width: 2rem;
  text-align: center;
}

.seo-location__mini-block strong,
.seo-location__mini-block span {
  display: block;
}

.seo-location__mini-block span,
.seo-location__mini-block a {
  color: rgba(255,255,255,.78);
}

.seo-location__intro,
.seo-location__features,
.seo-location__locality,
.seo-location__faq {
  background: #586732 url("../components/about/01/images/background.png");
}

.seo-location__intro-grid,
.seo-location__locality-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.seo-location__image-card {
  position: relative;
}

.seo-location__image-card::before {
  content: "";
  position: absolute;
  inset: 1.2rem -1.2rem -1.2rem 1.2rem;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
}

.seo-location__image-card img {
  position: relative;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 25px 55px rgba(0,0,0,.32);
}

.seo-location__content h2,
.seo-location__section-head h2,
.seo-location__order-card h2,
.seo-location__locality h2,
.seo-location__final-card h2 {
  color: var(--white);
  margin-bottom: 1rem;
}

.seo-location__eyebrow {
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: .16rem;
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: .65rem;
}

.seo-location__checklist {
  display: grid;
  gap: .7rem;
  margin-top: 1.4rem;
}

.seo-location__checklist div {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-weight: 700;
}

.seo-location__checklist i {
  color: var(--primary);
}

.seo-location__order-band,
.seo-location__menu-preview,
.seo-location__final-cta {
  background: fixed url("../components/foodLists/01/images/background.jpg") 50% 50%/cover;
  box-shadow: inset 0 0 30px rgba(0,0,0,.65);
}

.seo-location__order-band::before,
.seo-location__menu-preview::before,
.seo-location__final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: -1;
}

.seo-location__order-card,
.seo-location__menu-box,
.seo-location__final-card {
  background: rgba(255,255,255,.96);
  color: var(--text-on-light);
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

.seo-location__order-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.seo-location__order-card h2,
.seo-location__menu-box h2,
.seo-location__final-card h2 {
  color: var(--dark);
}

.seo-location__order-card strong,
.seo-location__menu-box strong,
.seo-location__final-card strong {
  color: var(--dark);
}

.seo-location__order-actions {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.seo-location__text-link {
  color: var(--dark);
  border-bottom: 2px dashed var(--primary);
  font-weight: 800;
}

.seo-location__section-head {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.seo-location__section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.seo-location__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.seo-location__feature-card,
.seo-location__area-card,
.seo-location__faq-item {
  background: rgba(255,255,255,.96);
  color: var(--text-on-light);
  border-radius: 10px;
  box-shadow: 0 18px 35px rgba(0,0,0,.16);
}

.seo-location__feature-card {
  padding: 2rem;
  min-height: 100%;
}

.seo-location__feature-card i {
  display: inline-grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 1.3rem;
}

.seo-location__feature-card h3,
.seo-location__pizza-item h3,
.seo-location__area-card h3 {
  color: var(--dark);
  font-size: 1.55rem;
  margin-bottom: .5rem;
}

.seo-location__feature-card p,
.seo-location__pizza-item p,
.seo-location__area-card p,
.seo-location__faq-item p,
.seo-location__menu-box p,
.seo-location__order-card p,
.seo-location__final-card p {
  color: var(--text-on-light);
}

.seo-location__menu-box {
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.seo-location__pizza-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  margin-top: 2rem;
}

.seo-location__pizza-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.seo-location__pizza-item span {
  color: var(--primary);
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.seo-location__center-action {
  text-align: center;
  margin-top: 2.2rem;
}

.seo-location__area-card {
  padding: 2rem;
}

.seo-location__area-card ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .65rem;
  margin: 1.2rem 0;
}

.seo-location__area-card li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--dark);
  font-weight: 700;
}

.seo-location__area-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--primary);
}

.seo-location__faq-list {
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  gap: .9rem;
}

.seo-location__faq-item {
  padding: 0;
  overflow: hidden;
}

.seo-location__faq-item summary {
  cursor: pointer;
  padding: 1.1rem 1.3rem;
  font-weight: 800;
  color: var(--dark);
  list-style: none;
}

.seo-location__faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-location__faq-item summary::after {
  content: "+";
  float: right;
  color: var(--primary);
  font-size: 1.3rem;
  line-height: 1;
}

.seo-location__faq-item[open] summary::after {
  content: "−";
}

.seo-location__faq-item p {
  padding: 0 1.3rem 1.2rem;
  margin: 0;
}

.seo-location__final-card {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.seo-location__final-card .header-btns {
  margin-inline: auto;
}

@media (max-width: 991.98px) {
  .seo-location__hero-grid,
  .seo-location__feature-grid,
  .seo-location__intro-grid,
  .seo-location__locality-grid,
  .seo-location__order-card {
    grid-template-columns: 1fr;
  }

  .seo-location__hero-footer {
    position: relative;
    margin-top: 2rem;
    background: rgba(0,0,0,.32);
  }

  .seo-location__hero {
    padding-bottom: 0;
  }

  .seo-location__mini-block {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .seo-location__hero {
    min-height: auto;
    padding-top: 7rem;
  }

  .seo-location__pizza-grid,
  .seo-location__area-card ul {
    grid-template-columns: 1fr;
  }

  .seo-location__hero .caption::before,
  .seo-location__hero .caption::after,
  .seo-location__final-card .caption::before,
  .seo-location__final-card .caption::after {
    display: none;
  }
}

/* Fix: telefonní čísla v CTA držet na jednom řádku */
.seo-location-01 a[href^="tel:"],
.seo-location-01 .secondary-btn,
.seo-location-01 .seo-location__text-link {
  white-space: nowrap;
}

/* Bezpečnost proti zásahu do úvodní stránky: všechny úpravy jsou jen uvnitř .seo-location-01. */
.seo-location-01 .caption {
  color: inherit;
}

.seo-location-01 .seo-location__order-band,
.seo-location-01 .seo-location__menu-preview,
.seo-location-01 .seo-location__final-cta {
  position: relative;
  z-index: 0;
}

@media (max-width: 575.98px) {
  .seo-location-01 .header-btns {
    width: 100%;
  }

  .seo-location-01 .header-btns .btn {
    width: 100%;
  }

  .seo-location-01 .seo-location__order-actions {
    justify-items: stretch;
  }
}
