@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Playfair+Display:ital,wght@0,700;0,900;1,400&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;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

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

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.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%);
  }
}.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=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;
  }
}