/* Custom overrides for MiniÚčto theme */
.slider-subtitle {
     color: #ffffff;
     font-size: 14px;
     font-weight: normal;
     line-height: inherit;
     letter-spacing: 3px;
     text-transform: uppercase;
     margin: 0;
}
.feature-icon-wrap {
     background: #a5c422;
     border-radius: 100%;
     width: 100px;
     height: 100px;
     line-height: 100px;
     text-align: center;
     margin: 0 auto 20px auto;
     display: block;
}
.feature-icon-wrap .fa {
     font-size: 42px;
     color: #ffffff;
}
.feature-card {
     background: #f9f9f9;
     border-radius: 10px;
     padding: 40px 30px 30px;
     text-align: center;
     height: 100%;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
     margin-bottom: 30px;
}
.feature-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}
.feature-card h3 {
     margin-top: 0;
     margin-bottom: 12px;
     font-size: 1.4em;
}
.pricing-card {
     background: #ffffff;
     border-radius: 10px;
     padding: 40px 30px;
     text-align: center;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
     height: 100%;
}
.pricing-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.pricing-card .price {
     font-size: 3em;
     font-weight: 700;
     color: #a5c422;
     line-height: 1;
     margin: 20px 0 5px;
}
.pricing-card .price-period {
     color: #999;
     font-size: 13px;
     margin-bottom: 25px;
     display: block;
}
.pricing-card .price-badge {
     background: #a5c422;
     color: #fff;
     border-radius: 50px;
     font-size: 11px;
     font-weight: 600;
     padding: 3px 12px;
     display: inline-block;
     margin-bottom: 15px;
     letter-spacing: 0.5px;
     text-transform: uppercase;
}
.pricing-card ul {
     list-style: none;
     padding: 0;
     margin: 20px 0 30px;
     text-align: left;
}
.pricing-card ul li {
     padding: 6px 0;
     border-bottom: 1px solid #f2f2f2;
     font-size: 14px;
     color: #555;
}
.pricing-card ul li .fa {
     color: #a5c422;
     margin-right: 8px;
     width: 16px;
}
.pricing-card.featured {
     background: #a5c422;
     color: #fff;
}
.pricing-card.featured .price {
     color: #fff;
}
.pricing-card.featured h3,
.pricing-card.featured p,
.pricing-card.featured .price-period {
     color: #fff;
}
.pricing-card.featured ul li {
     color: #f0f0f0;
     border-bottom-color: rgba(255,255,255,0.2);
}
.pricing-card.featured ul li .fa {
     color: #fff;
}
.pricing-card.featured .section-btn {
     background: #fff;
     color: #a5c422;
}
.pricing-card.featured .section-btn:hover {
     background: #393939;
     color: #fff;
}
#cta {
     background: #393939;
     padding: 80px 0;
     text-align: center;
}
#cta h2 {
     color: #ffffff;
     margin-bottom: 15px;
}
#cta p {
     color: #cccccc;
     font-size: 16px;
     margin-bottom: 35px;
}
.cta-btn {
     display: inline-block;
     margin: 0 10px 10px;
     padding: 15px 40px;
     border-radius: 3px;
     font-size: 15px;
     font-weight: 600;
     transition: transform 0.15s ease;
}
.cta-btn:hover {
     transform: translateY(-4px);
}
.cta-btn-primary {
     background: #a5c422;
     color: #ffffff;
}
.cta-btn-primary:hover {
     background: #8aab10;
     color: #ffffff;
}
.cta-btn-secondary {
     background: transparent;
     border: 2px solid #ffffff;
     color: #ffffff;
}
.cta-btn-secondary:hover {
     background: #ffffff;
     color: #393939;
}
#features {
     background: #ffffff;
     padding-top: 100px;
     padding-bottom: 80px;
}
#features .section-title {
     text-align: center;
     margin-bottom: 50px;
}
#features .row {
     display: flex;
     flex-wrap: wrap;
     margin-left: -15px;
     margin-right: -15px;
}
#features .row::before,
#features .row::after {
     display: none;
}
#features .row > [class*="col-"] {
     float: none;
     display: flex;
     padding-left: 15px;
     padding-right: 15px;
     margin-bottom: 30px;
}
#features .feature-card {
     width: 100%;
     margin-bottom: 0;
}
#features .section-title p {
     font-size: 16px;
     max-width: 600px;
     margin: 0 auto;
}
#pricing {
     background: #f9f9f9;
     padding-top: 100px;
     padding-bottom: 100px;
}
#pricing .section-title {
     text-align: center;
     margin-bottom: 50px;
}
#pricing .row {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     margin-left: -15px;
     margin-right: -15px;
}
#pricing .row::before,
#pricing .row::after {
     display: none;
}
#pricing .row > [class*="col-"] {
     float: none;
     display: flex;
     padding-left: 15px;
     padding-right: 15px;
     margin-bottom: 30px;
}
#pricing .pricing-card {
     width: 100%;
     height: auto;
     display: flex;
     flex-direction: column;
     position: relative;
}
#pricing .pricing-card .section-btn {
     margin-top: auto;
}
#pricing .pricing-card .price-badge {
     position: absolute;
     top: 22px;
     right: 18px;
     background: transparent;
     color: #cc1111;
     border: 3px solid #cc1111;
     border-radius: 3px;
     font-size: 10px;
     font-weight: 900;
     padding: 5px 10px;
     letter-spacing: 3px;
     text-transform: uppercase;
     margin-bottom: 0;
     transform: rotate(14deg);
     opacity: 0.85;
     box-shadow: inset 0 0 0 1px rgba(204, 17, 17, 0.3);
     line-height: 1.4;
}
.app-screenshot {
     border-radius: 10px;
     box-shadow: 0 20px 60px rgba(0,0,0,0.15);
     max-width: 100%;
}
.about-badge {
     display: inline-block;
     background: #a5c422;
     color: #fff;
     border-radius: 3px;
     font-size: 12px;
     font-weight: 600;
     padding: 4px 12px;
     margin-bottom: 20px;
     letter-spacing: 1px;
     text-transform: uppercase;
}
#about {
     position: relative;
}
#about::before {
     content: '';
     position: absolute;
     top: 0; left: 0; right: 0; bottom: 0;
     background: rgba(255, 255, 255, 0.85);
     z-index: 0;
}
#about .container {
     position: relative;
     z-index: 1;
}
#about h2 {
     color: #252525;
}
#about p {
     color: #555;
}
.check-list {
     list-style: none;
     padding: 0;
     margin: 20px 0;
}
.check-list li {
     padding: 6px 0;
     color: #555;
     font-size: 14px;
}
.check-list li .fa {
     color: #a5c422;
     margin-right: 8px;
}
.logo-halo {
     position: relative;
     display: inline-block;
     margin-bottom: 22px;
}
.logo-halo img {
     display: block !important;
     margin-bottom: 0 !important;
     position: relative;
     z-index: 1;
}
.logo-halo::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 140%;
     height: 140%;
     background: radial-gradient(ellipse at center,
          rgba(255,255,255,0.75) 0%,
          rgba(255,255,255,0.45) 40%,
          rgba(255,255,255,0) 70%);
     border-radius: 50%;
     z-index: 0;
}

/* ── Úspora – Srovnání ─────────────────────────────── */
#uspora {
     padding: 90px 0 80px;
     background: #fff;
}
#uspora .section-title { text-align: center; margin-bottom: 45px; }
.comp-table {
     width: 100%;
     border-collapse: collapse;
     background: #fff;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 4px 24px rgba(0,0,0,0.09);
}
.comp-table th {
     background: #2a2a2a;
     color: #fff;
     padding: 16px 22px;
     text-align: left;
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
}
.comp-table td {
     padding: 16px 22px;
     border-bottom: 1px solid #f0f0f0;
     font-size: 15px;
     color: #444;
     vertical-align: middle;
}
.comp-table tr:last-child td { border-bottom: none; }
.comp-table tr.our-row td {
     background: #f2f9dc;
     font-weight: 700;
     color: #2a3d00;
}
.comp-table tr.our-row td:first-child { border-left: 5px solid #a5c422; }
.comp-table .save { color: #a5c422; font-weight: 700; }
.comp-table .price { font-weight: 600; }
.table-note { font-size: 12px; color: #aaa; margin-top: 10px; text-align: right; }

/* ── Úspora – Co si koupíte ───────────────────────── */
#buylist {
     padding: 90px 0 70px;
     background: #f9f9f9;
}
.buy-card {
     background: #fff;
     border-radius: 12px;
     padding: 36px 20px 28px;
     text-align: center;
     transition: transform 0.2s, box-shadow 0.2s;
     width: 100%;
}
.buy-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 14px 32px rgba(0,0,0,0.10);
}
.buy-icon { font-size: 52px; color: #a5c422; margin-bottom: 16px; display: block; }
.buy-count { font-size: 2.6em; font-weight: 800; color: #252525; line-height: 1; }
.buy-label { font-size: 15px; font-weight: 600; color: #333; margin-top: 8px; }
.buy-subtext { font-size: 12px; color: #999; margin-top: 5px; }
#buylist .flex-row {
     display: flex;
     flex-wrap: wrap;
     margin-left: -15px;
     margin-right: -15px;
}
#buylist .flex-row::before,
#buylist .flex-row::after { display: none; }
#buylist .flex-row > [class*="col-"] {
     float: none;
     display: flex;
     padding-left: 15px;
     padding-right: 15px;
     margin-bottom: 30px;
}

/* ── Úspora – Co u nás nenajdete ─────────────────── */
#not-included { background: #2a2a2a; padding: 90px 0 80px; }
#not-included h2 { color: #fff; }
#not-included .lead { color: #bbb; font-size: 17px; max-width: 620px; margin: 15px auto 0; }
.not-item { display: flex; align-items: flex-start; margin-bottom: 24px; }
.not-item .fa { color: #cc3333; font-size: 20px; margin-right: 14px; margin-top: 1px; flex-shrink: 0; }
.not-item-text strong { color: #fff; display: block; font-size: 15px; margin-bottom: 3px; }
.not-item-text span { color: #999; font-size: 13px; line-height: 1.5; }
.not-summary { color: #a5c422; font-size: 17px; font-weight: 600; margin-top: 50px; margin-bottom: 28px; }

/* ── Pricing 4 karty – menší padding na desktopu ─── */
@media (min-width: 992px) {
     #pricing .pricing-card {
          padding: 30px 20px;
     }
}

/* ── FAQ ──────────────────────────────────────────── */
#faq { padding: 90px 0 80px; background: #fff; }
#faq .section-title { text-align: center; margin-bottom: 50px; }
.faq-item { border-bottom: 1px solid #eee; padding: 20px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-question {
     font-size: 16px;
     font-weight: 600;
     color: #252525;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.faq-question .fa { color: #a5c422; transition: transform 0.2s; }
.faq-question.active .fa { transform: rotate(180deg); }
.faq-answer {
     display: none;
     padding: 12px 0 0;
     color: #555;
     font-size: 14px;
     line-height: 1.7;
}
.faq-answer.show { display: block; }
