@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Playfair+Display:ital,wght@0,700;0,900;1,400;1,700&family=Playfair+Display:wght@700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id="311982"] {
  --section-id: "311982";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/311982";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/311982";
}
.strip[data-id="311982"] .header-section {
  width: 100%;
  background-color: rgba(253, 252, 240, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="311982"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}
.strip[data-id="311982"] .logo-wrapper a {
  display: flex;
  align-items: center;
  height: 60px;
  text-decoration: none;
}
.strip[data-id="311982"] .logo-wrapper img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.strip[data-id="311982"] .logo-wrapper a:hover img {
  transform: scale(1.05);
}
.strip[data-id="311982"] .nav-menu {
  display: flex;
  align-items: center;
}
.strip[data-id="311982"] .nav-list {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
.strip[data-id="311982"] .nav-list li a {
  text-decoration: none;
  color: #4A4A4A;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}
.strip[data-id="311982"] .nav-list li a:hover,
.strip[data-id="311982"] .nav-list li a.active {
  color: #9B9ECE;
}
.strip[data-id="311982"] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #D4AF37;
  transition: width 0.3s ease;
}
.strip[data-id="311982"] .nav-list li a:hover::after,
.strip[data-id="311982"] .nav-list li a.active::after {
  width: 100%;
}
.strip[data-id="311982"] .contact-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="311982"] .phone-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #9B9ECE;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border: 1.5px solid rgba(155, 158, 206, 0.4);
  border-radius: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.strip[data-id="311982"] .phone-btn:hover {
  background-color: #9B9ECE;
  color: #FFFFFF;
  border-color: #9B9ECE;
  box-shadow: 0 4px 12px rgba(155, 158, 206, 0.3);
  transform: translateY(-2px);
}
.strip[data-id="311982"] .phone-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id="311982"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id="311982"] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9B9ECE;
  border-radius: 3px;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .strip[data-id="311982"] .nav-list {
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="311982"] .container {
    min-height: 80px;
  }
  .strip[data-id="311982"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="311982"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background-color: #FDFCF0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 100px 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .strip[data-id="311982"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="311982"] .nav-list {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  .strip[data-id="311982"] .nav-list li a {
    font-size: 18px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .strip[data-id="311982"] .phone-btn span:not(.icon) {
    display: none;
  }
  .strip[data-id="311982"] .phone-btn {
    padding: 12px;
    border-radius: 50%;
  }
  .strip[data-id="311982"] .logo-wrapper a {
    height: 50px;
  }
}
.strip[data-id="311982"] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}
.strip[data-id="311982"] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="311982"] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}@charset "UTF-8";
.strip[data-id="001848"] {
  --section-id: "001848";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/001848";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/001848";
}
.strip[data-id="001848"] .hero-section {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #f8f9fa;
}
.strip[data-id="001848"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 100%);
  pointer-events: none;
}
.strip[data-id="001848"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id="001848"] .content-block {
  flex: 1.2;
  min-width: 320px;
  padding-right: 60px;
  animation: fadeInUp 1.2s ease-out;
}
.strip[data-id="001848"] .image-block {
  flex: 0.8;
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: fadeIn 2s ease-in;
}
.strip[data-id="001848"] h1 {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 900;
  color: #7a86e0; /* Sytější levandulová pro lepší čitelnost */
  margin: 0 0 24px 0;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}
.strip[data-id="001848"] .subheading {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 35px 0;
  line-height: 1.7;
  max-width: 540px;
}
.strip[data-id="001848"] .quote-container {
  position: relative;
  padding: 20px 0 20px 30px;
  margin: 40px 0;
}
.strip[data-id="001848"] .quote-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #ffbf00, #e6ac00);
  border-radius: 2px;
}
.strip[data-id="001848"] .quote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 24px;
  color: #d4a017; /* Elegantnější zlatá */
  margin: 0;
  line-height: 1.4;
}
.strip[data-id="001848"] .cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #92a1cf 0%, #7a86e0 100%);
  color: #ffffff;
  padding: 18px 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(122, 134, 224, 0.3);
  border: none;
  cursor: pointer;
}
.strip[data-id="001848"] .cta-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 25px rgba(122, 134, 224, 0.4);
  background: linear-gradient(135deg, #7a86e0 0%, #636ecf 100%);
}
.strip[data-id="001848"] .portrait-wrapper {
  position: relative;
  padding: 20px;
}
.strip[data-id="001848"] .portrait-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed rgba(122, 134, 224, 0.2);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}
.strip[data-id="001848"] .portrait-mask {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: morph 12s ease-in-out infinite;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.strip[data-id="001848"] .portrait-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="001848"] .portrait-mask:hover img {
  transform: scale(1.05);
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.strip[data-id="001848"] .particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="001848"] .particle {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}
@media (max-width: 992px) {
  .strip[data-id="001848"] h1 {
    font-size: 56px;
  }
  .strip[data-id="001848"] .content-block {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="001848"] .hero-section {
    padding: 80px 0;
    min-height: auto;
  }
  .strip[data-id="001848"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="001848"] .content-block {
    padding-right: 0;
    margin-bottom: 50px;
    flex: 1;
  }
  .strip[data-id="001848"] .subheading {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="001848"] h1 {
    font-size: 42px;
  }
  .strip[data-id="001848"] .image-block {
    width: 100%;
    flex: 1;
  }
  .strip[data-id="001848"] .portrait-mask {
    max-width: 320px;
  }
  .strip[data-id="001848"] .quote-container {
    padding: 20px 0;
    border-left: none;
    margin: 30px 0;
  }
  .strip[data-id="001848"] .quote-container::before {
    left: 50%;
    top: 0;
    bottom: auto;
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
  }
}@charset "UTF-8";
.strip[data-id=cf549b] {
  --section-id: "cf549b";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/cf549b";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/cf549b";
}
.strip[data-id=cf549b] .services-section {
  background-color: #ffffff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id=cf549b] .organic-separator-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}
.strip[data-id=cf549b] .organic-separator-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
.strip[data-id=cf549b] .organic-separator-top .shape-fill {
  fill: #ffffff; /* Sjednoceno s hero sekcí */
}
.strip[data-id=cf549b] .organic-separator-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.strip[data-id=cf549b] .organic-separator-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
.strip[data-id=cf549b] .organic-separator-bottom .shape-fill {
  fill: #ffffff;
}
.strip[data-id=cf549b] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=cf549b] .section-title {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=cf549b] .section-title h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #7B68EE;
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id=cf549b] .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.strip[data-id=cf549b] .service-card {
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(123, 104, 238, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.333% - 20px);
  min-width: 300px;
  border: 1px solid rgba(123, 104, 238, 0.05);
}
.strip[data-id=cf549b] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(123, 104, 238, 0.15);
  border-color: rgba(123, 104, 238, 0.2);
}
.strip[data-id=cf549b] .icon-container {
  width: 100px;
  height: 100px;
  background-color: #f3f0ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  position: relative;
}
.strip[data-id=cf549b] .icon-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4);
  transition: all 0.5s ease;
}
.strip[data-id=cf549b] .service-card:hover .icon-container {
  transform: scale(1.1) rotate(5deg);
  background-color: #7B68EE;
}
.strip[data-id=cf549b] .service-card:hover .icon-container::after {
  box-shadow: 0 0 0 15px rgba(123, 104, 238, 0);
}
.strip[data-id=cf549b] .icon-container svg {
  width: 48px;
  height: 48px;
  stroke: #B8860B;
  stroke-width: 1.5;
  fill: none;
  transition: all 0.5s ease;
}
.strip[data-id=cf549b] .service-card:hover .icon-container svg {
  stroke: #ffffff;
}
.strip[data-id=cf549b] .service-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #7B68EE;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
}
.strip[data-id=cf549b] .service-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id=cf549b] .service-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=cf549b] .service-card {
    width: 100%;
    min-width: unset;
    padding: 40px 25px;
  }
  .strip[data-id=cf549b] .section-title h2 {
    font-size: 36px;
  }
  .strip[data-id=cf549b] .services-section {
    padding: 80px 0;
  }
}.strip[data-id="2a542d"] {
  --section-id: "2a542d";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/2a542d";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/2a542d";
}
.strip[data-id="2a542d"] .about-section {
  background-color: #fdfaf5;
  background-image: radial-gradient(#e8dfcf 0.5px, transparent 0.5px);
  background-size: 24px 24px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="2a542d"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}
.strip[data-id="2a542d"] .image-column {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.strip[data-id="2a542d"] .image-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="2a542d"] .image-wrapper:hover {
  transform: scale(1.02);
}
.strip[data-id="2a542d"] .image-wrapper img,
.strip[data-id="2a542d"] .image-wrapper generated-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
}
.strip[data-id="2a542d"] .frame-lavender {
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #967bb6;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.strip[data-id="2a542d"] .frame-amber {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #ffbf00;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.strip[data-id="2a542d"] .image-wrapper:hover .frame-lavender {
  transform: translate(-5px, -5px);
}
.strip[data-id="2a542d"] .image-wrapper:hover .frame-amber {
  transform: translate(5px, 5px);
}
.strip[data-id="2a542d"] .text-column {
  flex: 1.2;
  position: relative;
}
.strip[data-id="2a542d"] .wing-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  opacity: 0.04;
  z-index: -1;
  pointer-events: none;
  color: #967bb6;
}
.strip[data-id="2a542d"] .heading-group {
  margin-bottom: 35px;
  display: flex;
  align-items: baseline;
  gap: 20px;
  border-bottom: 1px solid rgba(150, 123, 182, 0.2);
  padding-bottom: 15px;
}
.strip[data-id="2a542d"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #7a5e99;
  margin: 0;
  line-height: 1.1;
}
.strip[data-id="2a542d"] .aquarius-icon {
  font-size: 32px;
  color: #e6ac00;
  display: flex;
  align-items: center;
}
.strip[data-id="2a542d"] .content-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.8;
}
.strip[data-id="2a542d"] .content-text p {
  margin-bottom: 25px;
}
.strip[data-id="2a542d"] .content-text p:last-child {
  margin-bottom: 0;
}
.strip[data-id="2a542d"] .content-text strong {
  color: #7a5e99;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .strip[data-id="2a542d"] .container {
    gap: 50px;
  }
  .strip[data-id="2a542d"] h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="2a542d"] .about-section {
    padding: 80px 0;
  }
  .strip[data-id="2a542d"] .container {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="2a542d"] .image-column {
    width: 85%;
    margin: 0 auto;
  }
  .strip[data-id="2a542d"] .heading-group {
    justify-content: center;
    border-bottom: none;
  }
  .strip[data-id="2a542d"] .wing-bg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .strip[data-id="2a542d"] .about-section {
    padding: 60px 0;
  }
  .strip[data-id="2a542d"] .image-column {
    width: 100%;
  }
  .strip[data-id="2a542d"] h2 {
    font-size: 34px;
  }
  .strip[data-id="2a542d"] .content-text {
    font-size: 16px;
  }
}.strip[data-id=a2d11f] {
  --section-id: "a2d11f";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/a2d11f";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/a2d11f";
  /* Sparkles background effect */
}
.strip[data-id=a2d11f] .philosophy-section {
  background: linear-gradient(135deg, #fffdfa 0%, #f7f0ff 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 80px;
}
.strip[data-id=a2d11f] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
.strip[data-id=a2d11f] .section-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
  position: relative;
}
.strip[data-id=a2d11f] .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ffbf00;
  margin: 20px auto 0;
  border-radius: 2px;
}
.strip[data-id=a2d11f] .philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=a2d11f] .philosophy-item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  border: 1px solid rgba(123, 104, 238, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=a2d11f] .philosophy-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 40px rgba(123, 104, 238, 0.08);
}
.strip[data-id=a2d11f] .philosophy-item:nth-child(even) {
  flex-direction: row-reverse;
}
.strip[data-id=a2d11f] .icon-box {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(255, 191, 0, 0.1);
  transition: transform 0.4s ease;
}
.strip[data-id=a2d11f] .philosophy-item:hover .icon-box {
  transform: rotate(5deg) scale(1.1);
}
.strip[data-id=a2d11f] .icon-box svg {
  width: 55px;
  height: 55px;
  stroke: #ffbf00;
  stroke-width: 1.2;
  fill: none;
}
.strip[data-id=a2d11f] .item-content {
  flex-grow: 1;
}
.strip[data-id=a2d11f] .item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #6a5acd;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
}
.strip[data-id=a2d11f] .item-text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
  margin: 0;
}
.strip[data-id=a2d11f] .sparkles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.strip[data-id=a2d11f] .sparkle {
  position: absolute;
  background: #ffbf00;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0.3;
  animation: twinkle 4s infinite ease-in-out;
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0.1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.8);
  }
}
@media (max-width: 992px) {
  .strip[data-id=a2d11f] .philosophy-item {
    gap: 40px;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=a2d11f] .philosophy-section {
    padding: 80px 0;
  }
  .strip[data-id=a2d11f] .section-title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .strip[data-id=a2d11f] .philosophy-item,
  .strip[data-id=a2d11f] .philosophy-item:nth-child(even) {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 40px 25px;
  }
  .strip[data-id=a2d11f] .icon-box {
    width: 80px;
    height: 80px;
  }
  .strip[data-id=a2d11f] .icon-box svg {
    width: 45px;
    height: 45px;
  }
  .strip[data-id=a2d11f] .item-title {
    font-size: 20px;
  }
}@charset "UTF-8";
.strip[data-id="5c7f36"] {
  --section-id: "5c7f36";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/5c7f36";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/5c7f36";
  /* Elegant decorative corners */
}
.strip[data-id="5c7f36"] section {
  background-color: #FFFAF0;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.strip[data-id="5c7f36"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5c7f36"] .decorative-frame {
  border: 1px solid rgba(122, 92, 153, 0.3);
  padding: 80px 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.strip[data-id="5c7f36"] .corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #7A5C99;
}
.strip[data-id="5c7f36"] .corner-tl {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
.strip[data-id="5c7f36"] .corner-tr {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}
.strip[data-id="5c7f36"] .corner-bl {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}
.strip[data-id="5c7f36"] .corner-br {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}
.strip[data-id="5c7f36"] h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #2D2D2D;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.strip[data-id="5c7f36"] .media-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.strip[data-id="5c7f36"] .media-card {
  flex: 1;
  min-width: 280px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 40px 30px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="5c7f36"] .media-card:hover {
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(122, 92, 153, 0.1);
  transform: translateY(-8px);
}
.strip[data-id="5c7f36"] .icon-wrapper {
  margin-bottom: 25px;
  transition: transform 0.4s ease;
}
.strip[data-id="5c7f36"] .media-card:hover .icon-wrapper {
  transform: scale(1.1);
}
.strip[data-id="5c7f36"] .icon-wrapper svg {
  width: 54px;
  height: 54px;
  fill: #D4AF37; /* Mírně tlumenější zlatá pro eleganci */
}
.strip[data-id="5c7f36"] .media-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #7A5C99; /* Ztmavená levandulová pro kontrast */
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.strip[data-id="5c7f36"] .media-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #D4AF37;
  transition: width 0.4s ease;
}
.strip[data-id="5c7f36"] .media-card:hover .media-name {
  color: #B8860B;
}
.strip[data-id="5c7f36"] .media-card:hover .media-name::after {
  width: 100%;
}
.strip[data-id="5c7f36"] .read-more {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  font-weight: 600;
  transition: color 0.3s ease;
}
.strip[data-id="5c7f36"] .media-card:hover .read-more {
  color: #7A5C99;
}
@media (max-width: 768px) {
  .strip[data-id="5c7f36"] section {
    padding: 70px 0;
  }
  .strip[data-id="5c7f36"] .decorative-frame {
    padding: 50px 20px;
    margin: 0 10px;
  }
  .strip[data-id="5c7f36"] h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .strip[data-id="5c7f36"] .media-grid {
    gap: 20px;
  }
  .strip[data-id="5c7f36"] .media-card {
    padding: 30px 20px;
  }
}@charset "UTF-8";
.strip[data-id=ef6aac] {
  --section-id: "ef6aac";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/ef6aac";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/ef6aac";
}
.strip[data-id=ef6aac] .contact-section {
  background-color: #FAFAF5;
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}
.strip[data-id=ef6aac] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ef6aac] .split-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
}
.strip[data-id=ef6aac] .map-container {
  width: 60%;
  height: 550px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  /* Jemnější filter pro lepší čitelnost mapy při zachování teplého tónu */
  filter: sepia(0.15) saturate(1.05) brightness(1);
  transition: filter 0.5s ease, transform 0.5s ease;
}
.strip[data-id=ef6aac] .map-container:hover {
  filter: none;
  transform: scale(1.01);
}
.strip[data-id=ef6aac] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.strip[data-id=ef6aac] .contact-card {
  width: 45%;
  background-color: #ffffff; /* Změna na bílou pro lepší kontrast proti krémovému pozadí */
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06), 0 10px 20px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 10;
  margin-right: -5%; /* Snížení přesahu pro lepší stabilitu layoutu */
}
.strip[data-id=ef6aac] h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px; /* Mírně zvětšeno pro dominanci */
  color: #7A629B; /* Trochu tmavší levandulová pro lepší kontrast */
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.2;
}
.strip[data-id=ef6aac] .contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id=ef6aac] .info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id=ef6aac] .info-item:hover {
  transform: translateX(5px);
}
.strip[data-id=ef6aac] .info-content {
  display: flex;
  flex-direction: column;
}
.strip[data-id=ef6aac] .info-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #444444; /* Mírně tmavší šedá */
  margin: 0;
  line-height: 1.6;
}
.strip[data-id=ef6aac] .info-item a {
  color: #444444;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.strip[data-id=ef6aac] .info-item a:hover {
  color: #E6AC00; /* Tmavší jantarová pro lepší čitelnost */
  border-bottom-color: #E6AC00;
}
.strip[data-id=ef6aac] .icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 191, 0, 0.12);
  border-radius: 14px; /* Modernější zaoblení */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.strip[data-id=ef6aac] .info-item:hover .icon-wrapper {
  background-color: rgba(255, 191, 0, 0.2);
}
.strip[data-id=ef6aac] .icon {
  width: 24px;
  height: 24px;
  fill: #E6AC00;
}
@media (max-width: 1100px) {
  .strip[data-id=ef6aac] .contact-card {
    padding: 40px;
    width: 50%;
  }
  .strip[data-id=ef6aac] h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ef6aac] .contact-section {
    padding: 80px 0;
  }
  .strip[data-id=ef6aac] .split-wrapper {
    flex-direction: column;
  }
  .strip[data-id=ef6aac] .map-container {
    width: 100%;
    height: 400px;
    margin-bottom: -60px;
    border-radius: 24px;
  }
  .strip[data-id=ef6aac] .contact-card {
    width: 92%;
    margin-right: 0;
    padding: 40px 30px;
    text-align: center;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
  .strip[data-id=ef6aac] .info-item {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .strip[data-id=ef6aac] .info-item:hover {
    transform: translateY(-5px);
  }
  .strip[data-id=ef6aac] .info-content {
    align-items: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id=ef6aac] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id=ef6aac] h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .strip[data-id=ef6aac] .contact-card {
    width: 100%;
    padding: 40px 20px;
  }
  .strip[data-id=ef6aac] .info-item p {
    font-size: 16px;
  }
  .strip[data-id=ef6aac] .map-container {
    height: 300px;
  }
}.strip[data-id="56b7d3"] {
  --section-id: "56b7d3";
  --storage-url: "https://preview-andel-poradna-cz.praweb.cz/_section/56b7d3";
  --public-url: "https://preview-andel-poradna-cz.praweb.cz/_section/56b7d3";
}
.strip[data-id="56b7d3"] .site-footer {
  background-color: #121212;
  color: #FFFFF0;
  font-family: "Montserrat", sans-serif;
  padding: 60px 20px 40px 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 191, 0, 0.2);
}
.strip[data-id="56b7d3"] .footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="56b7d3"] .divider-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #FFBF00, transparent);
}
.strip[data-id="56b7d3"] .angel-wings {
  padding: 0 25px;
  color: #FFBF00;
  filter: drop-shadow(0 0 5px rgba(255, 191, 0, 0.3));
}
.strip[data-id="56b7d3"] .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.strip[data-id="56b7d3"] .footer-column {
  display: flex;
  flex-direction: column;
}
.strip[data-id="56b7d3"] .footer-heading {
  color: #FFBF00;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="56b7d3"] .footer-heading i {
  font-size: 18px;
  opacity: 0.9;
}
.strip[data-id="56b7d3"] .footer-text {
  line-height: 1.7;
}
.strip[data-id="56b7d3"] .secondary-text {
  color: rgba(255, 255, 240, 0.75);
}
.strip[data-id="56b7d3"] .footer-link {
  color: #B29DD9; /* Brighter lavender for better contrast */
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="56b7d3"] .footer-link:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.strip[data-id="56b7d3"] .footer-text p {
  margin: 0 0 12px 0;
}
.strip[data-id="56b7d3"] .footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 240, 0.1);
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 240, 0.5);
}
@media (max-width: 992px) {
  .strip[data-id="56b7d3"] .footer-content {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="56b7d3"] .footer-column:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id="56b7d3"] .site-footer {
    padding: 40px 20px;
  }
  .strip[data-id="56b7d3"] .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="56b7d3"] .footer-column {
    align-items: center;
  }
  .strip[data-id="56b7d3"] .footer-column:last-child {
    grid-column: span 1;
  }
  .strip[data-id="56b7d3"] .footer-heading {
    justify-content: center;
  }
}