/* === PUVODNI STYLY === */
div.modul_ajax_form form.ajax_form {padding:1em;}
input:checked + label {
  font-weight: bold;
  color:#619f36
}
p.nasobek_text {color:orange;}

body.sekce_clanky div#in_body {max-width: 1400px; margin: 0 auto;}
div.clanky_vypis div.clanky_odkaz a {border-radius: 4px;}
div.clanky_vypis_uvod {font-size: 12px;}
div.clanky_vypis_nadpis h2 {font-weight: bold; font-size: 16px;}
@media screen and (min-width: 1000px){
div.clanky_vypis {
box-sizing: border-box;
padding-bottom: 50px;
    position: relative;
    flex-flow: column;
    width: 31.3%;
    float: left;
    height: 200px;
    margin: 5px 1%;
    justify-content: flex-start;
    align-items: flex-start;}
div.clanky_vypis div.clanky_odkaz {position:absolute; bottom: 15px; right: 15px;}
div.clanky_vypis_uvod {
    font-size: 12px;
    max-height: 5.5em;
    overflow: hidden;
}
}

/* === VYLEPSENE STYLY PRO LANDING PAGES (2026) === */

/* Dalsi informace - lepsí typografie a citelnost */
div.modul_basic h1 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

div.modul_basic h2 {
    font-size: 1.4em;
    color: #2c3e50;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #619f36;
}

div.modul_basic h3 {
    font-size: 1.15em;
    color: #34495e;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}

div.modul_basic h4 {
    font-size: 1.05em;
    color: #555;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

div.modul_basic p {
    line-height: 1.7;
    margin-bottom: 0.8em;
    color: #444;
}

div.modul_basic ul, div.modul_basic ol {
    margin: 0.5em 0 1em 1.5em;
    line-height: 1.7;
}

div.modul_basic li {
    margin-bottom: 0.3em;
    color: #444;
}

div.modul_basic strong {
    color: #2c3e50;
}

/* Tabulky v obsahu */
div.modul_basic table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: 0.95em;
}

div.modul_basic table th {
    background: #619f36;
    color: #fff;
    padding: 10px 12px;
    text-align: left;
    font-weight: 600;
}

div.modul_basic table td {
    padding: 8px 12px;
    border-bottom: 1px solid #e0e0e0;
}

div.modul_basic table tr:nth-child(even) td {
    background: #f8f9fa;
}

div.modul_basic table tr:hover td {
    background: #eef7e7;
}

/* Kontaktni formular vylepseni */
div.modul_kontaktni_formular {
    background: #f8f9fa;
    border-top: 3px solid #619f36;
    padding: 1.5em;
    margin-top: 2em;
}

/* Navigace podstranek */
div.modul_navigace ul.vypis-html {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

div.modul_navigace ul.vypis-html li {
    flex: 0 0 auto;
}

div.modul_navigace ul.vypis-html li a {
    display: inline-block;
    padding: 8px 16px;
    background: #619f36;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
    transition: background 0.2s;
}

div.modul_navigace ul.vypis-html li a:hover {
    background: #4e8a2b;
}

/* Cislovane kroky (ol) - vice vizualni */
div.modul_basic ol {
    counter-reset: step-counter;
    list-style: none;
    padding-left: 0;
}

div.modul_basic ol > li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 0.6em;
}

div.modul_basic ol > li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 1.8em;
    height: 1.8em;
    background: #619f36;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    font-size: 0.85em;
}

/* Responzivni vylepseni */
@media screen and (max-width: 768px) {
    div.modul_basic h1 { font-size: 1.5em; }
    div.modul_basic h2 { font-size: 1.2em; }
    div.modul_basic table { font-size: 0.85em; }
    div.modul_basic table th,
    div.modul_basic table td { padding: 6px 8px; }
    div.modul_navigace ul.vypis-html { flex-direction: column; }
    div.modul_navigace ul.vypis-html li a { display: block; text-align: center; }
}

/* =============================================
   NOVA HOMEPAGE - STYLY (2026)
   ============================================= */

/* Sekce */
.sp5-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3em 1.5em;
}
.sp5-bg-light {
    background: #f7f9fc;
    max-width: 100%;
}
.sp5-bg-light .sp5-section,
.sp5-bg-light h2,
.sp5-bg-light .sp5-table-wrap,
.sp5-bg-light .sp5-pricing,
.sp5-bg-light .sp5-usecases {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
div.sp5-bg-light {
    padding: 3em 1.5em;
}

.sp5-section h2 {
    text-align: center;
    font-size: 1.8em;
    color: #1a2b3c;
    margin-bottom: 0.3em;
    border-bottom: none;
}
.sp5-section-sub {
    text-align: center;
    color: #666;
    font-size: 1.1em;
    margin-bottom: 2em;
}

/* HERO */
.sp5-hero {
    background: linear-gradient(135deg, #1a5c2e 0%, #2d8a4e 50%, #1a5c2e 100%);
    color: #fff;
    padding: 4em 1.5em;
    text-align: center;
}
.sp5-hero-content {
    max-width: 800px;
    margin: 0 auto;
}
.sp5-hero-h1 {
    font-size: 2.4em;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.4em;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.sp5-hero-sub {
    font-size: 1.2em;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 1.5em;
    color: #e8f5e9;
}
.sp5-hero-ctas {
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.sp5-hero-trust {
    font-size: 0.9em;
    opacity: 0.8;
    color: #c8e6c9;
}
.sp5-hero-trust a {
    color: #fff;
    text-decoration: underline;
}

/* Tlacitka */
.sp5-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 1.05em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
}
.sp5-btn-primary {
    background: #ff6b35;
    color: #fff;
    border: 2px solid #ff6b35;
}
.sp5-btn-primary:hover {
    background: #e55a2b;
    border-color: #e55a2b;
    color: #fff;
}
.sp5-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
}
.sp5-btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}
.sp5-btn-outline {
    background: transparent;
    color: #2d8a4e;
    border: 2px solid #2d8a4e;
}
.sp5-btn-outline:hover {
    background: #2d8a4e;
    color: #fff;
}

/* Feature grid */
.sp5-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
}
.sp5-feature {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    padding: 1.5em;
    text-align: center;
    transition: box-shadow 0.2s;
}
.sp5-feature:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.sp5-feature-icon {
    font-size: 2.5em;
    margin-bottom: 0.3em;
}
.sp5-feature h3 {
    font-size: 1.05em;
    color: #1a2b3c;
    margin-bottom: 0.3em;
}
.sp5-feature p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
}

/* Srovnavaci tabulka */
.sp5-table-wrap {
    overflow-x: auto;
}
.sp5-compare {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
}
.sp5-compare th {
    background: #f0f4f8;
    padding: 12px 16px;
    text-align: center;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ddd;
}
.sp5-compare th small {
    font-weight: 400;
    color: #888;
    display: block;
}
.sp5-compare th.sp5-highlight {
    background: #e8f5e9;
    color: #1a5c2e;
}
.sp5-compare td {
    padding: 10px 16px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.sp5-compare td:first-child {
    text-align: left;
    font-weight: 500;
}
.sp5-compare td.sp5-highlight {
    background: #f0faf3;
    font-weight: 600;
    color: #1a5c2e;
}
.sp5-compare tr:hover td {
    background: #fafafa;
}
.sp5-compare tr:hover td.sp5-highlight {
    background: #e8f5e9;
}

/* Kroky */
.sp5-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}
.sp5-step {
    text-align: center;
}
.sp5-step-num {
    width: 50px;
    height: 50px;
    background: #2d8a4e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 auto 0.8em;
}
.sp5-step h3 {
    color: #1a2b3c;
    margin-bottom: 0.3em;
}
.sp5-step p {
    color: #666;
    font-size: 0.92em;
    line-height: 1.5;
}

/* Use cases */
.sp5-usecases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
}
.sp5-usecase {
    background: #fff;
    border-left: 4px solid #2d8a4e;
    padding: 1.5em;
    border-radius: 0 8px 8px 0;
}
.sp5-usecase h3 {
    color: #1a2b3c;
    margin-bottom: 0.4em;
}
.sp5-usecase p {
    color: #555;
    font-size: 0.92em;
    line-height: 1.5;
}

/* Integrace */
.sp5-integrations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
}
.sp5-integ-group {
    background: #f7f9fc;
    padding: 1.2em 1.5em;
    border-radius: 8px;
}
.sp5-integ-group h3 {
    font-size: 1em;
    color: #1a2b3c;
    margin-bottom: 0.3em;
}
.sp5-integ-group p {
    color: #555;
    font-size: 0.92em;
    line-height: 1.8;
}
.sp5-integ-group a {
    color: #2d8a4e;
    text-decoration: none;
    font-weight: 500;
}
.sp5-integ-group a:hover {
    text-decoration: underline;
}

/* Pricing karty */
.sp5-pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
    align-items: start;
}
.sp5-price-card {
    background: #fff;
    border: 1px solid #e0e5eb;
    border-radius: 10px;
    padding: 2em 1.5em;
    text-align: center;
    position: relative;
}
.sp5-price-featured {
    border: 2px solid #2d8a4e;
    box-shadow: 0 5px 20px rgba(45,138,78,0.15);
    transform: scale(1.03);
}
.sp5-price-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2d8a4e;
    color: #fff;
    padding: 4px 18px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    white-space: nowrap;
}
.sp5-price-card h3 {
    font-size: 1.2em;
    color: #1a2b3c;
    margin-bottom: 0.5em;
}
.sp5-price {
    font-size: 2em;
    font-weight: 800;
    color: #2d8a4e;
    margin-bottom: 0.5em;
}
.sp5-price span {
    font-size: 0.45em;
    font-weight: 400;
    color: #888;
}
.sp5-price-card ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    text-align: left;
}
.sp5-price-card li {
    padding: 0.4em 0;
    padding-left: 1.5em;
    position: relative;
    color: #555;
    font-size: 0.92em;
}
.sp5-price-card li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #2d8a4e;
    font-weight: bold;
}

/* FAQ */
.sp5-faq {
    max-width: 800px;
    margin: 0 auto;
}
.sp5-faq-item {
    border-bottom: 1px solid #e8eef3;
    padding: 1.2em 0;
}
.sp5-faq-item h3 {
    font-size: 1.05em;
    color: #1a2b3c;
    margin-bottom: 0.4em;
    cursor: pointer;
}
.sp5-faq-item p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95em;
}

/* CTA sekce */
.sp5-cta-section {
    text-align: center;
    background: #1a2b3c;
    color: #fff;
    max-width: 100%;
    padding: 3em 1.5em;
}
.sp5-cta-section h2 {
    color: #fff;
}
.sp5-cta-section p {
    color: #ccc;
}
.sp5-cta-section .sp5-hero-trust {
    color: #aaa;
}
.sp5-cta-section .sp5-hero-trust a {
    color: #fff;
}

/* Responzivni */
@media screen and (max-width: 900px) {
    .sp5-features-grid { grid-template-columns: repeat(2, 1fr); }
    .sp5-steps { grid-template-columns: repeat(2, 1fr); }
    .sp5-usecases { grid-template-columns: 1fr; }
    .sp5-integrations { grid-template-columns: 1fr; }
    .sp5-pricing { grid-template-columns: 1fr; }
    .sp5-price-featured { transform: scale(1); }
    .sp5-hero-h1 { font-size: 1.8em; }
}
@media screen and (max-width: 600px) {
    .sp5-features-grid { grid-template-columns: 1fr; }
    .sp5-steps { grid-template-columns: 1fr; }
    .sp5-hero { padding: 2.5em 1em; }
    .sp5-hero-h1 { font-size: 1.5em; }
    .sp5-hero-sub { font-size: 1em; }
    .sp5-compare { font-size: 0.85em; }
    .sp5-compare th, .sp5-compare td { padding: 8px; }
}

/* =============================================
   CLANKY - PRIDANO 2026-04-23
   ============================================= */
  .warning-box {
      background: #fff3e0;
      border-left: 4px solid #ff9800;
      padding: 15px;
      margin: 15px 0;
      border-radius: 4px;
  }
