:root {
    --advice-bg: #061719;
    --advice-dark: #082426;
    --advice-card: rgba(8, 39, 40, 0.9);
    --advice-light: #f5f2e9;
    --advice-light-2: #fffdfa;
    --advice-text: #092426;
    --advice-muted: #4a5c58;
    --green: #2f936f;
    --green-light: #75d0a7;
    --green-dark: #1f6f54;
    --green-gradient: linear-gradient(135deg, #47b98a 0%, #2f936f 100%);
    --gold: var(--green);
    --gold-light: var(--green-light);
    --gold-dark: var(--green-dark);
    --blue: var(--green);
    --blue-light: var(--green-light);
    --blue-gradient: var(--green-gradient);
}

body > nav.navbar {
    display: none;
}

.advice-header {
    background: rgba(2, 14, 16, 0.94);
}

.hero-blue {
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #061719;
    border-bottom: 1px solid rgba(47, 147, 111, 0.22);
}

.hero-blue::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(3, 22, 24, 0.92) 0%, rgba(3, 22, 24, 0.76) 48%, rgba(3, 22, 24, 0.58) 100%);
    pointer-events: none;
}

.hero-blue > .container { position: relative; z-index: 2; }

.hero-blue .row {
    min-height: 500px;
}

.hero-blue .col-lg-7 {
    max-width: 780px;
}

.hero-blue .btn-outline-light {
    display: none;
}

.hero-img-poradenstvi,
.floating-badge {
    display: none !important;
}

.text-blue-light,
.text-berry-light {
    color: var(--gold-light) !important;
}

.active-blue,
.site-nav .nav-link.active {
    color: var(--gold-light) !important;
}

.active-blue::after {
    background-color: var(--gold-light) !important;
    width: 80% !important;
}

.btn-blue-custom {
    background: var(--green-gradient);
    color: #071719;
    border: 0;
    box-shadow: 0 18px 34px rgba(47, 147, 111, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-blue-custom:hover {
    color: #071719;
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(47, 147, 111, 0.34);
}

.client-cta {
    position: relative;
    z-index: 2;
    padding: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(47, 147, 111, 0.12), transparent 26%),
        linear-gradient(180deg, var(--advice-light) 0%, var(--advice-light-2) 100%);
}

.client-cta .container {
    max-width: none;
    width: 100%;
    padding-inline: 0;
}

.client-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 30px clamp(24px, 6vw, 96px);
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.38), transparent 28%),
        linear-gradient(135deg, #75d0a7 0%, #3aaa80 48%, #247a5c 100%);
    color: #061719;
}

.client-cta-kicker {
    display: block;
    margin-bottom: 8px;
    color: rgba(7, 23, 25, 0.76);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.client-cta h2 {
    margin: 0;
    color: #071719;
    font-size: clamp(1.6rem, 2.4vw, 2.65rem);
    line-height: 1.1;
    font-weight: 850;
}

.client-cta p {
    max-width: 760px;
    margin: 10px 0 0;
    color: rgba(7, 23, 25, 0.8);
    font-size: 1rem;
    line-height: 1.52;
}

.client-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    min-width: min(100%, 520px);
}

.btn-cta-dark {
    background: #061719;
    color: #fff;
    border: 1px solid rgba(6, 23, 25, 0.9);
    border-radius: 8px;
    box-shadow: 0 16px 28px rgba(6, 23, 25, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
}

.btn-cta-dark:hover {
    background: #0b292b;
    color: #fff;
    transform: translateY(-2px);
}

.section-light,
.section-dark {
    position: relative;
}

.section-light {
    background:
        radial-gradient(circle at 12% 18%, rgba(47, 147, 111, 0.12), transparent 26%),
        linear-gradient(180deg, var(--advice-light) 0%, var(--advice-light-2) 100%);
    color: var(--advice-text);
}

.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6 {
    color: var(--advice-text) !important;
}

.section-light .text-white {
    color: var(--advice-text) !important;
}

.section-light p,
.section-light li,
.section-light .text-light-muted {
    color: var(--advice-muted) !important;
}

.section-light .text-blue-light,
.section-light .text-berry-light {
    color: var(--gold-dark) !important;
}

.section-dark {
    background:
        radial-gradient(circle at 86% 10%, rgba(47, 147, 111, 0.14), transparent 24%),
        linear-gradient(180deg, #061719 0%, #082426 100%);
    color: #fff;
    border-block: 1px solid rgba(47, 147, 111, 0.16);
}

.section-dark .text-light-muted {
    color: rgba(232, 239, 235, 0.78) !important;
}

.section-light .bg-card-dark,
.section-light .map-process-card {
    background: rgba(255, 255, 255, 0.88) !important;
    color: var(--advice-text);
    border: 1px solid rgba(8, 39, 40, 0.08) !important;
    box-shadow: 0 22px 58px rgba(8, 39, 40, 0.1);
}

.section-dark .bg-card-dark,
.section-dark .map-detail-panel,
.section-dark .accordion-item,
.section-dark .accordion-button,
.section-dark .bg-dark-custom {
    background: var(--advice-card) !important;
    color: #fff;
    border: 1px solid rgba(47, 147, 111, 0.24) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.border-top-blue {
    border-top: 5px solid var(--gold) !important;
}

.map-segment-btn {
    min-height: 132px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(232, 239, 235, 0.8);
    border: 2px solid rgba(47, 147, 111, 0.22) !important;
    transition: all 0.24s ease;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.map-segment-btn:hover {
    transform: translateY(-3px);
    border-color: var(--gold-light) !important;
    color: #fff;
    box-shadow: 0 20px 42px rgba(47, 147, 111, 0.24);
}

.map-segment-btn.active {
    background: var(--blue-gradient);
    color: #071719;
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(47, 147, 111, 0.34);
    border-color: transparent !important;
}

.min-h-300 {
    min-height: 320px;
}

.fade-enter-active {
    animation: fadeInSlideLeft 0.4s ease forwards;
}

@keyframes fadeInSlideLeft {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.process-map-wrapper {
    max-width: 940px;
    margin: 0 auto;
}

.map-steps-nav {
    z-index: 1;
}

.map-progress-line {
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: rgba(8, 39, 40, 0.16);
    z-index: -1;
}

.map-step-node {
    width: 20%;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.map-step-node:hover {
    transform: translateY(-2px);
}

.map-step-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 2px solid rgba(8, 39, 40, 0.16);
    border-radius: 50%;
    background: #fff;
    color: var(--advice-muted);
    font-weight: 800;
    transition: all 0.22s ease;
}

.map-step-title {
    font-size: 0.85rem;
    color: var(--advice-muted);
    font-weight: 700;
}

.map-step-node.active .map-step-circle {
    background: var(--blue-gradient);
    border-color: var(--gold-light);
    color: #071719;
    box-shadow: 0 0 22px rgba(47, 147, 111, 0.38);
    transform: scale(1.08);
}

.map-step-node.active .map-step-title {
    color: var(--advice-text);
    font-weight: 800;
}

.map-process-card {
    min-height: 380px;
}

.animate-fade-in {
    animation: mapStepFadeIn 0.5s ease forwards;
}

@keyframes mapStepFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-button:not(.collapsed) {
    background: var(--blue-gradient) !important;
    color: #071719 !important;
}

.accordion-button::after {
    filter: invert(1);
}

.form-control-dark-blue {
    background-color: rgba(2, 14, 16, 0.78);
    border: 1px solid rgba(47, 147, 111, 0.28);
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-dark-blue:focus {
    background-color: rgba(2, 14, 16, 0.92);
    color: #fff;
    border-color: var(--gold-light);
    box-shadow: 0 0 0 0.25rem rgba(47, 147, 111, 0.22);
}

.form-control-dark-blue::placeholder {
    color: rgba(232, 239, 235, 0.46);
}

select.form-control-dark-blue {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    appearance: none;
}

.custom-checkbox-blue:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

.custom-checkbox-blue:focus {
    border-color: var(--gold-light);
    box-shadow: 0 0 0 0.25rem rgba(47, 147, 111, 0.22);
}

.footer-link {
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: var(--gold-light) !important;
}

@media (max-width: 991px) {
    .hero-blue {
        min-height: auto;
        padding-block: 72px !important;
    }

    .hero-blue .row {
        min-height: 0;
    }

    .client-cta-box {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .client-cta-actions {
        justify-content: flex-start;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .map-step-title {
        display: none;
    }

    .map-progress-line {
        left: 5%;
        right: 5%;
    }

    .map-step-circle {
        width: 46px;
        height: 46px;
        font-size: 0.86rem;
    }

    .client-cta-actions .btn {
        width: 100%;
    }
}
