<style>
.ip-uklid-wrapper {
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #2c3e50;
  max-width: 1000px;
  margin: 0 auto;
}

/* Navigační karty */
.ip-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 3px solid #00a896;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.ip-tab-btn {
  background: #eef7f6;
  color: #2c3e50;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ip-tab-btn:hover {
  background: #00a896;
  color: #ffffff;
}

.ip-tab-btn.active {
  background: #00a896;
  color: #ffffff;
}

/* Obsah karet */
.ip-tab-content {
  display: none;
  animation: ipFadeIn 0.4s ease-in-out;
}

.ip-tab-content.active {
  display: block;
}

@keyframes ipFadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Design prvků */
.ip-hero {
  background: linear-gradient(135deg, #00a896, #028090);
  color: white;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 25px;
}

.ip-hero h1, .ip-hero h2 {
  color: white !important;
  margin-bottom: 10px;
}

.ip-btn-cta {
  background: #ffffff;
  color: #028090;
  border: none;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
  transition: transform 0.2s;
}

.ip-btn-cta:hover {
  transform: scale(1.05);
}

.ip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.ip-card {
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ip-price {
  font-size: 18px;
  font-weight: bold;
  color: #00a896;
  margin-top: 10px;
}

.ip-form-group {
  margin-bottom: 15px;
}

.ip-form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.ip-form-group input, 
.ip-form-group select, 
.ip-form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.ip-btn-submit {
  background: #00a896;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.ip-btn-submit:hover {
  background: #028090;
}
</style>

<!-- HLAVNÍ OBAL -->
<div class="ip-uklid-wrapper">

<!-- TLAČÍTKA KARET -->
<div class="ip-tabs-nav">
<button class="ip-tab-btn active" onclick="ipOpenTab('ip-domu', this)">Domů</button>
<button class="ip-tab-btn" onclick="ipOpenTab('ip-o-nas', this)">O nás</button>
<button class="ip-tab-btn" onclick="ipOpenTab('ip-sluzby', this)">Služby</button>
<button class="ip-tab-btn" onclick="ipOpenTab('ip-kontakt', this)">Kontakt</button>
</div>

<!-- KARTA 1: DOMŮ -->
<div id="ip-domu" class="ip-tab-content active">
<div class="ip-hero">
<h2>✨ Dokonale čistý domov bez práce</h2>
<p>Profesionální úklidové služby pro rodinné domy, byty i kanceláře.</p>
<button class="ip-btn-cta" onclick="ipSwitchToContact()">Chci nezávaznou nabídku</button>
</div>

<h3>Proč si vybrat právě nás?</h3>
<div class="ip-grid">
<div class="ip-card">
<h4>