body {
    font-family: 'Inter', system-ui, sans-serif;
}

.alert-notification {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1100;
    width: min(900px, calc(100% - 2rem));
}

/* EVOLUTION LANDING */
.evolution-mainbar-hero {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.58)),
        url('/assets/img/content/evolution_bg1.png?v=2');
    background-size: cover;
    background-position: center top;
}

.city-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.city-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.4s ease;
}

.city-card .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 3;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.city-card .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.45) 100%);
    transition: opacity 0.3s ease;
}

.overlay h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.overlay span {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.85;
}

.city-card .tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0.55em;
    line-height: 1.2;
    opacity: 0.85;
    pointer-events: none;
}

.city-card .tag {
    text-transform: lowercase;
    margin-right: 6px;
}

.hero-darkness-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.city-card.is-online:hover img {
    transform: scale(1.06);
}

.city-card.is-offline img {
    filter: grayscale(100%);
}

.city-card:hover .overlay,
.city-card:hover .hero-darkness-overlay {
    opacity: 0;
}

.city-card.is-done img {
    filter: grayscale(100%);
}

.city-card.is-done:hover img {
    transform: none;
}

.city-card.is-done .overlay,
.city-card.is-done .hero-darkness-overlay,
.city-card.is-done:hover .overlay,
.city-card.is-done:hover .hero-darkness-overlay {
    opacity: 1;
}

.lesson-done-ribbon {
    position: absolute;
    top: 14px;
    right: -44px;
    z-index: 4;
    width: 170px;
    text-align: center;
    padding: 0.32rem 0;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #1f8f4a, #36b36b);
    transform: rotate(38deg);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.lesson-wip-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    padding: 0.32rem 0.62rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
    pointer-events: none;
}

.city-card.is-offline:hover .overlay,
.city-card.is-offline:hover .hero-darkness-overlay {
    opacity: 1;
}

.evo-lp-section {
    padding: 5rem 0;
}

.evo-lp-section-alt {
    background: #f7f9fb;
}

.evo-lp-kicker {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2f7d32;
    margin-bottom: 0.9rem;
}

.evo-lp-title {
    font-size: 2.05rem;
    font-weight: 800;
    color: #16212b;
    line-height: 1.2;
}

.evo-lp-text {
    color: #364452;
    font-size: 1.03rem;
    line-height: 1.65;
}

.evo-learn-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.18rem 0.65rem;
    margin: 0 auto 0.55rem;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f5f30;
    background: linear-gradient(135deg, #dff7e7, #ecfff3);
    box-shadow: inset 0 0 0 1px rgba(32, 122, 62, 0.18);
}

.evo-learn-badge::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #1f8f4a;
    box-shadow: 0 0 0 4px rgba(31, 143, 74, 0.14);
}

.evo-learn-goal {
    display: block;
    text-align: center;
    margin-bottom: 0.75rem;
}

.evo-lp-shadow {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
}

.evo-lp-image {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.evo-author-image {
    min-height: 520px;
    object-position: center top;
}

.evo-author-text {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.evo-author-kicker {
    position: relative;
    min-width: 190px;
    min-height: 1.2em;
    cursor: pointer;
}

.evo-author-kicker-short,
.evo-author-kicker-full {
    display: inline-block;
    transition: opacity 0.2s ease;
}

.evo-author-kicker-full {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.evo-author-kicker:hover .evo-author-kicker-short {
    opacity: 0;
}

.evo-author-kicker:hover .evo-author-kicker-full {
    opacity: 1;
}

.evo-lp-step {
    padding: 1.4rem;
    height: 100%;
}

.evo-lp-step-index {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: #28a745;
    margin-bottom: 0.8rem;
}

.evo-lp-how .evo-lp-step {
    padding: 0;
    overflow: hidden;
}

.evo-lp-how .evo-lp-step-media {
    position: relative;
}

.evo-lp-how .evo-lp-step-media .evo-lp-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.evo-lp-how .evo-lp-step-content {
    padding: 1.2rem 1.2rem 1.3rem;
}

.evo-lp-how .evo-lp-step-index {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    margin-bottom: 0;
    width: 36px;
    height: 36px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.evo-lp-pillars .card {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}

.evo-lp-pillars .evo-lp-image {
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.evo-lp-pillars .card-body {
    min-height: 165px;
}

.evo-lp-pillars .card-body h5 {
    text-align: center;
}

@media (max-width: 767.98px) {
    .evo-lp-pillars .evo-lp-image {
        height: 190px;
    }

    .evo-lp-how .evo-lp-step-media .evo-lp-image {
        height: 190px;
    }
}

.evo-lp-roadmap-item {
    border-left: 3px solid #28a745;
    padding: 0.2rem 0 1.1rem 1.1rem;
    margin-left: 0.35rem;
}

.evo-roadmap-lead {
    font-size: 1.05rem;
    font-weight: 700;
    color: #163425;
    margin-bottom: 1rem;
}

.evo-roadmap-chart-wrap {
    padding: 1rem;
    border-radius: 16px;
    background: #fff;
}

.evo-roadmap-chart {
    width: 100%;
    height: auto;
    display: block;
}

.evo-roadmap-axis {
    stroke: #8fa3b5;
    stroke-width: 1.5;
}

.evo-roadmap-grid {
    stroke: #dfe6ec;
    stroke-width: 1;
    stroke-dasharray: 4 6;
}

.evo-roadmap-fill {
    fill: url(#roadmapFill);
}

.evo-roadmap-line {
    fill: none;
    stroke: url(#roadmapLine);
    stroke-width: 4;
    stroke-linecap: round;
}

.evo-roadmap-point {
    fill: #1f8f4a;
    stroke: #fff;
    stroke-width: 2;
}

.evo-roadmap-x,
.evo-roadmap-y {
    fill: #4a5a67;
    font-size: 13px;
    font-weight: 600;
}

.evo-lp-offer-card {
    border-radius: 15px;
    border: 1px solid #e6e9ee;
    height: 100%;
}

.evo-lp-offer-card.featured {
    border: 2px solid #28a745;
    box-shadow: 0 14px 26px rgba(40, 167, 69, 0.17);
}

.evo-lp-offer-price {
    font-size: 2rem;
    font-weight: 800;
    color: #182432;
}

.evo-lp-faq details {
    background: #fff;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    padding: 1rem 1.1rem;
}

.evo-lp-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #16212b;
    outline: none;
}

.evo-lp-final {
    background: #fff;
    color: #16212b;
    padding-top: 7rem;
    padding-bottom: 7rem;
    border-top: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
}

.evo-lp-final .evo-lp-title {
    color: #16212b;
}

.evo-lp-final .evo-lp-text {
    color: #364452;
}

.evo-lp-jumbotron {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.evo-lp-jumbotron-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(6, 20, 14, 0.52), rgba(6, 20, 14, 0.26));
}

.evo-lp-jumbotron-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.evo-lp-jumbotron-caption {
    position: absolute;
    right: 1.1rem;
    bottom: 0.95rem;
    z-index: 2;
    margin: 0;
    max-width: min(520px, calc(100% - 2.2rem));
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.74);
    text-align: right;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.evo-lp-jumbotron h2 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.evo-lp-jumbotron-sub {
    max-width: 760px;
    margin: 0.9rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.evo-lp-jumbotron-right .evo-lp-jumbotron-content {
    text-align: right;
}

.evo-lp-jumbotron-right h2,
.evo-lp-jumbotron-right .evo-lp-jumbotron-sub {
    margin-left: auto;
    margin-right: 0;
}

.evo-lp-jumbotron-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(9, 24, 18, 0.34);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    backdrop-filter: blur(3px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.evo-lp-jumbotron-cta:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    background: rgba(15, 58, 38, 0.48);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767.98px) {
    .evo-author-image {
        min-height: 320px;
    }
}

/* SHARE */
.share-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: .5rem 1.2rem;
    font-size: .85rem;
    color: #444;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease, box-shadow .15s ease;
}

.share-btn:hover {
    background: #f5f5f5;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* ACCESS WIDGET */
.access-cta {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #fafafa;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.access-cta-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 6px 1fr auto;
    gap: 3rem;
    align-items: center;
    justify-items: center;
}

.access-cta-line {
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.05),
        rgba(0,0,0,.25),
        rgba(0,0,0,.05)
    );
    border-radius: 3px;
}

.access-cta-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.access-cta-text h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.55rem;
    font-weight: 600;
    color: #111;
}

.access-cta-text h4 {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

.access-cta-text p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.access-cta-action {
    align-self: center;
    justify-self: center;
}

.access-cta-btn {
    display: inline-block;
    padding: .9rem 2.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f6bff, #4f8cff);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.access-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(31,107,255,.25);
    color: #fff;
}

@media (max-width: 768px) {
    .access-cta-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }

    .access-cta-line {
        width: 100%;
        height: 4px;
    }

    .access-cta-action {
        margin-top: .5rem;
    }
}

/* LOCKED STATE */
.is-locked {
    pointer-events: none;
    filter: blur(2.6px) grayscale(40%);
    opacity: .55;
}

.article-body .is-locked {
    filter: blur(6px);
    user-select: none;
    pointer-events: none;
    opacity: .55;
}

.locked-wrap {
    position: relative;
    display: inline-block;
}

.locked-wrap--locked::after {
    content: "Vyžaduje plný přístup do sekce";
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.85);
    color: #fff;
    font-size: .75rem;
    padding: .4rem .7rem;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.locked-wrap--locked:hover::after {
    opacity: 1;
}

/* HERO */
.hero-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.hero-navbar {
    top: 0;
    z-index: 3;
}

.hero-overlay {
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-title-wrap {
    top: 22%;
    z-index: 2;
}

.hero-cta-wrap {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.hero-scroll {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.8);
    font-size: .85rem;
    letter-spacing: .15em;
}

.hero-scroll:hover {
    opacity: .6;
}

.section-pad {
    padding: 5rem 0 0;
}

.hero-btn {
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.85);
    padding: .85rem 2.4rem;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px;
    transition: background .3s, transform .2s;
}

.hero-btn:hover {
    background: rgba(0,0,0,.75);
    transform: scale(1.05);
    color: #fff;
}

/* ARTICLE */
.article-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.article-hero {
    font-size: clamp(1.4rem, 2.2vw, 1.7rem);
    line-height: 1.85;
    font-weight: 400;
    color: #2f2f2f;
    margin-bottom: 3.5rem;
}

.article-body {
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    line-height: 1.95;
    color: #5f5f5f;
}

.article-body p {
    margin-bottom: 2rem;
}

.article-hero::first-letter {
    float: left;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 600;
    margin-right: .6rem;
}

/* MEDIA */
.media-block {
    margin: 4rem 0;
    padding: 0;
}

/* VIMEO */
.demo-badge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: .4rem .9rem;
    border-radius: 999px;
    font-size: .75rem;
    letter-spacing: .15em;
    font-weight: 600;
    z-index: 5;
    pointer-events: none;
    text-transform: uppercase;
}

.embed-responsive-full {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.embed-responsive-full iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* CAROUSEL */
#lessonCarousel {
    width: 100%;
    margin: 0;
}

#lessonCarousel .carousel-item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#lessonCarousel .carousel-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    #lessonCarousel .carousel-item img {
        object-position: center top;
    }
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

/* BUTTONS */
.lesson_unlock {
    text-align: right;
    padding: 3rem 0;
}

.lesson_unlock .btn,
.lesson_unlock button {
    margin-left: .75rem;
    margin-bottom: .75rem;
}

.lesson_unlock .lp_mainbar_cta.anxiety {
    margin-top: 0 !important;
    margin-bottom: .75rem !important;
}

.btn-primary-lesson {
    background: linear-gradient(135deg, #1f6bff, #4f8cff);
    border: none;
    color: #fff;
}

.btn-primary-lesson:hover {
    filter: brightness(1.1);
    color: #fff;
}

.btn-secondary-lesson {
    background: transparent;
    border: 1px solid #cfcfcf;
    color: #444;
}

.btn-secondary-lesson:hover {
    background: #f3f3f3;
}

.hero-btn,
.btn-primary-lesson,
.btn-secondary-lesson {
    min-height: 48px;
}
