.lp-predaj * { box-sizing: border-box; }
.lp-predaj { font-family: 'Open Sans', sans-serif; color: #333; }

/* ── Hero ── */
.lp-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%);
    color: #fff;
    padding: 76px 0 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.lp-hero::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 48px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.lp-hero h1 {
    font-size: 40px; font-weight: 800; line-height: 1.2;
    margin-bottom: 18px; color: #fff;
}
.lp-hero h1 span { color: #FFA500; }
.lp-hero .lp-lead {
    font-size: 18px; max-width: 620px; margin: 0 auto 34px;
    color: rgba(255,255,255,.85); line-height: 1.75;
}
.lp-btn {
    display: inline-block;
    background: #FFA500; color: #fff;
    padding: 16px 44px; border-radius: 4px;
    font-size: 17px; font-weight: 700;
    text-decoration: none; border: none; cursor: pointer;
    transition: background .2s, transform .15s;
}
.lp-btn:hover { background: #e09400; color: #fff; transform: translateY(-2px); text-decoration: none; }
.lp-btn-ghost {
    display: inline-block;
    border: 2px solid rgba(255,255,255,.55); color: rgba(255,255,255,.85);
    padding: 14px 36px; border-radius: 4px;
    font-size: 16px; font-weight: 600;
    text-decoration: none;
    transition: all .2s;
}
.lp-btn-ghost:hover { border-color: #FFA500; color: #FFA500; text-decoration: none; }

/* ── Stats bar ── */
.lp-stats {
    background: #FFA500;
    padding: 0;
}
.lp-stats-inner {
    display: flex; flex-wrap: wrap;
    max-width: 960px; margin: 0 auto;
}
.lp-stat {
    flex: 1 1 200px;
    text-align: center;
    padding: 22px 16px;
    border-right: 1px solid rgba(255,255,255,.25);
    color: #fff;
}
.lp-stat:last-child { border-right: none; }
.lp-stat strong { display: block; font-size: 30px; font-weight: 800; line-height: 1; }
.lp-stat span { font-size: 13px; opacity: .9; }

/* ── Section ── */
.lp-section { padding: 64px 0; }
.lp-section-alt { background: #f8f8f8; }
.lp-section h2 {
    font-size: 30px; font-weight: 800; color: #1a1a2e; margin-bottom: 12px;
}
.lp-section h2 span { color: #FFA500; }
.lp-sub {
    font-size: 16px; color: #666; line-height: 1.7;
    max-width: 580px; margin: 0 auto 44px;
}
.lp-center { text-align: center; }

/* ── Benefit cards ── */
.lp-benefit {
    background: #fff; border-radius: 6px;
    padding: 28px 24px; margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    display: flex; gap: 18px; align-items: flex-start;
    transition: box-shadow .2s, transform .15s;
}
.lp-benefit:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); transform: translateY(-2px); }
.lp-benefit-icon {
    width: 54px; height: 54px; border-radius: 50%;
    background: #FFA500; color: #fff; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}
.lp-benefit h4 { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 6px; }
.lp-benefit p { font-size: 14px; color: #666; margin: 0; line-height: 1.6; }

/* ── Process steps ── */
.lp-step-wrap {
    display: flex; flex-direction: column; gap: 0;
    position: relative; padding-left: 28px;
}
.lp-step-wrap::before {
    content: '';
    position: absolute; left: 22px; top: 28px; bottom: 28px; width: 2px;
    background: #FFA500; opacity: .25;
}
.lp-step {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 0 0 32px; position: relative;
}
.lp-step:last-child { padding-bottom: 0; }
.lp-step-num {
    width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
    background: #FFA500; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 800;
    position: relative; z-index: 1;
}
.lp-step-body h4 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin: 0 0 6px; padding-top: 10px; }
.lp-step-body p { font-size: 14px; color: #666; line-height: 1.65; margin: 0; }

/* ── Services grid ── */
.lp-service {
    text-align: center; padding: 20px 16px 28px;
    border-radius: 6px; background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    margin-bottom: 24px;
}
.lp-service i { font-size: 36px; color: #FFA500; margin-bottom: 14px; display: block; }
.lp-service h4 { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.lp-service p { font-size: 13px; color: #777; line-height: 1.6; margin: 0; }

/* ── Testimonials ── */
.lp-testimonial {
    background: #fff; border-radius: 6px; padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    position: relative; margin-bottom: 24px;
}
.lp-testimonial::before {
    content: '"'; position: absolute; top: 8px; left: 18px;
    font-size: 80px; color: #FFA500; opacity: .12;
    font-family: Georgia, serif; line-height: 1;
}
.lp-testimonial p { font-style: italic; color: #555; line-height: 1.7; margin-bottom: 18px; font-size: 15px; }
.lp-t-author { display: flex; align-items: center; gap: 12px; }
.lp-t-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: #FFA500; color: #fff; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 16px;
}
.lp-t-author strong { display: block; font-size: 14px; color: #1a1a2e; }
.lp-t-author span { font-size: 12px; color: #aaa; }
.lp-stars { color: #FFA500; font-size: 13px; margin-bottom: 12px; }

/* ── FAQ ── */
.lp-faq-item { border: 1px solid #eee; border-radius: 4px; margin-bottom: 8px; }
.lp-faq-q {
    padding: 16px 20px; cursor: pointer;
    font-weight: 600; font-size: 15px; color: #1a1a2e;
    display: flex; justify-content: space-between; align-items: center;
    background: #fff; border: none; width: 100%; text-align: left;
}
.lp-faq-q:hover { background: #fffaf0; }
.lp-faq-q i { color: #FFA500; transition: transform .25s; flex-shrink: 0; margin-left: 12px; }
.lp-faq-q.open i { transform: rotate(180deg); }
.lp-faq-a { display: none; padding: 0 20px 18px; font-size: 14px; color: #555; line-height: 1.7; }

/* ── Lead form ── */
.lp-form-wrap {
    background: #fff; border-radius: 8px; padding: 36px 32px;
    box-shadow: 0 6px 28px rgba(0,0,0,.1);
}
.lp-form-wrap h3 { font-size: 22px; font-weight: 800; color: #1a1a2e; margin-bottom: 4px; }
.lp-form-wrap .lp-sub { font-size: 14px; margin-bottom: 22px; text-align: left; }
.lp-fg { margin-bottom: 14px; }
.lp-fg label { font-size: 13px; font-weight: 600; color: #444; margin-bottom: 4px; display: block; }
.lp-fg input, .lp-fg textarea, .lp-fg select {
    width: 100%; padding: 11px 14px; border: 1px solid #ddd;
    border-radius: 4px; font-size: 14px; transition: border-color .2s;
    background: #fff; color: #333;
}
.lp-fg input:focus, .lp-fg textarea:focus, .lp-fg select:focus { border-color: #FFA500; outline: none; }
.lp-fg textarea { resize: vertical; }

/* ── Contact aside ── */
.lp-contact-card {
    display: flex; align-items: center; gap: 16px;
    padding: 18px 20px; background: #fff; border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.07); margin-bottom: 20px;
}
.lp-contact-icon {
    width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
    background: #FFA500; color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.lp-contact-card .lp-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #aaa; margin-bottom: 2px; }
.lp-contact-card a { font-size: 18px; font-weight: 700; color: #1a1a2e; text-decoration: none; }
.lp-contact-card a:hover { color: #FFA500; }
.lp-contact-card .lp-note { font-size: 12px; color: #999; margin-top: 2px; }

/* ── Trust seal ── */
.lp-seal {
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    border-radius: 8px; padding: 28px 24px; color: #fff; text-align: center;
    margin-bottom: 20px;
}
.lp-seal i { font-size: 38px; color: #FFA500; margin-bottom: 10px; display: block; }
.lp-seal h4 { color: #fff; font-size: 17px; margin-bottom: 8px; }
.lp-seal p { color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.6; margin: 0; }

/* ── Final CTA ── */
.lp-cta {
    background: #FFA500; color: #fff; text-align: center; padding: 60px 20px;
}
.lp-cta h2 { color: #fff; font-size: 30px; font-weight: 800; margin-bottom: 12px; }
.lp-cta p { color: rgba(255,255,255,.9); font-size: 16px; margin-bottom: 28px; }
.lp-btn-dark {
    display: inline-block;
    background: #1a1a2e; color: #fff;
    padding: 16px 44px; border-radius: 4px;
    font-size: 17px; font-weight: 700;
    text-decoration: none;
    transition: background .2s, transform .15s;
}
.lp-btn-dark:hover { background: #0f3460; color: #fff; transform: translateY(-2px); text-decoration: none; }

/* SmartEmailing form overrides (predaj form) */
#se-webform-predaj.se-webform { width: 100% !important; background: transparent !important; border: none !important; }
#se-webform-predaj.se-webform .se-body ul { margin: 0 !important; padding: 0 !important; }
#se-webform-predaj.se-webform .se-body ul li { padding: .4em 0 !important; list-style: none !important; }
#se-webform-predaj.se-webform .se-body ul li label { font-size: 13px !important; font-weight: 600 !important; color: #444 !important; display: block !important; padding: 4px 0 !important; }
#se-webform-predaj.se-webform .se-body ul li label.se-required:after { content: " *"; color: #f00; }
#se-webform-predaj.se-webform .se-body ul li input[type=text],
#se-webform-predaj.se-webform .se-body ul li textarea,
#se-webform-predaj.se-webform .se-body ul li select {
    width: 100% !important; padding: 11px 13px !important; border: 1px solid #ddd !important;
    border-radius: 4px !important; background: #fff !important; font-size: 14px !important;
    color: #333 !important; font-weight: normal !important;
}
#se-webform-predaj.se-webform .se-body ul li input[type=text]:focus,
#se-webform-predaj.se-webform .se-body ul li textarea:focus { border-color: #FFA500 !important; outline: none !important; }
#se-webform-predaj.se-webform .se-body ul li textarea { height: 80px !important; resize: vertical !important; }
#se-webform-predaj.se-webform .se-submit { padding: 14px 0 4px !important; }
#se-webform-predaj.se-webform .se-submit button {
    background: #FFA500 !important; color: #fff !important; border: none !important;
    padding: 14px 36px !important; border-radius: 4px !important;
    font-size: 16px !important; font-weight: 700 !important; cursor: pointer !important;
    width: 100% !important; display: block !important;
}
#se-webform-predaj.se-webform .se-submit button:hover { background: #e09400 !important; }
#se-webform-predaj .se-webform-primary-purpose { font-size: 12px !important; color: #777 !important; line-height: 1.5 !important; padding: 10px 0 !important; border-bottom: none !important; }
#se-webform-predaj .se-webform-primary-purpose a { color: #FFA500 !important; }

@media (max-width: 767px) {
    .lp-hero h1 { font-size: 26px; }
    .lp-hero .lp-lead { font-size: 15px; }
    .lp-section h2 { font-size: 22px; }
    .lp-stat { flex: 1 1 50%; }
    .lp-step-wrap { padding-left: 0; }
    .lp-step-wrap::before { display: none; }
    .lp-form-wrap { padding: 24px 18px; }
}
