@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="3edfb7"] {
  --section-id: "3edfb7";
  --storage-url: "https://test-2ee5qm60.proweb.cz/_section/3edfb7";
  --public-url: "https://test-2ee5qm60.proweb.cz/_section/3edfb7";
}
.strip[data-id="3edfb7"] .header-nav-section {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(31, 41, 55, 0.1);
  position: relative;
  z-index: 9999;
  font-family: "Inter", sans-serif;
}
.strip[data-id="3edfb7"] .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.strip[data-id="3edfb7"] .logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.strip[data-id="3edfb7"] .logo-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.strip[data-id="3edfb7"] .logo-text {
  font-size: 20px;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.5px;
}
.strip[data-id="3edfb7"] .desktop-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.strip[data-id="3edfb7"] .desktop-nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #1F2937;
  position: relative;
  padding: 8px 0;
  transition: color 0.2s ease;
}
.strip[data-id="3edfb7"] .desktop-nav a:hover {
  color: #007AFF;
}
.strip[data-id="3edfb7"] .desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007AFF;
  transition: width 0.2s ease;
}
.strip[data-id="3edfb7"] .desktop-nav a:hover::after {
  width: 100%;
}
.strip[data-id="3edfb7"] .cta-button {
  display: inline-block;
  background-color: #007AFF;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}
.strip[data-id="3edfb7"] .cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 122, 255, 0.4);
}
.strip[data-id="3edfb7"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
}
.strip[data-id="3edfb7"] .mobile-toggle .bar {
  width: 100%;
  height: 2px;
  background-color: #1F2937;
  transition: all 0.3s ease;
}
.strip[data-id="3edfb7"] .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  padding: 100px 40px;
  transition: right 0.3s ease-in-out;
}
.strip[data-id="3edfb7"] .mobile-menu.active {
  right: 0;
}
.strip[data-id="3edfb7"] .mobile-nav-links ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.strip[data-id="3edfb7"] .mobile-nav-links li {
  margin-bottom: 24px;
}
.strip[data-id="3edfb7"] .mobile-nav-links a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: #1F2937;
}
.strip[data-id="3edfb7"] .mobile-cta .cta-button {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 16px;
}
@media (max-width: 991px) {
  .strip[data-id="3edfb7"] .desktop-nav, .strip[data-id="3edfb7"] .cta-area {
    display: none;
  }
  .strip[data-id="3edfb7"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="3edfb7"] .mobile-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id="3edfb7"] .mobile-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="3edfb7"] .mobile-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id=ff9fbc] {
  --section-id: "ff9fbc";
  --storage-url: "https://test-2ee5qm60.proweb.cz/_section/ff9fbc";
  --public-url: "https://test-2ee5qm60.proweb.cz/_section/ff9fbc";
  /* Plynulý přechod obrázku do pozadí */
  /* Dekorativní tvary */
}
.strip[data-id=ff9fbc] .hero-section {
  position: relative;
  padding: 160px 0 100px 0;
  background: linear-gradient(180deg, rgb(235, 245, 255) 0%, #FFFFFF 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.strip[data-id=ff9fbc] .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.strip[data-id=ff9fbc] .hero-grid {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id=ff9fbc] .hero-content {
  flex: 0 0 55%;
}
.strip[data-id=ff9fbc] .hero-image-wrapper {
  flex: 0 0 45%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=ff9fbc] .hero-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  aspect-ratio: 1/1;
}
.strip[data-id=ff9fbc] .image-mask {
  position: absolute;
  inset: -1px;
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(235, 245, 255, 0.4) 0%, rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=ff9fbc] h1 {
  font-size: 64px;
  font-weight: 900;
  color: #1F2937;
  line-height: 1.05;
  margin: 0 0 28px 0;
  letter-spacing: -0.02em;
}
.strip[data-id=ff9fbc] .lead {
  font-size: 20px;
  color: #4B5563;
  max-width: 580px;
  line-height: 1.6;
  margin: 0 0 44px 0;
}
.strip[data-id=ff9fbc] .hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id=ff9fbc] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
}
.strip[data-id=ff9fbc] .btn-primary {
  background-color: #007AFF;
  color: #FFFFFF;
  box-shadow: 0 10px 25px rgba(0, 122, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.strip[data-id=ff9fbc] .btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 5px rgba(0, 122, 255, 0.5);
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: pulse-shadow 2.5s infinite;
}
.strip[data-id=ff9fbc] .btn-primary:hover {
  background-color: #0063d1;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 122, 255, 0.4);
}
.strip[data-id=ff9fbc] .btn-ghost {
  background-color: transparent;
  color: #1F2937;
  border: 2px solid rgba(31, 41, 55, 0.2);
}
.strip[data-id=ff9fbc] .btn-ghost:hover {
  background-color: #FFFFFF;
  border-color: #1F2937;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@keyframes pulse-shadow {
  0% {
    transform: scale(0.95);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0;
  }
  100% {
    transform: scale(0.95);
    opacity: 0;
  }
}
.strip[data-id=ff9fbc] .bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=ff9fbc] .shape {
  position: absolute;
  filter: blur(60px);
  opacity: 0.15;
}
.strip[data-id=ff9fbc] .shape-1 {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, #007AFF 0%, rgba(0, 122, 255, 0) 70%);
  top: -150px;
  right: -100px;
}
.strip[data-id=ff9fbc] .shape-2 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, #34D399 0%, rgba(52, 211, 153, 0) 70%);
  bottom: -100px;
  left: -100px;
  opacity: 0.1;
}
.strip[data-id=ff9fbc] .shape-3 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #1F2937;
  top: 20%;
  left: 10%;
  opacity: 0.03;
}
@media (max-width: 1200px) {
  .strip[data-id=ff9fbc] h1 {
    font-size: 52px;
  }
  .strip[data-id=ff9fbc] .hero-grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ff9fbc] .hero-section {
    padding: 140px 0 80px 0;
  }
  .strip[data-id=ff9fbc] .hero-grid {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id=ff9fbc] .hero-content {
    flex: 0 0 100%;
  }
  .strip[data-id=ff9fbc] .hero-image-wrapper {
    flex: 0 0 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  .strip[data-id=ff9fbc] .lead {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=ff9fbc] .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id=ff9fbc] .hero-section {
    padding: 120px 0 60px 0;
  }
  .strip[data-id=ff9fbc] h1 {
    font-size: 40px;
  }
  .strip[data-id=ff9fbc] .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .strip[data-id=ff9fbc] .btn {
    width: 100%;
  }
  .strip[data-id=ff9fbc] .hero-image-wrapper img {
    border-radius: 24px;
  }
}.strip[data-id=b87d99] {
  --section-id: "b87d99";
  --storage-url: "https://test-2ee5qm60.proweb.cz/_section/b87d99";
  --public-url: "https://test-2ee5qm60.proweb.cz/_section/b87d99";
}
.strip[data-id=b87d99] .benefits-section {
  background-color: #FFFFFF;
  padding: 100px 0;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=b87d99] .benefits-section::before, .strip[data-id=b87d99] .benefits-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.4;
}
.strip[data-id=b87d99] .benefits-section::before {
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
}
.strip[data-id=b87d99] .benefits-section::after {
  bottom: -100px;
  left: -100px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}
.strip[data-id=b87d99] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.strip[data-id=b87d99] .section-header {
  text-align: center;
  margin-bottom: 70px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id=b87d99] .section-header h2 {
  font-size: 42px;
  color: #1F2937;
  margin: 0 0 20px 0;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.strip[data-id=b87d99] .section-header .accent-line {
  width: 60px;
  height: 4px;
  background: #10B981;
  margin: 0 auto;
  border-radius: 2px;
}
.strip[data-id=b87d99] .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.strip[data-id=b87d99] .benefit-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 10px 30px -5px rgba(31, 41, 55, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.strip[data-id=b87d99] .benefit-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 25px 50px -12px rgba(31, 41, 55, 0.12);
  border-color: rgba(16, 185, 129, 0.3);
}
.strip[data-id=b87d99] .icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background-color: rgba(16, 185, 129, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: transform 0.3s ease;
}
.strip[data-id=b87d99] .icon-wrapper i {
  color: #10B981;
  font-size: 28px;
}
.strip[data-id=b87d99] .benefit-card:hover .icon-wrapper {
  transform: rotate(5deg) scale(1.1);
}
.strip[data-id=b87d99] .benefit-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 16px 0;
  line-height: 1.3;
}
.strip[data-id=b87d99] .benefit-card p {
  font-size: 17px;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}
@media (max-width: 992px) {
  .strip[data-id=b87d99] .benefits-grid {
    gap: 24px;
  }
  .strip[data-id=b87d99] .benefit-card {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b87d99] .benefits-section {
    padding: 70px 0;
  }
  .strip[data-id=b87d99] .section-header {
    margin-bottom: 40px;
  }
  .strip[data-id=b87d99] .section-header h2 {
    font-size: 32px;
  }
  .strip[data-id=b87d99] .benefits-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=b87d99] .benefit-card {
    padding: 32px;
  }
}.strip[data-id="8914a3"] {
  --section-id: "8914a3";
  --storage-url: "https://test-2ee5qm60.proweb.cz/_section/8914a3";
  --public-url: "https://test-2ee5qm60.proweb.cz/_section/8914a3";
}
.strip[data-id="8914a3"] .how-it-works {
  background-color: #f9fafb;
  padding: 100px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="8914a3"] .how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="8914a3"] .how-it-works .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px;
}
.strip[data-id="8914a3"] .how-it-works .section-header h2 {
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.strip[data-id="8914a3"] .how-it-works .section-header p {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.6;
}
.strip[data-id="8914a3"] .how-it-works .process-container {
  position: relative;
}
.strip[data-id="8914a3"] .how-it-works .steps-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}
.strip[data-id="8914a3"] .how-it-works .steps-wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50px;
  right: 50px;
  height: 2px;
  background: repeating-linear-gradient(to right, #007AFF 0, #007AFF 4px, transparent 4px, transparent 8px);
  z-index: 1;
}
.strip[data-id="8914a3"] .how-it-works .step-card {
  position: relative;
  flex: 1;
  z-index: 2;
  text-align: center;
  transition: transform 0.3s ease;
}
.strip[data-id="8914a3"] .how-it-works .step-card:hover {
  transform: translateY(-5px);
}
.strip[data-id="8914a3"] .how-it-works .step-card:hover .icon-box {
  background-color: #007AFF;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 122, 255, 0.3);
}
.strip[data-id="8914a3"] .how-it-works .step-card .step-number {
  font-size: 100px;
  font-weight: 900;
  color: #007AFF;
  opacity: 0.08;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  z-index: -1;
  user-select: none;
}
.strip[data-id="8914a3"] .how-it-works .step-card .icon-box {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  color: #007AFF;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
.strip[data-id="8914a3"] .how-it-works .step-card .icon-box svg {
  width: 36px;
  height: 36px;
}
.strip[data-id="8914a3"] .how-it-works .step-card .step-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}
.strip[data-id="8914a3"] .how-it-works .step-card .step-content p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}
.strip[data-id="8914a3"] .how-it-works .visual-part {
  display: flex;
  justify-content: center;
  perspective: 1000px;
}
.strip[data-id="8914a3"] .how-it-works .visual-part img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  max-height: 550px;
  transition: transform 0.5s ease;
}
.strip[data-id="8914a3"] .how-it-works .visual-part img:hover {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  .strip[data-id="8914a3"] .how-it-works .steps-wrapper {
    gap: 20px;
  }
  .strip[data-id="8914a3"] .how-it-works .steps-wrapper::before {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="8914a3"] .how-it-works {
    padding: 80px 0;
  }
  .strip[data-id="8914a3"] .how-it-works .section-header {
    margin-bottom: 60px;
  }
  .strip[data-id="8914a3"] .how-it-works .steps-wrapper {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .strip[data-id="8914a3"] .how-it-works .steps-wrapper::before {
    display: none;
  }
  .strip[data-id="8914a3"] .how-it-works .step-card {
    width: 100%;
    max-width: 400px;
  }
  .strip[data-id="8914a3"] .how-it-works .step-card .step-number {
    left: 20px;
    transform: none;
  }
  .strip[data-id="8914a3"] .how-it-works .step-card .icon-box {
    margin-left: 0;
  }
  .strip[data-id="8914a3"] .how-it-works .step-card .step-content {
    text-align: left;
  }
}.strip[data-id=c5689e] {
  --section-id: "c5689e";
  --storage-url: "https://test-2ee5qm60.proweb.cz/_section/c5689e";
  --public-url: "https://test-2ee5qm60.proweb.cz/_section/c5689e";
}
.strip[data-id=c5689e] .footer-section {
  background-color: #1F2937;
  padding: 80px 20px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id=c5689e] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=c5689e] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}
.strip[data-id=c5689e] .footer-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id=c5689e] .footer-brand {
  max-width: 320px;
}
.strip[data-id=c5689e] .logo-link {
  text-decoration: none;
  display: inline-block;
}
.strip[data-id=c5689e] .logo-text {
  font-size: 26px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id=c5689e] .logo-dot {
  width: 6px;
  height: 6px;
  background-color: #10B981;
  border-radius: 50%;
  display: inline-block;
}
.strip[data-id=c5689e] .brand-description {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=c5689e] .column-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.9;
}
.strip[data-id=c5689e] .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.strip[data-id=c5689e] .footer-nav a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0;
}
.strip[data-id=c5689e] .footer-nav a:hover {
  color: #10B981;
  padding-left: 4px;
}
.strip[data-id=c5689e] .social-icons {
  display: flex;
  gap: 12px;
}
.strip[data-id=c5689e] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=c5689e] .social-icon:hover {
  background-color: #10B981;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}
.strip[data-id=c5689e] .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id=c5689e] .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 992px) {
  .strip[data-id=c5689e] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .strip[data-id=c5689e] .footer-brand {
    grid-column: span 2;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c5689e] .footer-section {
    padding: 60px 20px 30px;
  }
  .strip[data-id=c5689e] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id=c5689e] .footer-brand, .strip[data-id=c5689e] .footer-column {
    grid-column: span 1;
    text-align: center;
    align-items: center;
  }
  .strip[data-id=c5689e] .footer-nav {
    align-items: center;
  }
  .strip[data-id=c5689e] .footer-nav a:hover {
    padding-left: 0;
    transform: scale(1.05);
  }
  .strip[data-id=c5689e] .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}