/* AKCE PAGE */

.akce-body {
  background:
    radial-gradient(circle at 18% 18%, rgba(197, 157, 95, 0.12), transparent 34%),
    radial-gradient(circle at 82% 52%, rgba(197, 157, 95, 0.10), transparent 32%),
    var(--cream);
}

.akce-body .phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.akce-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 190px 20px 80px;
  background: url("../IMG/nahled.png") center 50% / cover no-repeat;
}

.akce-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.58)),
    linear-gradient(to bottom, rgba(43, 33, 28, 0.50), rgba(43, 33, 28, 0.30), rgba(43, 33, 28, 0.78));
}

.akce-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  color: #fff;
}

.akce-kicker {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--accent-light);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.akce-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(68px, 7vw, 112px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin-bottom: 26px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
}

.akce-hero p {
  max-width: 740px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}

.akce-hero-buttons,
.akce-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.akce-btn-light {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.akce-btn-light:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
}

.akce-page {
  position: relative;
  overflow: hidden;
  padding: 96px 24px 76px;
  background:
    radial-gradient(circle at 16% 24%, rgba(197, 157, 95, 0.08), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(197, 157, 95, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, var(--cream) 100%);
}

.akce-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image: radial-gradient(rgba(101, 89, 71, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
}

.akce-intro,
.akce-raut-section,
.akce-cards-section,
.akce-cta {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.akce-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 58px;
  align-items: center;
}

.akce-intro-text h2,
.akce-section-heading h2,
.akce-cta h2 {
  font-family: "Cormorant Garamond", serif;
  color: var(--dark);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.akce-intro-text h2 {
  max-width: 520px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 0.98;
  margin-bottom: 28px;
}

.akce-title-line {
  width: 72px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 36px;
}

.akce-intro-text p,
.akce-raut-content p,
.akce-small-card p,
.akce-cta p {
  color: #3f332d;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
}

.akce-intro-text p + p {
  margin-top: 14px;
}

.akce-intro-card {
  position: relative;
  padding: 42px 42px 38px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(197, 157, 95, 0.25);
  box-shadow: 0 24px 70px rgba(43, 33, 28, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.akce-intro-card h3 {
  margin-bottom: 28px;
  font-family: "Cormorant Garamond", serif;
  color: var(--dark);
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}

.akce-stamp {
  position: absolute;
  top: -42px;
  right: 34px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dark);
  color: var(--accent-light);
  border: 1px dashed rgba(197, 157, 95, 0.70);
  outline: 11px solid var(--dark);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  box-shadow: 0 18px 45px rgba(43, 33, 28, 0.24);
}

.akce-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.akce-feature {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: flex-start;
}

.akce-feature span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(197, 157, 95, 0.13);
  font-size: 25px;
}

.akce-feature strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dark);
  font-size: 19px;
  font-weight: 900;
}

.akce-feature p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.akce-divider {
  position: relative;
  z-index: 2;
  max-width: 1130px;
  margin: 92px auto 56px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.akce-divider span {
  height: 1px;
  background: rgba(197, 157, 95, 0.62);
}

.akce-divider img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(61%) sepia(29%) saturate(613%) hue-rotate(356deg) brightness(91%) contrast(87%);
}

.akce-section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.akce-section-heading h2 {
  font-size: clamp(42px, 4.6vw, 58px);
  line-height: 1;
  margin-bottom: 14px;
}

.akce-section-heading p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
}

.akce-raut-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 30px;
  align-items: stretch;
}

.akce-raut-image {
  min-height: 440px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(43, 33, 28, 0.17);
}

.akce-raut-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.35s ease;
}

.akce-raut-image:hover img {
  transform: scale(1.04);
}

.akce-raut-content {
  padding: 42px 38px;
  border-radius: 18px;
  background: var(--dark);
  color: #fff;
  box-shadow: 0 24px 70px rgba(43, 33, 28, 0.18);
}

.akce-raut-content h3 {
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.akce-raut-content p {
  color: rgba(255, 255, 255, 0.82);
}

.akce-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.akce-tags span {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--accent-light);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 157, 95, 0.28);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.akce-raut-content .btn.dark {
  background: var(--accent);
}

.akce-raut-content .btn.dark:hover {
  background: var(--accent-light);
}

.akce-cards-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
}

.akce-small-card {
  padding: 32px 28px 30px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(197, 157, 95, 0.23);
  box-shadow: 0 18px 52px rgba(43, 33, 28, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.24s ease;
}

.akce-small-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(43, 33, 28, 0.14);
}

.akce-small-card i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(197, 157, 95, 0.14);
  font-size: 24px;
}

.akce-small-card h3 {
  margin-bottom: 10px;
  color: var(--dark);
  font-size: 21px;
  font-weight: 900;
}

.akce-small-card p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.akce-cta {
  margin-top: 34px;
  padding: 44px 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(197, 157, 95, 0.22), transparent 28%),
    var(--dark);
  box-shadow: 0 24px 70px rgba(43, 33, 28, 0.18);
}

.akce-cta h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1;
}

.akce-cta p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
}

.akce-decoration {
  position: absolute;
  z-index: 1;
  top: 70px;
  bottom: 70px;
  width: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: rgba(197, 157, 95, 0.24);
  pointer-events: none;
}

.akce-decoration i {
  font-size: 76px;
  filter: drop-shadow(0 8px 18px rgba(101, 89, 71, 0.08));
}

.akce-decoration-left {
  left: 28px;
}

.akce-decoration-right {
  right: 28px;
}

/* FOOTER PILLS - pokud už nejsou v hlavním CSS */

.footer-social-wrapper {
  max-width: 920px;
  margin: 0 auto 22px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-block {
  text-align: center;
}

.footer-title {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.footer-title.small .time {
  color: var(--accent-light);
}

.footer-links-fancy {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-pill {
  min-height: 42px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  transition: 0.22s ease;
}

.footer-pill:hover {
  transform: translateY(-2px);
}

.footer-facebook {
  background: #1877f2;
}

.footer-instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.footer-nesnezeno {
  background: #43ad52;
}

@media (max-width: 1200px) {
  .akce-decoration {
    opacity: 0.42;
  }
}

@media (max-width: 950px) {
  .akce-hero {
    min-height: 560px;
    padding-top: 220px;
  }

  .akce-intro,
  .akce-raut-layout,
  .akce-cta {
    grid-template-columns: 1fr;
  }

  .akce-intro-text {
    text-align: center;
  }

  .akce-intro-text h2 {
    max-width: none;
  }

  .akce-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .akce-cards-section {
    grid-template-columns: 1fr;
  }

  .akce-cta,
  .akce-cta-buttons {
    text-align: center;
    justify-content: center;
  }

  .akce-decoration {
    display: none;
  }
}

@media (max-width: 620px) {
  .akce-hero h1 {
    font-size: 58px;
  }

  .akce-hero p {
    font-size: 18px;
  }

  .akce-page {
    padding: 64px 16px 58px;
  }

  .akce-intro {
    gap: 46px;
  }

  .akce-intro-card,
  .akce-raut-content,
  .akce-cta {
    padding: 30px 22px;
  }

  .akce-intro-card h3,
  .akce-raut-content h3 {
    font-size: 32px;
  }

  .akce-stamp {
    width: 94px;
    height: 94px;
    top: -32px;
    right: 22px;
    outline-width: 8px;
    font-size: 10px;
  }

  .akce-feature {
    grid-template-columns: 52px 1fr;
  }

  .akce-feature span {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .akce-raut-image {
    min-height: 300px;
  }

  .akce-hero-buttons .btn,
  .akce-cta-buttons .btn {
    width: 100%;
  }
}


/* SJEDNOCENÝ HERO BANNER - stejný barevný cover jako index.html */

.akce-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 190px 24px 80px;
  background:
    linear-gradient(
      rgba(101, 89, 71, 0.65),
      rgba(101, 89, 71, 0.45)
    ),
    url("../IMG/nahled.png") center/cover no-repeat;
}

.akce-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.58)),
    linear-gradient(to bottom, rgba(43, 33, 28, 0.35), rgba(43, 33, 28, 0.2), rgba(43, 33, 28, 0.65));
}

.akce-hero::after {
  display: none;
  content: none;
}

.akce-hero-content {
  position: relative;
  z-index: 2;
  max-width: 940px;
  padding: 0 24px;
  text-align: center;
  color: var(--white);
}

.akce-hero-content h1,
.akce-hero h1 {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.akce-hero-content p,
.akce-hero p {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

@media (max-width: 850px) {
  .akce-hero {
    min-height: 520px;
    padding-top: 220px;
    padding-bottom: 70px;
  }
}

@media (max-width: 560px) {
  .akce-hero {
    min-height: 500px;
  }
}

.profirmy-hero-buttons,
.akce-hero-buttons {
  gap: 30px;
}
