/* PRO FIRMY PAGE */

.profirmy-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);
}

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

.profirmy-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 190px 24px 96px;
  background:
    linear-gradient(rgba(43, 33, 28, 0.58), rgba(43, 33, 28, 0.70)),
    url("../IMG/nahled.png") center 48% / cover no-repeat;
}

.profirmy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.56)),
    linear-gradient(to bottom, rgba(43, 33, 28, 0.26), rgba(43, 33, 28, 0.12), rgba(43, 33, 28, 0.78));
}

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

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

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

.profirmy-hero p {
  max-width: 740px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}

.profirmy-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.profirmy-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.profirmy-outline:hover {
  border-color: var(--accent-light);
  background: rgba(197, 157, 95, 0.22);
  transform: translateY(-3px);
}

.profirmy-page {
  position: relative;
  overflow: hidden;
  padding: 86px 24px 92px;
  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%);
}

.profirmy-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;
}

.profirmy-intro,
.profirmy-benefits,
.profirmy-split,
.profirmy-events-link {
  position: relative;
  z-index: 2;
}

.profirmy-intro {
  max-width: 850px;
  margin: 0 auto 38px;
  text-align: center;
}

.profirmy-intro h2,
.profirmy-split h2,
.profirmy-events-link h2 {
  font-family: "Cormorant Garamond", serif;
  color: var(--dark);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.profirmy-intro h2 {
  font-size: clamp(46px, 5vw, 70px);
  line-height: 0.98;
  margin-bottom: 20px;
}

.profirmy-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: #3f332d;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}

.profirmy-benefits {
  max-width: 1130px;
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.profirmy-card,
.profirmy-contact-box,
.profirmy-events-link {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(197, 157, 95, 0.23);
  box-shadow: 0 18px 52px rgba(43, 33, 28, 0.13);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.profirmy-card {
  padding: 32px 30px 30px;
  transition: 0.25s ease;
}

.profirmy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(43, 33, 28, 0.17);
}

.profirmy-featured-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 246, 236, 0.84));
}

.profirmy-card-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(197, 157, 95, 0.14);
  font-size: 26px;
  margin-bottom: 20px;
}

.profirmy-card h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--dark);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 14px;
}

.profirmy-card p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.68;
}

.profirmy-split {
  max-width: 1130px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.profirmy-split-text {
  padding: 46px 48px;
  border-radius: 16px;
  background: var(--dark);
  color: #fff;
  box-shadow: 0 24px 70px rgba(43, 33, 28, 0.22);
}

.profirmy-split-text h2 {
  color: #fff;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 0.98;
  margin-bottom: 20px;
}

.profirmy-split-text p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.72;
  margin-bottom: 30px;
}

.profirmy-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profirmy-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.profirmy-step strong {
  color: var(--accent-light);
  font-size: 20px;
  font-weight: 900;
}

.profirmy-step span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 700;
}

.profirmy-contact-box {
  padding: 34px 30px;
}

.profirmy-contact-head {
  text-align: center;
  margin-bottom: 28px;
}

.profirmy-contact-head > i {
  color: var(--accent);
  font-size: 34px;
  margin-bottom: 12px;
}

.profirmy-contact-head h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--dark);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 12px;
}

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

.profirmy-contact-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  transition: 0.22s ease;
}

.profirmy-contact-row + .profirmy-contact-row {
  margin-top: 16px;
}

.profirmy-contact-row:hover {
  color: var(--accent);
  transform: translateX(3px);
}

.profirmy-contact-row span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(197, 157, 95, 0.13);
  font-size: 22px;
}

.profirmy-menu-link {
  min-height: 66px;
  margin-top: 28px;
  padding: 16px 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #b97927, var(--accent));
  box-shadow: 0 18px 36px rgba(151, 96, 28, 0.28);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  transition: 0.24s ease;
}

.profirmy-menu-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(151, 96, 28, 0.36);
}

.profirmy-events-link {
  max-width: 1130px;
  margin: 0 auto;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.profirmy-events-link h2 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  margin-bottom: 12px;
}

.profirmy-events-link p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

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

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

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

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

@media (max-width: 1100px) {
  .profirmy-benefits,
  .profirmy-split,
  .profirmy-events-link {
    max-width: 820px;
  }

  .profirmy-benefits,
  .profirmy-split,
  .profirmy-events-link {
    grid-template-columns: 1fr;
  }

  .profirmy-decoration {
    opacity: 0.4;
  }
}

@media (max-width: 800px) {
  .profirmy-hero {
    min-height: 620px;
    padding-top: 230px;
  }

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

  .profirmy-page {
    padding: 62px 16px 70px;
  }

  .profirmy-split-text,
  .profirmy-contact-box,
  .profirmy-events-link {
    padding: 30px 22px;
  }

  .profirmy-decoration {
    display: none;
  }
}

@media (max-width: 560px) {
  .profirmy-hero h1 {
    font-size: 54px;
  }

  .profirmy-card h3,
  .profirmy-contact-head h3 {
    font-size: 31px;
  }

  .profirmy-step {
    grid-template-columns: 1fr;
  }

  .profirmy-contact-row {
    grid-template-columns: 46px 1fr;
    font-size: 15px;
    word-break: break-word;
  }

  .profirmy-contact-row span {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .profirmy-events-link .btn {
    width: 100%;
  }
}


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

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

.profirmy-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));
}

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

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

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

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

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

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

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