@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
.strip[data-id=b0cba2] {
  --section-id: "b0cba2";
  --storage-url: "https://test-003.praweb.cz/_section/b0cba2";
  --public-url: "https://test-003.praweb.cz/_section/b0cba2";
}
.strip[data-id=b0cba2] header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: hsla(225, 100%, 97%, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #99b9ff;
  padding: 8px 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 128, 0.05);
}
.strip[data-id=b0cba2] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=b0cba2] .logo-block {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
  flex: 1;
}
.strip[data-id=b0cba2] .logo-area img {
  max-height: 55px;
  width: auto;
  display: block;
}
.strip[data-id=b0cba2] .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.strip[data-id=b0cba2] .logo-title {
  color: #010080;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.strip[data-id=b0cba2] .logo-subtitle {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.strip[data-id=b0cba2] .separator {
  width: 1px;
  height: 35px;
  background-color: #99b9ff;
  margin: 0 25px;
}
.strip[data-id=b0cba2] .contact-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Inter", sans-serif;
}
.strip[data-id=b0cba2] .address-line {
  display: flex;
  align-items: center;
  color: #010080;
  font-size: 13px;
  margin-bottom: 2px;
}
.strip[data-id=b0cba2] .address-line svg {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  fill: #010080;
}
.strip[data-id=b0cba2] .phone-line {
  display: flex;
  align-items: center;
  color: #010080;
  font-size: 17px;
  font-weight: 600;
}
.strip[data-id=b0cba2] .phone-line svg {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  fill: #010080;
}
.strip[data-id=b0cba2] .phone-number {
  color: #010080;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}
.strip[data-id=b0cba2] .phone-number:hover {
  color: #99b9ff;
  transform: translateY(-1px);
}
.strip[data-id=b0cba2] .phone-separator {
  margin: 0 6px;
  color: #99b9ff;
  font-weight: 300;
}
@media (max-width: 992px) {
  .strip[data-id=b0cba2] .logo-subtitle {
    display: none;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b0cba2] header {
    padding: 12px 0;
  }
  .strip[data-id=b0cba2] .container {
    flex-direction: column;
    gap: 12px;
  }
  .strip[data-id=b0cba2] .separator {
    display: none;
  }
  .strip[data-id=b0cba2] .logo-block {
    justify-content: center;
    width: 100%;
  }
  .strip[data-id=b0cba2] .contact-area {
    align-items: center;
    width: 100%;
  }
  .strip[data-id=b0cba2] .address-line {
    justify-content: center;
  }
  .strip[data-id=b0cba2] .phone-line {
    justify-content: center;
    font-size: 16px;
  }
}.strip[data-id="50d567"] {
  --section-id: "50d567";
  --storage-url: "https://test-003.praweb.cz/_section/50d567";
  --public-url: "https://test-003.praweb.cz/_section/50d567";
}
.strip[data-id="50d567"] section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  padding: 80px 0;
  width: 100%;
}
.strip[data-id="50d567"] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.strip[data-id="50d567"] .hero-content {
  flex: 0 0 60%;
}
.strip[data-id="50d567"] .hero-content h1 {
  color: #010080;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  margin-top: 0;
}
.strip[data-id="50d567"] .hero-content p {
  color: #2c3e50;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 90%;
}
.strip[data-id="50d567"] .hero-image-wrapper {
  flex: 0 0 40%;
  position: relative;
}
.strip[data-id="50d567"] .hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
  box-shadow: 0 20px 40px rgba(1, 0, 128, 0.1);
  object-fit: cover;
  aspect-ratio: 4/5;
}
.strip[data-id="50d567"] .badge {
  position: absolute;
  top: 20px;
  right: -20px;
  background-color: #99b9ff;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 10px 20px rgba(153, 185, 255, 0.3);
  white-space: nowrap;
}
@media (max-width: 992px) {
  .strip[data-id="50d567"] .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id="50d567"] .hero-content {
    flex: 0 0 100%;
  }
  .strip[data-id="50d567"] .hero-content h1 {
    font-size: 3rem;
  }
  .strip[data-id="50d567"] .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="50d567"] .hero-image-wrapper {
    flex: 0 0 100%;
    max-width: 500px;
    width: 100%;
  }
  .strip[data-id="50d567"] .badge {
    right: 0;
  }
}
@media (max-width: 576px) {
  .strip[data-id="50d567"] section {
    padding: 60px 0;
  }
  .strip[data-id="50d567"] .hero-content h1 {
    font-size: 2.5rem;
  }
}.strip[data-id=af01ed] {
  --section-id: "af01ed";
  --storage-url: "https://test-003.praweb.cz/_section/af01ed";
  --public-url: "https://test-003.praweb.cz/_section/af01ed";
}
.strip[data-id=af01ed] section {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23010080' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  padding: 100px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strip[data-id=af01ed] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=af01ed] .section-header {
  margin-bottom: 60px;
}
.strip[data-id=af01ed] .section-header h2 {
  color: #010080;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 15px 0;
  display: inline-block;
  position: relative;
}
.strip[data-id=af01ed] .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #99b9ff;
}
.strip[data-id=af01ed] .content-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  align-items: start;
}
.strip[data-id=af01ed] .text-columns {
  columns: 2;
  column-gap: 40px;
}
.strip[data-id=af01ed] .text-columns p {
  color: #2c3e50;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.strip[data-id=af01ed] .trust-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=af01ed] .trust-card {
  background: #ffffff;
  border: 1px solid #99b9ff;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(1, 0, 128, 0.05);
  transition: transform 0.3s ease;
}
.strip[data-id=af01ed] .trust-card:hover {
  transform: translateY(-5px);
}
.strip[data-id=af01ed] .trust-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
  display: block;
}
.strip[data-id=af01ed] .trust-card span {
  display: block;
  font-size: 0.9rem;
  color: #010080;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 992px) {
  .strip[data-id=af01ed] .content-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=af01ed] .text-columns {
    columns: 1;
  }
  .strip[data-id=af01ed] .trust-grid {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .strip[data-id=af01ed] .trust-card {
    max-width: 280px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=af01ed] section {
    padding: 60px 0;
  }
  .strip[data-id=af01ed] .section-header h2 {
    font-size: 2rem;
  }
  .strip[data-id=af01ed] .trust-card {
    max-width: 100%;
  }
}.strip[data-id="191207"] {
  --section-id: "191207";
  --storage-url: "https://test-003.praweb.cz/_section/191207";
  --public-url: "https://test-003.praweb.cz/_section/191207";
  /* SVG Wave Dividers */
  /* Laser Pulsing Effect */
}
.strip[data-id="191207"] section {
  background-color: #010080;
  color: #ffffff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.strip[data-id="191207"] .wave-top, .strip[data-id="191207"] .wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.strip[data-id="191207"] .wave-top {
  top: 0;
}
.strip[data-id="191207"] .wave-bottom {
  bottom: 0;
  transform: rotate(180deg);
}
.strip[data-id="191207"] .wave-top svg, .strip[data-id="191207"] .wave-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}
.strip[data-id="191207"] .wave-fill {
  fill: #ffffff;
}
.strip[data-id="191207"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.strip[data-id="191207"] .tech-content {
  flex: 1;
}
.strip[data-id="191207"] .tech-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
}
.strip[data-id="191207"] .tech-item {
  margin-bottom: 40px;
  position: relative;
}
.strip[data-id="191207"] .tech-item h3 {
  font-size: 1.8rem;
  color: #99b9ff;
  margin-bottom: 15px;
}
.strip[data-id="191207"] .tech-item p {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}
.strip[data-id="191207"] .highlight {
  color: #99b9ff;
  font-weight: 700;
}
.strip[data-id="191207"] .laser-section {
  position: relative;
  padding: 10px;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.strip[data-id="191207"] .laser-section:hover .pulse-dot {
  opacity: 1;
  animation: pulse 2s infinite;
}
.strip[data-id="191207"] .pulse-dot {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  background-color: #ff3e3e;
  border-radius: 50%;
  box-shadow: 0 0 15px #ff3e3e;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 62, 62, 0.7);
  }
  70% {
    transform: scale(1.5);
    box-shadow: 0 0 0 15px rgba(255, 62, 62, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 62, 62, 0);
  }
}
.strip[data-id="191207"] .tech-image {
  flex: 1;
  position: relative;
}
.strip[data-id="191207"] .tech-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  display: block;
}
@media (max-width: 992px) {
  .strip[data-id="191207"] .container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="191207"] .tech-content h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .strip[data-id="191207"] section {
    padding: 80px 0;
  }
  .strip[data-id="191207"] .tech-content h2 {
    font-size: 1.8rem;
  }
  .strip[data-id="191207"] .tech-item h3 {
    font-size: 1.5rem;
  }
}.strip[data-id=b13550] {
  --section-id: "b13550";
  --storage-url: "https://test-003.praweb.cz/_section/b13550";
  --public-url: "https://test-003.praweb.cz/_section/b13550";
}
.strip[data-id=b13550] section {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  padding: 100px 0;
  width: 100%;
}
.strip[data-id=b13550] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b13550] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=b13550] .section-header h2 {
  color: #010080;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.strip[data-id=b13550] .section-header p {
  color: #4a5568;
  font-size: 1.2rem;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=b13550] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id=b13550] .service-card {
  position: relative;
  background-color: #f0f4ff;
  border: 1px solid #99b9ff;
  border-radius: 24px;
  padding: 45px 35px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.strip[data-id=b13550] .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #010080;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}
.strip[data-id=b13550] .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(1, 0, 128, 0.12);
  background-color: #ffffff;
}
.strip[data-id=b13550] .service-card:hover::before {
  transform: scaleX(1);
}
.strip[data-id=b13550] .service-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 0, 128, 0.05);
  border-radius: 50%;
  padding: 15px;
  transition: transform 0.4s ease;
}
.strip[data-id=b13550] .service-card:hover .service-icon {
  transform: rotate(10deg) scale(1.1);
  background: rgba(1, 0, 128, 0.1);
}
.strip[data-id=b13550] .service-icon svg {
  width: 100%;
  height: 100%;
  fill: #010080;
}
.strip[data-id=b13550] .service-card h3 {
  color: #010080;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 18px;
  line-height: 1.3;
}
.strip[data-id=b13550] .service-card p {
  color: #4a5568;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=b13550] .service-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(1, 0, 128, 0.1);
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .strip[data-id=b13550] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id=b13550] section {
    padding: 70px 0;
  }
  .strip[data-id=b13550] .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=b13550] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=b13550] .service-card {
    padding: 35px 25px;
  }
}.strip[data-id=be747d] {
  --section-id: "be747d";
  --storage-url: "https://test-003.praweb.cz/_section/be747d";
  --public-url: "https://test-003.praweb.cz/_section/be747d";
}
.strip[data-id=be747d] section {
  background-color: #ffffff;
  padding: 100px 0;
  width: 100%;
}
.strip[data-id=be747d] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=be747d] .contact-info h2 {
  color: #010080;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.strip[data-id=be747d] .contact-info p {
  color: #4a5568;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 500px;
}
.strip[data-id=be747d] .contact-blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.strip[data-id=be747d] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=be747d] .contact-item:has(a):hover {
  transform: translateX(8px);
}
.strip[data-id=be747d] .contact-icon {
  width: 56px;
  height: 56px;
  background-color: #f0f4ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.strip[data-id=be747d] .contact-item:hover .contact-icon {
  background-color: #e1e9ff;
  transform: scale(1.05);
}
.strip[data-id=be747d] .contact-icon svg {
  width: 28px;
  height: 28px;
  fill: #010080;
}
.strip[data-id=be747d] .contact-details h3 {
  color: #718096;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  margin-top: 0;
}
.strip[data-id=be747d] .contact-details span,
.strip[data-id=be747d] .contact-details a {
  display: block;
  color: #1a202c;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id=be747d] .contact-details a:hover {
  color: #010080;
}
.strip[data-id=be747d] .map-wrapper {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(1, 0, 128, 0.08);
  border: 1px solid #edf2f7;
}
.strip[data-id=be747d] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(0.1) contrast(1.05);
}
@media (max-width: 1024px) {
  .strip[data-id=be747d] .container {
    gap: 40px;
  }
  .strip[data-id=be747d] .contact-info h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id=be747d] section {
    padding: 80px 0;
  }
  .strip[data-id=be747d] .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id=be747d] .contact-info p {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=be747d] .contact-item {
    justify-content: center;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
  }
  .strip[data-id=be747d] .contact-item:has(a):hover {
    transform: translateY(-4px);
  }
  .strip[data-id=be747d] .map-wrapper {
    height: 400px;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=be747d] section {
    padding: 60px 0;
  }
  .strip[data-id=be747d] .contact-info h2 {
    font-size: 2rem;
  }
  .strip[data-id=be747d] .contact-details span,
  .strip[data-id=be747d] .contact-details a {
    font-size: 1.1rem;
  }
  .strip[data-id=be747d] .map-wrapper {
    height: 300px;
    border-radius: 16px;
  }
}.strip[data-id=d46649] {
  --section-id: "d46649";
  --storage-url: "https://test-003.praweb.cz/_section/d46649";
  --public-url: "https://test-003.praweb.cz/_section/d46649";
}
.strip[data-id=d46649] footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 80px 0 40px 0;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.strip[data-id=d46649] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 60px;
}
.strip[data-id=d46649] .footer-col h4 {
  color: #99b9ff;
  font-size: 1.1rem;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=d46649] .footer-col p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}
.strip[data-id=d46649] .footer-col a {
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.strip[data-id=d46649] .footer-col a:hover {
  color: #99b9ff;
  opacity: 1;
  transform: translateX(5px);
}
.strip[data-id=d46649] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.strip[data-id=d46649] .contact-item i {
  color: #99b9ff;
  font-size: 1.1rem;
  margin-top: 4px;
}
.strip[data-id=d46649] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.strip[data-id=d46649] .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  opacity: 1;
  margin-bottom: 0;
}
.strip[data-id=d46649] .social-links a:hover {
  background: #99b9ff;
  color: #2c3e50;
  transform: translateY(-3px);
}
.strip[data-id=d46649] .footer-bottom {
  max-width: 1200px;
  margin: 60px auto 0 auto;
  padding: 30px 20px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=d46649] .footer-bottom p {
  font-size: 0.85rem;
  opacity: 0.6;
  margin: 0;
}
@media (max-width: 992px) {
  .strip[data-id=d46649] .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=d46649] .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=d46649] .contact-item {
    justify-content: center;
  }
  .strip[data-id=d46649] .social-links {
    justify-content: center;
  }
  .strip[data-id=d46649] .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .strip[data-id=d46649] footer {
    padding: 60px 0 30px 0;
  }
}