@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&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="3c5b88"] {
  --section-id: "3c5b88";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/3c5b88";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/3c5b88";
  /* Top bar with secondary links */
  /* Main row */
  /* Search Section */
  /* User Menu */
  /* Mobile Toggle */
  /* Responsiveness */
}
.strip[data-id="3c5b88"] {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  transition: background 0.3s ease;
}
.strip[data-id="3c5b88"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="3c5b88"] .top-bar {
  display: flex;
  justify-content: flex-end;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.strip[data-id="3c5b88"] .top-nav {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.strip[data-id="3c5b88"] .top-nav a {
  text-decoration: none;
  color: hsl(210, 10%, 35%);
  font-size: 11px;
  font-weight: 500;
  transition: color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.strip[data-id="3c5b88"] .top-nav a:hover {
  color: hsl(0, 100%, 40%);
}
.strip[data-id="3c5b88"] .main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 40px;
}
.strip[data-id="3c5b88"] .logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.strip[data-id="3c5b88"] .logo-link:hover {
  opacity: 0.85;
}
.strip[data-id="3c5b88"] .logo-img {
  height: 32px;
  width: auto;
  display: block;
}
.strip[data-id="3c5b88"] .search-container {
  flex-grow: 1;
  max-width: 640px;
}
.strip[data-id="3c5b88"] .search-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.strip[data-id="3c5b88"] .search-tabs::-webkit-scrollbar {
  display: none;
}
.strip[data-id="3c5b88"] .search-tab {
  font-size: 13px;
  font-weight: 600;
  color: hsl(210, 10%, 40%);
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.strip[data-id="3c5b88"] .search-tab:hover {
  color: hsl(210, 10%, 20%);
}
.strip[data-id="3c5b88"] .search-tab.active {
  color: hsl(0, 100%, 40%);
  border-bottom-color: hsl(0, 100%, 40%);
}
.strip[data-id="3c5b88"] .search-box-wrapper {
  position: relative;
  width: 100%;
}
.strip[data-id="3c5b88"] .search-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="3c5b88"] .search-box:hover {
  border-color: #adb5bd;
}
.strip[data-id="3c5b88"] .search-box:focus-within {
  border-color: hsl(210, 100%, 50%);
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.15);
}
.strip[data-id="3c5b88"] .search-input {
  width: 100%;
  border: none;
  padding: 10px 16px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  background: transparent;
  color: hsl(210, 10%, 15%);
}
.strip[data-id="3c5b88"] .search-input::placeholder {
  color: #adb5bd;
}
.strip[data-id="3c5b88"] .search-button {
  background: hsl(0, 100%, 40%);
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin: 2px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.1s ease;
}
.strip[data-id="3c5b88"] .search-button:hover {
  background: hsl(0, 100%, 35%);
}
.strip[data-id="3c5b88"] .search-button:active {
  transform: scale(0.95);
}
.strip[data-id="3c5b88"] .search-button svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="3c5b88"] .user-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.strip[data-id="3c5b88"] .login-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: hsl(210, 10%, 20%);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}
.strip[data-id="3c5b88"] .login-link:hover {
  background: rgba(0, 0, 0, 0.06);
  color: hsl(0, 100%, 40%);
}
.strip[data-id="3c5b88"] .login-link svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="3c5b88"] .mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  color: hsl(210, 10%, 20%);
  transition: background 0.2s ease;
}
.strip[data-id="3c5b88"] .mobile-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}
.strip[data-id="3c5b88"] .mobile-toggle svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 1024px) {
  .strip[data-id="3c5b88"] .main-row {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="3c5b88"] .top-bar {
    display: none;
  }
  .strip[data-id="3c5b88"] .search-tabs {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="3c5b88"] .header-container {
    padding: 0 16px;
  }
  .strip[data-id="3c5b88"] .main-row {
    padding: 10px 0;
  }
  .strip[data-id="3c5b88"] .search-container {
    display: none;
  }
  .strip[data-id="3c5b88"] .search-container.mobile-active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .strip[data-id="3c5b88"] .search-tabs {
    margin-bottom: 12px;
  }
  .strip[data-id="3c5b88"] .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strip[data-id="3c5b88"] .user-menu .login-link {
    padding: 8px;
  }
  .strip[data-id="3c5b88"] .user-menu .login-link span {
    display: none;
  }
}.strip[data-id=badea6] {
  --section-id: "badea6";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/badea6";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/badea6";
}
.strip[data-id=badea6] {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  padding: 80px 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #212121;
}
.strip[data-id=badea6] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.strip[data-id=badea6] .search-module {
  flex: 1;
  text-align: center;
  max-width: 640px;
}
.strip[data-id=badea6] .search-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.strip[data-id=badea6] .search-form {
  margin-bottom: 32px;
  position: relative;
}
.strip[data-id=badea6] .input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfe1e5;
  border-radius: 30px; /* Pill shape for modern look */
  padding: 8px 8px 8px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=badea6] .input-wrapper:focus-within {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #4285f4;
}
.strip[data-id=badea6] .search-icon {
  color: #70757a;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.strip[data-id=badea6] .input-wrapper input {
  flex: 1;
  border: none;
  padding: 12px 0;
  font-size: 17px;
  outline: none;
  background: transparent;
  color: #202124;
}
.strip[data-id=badea6] .input-wrapper input::placeholder {
  color: #9aa0a6;
}
.strip[data-id=badea6] .input-wrapper button {
  background-color: #e00000; /* Seznam-like red */
  color: #ffffff;
  border: none;
  border-radius: 24px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id=badea6] .input-wrapper button:hover {
  background-color: #c00000;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(224, 0, 0, 0.3);
}
.strip[data-id=badea6] .input-wrapper button:active {
  transform: translateY(0);
}
.strip[data-id=badea6] .trends {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.strip[data-id=badea6] .trends-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #5f6368;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.strip[data-id=badea6] .trends-icon {
  color: #e00000;
}
.strip[data-id=badea6] .trends-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.strip[data-id=badea6] .trend-tag {
  font-size: 13px;
  font-weight: 500;
  color: #3c4043;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid #dadce0;
  transition: all 0.2s ease;
}
.strip[data-id=badea6] .trend-tag:hover {
  background-color: #f8f9fa;
  border-color: #4285f4;
  color: #1a73e8;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.strip[data-id=badea6] .side-visual {
  flex-shrink: 0;
  position: relative;
}
.strip[data-id=badea6] .dog-frame {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  animation: floating 6s ease-in-out infinite;
}
.strip[data-id=badea6] .dog-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=badea6] .news-frame {
  width: 300px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}
.strip[data-id=badea6] .news-frame:hover {
  transform: scale(1.03);
}
.strip[data-id=badea6] .news-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=badea6] .news-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e00000;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 4px 8px rgba(224, 0, 0, 0.4);
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}
@media (max-width: 1200px) {
  .strip[data-id=badea6] .container {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=badea6] .side-right {
    display: none;
  }
  .strip[data-id=badea6] .search-module {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .strip[data-id=badea6] {
    padding: 60px 20px;
  }
  .strip[data-id=badea6] .side-left {
    display: none;
  }
  .strip[data-id=badea6] .search-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=badea6] .input-wrapper {
    flex-direction: column;
    gap: 12px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  .strip[data-id=badea6] .search-icon {
    display: none;
  }
  .strip[data-id=badea6] .input-wrapper input {
    background: #ffffff;
    border: 1px solid #dfe1e5;
    border-radius: 12px;
    width: 100%;
    padding: 14px 20px;
  }
  .strip[data-id=badea6] .input-wrapper button {
    width: 100%;
    padding: 16px;
    justify-content: center;
    border-radius: 12px;
  }
  .strip[data-id=badea6] .trends-list {
    gap: 6px;
  }
  .strip[data-id=badea6] .trend-tag {
    padding: 6px 12px;
    font-size: 12px;
  }
}.strip[data-id="5215c5"] {
  --section-id: "5215c5";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/5215c5";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/5215c5";
}
.strip[data-id="5215c5"] .news-section {
  background-color: #ffffff;
  padding: 80px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.strip[data-id="5215c5"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="5215c5"] .news-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 48px;
  align-items: start;
}
.strip[data-id="5215c5"] .main-article {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: inherit;
  group: hover;
}
.strip[data-id="5215c5"] .category-tag {
  color: hsl(0, 100%, 35%);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  display: inline-block;
}
.strip[data-id="5215c5"] .image-wrapper {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
  aspect-ratio: 262/146;
  background-color: #f0f0f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.strip[data-id="5215c5"] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="5215c5"] .main-article:hover .image-wrapper img {
  transform: scale(1.04);
}
.strip[data-id="5215c5"] .main-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  transition: color 0.3s ease;
}
.strip[data-id="5215c5"] .main-article:hover .main-title {
  color: hsl(210, 100%, 45%);
}
.strip[data-id="5215c5"] .news-list {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eee;
  padding-left: 32px;
}
.strip[data-id="5215c5"] .news-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}
.strip[data-id="5215c5"] .news-item:first-child {
  padding-top: 0;
}
.strip[data-id="5215c5"] .news-item:last-child {
  border-bottom: none;
}
.strip[data-id="5215c5"] .item-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  background: #f8f8f8;
  padding: 4px;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.strip[data-id="5215c5"] .news-item:hover .item-icon {
  transform: translateY(-2px);
}
.strip[data-id="5215c5"] .item-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  color: #1a1a1a;
  margin: 0;
  transition: color 0.2s ease;
}
.strip[data-id="5215c5"] .news-item:hover .item-title {
  color: hsl(210, 100%, 45%);
}
@media (max-width: 1024px) {
  .strip[data-id="5215c5"] .news-grid {
    gap: 32px;
  }
  .strip[data-id="5215c5"] .news-list {
    padding-left: 24px;
  }
  .strip[data-id="5215c5"] .main-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="5215c5"] .news-section {
    padding: 50px 0;
  }
  .strip[data-id="5215c5"] .news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="5215c5"] .news-list {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #eee;
    padding-top: 32px;
  }
  .strip[data-id="5215c5"] .main-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="5215c5"] .main-title {
    font-size: 22px;
  }
  .strip[data-id="5215c5"] .item-title {
    font-size: 16px;
  }
}.strip[data-id=c0dfe8] {
  --section-id: "c0dfe8";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/c0dfe8";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/c0dfe8";
  /* Email Box Styling */
  /* Responsive adjustments */
}
.strip[data-id=c0dfe8] {
  background-color: #f9f8f6;
  padding: 40px 0;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #e0e0e0;
}
.strip[data-id=c0dfe8] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c0dfe8] .service-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  grid-auto-rows: 1fr;
}
.strip[data-id=c0dfe8] .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 8px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  transition: all 0.25s ease;
  text-decoration: none;
  color: #222;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c0dfe8] .service-item:hover {
  transform: translateY(-4px);
  border-color: #d1d1d1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.strip[data-id=c0dfe8] .service-item:hover .service-label {
  color: #cc0000;
}
.strip[data-id=c0dfe8] .icon-wrapper {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.strip[data-id=c0dfe8] .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.strip[data-id=c0dfe8] .service-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.strip[data-id=c0dfe8] .service-item.email-box {
  background: #fff;
  border-color: #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.strip[data-id=c0dfe8] .service-item.email-box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.strip[data-id=c0dfe8] .service-item.email-box .email-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-top: auto;
  padding-top: 12px;
}
.strip[data-id=c0dfe8] .service-item.email-box .btn {
  font-size: 11px;
  font-weight: 800;
  padding: 7px 4px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}
.strip[data-id=c0dfe8] .service-item.email-box .btn-login {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}
.strip[data-id=c0dfe8] .service-item.email-box .btn-login:hover {
  background-color: #aa0000;
}
.strip[data-id=c0dfe8] .service-item.email-box .btn-register {
  background-color: #fff;
  color: #cc0000;
  border: 1px solid #cc0000;
}
.strip[data-id=c0dfe8] .service-item.email-box .btn-register:hover {
  background-color: #fff0f0;
}
@media (max-width: 1100px) {
  .strip[data-id=c0dfe8] .service-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 850px) {
  .strip[data-id=c0dfe8] .service-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 650px) {
  .strip[data-id=c0dfe8] {
    padding: 30px 0;
  }
  .strip[data-id=c0dfe8] .service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .strip[data-id=c0dfe8] .icon-wrapper {
    width: 44px;
    height: 44px;
  }
  .strip[data-id=c0dfe8] .service-label {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .strip[data-id=c0dfe8] .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}.strip[data-id=ef20ea] {
  --section-id: "ef20ea";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/ef20ea";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/ef20ea";
  /* Specific Layouts */
  /* Brand Colors */
  /* Adjusted Stream color to brand orange */
}
.strip[data-id=ef20ea] .premium-mosaic {
  background-color: #f8fafc;
  padding: 80px 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id=ef20ea] .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=ef20ea] .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 32px;
}
.strip[data-id=ef20ea] .card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id=ef20ea] .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.strip[data-id=ef20ea] .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.strip[data-id=ef20ea] .card:hover::before {
  opacity: 1;
}
.strip[data-id=ef20ea] .card-image-wrapper {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/10;
  background-color: #eee;
}
.strip[data-id=ef20ea] .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=ef20ea] .card:hover .card-image {
  transform: scale(1.05);
}
.strip[data-id=ef20ea] .card-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id=ef20ea] .category-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.strip[data-id=ef20ea] .category-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}
.strip[data-id=ef20ea] .category {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id=ef20ea] .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #0f172a;
  transition: color 0.3s ease;
}
.strip[data-id=ef20ea] .card:hover .title {
  color: #2563eb;
}
.strip[data-id=ef20ea] .card-large {
  grid-column: span 2;
  grid-row: span 3;
}
.strip[data-id=ef20ea] .card-large .card-image-wrapper {
  aspect-ratio: auto;
  flex-grow: 1;
}
.strip[data-id=ef20ea] .card-large .title {
  font-size: 2rem;
  letter-spacing: -0.02em;
}
.strip[data-id=ef20ea] .cat-zpravy {
  color: #9b111e;
}
.strip[data-id=ef20ea] .cat-super {
  color: #db2777;
}
.strip[data-id=ef20ea] .cat-sport {
  color: #15803d;
}
.strip[data-id=ef20ea] .cat-stream {
  color: #f97316;
}
@media (max-width: 1024px) {
  .strip[data-id=ef20ea] .grid {
    gap: 20px;
  }
  .strip[data-id=ef20ea] .card-large .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id=ef20ea] .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  .strip[data-id=ef20ea] .card-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  .strip[data-id=ef20ea] .card-large .card-image-wrapper {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 640px) {
  .strip[data-id=ef20ea] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ef20ea] .card-large {
    grid-column: span 1;
  }
  .strip[data-id=ef20ea] .premium-mosaic {
    padding: 48px 0;
  }
  .strip[data-id=ef20ea] .card-large .title {
    font-size: 1.5rem;
  }
  .strip[data-id=ef20ea] .title {
    font-size: 1.1rem;
  }
}.strip[data-id=c4e012] {
  --section-id: "c4e012";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/c4e012";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/c4e012";
}
.strip[data-id=c4e012] .daily-info {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
}
.strip[data-id=c4e012] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c4e012] .widgets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.strip[data-id=c4e012] .widget {
  position: relative;
  border-radius: 24px;
  padding: 40px 30px;
  transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id=c4e012] .widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=c4e012] .widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  opacity: 0.5;
}
.strip[data-id=c4e012] .weather-widget {
  background-color: hsl(200, 80%, 96%);
}
.strip[data-id=c4e012] .weather-widget:hover {
  background-color: hsl(200, 80%, 92%);
}
.strip[data-id=c4e012] .horoscope-widget {
  background-color: hsl(260, 40%, 97%);
}
.strip[data-id=c4e012] .horoscope-widget:hover {
  background-color: hsl(260, 40%, 93%);
}
.strip[data-id=c4e012] .tv-widget {
  background-color: hsl(0, 0%, 95%);
}
.strip[data-id=c4e012] .tv-widget:hover {
  background-color: hsl(0, 0%, 91%);
}
.strip[data-id=c4e012] .widget-header {
  margin-bottom: 24px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=c4e012] .widget-header .icon-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  transform: rotate(8deg) translate(5px, -5px);
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
  transition: transform 0.5s ease;
}
.strip[data-id=c4e012] .widget:hover .icon-img {
  transform: rotate(0deg) scale(1.1);
}
.strip[data-id=c4e012] .widget-content {
  position: relative;
  z-index: 1;
}
.strip[data-id=c4e012] .widget h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.strip[data-id=c4e012] .temp {
  font-size: 56px;
  font-weight: 600;
  display: block;
  color: #111;
  line-height: 1;
  margin-bottom: 8px;
}
.strip[data-id=c4e012] .weather-desc {
  font-size: 17px;
  color: #555;
  margin: 0 0 28px 0;
  font-weight: 400;
}
.strip[data-id=c4e012] .weather-footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.strip[data-id=c4e012] .weather-footer p {
  margin: 6px 0;
  font-size: 15px;
  color: #444;
}
.strip[data-id=c4e012] .weather-footer strong {
  color: #111;
}
.strip[data-id=c4e012] .name-day {
  opacity: 0.8;
}
.strip[data-id=c4e012] .horoscope-text {
  font-size: 19px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-style: italic;
}
.strip[data-id=c4e012] .tv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=c4e012] .tv-list li {
  margin-bottom: 10px;
}
.strip[data-id=c4e012] .tv-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.strip[data-id=c4e012] .tv-list a:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(8px);
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1024px) {
  .strip[data-id=c4e012] .widgets-grid {
    gap: 16px;
  }
  .strip[data-id=c4e012] .widget {
    padding: 30px 24px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=c4e012] .widgets-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=c4e012] .widget {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .strip[data-id=c4e012] .daily-info {
    padding: 50px 0;
  }
  .strip[data-id=c4e012] .temp {
    font-size: 44px;
  }
  .strip[data-id=c4e012] .widget-header {
    height: 70px;
  }
  .strip[data-id=c4e012] .widget-header .icon-img {
    width: 70px;
    height: 70px;
  }
}.strip[data-id="353d52"] {
  --section-id: "353d52";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/353d52";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/353d52";
}
.strip[data-id="353d52"] .magazine-strip {
  background-color: #fcfcfc;
  padding: 80px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.strip[data-id="353d52"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="353d52"] .section-header {
  margin-bottom: 50px;
  border-left: 5px solid #000;
  padding-left: 20px;
}
.strip[data-id="353d52"] .section-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.strip[data-id="353d52"] .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.strip[data-id="353d52"] .card {
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #eee;
}
.strip[data-id="353d52"] .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.strip[data-id="353d52"] .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f0f0f0;
}
.strip[data-id="353d52"] .image-wrapper img,
.strip[data-id="353d52"] .image-wrapper generated-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.strip[data-id="353d52"] .card:hover .image-wrapper img,
.strip[data-id="353d52"] .card:hover .image-wrapper generated-img {
  transform: scale(1.1);
}
.strip[data-id="353d52"] .content-block {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.strip[data-id="353d52"] .magazine-name {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="353d52"] .magazine-name::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.1);
}
.strip[data-id="353d52"] .prozeny .magazine-name {
  color: #e1007a;
}
.strip[data-id="353d52"] .garaz .magazine-name {
  color: #ff6600;
}
.strip[data-id="353d52"] .medium .magazine-name {
  color: #000000;
}
.strip[data-id="353d52"] .article-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 20px 0;
  color: #111;
}
.strip[data-id="353d52"] .card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.strip[data-id="353d52"] .card:hover .card-footer {
  opacity: 1;
}
.strip[data-id="353d52"] .arrow-icon {
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.strip[data-id="353d52"] .card:hover .arrow-icon {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .strip[data-id="353d52"] .cards-grid {
    gap: 20px;
  }
  .strip[data-id="353d52"] .article-title {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .strip[data-id="353d52"] .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="353d52"] .magazine-strip {
    padding: 60px 0;
  }
  .strip[data-id="353d52"] .cards-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .strip[data-id="353d52"] .section-header {
    margin-bottom: 30px;
  }
}.strip[data-id="9b516b"] {
  --section-id: "9b516b";
  --storage-url: "https://preview-seznam-cz.praweb.cz/_section/9b516b";
  --public-url: "https://preview-seznam-cz.praweb.cz/_section/9b516b";
  /* Social Hover Colors */
}
.strip[data-id="9b516b"] {
  background-color: hsl(210, 10%, 10%);
  color: hsl(0, 0%, 75%);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border-top: 1px solid hsl(210, 5%, 20%);
  padding: 80px 0 40px 0;
  line-height: 1.5;
}
.strip[data-id="9b516b"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id="9b516b"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-bottom: 80px;
}
.strip[data-id="9b516b"] .footer-column h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.strip[data-id="9b516b"] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="9b516b"] .footer-links li {
  margin-bottom: 14px;
}
.strip[data-id="9b516b"] .footer-links a {
  color: hsl(0, 0%, 75%);
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.strip[data-id="9b516b"] .footer-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}
.strip[data-id="9b516b"] .contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.strip[data-id="9b516b"] .contact-item i {
  color: hsl(210, 10%, 40%);
  margin-top: 4px;
  font-size: 14px;
}
.strip[data-id="9b516b"] .footer-bottom {
  border-top: 1px solid hsl(210, 5%, 20%);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.strip[data-id="9b516b"] .copyright {
  margin: 0;
  font-size: 13px;
  color: hsl(0, 0%, 50%);
}
.strip[data-id="9b516b"] .social-links {
  display: flex;
  gap: 12px;
}
.strip[data-id="9b516b"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: hsl(210, 5%, 18%);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="9b516b"] .social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id="9b516b"] .social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.strip[data-id="9b516b"] .social-icon.facebook:hover {
  background-color: #1877F2;
}
.strip[data-id="9b516b"] .social-icon.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.strip[data-id="9b516b"] .social-icon.linkedin:hover {
  background-color: #0A66C2;
}
.strip[data-id="9b516b"] .social-icon.twitter:hover {
  background-color: #000000;
}
.strip[data-id="9b516b"] .footer-brand {
  margin-bottom: 32px;
  opacity: 0.8;
}
.strip[data-id="9b516b"] .footer-brand img {
  height: 24px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .strip[data-id="9b516b"] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="9b516b"] {
    padding: 60px 0 30px 0;
    text-align: center;
  }
  .strip[data-id="9b516b"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="9b516b"] .contact-item {
    justify-content: center;
  }
  .strip[data-id="9b516b"] .footer-bottom {
    flex-direction: column;
    gap: 30px;
  }
  .strip[data-id="9b516b"] .social-links {
    justify-content: center;
    order: -1;
  }
  .strip[data-id="9b516b"] .footer-links a:hover {
    transform: none;
  }
}