@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.strip[data-id=f526bc] {
  --section-id: "f526bc";
  --storage-url: "https://pwai-c1a961ee.praweb.cz/_section/f526bc";
  --public-url: "https://pwai-c1a961ee.praweb.cz/_section/f526bc";
}
.strip[data-id=f526bc] .header {
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(15px);
  color: #fff;
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}
.strip[data-id=f526bc] .header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=f526bc] .header .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #fff;
}
.strip[data-id=f526bc] .header .logo img {
  height: 50px;
  width: auto;
}
.strip[data-id=f526bc] .header .logo .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}
.strip[data-id=f526bc] .header .logo .logo-text span {
  display: block;
  color: #c5a059;
  font-size: 0.8rem;
  letter-spacing: 3px;
}
.strip[data-id=f526bc] .header .nav {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 992px) {
  .strip[data-id=f526bc] .header .nav {
    display: none;
  }
}
.strip[data-id=f526bc] .header .nav a {
  color: #eee;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.strip[data-id=f526bc] .header .nav a:hover {
  color: #c5a059;
}
.strip[data-id=f526bc] .header .cta-button {
  background: transparent;
  color: #c5a059;
  border: 1px solid #c5a059;
  padding: 0.6rem 1.5rem;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.strip[data-id=f526bc] .header .cta-button:hover {
  background: #c5a059;
  color: #000;
}.strip[data-id="472db6"] {
  --section-id: "472db6";
  --storage-url: "https://pwai-c1a961ee.praweb.cz/_section/472db6";
  --public-url: "https://pwai-c1a961ee.praweb.cz/_section/472db6";
}
.strip[data-id="472db6"] .hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 5rem 1.5rem;
}
.strip[data-id="472db6"] .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
.strip[data-id="472db6"] .hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}
.strip[data-id="472db6"] .hero .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.strip[data-id="472db6"] .hero .brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid #c5a059;
  color: #c5a059;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 2rem;
  border-radius: 2px;
}
.strip[data-id="472db6"] .hero .brand-tag span {
  opacity: 0.5;
}
.strip[data-id="472db6"] .hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.strip[data-id="472db6"] .hero h1 span {
  color: #c5a059;
  display: block;
  font-size: 0.8em;
}
.strip[data-id="472db6"] .hero p {
  font-size: 1.25rem;
  color: #aaa;
  margin-bottom: 3rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.strip[data-id="472db6"] .hero p strong {
  color: #fff;
}
.strip[data-id="472db6"] .hero .cta-group {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="472db6"] .hero .btn {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  border-radius: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="472db6"] .hero .btn-primary {
  background: #c5a059;
  color: #000;
}
.strip[data-id="472db6"] .hero .btn-primary:hover {
  background: #d4b47a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3);
}
.strip[data-id="472db6"] .hero .btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.strip[data-id="472db6"] .hero .btn-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.05);
}.strip[data-id="68c9b0"] {
  --section-id: "68c9b0";
  --storage-url: "https://pwai-c1a961ee.praweb.cz/_section/68c9b0";
  --public-url: "https://pwai-c1a961ee.praweb.cz/_section/68c9b0";
}
.strip[data-id="68c9b0"] .services {
  padding: 8rem 1.5rem;
  background: #0a0a0a;
  color: #fff;
}
.strip[data-id="68c9b0"] .services .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="68c9b0"] .services .section-header {
  text-align: center;
  margin-bottom: 5rem;
}
.strip[data-id="68c9b0"] .services .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.strip[data-id="68c9b0"] .services .section-header .underline {
  width: 40px;
  height: 3px;
  background: #c5a059;
  margin: 0 auto;
}
.strip[data-id="68c9b0"] .services .section-header p {
  margin-top: 1.5rem;
  color: #888;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.strip[data-id="68c9b0"] .services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}
.strip[data-id="68c9b0"] .services .service-card {
  background: #111;
  padding: 4rem 2.5rem;
  border-radius: 2px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="68c9b0"] .services .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c5a059;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.strip[data-id="68c9b0"] .services .service-card:hover {
  background: #161616;
  transform: translateY(-10px);
  border-color: rgba(197, 160, 89, 0.2);
}
.strip[data-id="68c9b0"] .services .service-card:hover::before {
  transform: scaleX(1);
}
.strip[data-id="68c9b0"] .services .service-card:hover .icon {
  color: #fff;
  transform: scale(1.1);
}
.strip[data-id="68c9b0"] .services .service-card .icon {
  font-size: 2.5rem;
  color: #c5a059;
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}
.strip[data-id="68c9b0"] .services .service-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="68c9b0"] .services .service-card p {
  color: #888;
  line-height: 1.7;
  font-size: 0.95rem;
}
.strip[data-id="68c9b0"] .services .service-card .tech-tags {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.strip[data-id="68c9b0"] .services .service-card .tech-tags .tag {
  font-size: 0.65rem;
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  opacity: 0.8;
}.strip[data-id="033565"] {
  --section-id: "033565";
  --storage-url: "https://pwai-c1a961ee.praweb.cz/_section/033565";
  --public-url: "https://pwai-c1a961ee.praweb.cz/_section/033565";
}
.strip[data-id="033565"] .about {
  padding: 8rem 1.5rem;
  background: #050505;
  color: #fff;
}
.strip[data-id="033565"] .about .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 992px) {
  .strip[data-id="033565"] .about .container {
    flex-direction: column;
    text-align: center;
    gap: 4rem;
  }
}
.strip[data-id="033565"] .about .about-image {
  flex: 1;
  position: relative;
}
.strip[data-id="033565"] .about .about-image::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #c5a059;
  z-index: 0;
  border-radius: 2px;
}
.strip[data-id="033565"] .about .about-image img {
  width: 100%;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  filter: grayscale(20%);
}
.strip[data-id="033565"] .about .about-content {
  flex: 1.2;
}
.strip[data-id="033565"] .about .about-content .brand-label {
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: block;
}
.strip[data-id="033565"] .about .about-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: -1px;
  line-height: 1.1;
  text-transform: uppercase;
}
.strip[data-id="033565"] .about .about-content p {
  color: #aaa;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.strip[data-id="033565"] .about .about-content .stats {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .strip[data-id="033565"] .about .about-content .stats {
    justify-content: center;
  }
}
.strip[data-id="033565"] .about .about-content .stats .stat-item .number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #c5a059;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="033565"] .about .about-content .stats .stat-item .label {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}.strip[data-id="1880e2"] {
  --section-id: "1880e2";
  --storage-url: "https://pwai-c1a961ee.praweb.cz/_section/1880e2";
  --public-url: "https://pwai-c1a961ee.praweb.cz/_section/1880e2";
}
.strip[data-id="1880e2"] .tech-showcase {
  padding: 8rem 1.5rem;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.strip[data-id="1880e2"] .tech-showcase .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="1880e2"] .tech-showcase .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  .strip[data-id="1880e2"] .tech-showcase .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.strip[data-id="1880e2"] .tech-showcase .content .brand-logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #c5a059;
  margin-bottom: 2rem;
  display: block;
  letter-spacing: 2px;
}
.strip[data-id="1880e2"] .tech-showcase .content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.strip[data-id="1880e2"] .tech-showcase .content p {
  color: #888;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
}
.strip[data-id="1880e2"] .tech-showcase .content .features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .strip[data-id="1880e2"] .tech-showcase .content .features {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="1880e2"] .tech-showcase .content .features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: #ccc;
}
.strip[data-id="1880e2"] .tech-showcase .content .features li i {
  color: #c5a059;
  font-size: 1.2rem;
}
.strip[data-id="1880e2"] .tech-showcase .image-container {
  position: relative;
}
.strip[data-id="1880e2"] .tech-showcase .image-container .main-img {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.strip[data-id="1880e2"] .tech-showcase .image-container .floating-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #c5a059;
  color: #000;
  padding: 1.5rem 2rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(197, 160, 89, 0.4);
}
@media (max-width: 576px) {
  .strip[data-id="1880e2"] .tech-showcase .image-container .floating-badge {
    position: static;
    margin-top: 2rem;
    display: inline-block;
  }
}.strip[data-id=a1d078] {
  --section-id: "a1d078";
  --storage-url: "https://pwai-c1a961ee.praweb.cz/_section/a1d078";
  --public-url: "https://pwai-c1a961ee.praweb.cz/_section/a1d078";
}
.strip[data-id=a1d078] .footer {
  background: #050505;
  color: #fff;
  padding: 5rem 1.5rem 2rem;
  border-top: 1px solid rgba(197, 160, 89, 0.1);
}
.strip[data-id=a1d078] .footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=a1d078] .footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 4rem;
  margin-bottom: 4rem;
}
.strip[data-id=a1d078] .footer .footer-brand .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1.5rem;
}
.strip[data-id=a1d078] .footer .footer-brand .logo img {
  height: 40px;
  width: auto;
}
.strip[data-id=a1d078] .footer .footer-brand .logo .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=a1d078] .footer .footer-brand .logo .logo-text span {
  display: block;
  color: #c5a059;
  font-size: 0.7rem;
  letter-spacing: 2px;
}
.strip[data-id=a1d078] .footer .footer-brand p {
  color: #888;
  line-height: 1.6;
  font-size: 0.95rem;
}
.strip[data-id=a1d078] .footer .footer-brand .bose-badge {
  margin-top: 1.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  color: #ccc;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.strip[data-id=a1d078] .footer .footer-brand .bose-badge strong {
  color: #fff;
}
.strip[data-id=a1d078] .footer .footer-links h4 {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a059;
}
.strip[data-id=a1d078] .footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=a1d078] .footer .footer-links ul li {
  margin-bottom: 1rem;
}
.strip[data-id=a1d078] .footer .footer-links ul li a {
  color: #888;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.9rem;
}
.strip[data-id=a1d078] .footer .footer-links ul li a:hover {
  color: #c5a059;
}
.strip[data-id=a1d078] .footer .footer-contact h4 {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a059;
}
.strip[data-id=a1d078] .footer .footer-contact p {
  color: #888;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}
.strip[data-id=a1d078] .footer .footer-contact p i {
  color: #c5a059;
}
.strip[data-id=a1d078] .footer .footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #555;
  font-size: 0.85rem;
}
.strip[data-id=a1d078] .footer .footer-bottom .socials {
  display: flex;
  gap: 2rem;
}
.strip[data-id=a1d078] .footer .footer-bottom .socials a {
  color: #555;
  font-size: 1.1rem;
  transition: color 0.3s;
}
.strip[data-id=a1d078] .footer .footer-bottom .socials a:hover {
  color: #c5a059;
}