.elementor-5870 .elementor-element.elementor-element-7a7283c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e771356 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,800&display=swap');

/* HEY LOLLY — KRAKOW FOOD GUIDE SALES PAGE */

.hl-krakow-food-sales {
  --cream: #fbf6ee;
  --ivory: #fffdf8;
  --navy: #16263c;
  --blue: #263b54;
  --ink: #25211f;
  --muted: #6f665f;
  --clay: #9d6b54;
  --warm: #c89f83;
  --blush: #ead8cf;
  --soft-border: rgba(22, 38, 60, 0.14);
  --shadow: 0 18px 45px rgba(22, 38, 60, 0.10);
  --radius: 28px;

  background: var(--cream);
  color: var(--ink);
  line-height: 1.68;
  overflow: hidden;
}

.hl-krakow-food-sales * {
  box-sizing: border-box;
}

.hl-kfg-wrap {
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
}

.hl-kfg-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid var(--soft-border);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.84);
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* DOODLES */

.hl-kfg-heading-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.hl-kfg-heading-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  opacity: 0.86;
}

.hl-kfg-doodle-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 24px;
  flex-wrap: wrap;
}

.hl-kfg-doodle-row img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 0.82;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.hl-kfg-doodle-row img:hover {
  transform: translateY(-3px) rotate(-3deg);
  opacity: 1;
}

.hl-kfg-card .hl-kfg-card-doodle {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 12px;
  opacity: 0.82;
  position: relative;
  z-index: 2;
}

/* HERO */

.hl-kfg-hero {
  padding: 58px 0 38px;
}

.hl-kfg-hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 42px;
  align-items: center;
}

.hl-kfg-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.02rem;
}

.hl-kfg-copy strong {
  color: var(--navy);
}

.hl-kfg-hero h1 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(2.55rem, 5vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.hl-kfg-lead {
  max-width: 660px;
  margin: 0 0 24px;
  color: var(--blue);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.hl-kfg-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.hl-kfg-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--ivory);
  border: 1px solid var(--soft-border);
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 750;
  box-shadow: 0 10px 26px rgba(22, 38, 60, 0.06);
}

.hl-kfg-pill strong {
  margin-right: 4px;
  color: var(--clay);
}

.hl-kfg-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.hl-kfg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 23px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(22, 38, 60, 0.18);
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.hl-kfg-button:hover {
  transform: translateY(-2px);
  background: var(--blue);
  box-shadow: 0 20px 40px rgba(22, 38, 60, 0.22);
}

.hl-kfg-button.secondary {
  background: var(--ivory);
  color: var(--navy) !important;
  border: 1px solid var(--soft-border);
  box-shadow: none;
}

.hl-kfg-micro {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hl-kfg-image-frame {
  position: relative;
}

.hl-kfg-image-frame::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(234, 216, 207, 0.8), rgba(255, 253, 248, 0));
  transform: rotate(-3deg);
}

.hl-kfg-image-frame img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 34px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}

/* SNAPSHOT */

.hl-kfg-snapshot {
  padding: 20px 0 44px;
}

.hl-kfg-snapshot-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--soft-border);
  border-radius: var(--radius);
  background: var(--soft-border);
  box-shadow: var(--shadow);
}

.hl-kfg-snapshot-item {
  padding: 22px;
  background: var(--ivory);
}

.hl-kfg-snapshot-item span {
  display: block;
  margin-bottom: 7px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hl-kfg-snapshot-item p {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.4;
}

/* VISUAL STRIP */

.hl-kfg-visual-strip {
  padding: 34px 0 54px;
  background: var(--cream);
}

.hl-kfg-visual-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: stretch;
}

.hl-kfg-visual-main,
.hl-kfg-visual-side {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--soft-border);
  box-shadow: var(--shadow);
  background: var(--ivory);
  min-height: 390px;
}

.hl-kfg-visual-main img,
.hl-kfg-visual-side img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hl-kfg-visual-main:hover img,
.hl-kfg-visual-side:hover img {
  transform: scale(1.035);
}

.hl-kfg-image-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(22, 38, 60, 0.12);
}

/* SECTIONS */

.hl-kfg-section {
  padding: 50px 0;
}

.hl-kfg-section.alt {
  background: var(--ivory);
}

.hl-kfg-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.hl-kfg-heading h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.hl-kfg-heading p {
  margin: 0 auto;
  max-width: 680px;
  color: var(--muted);
  font-size: 1.04rem;
}

/* FEATURE NUMBERS */

.hl-kfg-feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.hl-kfg-feature {
  padding: 28px 24px;
  border-radius: 24px;
  background: var(--ivory);
  border: 1px solid var(--soft-border);
  box-shadow: 0 12px 30px rgba(22, 38, 60, 0.06);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hl-kfg-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.hl-kfg-feature img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin: 0 auto 12px;
  opacity: 0.82;
}

.hl-kfg-feature strong {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.hl-kfg-feature span {
  color: var(--navy);
  font-weight: 800;
}

/* CARDS */

.hl-kfg-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hl-kfg-card {
  position: relative;
  overflow: hidden;
  padding: 25px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--soft-border);
  box-shadow: 0 12px 30px rgba(22, 38, 60, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.hl-kfg-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(234, 216, 207, 0.42);
  pointer-events: none;
}

.hl-kfg-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(157, 107, 84, 0.32);
}

.hl-kfg-card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(22, 38, 60, 0.16);
  position: relative;
  z-index: 2;
}

.hl-kfg-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}

.hl-kfg-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
  position: relative;
  z-index: 2;
}

.hl-kfg-floating-cta {
  margin-top: 28px;
  padding: 24px;
  border-radius: 26px;
  background: var(--navy);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.hl-kfg-floating-cta p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.86);
  font-weight: 700;
}

.hl-kfg-floating-cta strong {
  color: var(--blush);
}

/* PANEL + CHECKLIST */

.hl-kfg-panel {
  padding: clamp(28px, 4vw, 44px);
  border-radius: 32px;
  background: var(--ivory);
  border: 1px solid var(--soft-border);
  box-shadow: 0 12px 34px rgba(22, 38, 60, 0.06);
}

.hl-kfg-panel h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.hl-kfg-panel p {
  margin: 0 0 16px;
  color: var(--muted);
}

.hl-kfg-checks {
  display: grid;
  gap: 11px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hl-kfg-checks li {
  position: relative;
  padding: 13px 14px 13px 46px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--soft-border);
  color: var(--blue);
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(22, 38, 60, 0.04);
}

.hl-kfg-checks li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 12px;
  color: var(--clay);
  font-weight: 900;
}

/* MINI GALLERY */

.hl-kfg-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.hl-kfg-gallery-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--soft-border);
  box-shadow: 0 12px 30px rgba(22, 38, 60, 0.08);
  background: var(--ivory);
}

.hl-kfg-gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hl-kfg-gallery-card:hover img {
  transform: scale(1.04);
}

.hl-kfg-gallery-card .caption {
  position: absolute;
  inset: auto 14px 14px 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--navy);
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 10px 22px rgba(22, 38, 60, 0.12);
}

/* DARK SECTION */

.hl-kfg-dark {
  padding: 54px 0;
  background: var(--navy);
  color: #fff;
}

.hl-kfg-dark-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.hl-kfg-dark h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.hl-kfg-dark p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
}

.hl-kfg-value {
  padding: 27px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hl-kfg-value h3 {
  margin: 0 0 10px;
  color: var(--blush);
  font-size: 1.32rem;
}

.hl-kfg-value p {
  margin: 0;
}

/* FAQ ACCORDION */

.hl-kfg-accordion {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 30px auto 0;
}

.hl-kfg-accordion details {
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--soft-border);
  box-shadow: 0 10px 26px rgba(22, 38, 60, 0.06);
  overflow: hidden;
}

.hl-kfg-accordion summary {
  cursor: pointer;
  padding: 20px 54px 20px 24px;
  color: var(--navy);
  font-weight: 900;
  list-style: none;
  position: relative;
}

.hl-kfg-accordion summary::-webkit-details-marker {
  display: none;
}

.hl-kfg-accordion summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--clay);
  font-size: 1.35rem;
  font-weight: 900;
}

.hl-kfg-accordion details[open] summary::after {
  content: "–";
}

.hl-kfg-accordion p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

/* INTERNAL LINK CARDS */

.hl-kfg-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hl-kfg-link-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 195px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--soft-border);
  color: var(--ink);
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(22, 38, 60, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hl-kfg-link-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.hl-kfg-link-card small {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hl-kfg-link-card h3 {
  margin: 12px 0 10px;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.25;
}

.hl-kfg-link-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hl-kfg-link-card span {
  display: inline-flex;
  margin-top: 18px;
  color: var(--navy);
  font-weight: 900;
}

/* FINAL CTA */

.hl-kfg-final {
  padding: 56px 0 74px;
}

.hl-kfg-final-card {
  position: relative;
  padding: clamp(34px, 6vw, 62px);
  border-radius: 38px;
  background:
    radial-gradient(circle at top left, rgba(234, 216, 207, 0.62), transparent 35%),
    linear-gradient(135deg, #fffdf8 0%, #f1e2da 100%);
  border: 1px solid var(--soft-border);
  box-shadow: var(--shadow);
  text-align: center;
  overflow: hidden;
}

.hl-kfg-final-card::before {
  display: none;
}

.hl-kfg-final-doodles {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hl-kfg-final-doodles img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  opacity: 0.82;
}

.hl-kfg-final-card h2 {
  position: relative;
  max-width: 760px;
  margin: 0 auto 16px;
  color: var(--navy);
  font-size: clamp(2.2rem, 4.5vw, 3.9rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.hl-kfg-final-card p {
  position: relative;
  max-width: 680px;
  margin: 0 auto 24px;
  color: var(--blue);
  font-size: 1.08rem;
}

.hl-kfg-disclosure {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.85rem;
}

/* MOBILE */

@media (max-width: 900px) {
  .hl-kfg-hero-grid,
  .hl-kfg-visual-grid,
  .hl-kfg-dark-grid,
  .hl-kfg-feature-row,
  .hl-kfg-card-grid,
  .hl-kfg-mini-gallery,
  .hl-kfg-snapshot-card,
  .hl-kfg-link-grid {
    grid-template-columns: 1fr;
  }

  .hl-kfg-visual-main,
  .hl-kfg-visual-side,
  .hl-kfg-gallery-card {
    min-height: 300px;
  }

  .hl-kfg-hero {
    padding-top: 42px;
  }
}

@media (max-width: 560px) {
  .hl-kfg-wrap {
    width: min(100% - 24px, 1080px);
  }

  .hl-kfg-hero h1 {
    font-size: 2.5rem;
  }

  .hl-kfg-buttons {
    align-items: stretch;
  }

  .hl-kfg-button {
    width: 100%;
  }

  .hl-kfg-card,
  .hl-kfg-panel,
  .hl-kfg-value,
  .hl-kfg-feature {
    padding: 22px;
  }

  .hl-kfg-doodle-row img,
  .hl-kfg-final-doodles img {
    width: 38px;
    height: 38px;
  }

  .hl-kfg-card .num {
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
  }
}/* End custom CSS */