:root {
    --primary: #0f4c81;
    --primary-dark: #0a3558;
    --accent: #ff7a00;
    --accent-dark: #e56600;
    --bg: #f5f8fc;
    --white: #ffffff;
    --text: #1d2a39;
    --muted: #4b4e4e;
    --border: #dbe5f0;
    --shadow: 0 15px 40px rgba(15, 76, 129, 0.12);
    --radius: 22px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: var(--white);
    color: var(--text);
}

a {
    text-decoration: none;
}

.custom-navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 76, 129, 0.08);
    padding: 14px 0;
}

.brand-logo {
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 1.15rem;
}

.brand-main {
    color: var(--primary);
}

.brand-accent {
    color: var(--accent);
    margin-left: 4px;
}

.custom-navbar .nav-link {
    color: var(--text);
    font-weight: 600;
    margin-left: 10px;
    transition: 0.2s ease;
}

.custom-navbar .nav-link:hover {
    color: var(--primary);
}

.custom-toggler {
    border: none;
}

.btn-brand {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: white;
    border: none;
    padding: 12px 22px;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(255, 122, 0, 0.22);
    transition: 0.2s ease;
}

.btn-brand:hover {
    background: linear-gradient(135deg, var(--accent-dark), var(--accent));
    color: white;
    transform: translateY(-1px);
}

.btn-outline-brand {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    border-radius: 14px;
    font-weight: 700;
    padding: 12px 22px;
}

.btn-outline-brand:hover {
    background: var(--primary);
    color: white;
}

.hero-section {
    padding: 80px 0 70px;
    background:
        radial-gradient(circle at top right, rgba(255, 122, 0, 0.12), transparent 25%),
        radial-gradient(circle at bottom left, rgba(15, 76, 129, 0.10), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef5fc;
    color: var(--primary);
    border: 1px solid #d7e6f4;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 22px;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.08;
    max-width: 650px;
    margin-bottom: 20px;
}

.hero-title span {
    color: var(--primary);
}


.hero-text {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 640px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.stat-card {
    background: white;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    padding: 16px 18px;
    min-width: 170px;
    box-shadow: 0 8px 22px rgba(15, 76, 129, 0.06);
}

.stat-card strong {
    display: block;
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 4px;
}

.stat-card span {
    color: var(--muted);
    font-size: 0.92rem;
}

.hero-visual {
    position: relative;
    min-height: 520px;
}

.main-visual-box {
    background: linear-gradient(180deg, var(--primary), var(--primary-dark));
    color: white;
    border-radius: 30px;
    padding: 42px 32px;
    box-shadow: var(--shadow);
    position: relative;
    margin-top: 70px;
}

.main-visual-box h3 {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.main-visual-box p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    line-height: 1.7;
}

.car-icon-wrap {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin-bottom: 24px;
}

.visual-card {
    position: absolute;
    background: white;
    border-radius: 20px;
    padding: 18px 20px;
    box-shadow: 0 18px 38px rgba(14, 44, 76, 0.12);
    max-width: 220px;
}

.visual-card h4 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--text);
}

.visual-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.top-card {
    top: 0;
    right: 10px;
}

.bottom-card {
    left: -10px;
    bottom: 40px;
}

.mini-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 10px;
}

.section-kicker {
    display: inline-block;
    color: var(--accent);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 0.85rem;
}

.section-heading h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.section-heading p {
    color: var(--muted);
    line-height: 1.8;
}

.features-section {
    padding: 80px 0;
    background: #ffffff;
}

.feature-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 10px 28px rgba(15, 76, 129, 0.06);
    transition: 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
}

.feature-card h5 {
    font-weight: 800;
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.7;
}

.feature-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.feature-icon.blue {
    background: rgba(15, 76, 129, 0.12);
    color: var(--primary);
}

.feature-icon.orange {
    background: rgba(255, 122, 0, 0.14);
    color: var(--accent);
}

.steps-section {
    padding: 80px 0;
    background: var(--bg);
}

.step-card {
    background: white;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 76, 129, 0.08);
    border: 1px solid #e5edf5;
}

.step-number {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.step-card h5 {
    font-weight: 800;
    margin-bottom: 12px;
}

.step-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.cta-section {
    padding: 80px 0;
    background: white;
}

.cta-box {
    border-radius: 30px;
    padding: 42px;
    background: linear-gradient(135deg, var(--primary), #1a6aad);
    color: white;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    box-shadow: var(--shadow);
}

.cta-box h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 0;
}

.section-kicker.light {
    color: #ffd1a3;
}

.cta-btn {
    padding: 14px 24px;
    border-radius: 14px;
    font-weight: 800;
}

.form-page-section {
    padding: 70px 0 30px;
    background:
        radial-gradient(circle at top left, rgba(15, 76, 129, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.10), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}



.info-list {
    margin: 28px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border: 1px solid #e6edf5;
    padding: 14px 16px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 76, 129, 0.05);
}

.info-item i {
    color: var(--accent);
}

.trust-box {
    background: linear-gradient(180deg, #f0f7ff, #ffffff);
    border: 1px solid #dce9f5;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(15, 76, 129, 0.05);
}

.trust-box h5 {
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 10px;
}

.form-card {
    background: white;
    border-radius: 28px;
    padding: 32px;
    box-shadow: var(--shadow);
    border: 1px solid #e5edf5;
}

.form-card-header {
    margin-bottom: 24px;
}

.form-card-header h2 {
    font-weight: 800;
    margin-bottom: 8px;
}

.form-card-header p {
    color: var(--muted);
    margin-bottom: 0;
}

.form-label {
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.custom-input {
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid #d5e1ee;
    background: #fbfdff;
    padding: 12px 16px;
    box-shadow: none;
}

.custom-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.18rem rgba(15, 76, 129, 0.14);
    background: white;
}

textarea.custom-input {
    min-height: unset;
}

.submit-btn {
    margin-top: 8px;
    min-height: 56px;
    font-size: 1.05rem;
}

.site-footer {
    padding: 26px 0 34px;
    background: #0d2237;
    color: white;
    margin-top: 0;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-box h5 {
    font-weight: 800;
    margin-bottom: 8px;
}

.footer-box p,
.footer-right {
    color: rgba(255, 255, 255, 0.72);
}
.socials a {
    color: black !important;
    font-size: 22px;
}

.socials a:hover {
    color: #ff7a00 !important; /* tvoj brand orange */
}

.socials {
    display: flex;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-visual {
        min-height: auto;
    }

    .visual-card {
        position: static;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .main-visual-box {
        margin-top: 0;
    }

    .cta-box,
    .footer-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-info-panel h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {

    .hero-section,
    .features-section,
    .steps-section,
    .cta-section,
    .form-page-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-heading h2,
    .cta-box h2 {
        font-size: 1.6rem;
    }

    .form-card {
        padding: 22px;
    }

    .custom-navbar .nav-link {
        margin-left: 0;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }
}


@media (max-width: 576px) {
    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }
}


@media (max-width: 576px) {
    .visual-card {
        display: none;
    }
}

.mobile-cta {
    display: none;
}

@media (max-width: 576px) {
    .mobile-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .mobile-cta a {
        display: block;
        width: 100%;
        text-align: center;
        background: #ff7a00;
        color: white;
        padding: 14px;
        border-radius: 12px;
        font-weight: bold;
    }
}

/* MOBILE HERO */
.hero-mobile {
    padding: 40px 20px;
    text-align: center;
}

.hero-mobile h1 {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blue-text {
    color: #0f4c81;
}



.hero-mobile p {
    color: #4b4e4e;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.hero-mobile .btn {
    width: auto;
    font-size: 16px;
    padding: 14px;
    border-radius: 14px;
}

.mini-proof {
    margin-top: 15px;
    font-size: 0.85rem;
    color: #4b4e4e;
}

/* SKRY ZBYTOČNOSTI NA MOBILE */
@media (max-width: 768px) {

    .hero-visual,
    .visual-card,
    .hero-stats {
        display: none;
    }
}

/* STICKY CTA */
.mobile-cta {
    display: none;
}

@media (max-width: 768px) {
    .mobile-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .mobile-cta a {
        display: block;
        width: 100%;
        text-align: center;
        background: #ff7a00;
        color: white;
        padding: 14px;
        border-radius: 12px;
        font-weight: bold;
    }
}

/* CTA BUTTON UPGRADE */
.btn-brand {
    background: linear-gradient(135deg, #ff7a00, #ff3d00);
    color: white;
    border: none;
    padding: 14px 26px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 12px 30px rgba(255, 122, 0, 0.35);
    transition: 0.2s ease;
}

.btn-brand:hover {
    transform: translateY(-2px) scale(1.02);
}

/* NAVBAR MOBILE */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }

    .btn-brand {
        width: 100%;
        margin-top: 10px;
    }
}




.muted {
    color: #4b4e4e;
    margin-bottom: 20px;
}

.points div {
    margin: 8px 0;
    font-weight: 500;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step {
    background: white;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cta-simple {
    padding: 50px 20px;
}

.pricing-section {
    padding: 10px 20px;
    background: #ffffff;
}

.pricing-section h2 {
    font-size: 2.2rem;
    color: #0f4c81;
    font-weight: 800;
    line-height: 1.2;


}
.pricing-section h2 span {
    color: #ff7a00;
}

.pricing-grid {
    display: flex;
    justify-content: center; 
    align-items: stretch;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.price-card {
    background: white;
    border: 1px solid #e5edf5;
    border-radius: 12px;
    padding: 18px 16px; 
    text-align: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);

    width: 260px; 
    max-width: 100%;

}

.price-card h3 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 6px;
}

.price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f4c81;
    margin-bottom: 10px;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.price-card li {
    margin: 5px 0;
    font-size: 0.85rem;
    color: #6b7a8c;
}

.price-card .btn {
    width: 100%;
}

.popular {
    border: 2px solid #ff7a00;
    transform: scale(1.02);
}

.badge {
    background: #ff7a00;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

@media (min-width: 768px) {
    .pricing-grid {
        justify-content: center;
    }
}


.popular {
    transform: scale(1.05);
    z-index: 2;
}


.selected-package {
    background: #fff4e6;
    border: 2px solid #ff7a00;
    padding: 14px;
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
}


.about-page {
    padding: 20px 20px;
    background:
        radial-gradient(circle at top left, rgba(15, 76, 129, 0.08), transparent 25%),
        radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.10), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-text {
    color: #4b4e4e;
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-image img {
    width: 100%;
    max-width: 340px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-points {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-points div {
    background: white;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #e5edf5;  
    font-weight: 600;
}




.faq-page {
    padding: 80px 20px;
    background: #f8fbff;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 12px;
    border: 1px solid #e5edf5;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 18px;
    text-align: left;
    font-weight: 700;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    padding: 0 18px;
}

.faq-answer p {
    margin: 15px 0;
    color: #4b4e4e;
}

/* otvorené */
.faq-item.active .faq-answer {
    max-height: 200px;
}


.reviews-section {
    padding: 70px 20px;
    background: #f8fbff;
}

.reviews-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
}

.reviews-slider::-webkit-scrollbar {
    display: none;
}

.review-card {
    min-width: 280px;
    max-width: 300px;
    background: white;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #e5edf5;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.review-card p {
    font-size: 0.95rem;
    color: #4b4e4e;
    margin-bottom: 12px;
    line-height: 1.6;
}

.review-card strong {
    color: #0f4c81;
    font-weight: 700;
}
.site-footer {
    background: #0f4c81;
    color: white;
    padding: 50px 20px;
    margin-top: 60px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-left h4 {
    font-weight: 800;
    margin-bottom: 10px;
}

.footer-left p {
    opacity: 0.8;
    margin-bottom: 15px;
}

.footer-contact div {
    margin-bottom: 6px;
    opacity: 0.9;
}

.footer-right p {
    font-weight: 700;
    margin-bottom: 10px;
}

.socials {
    display: flex;
    gap: 15px;
}

.socials a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.socials a:hover {
    color: #ff7a00;
}

/* MOBILE */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .socials {
        justify-content: center;
    }
}