/* HP styly (redesign 9/2026) — přesunuto z index.php kvůli velikosti HTML a poměru text:HTML */
.hp-wrap { max-width: 1240px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .hp-wrap { padding: 0 1.5rem; } }
.hp-script { font-family: 'Caveat', 'Segoe Script', 'Bradley Hand', cursive; color: #0f766e; font-weight: 700; line-height: 1.05; }
.hp-eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: #0f766e; }
.hp-h2 { font-size: 1.6rem; line-height: 1.2; font-weight: 800; color: #0f172a; }
@media (min-width: 768px) { .hp-h2 { font-size: 1.9rem; } }
.hp-link { color: #0f766e; font-weight: 600; font-size: .95rem; white-space: nowrap; }
.hp-link:hover { text-decoration: underline; }
.hp-card { background: #fff; border: 1px solid #e8edf3; border-radius: 18px; box-shadow: 0 4px 18px rgba(15, 23, 42, .05); }
.hp-card-hover { transition: transform .18s ease, box-shadow .18s ease; }
.hp-card-hover:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(15, 23, 42, .10); }
.hp-hero { position: relative; overflow: visible; z-index: 5; background: #e6f7f4; }
.hp-hero-clip { position: absolute; inset: 0; overflow: hidden; }
.hp-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hp-hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.93) 30%, rgba(255,255,255,.55) 50%, rgba(255,255,255,.08) 68%, rgba(255,255,255,0) 100%); }
@media (max-width: 1023px) { .hp-hero-fade { background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 55%, rgba(255,255,255,.75) 100%); } }
.hp-hero-inner { padding: 2.75rem 0 2.5rem; }
@media (min-width: 1024px) { .hp-hero-inner { padding: 3.75rem 0 3.25rem; min-height: 600px; display: flex; flex-direction: column; justify-content: space-between; } }
.hp-hero-copy { max-width: 620px; margin-bottom: 1.75rem; }
@media (min-width: 1024px) { .hp-hero-copy { margin-bottom: 2.5rem; } }
.hp-search { background: #fff; border-radius: 20px; box-shadow: 0 18px 48px rgba(15, 23, 42, .14); max-width: 860px; }
.hp-fields { display: grid; grid-template-columns: 1fr; gap: .75rem; }
@media (min-width: 640px) { .hp-fields { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .hp-fields { grid-template-columns: 1.1fr 1.2fr 1fr 1fr auto; align-items: end; } }
.hp-field-btn { display: flex; align-items: flex-end; }
.hp-search-foot { display: flex; flex-direction: column; gap: .5rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #f1f5f9; font-size: .875rem; }
@media (min-width: 640px) { .hp-search-foot { flex-direction: row; align-items: center; justify-content: space-between; } }
.hp-script-top { position: absolute; left: 56%; top: 6%; font-size: 2rem; transform: rotate(-8deg); }
.hp-script-bottom { position: absolute; right: 4%; bottom: 6%; font-size: 1.6rem; transform: rotate(-6deg); text-align: right; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.hp-stat { background: rgba(255, 255, 255, .92); backdrop-filter: blur(8px); border-radius: 16px; box-shadow: 0 10px 30px rgba(15, 23, 42, .12); padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.hp-stat i { width: 40px; height: 40px; border-radius: 12px; background: #e6f7f4; color: #0f766e; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.hp-search { background: #fff; border-radius: 20px; box-shadow: 0 18px 48px rgba(15, 23, 42, .12); }
.hp-tab { padding: 12px 22px; font-weight: 700; font-size: .95rem; color: #475569; border-radius: 14px 14px 0 0; background: #eef2f6; transition: all .15s; }
.hp-tab.active { background: #0f766e; color: #fff; }
@media (max-width: 639px) { .hp-tab { flex: 1 1 0; min-width: 0; padding: 10px 6px; font-size: .82rem; text-align: center; white-space: nowrap; } }
.hp-field label { display: block; font-size: 12px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.hp-field select, .hp-field input { width: 100%; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 12px 14px; font-size: 15px; color: #0f172a; background: #fff; outline: none; }
.hp-field select:focus, .hp-field input:focus { border-color: #0f766e; box-shadow: 0 0 0 3px rgba(15, 118, 110, .12); }
/* Vlastní dropdown (nahrazuje nativní select) */
.hp-field select.hp-native { display: none !important; }
.hp-dd { position: relative; }
.hp-dd-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 12px 14px; font-size: 15px; color: #0f172a; background: #fff; text-align: left; cursor: pointer; line-height: 1.3; transition: border-color .15s, box-shadow .15s; }
.hp-dd-btn:hover { border-color: #cbd5e1; }
.hp-dd-btn .hp-dd-val { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hp-dd-btn .hp-dd-val.ph { color: #64748b; }
.hp-dd-btn .hp-dd-chev { color: #0f766e; font-size: 11px; transition: transform .15s; flex-shrink: 0; }
.hp-dd.open .hp-dd-btn { border-color: #0f766e; box-shadow: 0 0 0 3px rgba(15, 118, 110, .12); }
.hp-dd.open .hp-dd-chev { transform: rotate(180deg); }
.hp-dd-menu { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 70; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; box-shadow: 0 16px 40px rgba(15, 23, 42, .14); padding: 6px; max-height: 290px; overflow-y: auto; display: none; min-width: 190px; }
.hp-dd.open .hp-dd-menu { display: block; }
.hp-dd-item { padding: 9px 12px; border-radius: 9px; font-size: 14px; color: #0f172a; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hp-dd-item:hover, .hp-dd-item.hl { background: #f0fdfa; color: #0f766e; }
.hp-dd-item.sel { background: #e6f7f4; color: #0f766e; font-weight: 600; }
.hp-dd-item.sel::after { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 11px; }
.hp-btn { background: #0f766e; color: #fff; font-weight: 700; border-radius: 12px; padding: 14px 26px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 16px; transition: background .15s, box-shadow .15s; }
.hp-btn:hover { background: #0d9488; box-shadow: 0 8px 20px rgba(15, 118, 110, .3); }
.hp-suggest { position: absolute; left: 0; right: 0; top: 100%; z-index: 60; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 16px 40px rgba(15, 23, 42, .14); max-height: 300px; overflow-y: auto; display: none; }
.hp-suggest.show { display: block; }
.hp-suggest-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; cursor: pointer; font-size: 14px; }
.hp-suggest-item:hover { background: #f0fdfa; }
.hp-suggest-item i { color: #0f766e; width: 16px; text-align: center; }
.hp-suggest-item .sub { color: #64748b; font-size: 12px; }
.hp-cat img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hp-cat-foot { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.hp-cat-foot .ic { width: 34px; height: 34px; border-radius: 10px; background: #e6f7f4; color: #0f766e; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.hp-badge { position: absolute; top: 10px; left: 10px; background: #0f766e; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; letter-spacing: .02em; }
.hp-highlight { border: 2px solid #f59e0b; box-shadow: 0 6px 22px rgba(245, 158, 11, .25); }
.hp-badge-top { top: auto; bottom: 10px; left: 10px; background: #f59e0b; color: #78350f; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.hp-heart { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border-radius: 999px; background: rgba(255, 255, 255, .9); color: #64748b; display: inline-flex; align-items: center; justify-content: center; }
.hp-pill { padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; color: #475569; background: #eef2f6; transition: all .15s; }
.hp-pill.active { background: #0f766e; color: #fff; }
.hp-why > .hp-card > i, .hp-step-ic { width: 56px; height: 56px; flex-shrink: 0; color: #0f766e; display: inline-flex; align-items: center; justify-content: center; font-size: 40px; line-height: 1; }
.hp-why .hp-card { padding: 1.5rem; }
.hp-why .hp-t { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: .35rem; line-height: 1.25; }
.hp-step { padding: 1.5rem 1.5rem 1.5rem 1.35rem; display: flex; align-items: flex-start; gap: 1rem; height: 100%; }
.hp-step-num { width: 30px; height: 30px; border-radius: 999px; background: #e6f7f4; color: #0f766e; font-weight: 800; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hp-save { background: linear-gradient(135deg, #e6f7f4 0%, #f2fbf9 60%, #ffffff 100%); border-radius: 24px; position: relative; overflow: hidden; }
.hp-arrow { color: #0f766e; }
.hp-save-right { display: flex; align-items: center; gap: 1.25rem; }
.hp-save-photo { width: 210px; flex-shrink: 0; margin-top: -3rem; }

.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hp-frosted { filter: blur(3px) grayscale(.4); }

/* Náhrady Tailwind tříd, které nejsou v ořezaném site.min.css */
.hp-sec { padding-bottom: 2.5rem; } @media (min-width: 768px) { .hp-sec { padding-bottom: 3.5rem; } }
.hp-sec-top { padding-top: 2.5rem; } @media (min-width: 768px) { .hp-sec-top { padding-top: 3.5rem; } }
.hp-hero-text { padding-top: 2.5rem; padding-bottom: 2rem; }
@media (min-width: 1024px) { .hp-hero-text { padding-top: 3.5rem; padding-bottom: 3.5rem; } }
.hp-grid-hero { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 1024px) { .hp-grid-hero { grid-template-columns: 7fr 5fr; gap: 2rem; align-items: stretch; } }
.hp-grid-half { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
@media (min-width: 1024px) { .hp-grid-half { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .hp-grid-save { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 2.5rem; } }
.hp-grid-blog { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .hp-grid-blog { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }
.hp-grid-blog > div { min-width: 0; }
.hp-grid-latest { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .hp-grid-latest { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .hp-grid-latest { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .hp-grid-latest { grid-template-columns: repeat(5, 1fr); } }
.hp-hero-media { position: relative; min-height: 260px; }
@media (min-width: 1024px) { .hp-hero-media { min-height: 0; } }
.hp-stats { display: flex; flex-direction: column; gap: .75rem; margin-top: 1.25rem; padding-bottom: 2.5rem; }
@media (min-width: 640px) { .hp-stats { flex-direction: row; } }
@media (min-width: 1024px) { .hp-stats { position: absolute; right: 1.5rem; top: 3rem; width: 16rem; flex-direction: column; margin-top: 0; padding-bottom: 0; } }
.hp-lg-only { display: none; } @media (min-width: 1024px) { .hp-lg-only { display: block; } }
.hp-lg-hide { display: block; } @media (min-width: 1024px) { .hp-lg-hide { display: none; } }
.hp-md-gap { gap: 1rem; } @media (min-width: 768px) { .hp-md-gap { gap: 1.5rem; } }
.hp-pad { padding: 1.25rem; } @media (min-width: 640px) { .hp-pad { padding: 1.5rem; } } @media (min-width: 1024px) { .hp-pad { padding: 2.5rem; } }
.hp-pad-card { padding: 1.25rem; } @media (min-width: 640px) { .hp-pad-card { padding: 1.5rem; } }
.hp-p35 { padding: .875rem; }
.hp-snug { line-height: 1.3; }
.hp-mb7 { margin-bottom: 1.75rem; }
.hp-h52 { height: 13rem; }
.hp-overlay { background: rgba(15, 23, 42, .8); }
.hp-arrow-pos { display: none !important; position: absolute; right: -1.25rem; top: 50%; transform: translateY(-50%); }
@media (min-width: 768px) { .hp-arrow-pos { display: block !important; } }
.hp-meta { display: flex; flex-wrap: wrap; align-items: center; column-gap: .75rem; row-gap: .25rem; }
