/* ========================================
   LANDING PAGE — PEDIA.DOG
   Fialová brand paleta, BEM
   Tichý rozjezd / pozvánka pro zakládající chovatelky
   Samostatný layout bez hlavního menu — vlastní topbar + patička

   MOBILE-FIRST: základní styly = mobil. Desktop nadstavby v @media (min-width: 768px).
   ======================================== */

.landing-body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #0f172a;
    line-height: 1.6;
    background: #fff;
}

/* Minimalistická horní lišta — jen logo + Přihlásit se */
.landing-topbar {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.landing-topbar__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.landing-topbar__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.landing-topbar__logo-image {
    height: 32px;
    width: auto;
    display: block;
}

.landing-topbar__login {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.landing-topbar__login svg {
    width: 18px;
    height: 18px;
}

.landing-topbar__login span {
    display: none;
}

.landing-topbar__login:hover {
    color: #7c3aed;
    border-color: #ddd6fe;
    background: #faf5ff;
}

/* Minimalistická patička */
.landing-foot {
    background: #0f172a;
    color: #94a3b8;
    padding: 32px 20px;
}

.landing-foot__inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.landing-foot__copy {
    font-size: 13px;
    margin: 0;
}

.landing-foot__links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-foot__links a {
    color: #cbd5e1;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.landing-foot__links a:hover {
    color: #fff;
}

.landing {
    color: #0f172a;
    line-height: 1.6;
    overflow-x: hidden;
}

.landing__section-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 12px;
}

.landing__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7c3aed;
    margin-bottom: 10px;
}

.landing__section-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.landing__section-lead {
    font-size: 16px;
    color: #475569;
    max-width: 680px;
    margin: 0 auto 32px;
}

/* ========================================
   HERO
   ======================================== */

.landing__hero {
    background:
        radial-gradient(ellipse 1000px 500px at 50% -100px, rgba(167, 139, 250, 0.35) 0%, transparent 70%),
        linear-gradient(180deg, #faf5ff 0%, #ffffff 100%);
    padding: 28px 20px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.landing__hero-inner {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.landing__hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ddd6fe;
    color: #6d28d9;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 999px;
    margin-top: 4px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.1);
}

.landing__hero-badge-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.landing__hero-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin: 0 0 12px;
    letter-spacing: -1px;
}

.landing__hero-accent {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing__hero-lead {
    font-size: 16px;
    color: #475569;
    max-width: 680px;
    margin: 0 auto 16px;
    line-height: 1.5;
}

.landing__hero-lead strong {
    color: #7c3aed;
    font-weight: 700;
}

.landing__hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.landing__hero-cta .landing__btn {
    width: 100%;
    box-sizing: border-box;
}

.landing__hero-note {
    margin-top: 20px;
    font-size: 13px;
    color: #94a3b8;
}

/* Počítadlo */
.landing__counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4px;
}

.landing__counter-num {
    font-size: 56px;
    font-weight: 800;
    color: #7c3aed;
    line-height: 1;
    letter-spacing: -2px;
}

.landing__counter-total {
    font-size: 32px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0;
}

.landing__counter-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #64748b;
    margin-top: 4px;
}

.landing__counter--compact {
    margin-bottom: 20px;
}

.landing__counter--compact .landing__counter-num {
    font-size: 56px;
}

.landing__counter--compact .landing__counter-total {
    font-size: 26px;
}

/* Tlačítka */
.landing__btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 1.3;
}

.landing__btn--primary {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
}

.landing__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.45);
}

.landing__btn--ghost {
    background: #fff;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.landing__btn--ghost:hover {
    background: #faf5ff;
    color: #7c3aed;
    border-color: #ddd6fe;
}

.landing__btn--large {
    padding: 16px 28px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.landing__btn--white-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.landing__btn--white-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* Jemný textový odkaz pod tlačítky */
.landing__link-plain {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
    margin-top: 8px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.landing__link-plain:hover {
    color: #7c3aed;
    text-decoration: underline;
}

/* Oddělovač "nebo" mezi dvěma tlačítky */
.landing__or {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 14px 0;
}

.landing__or::before,
.landing__or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

/* Kontejner tlačítek ve finální sekci */
.landing__final-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.landing__final-buttons .landing__btn {
    min-width: 280px;
}

/* ========================================
   VIDEO
   ======================================== */

.landing__video-section {
    background: #0f172a;
    padding: 64px 20px;
    text-align: center;
    color: #fff;
}

.landing__video-section .landing__section-title {
    color: #fff;
    margin-bottom: 28px;
}

.landing__video {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    text-decoration: none;
}

.landing__video-frame {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #1f1147 0%, #3b1f7a 50%, #6d28d9 100%);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(124, 58, 237, 0.4);
    transition: transform 0.2s ease;
}

.landing__video:hover .landing__video-frame {
    transform: translateY(-3px);
}

.landing__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 56px;
}

.landing__video-play svg {
    width: 100%;
    height: 100%;
    display: block;
}

.landing__video:hover .landing__video-play svg path {
    fill: #cc0000 !important;
    fill-opacity: 1 !important;
}

.landing__video-caption {
    margin-top: 16px;
    color: #94a3b8;
    font-size: 14px;
    font-style: italic;
}

/* ========================================
   PAIN — problém
   ======================================== */

.landing__section {
    padding: 48px 12px;
}

.landing__section--pain {
    background: #fff;
    text-align: center;
}

.landing__pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

/* Karty „bolesti" — centrovaná verze: bílá karta, kulatá fialová placka
   s bílou ikonou nahoře uprostřed. Větší písmo, vzdušnější. */
.landing__pain-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 28px 36px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 8px 24px rgba(102, 126, 234, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing__pain-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 14px 32px rgba(102, 126, 234, 0.18);
}

/* Velká kulatá ikona v brand fialové, bílý SVG glyph uvnitř (currentColor). */
.landing__pain-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.35);
}

.landing__pain-icon svg {
    width: 34px;
    height: 34px;
    stroke-width: 2;
}

.landing__pain-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.2px;
}

.landing__pain-card p {
    font-size: 15px;
    color: #475569;
    margin: 0;
    line-height: 1.65;
}

/* Větší titulek pro sekci ve stylu „Features" — eyebrow + velký title + lead. */
.landing__section-title--big {
    font-size: 40px;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .landing__section-title--big {
        font-size: 48px;
    }
}

/* ========================================
   RESENÍ / FEATURES
   ======================================== */

.landing__section--solution {
    background: linear-gradient(180deg, #faf5ff 0%, #ffffff 100%);
    text-align: center;
}

/* Layout: mobil = stack (obrázek nahoře, body pod sebou),
   desktop = 2 sloupce (obrázek vlevo, body vpravo). */
.landing__how {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
    max-width: 1080px;
    margin: 48px auto 0;
    text-align: left;
}

.landing__how-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.landing__how-image img {
    display: block;
    width: 100%;
    max-width: 460px;
    height: auto;
}

/* Reset OL — body jdou pod sebou bez puntíků a čísel. */
.landing__how-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Jednotlivý bod = ikona vlevo + text vpravo. */
.landing__how-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    align-items: flex-start;
    position: relative;
}

/* Tenká spojnice mezi ikonami (jako na referenčním screenshotu). */
.landing__how-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 64px;
    bottom: -28px;
    width: 1px;
    background: linear-gradient(180deg, rgba(124, 58, 237, 0.35), rgba(124, 58, 237, 0));
}

.landing__how-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: #7c3aed;
    border: 1.5px solid #ede9fe;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.12);
    flex-shrink: 0;
}

.landing__how-icon svg {
    width: 30px;
    height: 30px;
}

.landing__how-text h3 {
    font-size: 19px;
    font-weight: 700;
    color: #7c3aed;
    margin: 6px 0 8px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.landing__how-text p {
    font-size: 15px;
    color: #475569;
    margin: 0 0 6px;
    line-height: 1.65;
}

.landing__how-text strong {
    color: #7c3aed;
}

.landing__how-soon {
    font-size: 13px !important;
    color: #7c3aed !important;
    font-style: italic;
    margin-top: 8px !important;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.landing__how-soon-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ========================================
   SHOWCASE STANICE
   ======================================== */

/* Showcase = tmavé pozadí jako video sekce, telefonní rámečky se slideremem. */
.landing__section--showcase {
    background: #0f172a;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.landing__section--showcase .landing__eyebrow {
    color: #c4b5fd;
}

.landing__section--showcase .landing__section-title {
    color: #fff;
}

.landing__section--showcase .landing__section-lead {
    color: #cbd5e1;
}

/* Posouvatelný řádek telefonů. Scroll-snap zajistí pěkné „cvaknutí"
   na další telefon. Funguje i bez JS. */
.landing__phones {
    display: flex;
    gap: 24px;
    justify-content: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 40px 20px 28px;
    margin: 0 -20px;
    scrollbar-width: none;
}

.landing__phones::-webkit-scrollbar {
    display: none;
}

/* Jednotlivý telefon — pevná šířka + scroll-snap. Vizuální ukázka, ne odkaz. */
.landing__phone {
    flex: 0 0 auto;
    width: 260px;
    scroll-snap-align: center;
}

.landing__phones-hint {
    color: #94a3b8;
    font-size: 13px;
    font-style: italic;
    margin: 4px 0 0;
}

/* Tmavý rámeček telefonu — padding kolem screenu, zaoblené rohy, stín. */
.landing__phone-frame {
    position: relative;
    background: #1e293b;
    border-radius: 36px;
    padding: 12px 10px;
    box-shadow:
        0 0 0 2px #334155,
        0 24px 60px rgba(0, 0, 0, 0.5),
        0 12px 30px rgba(124, 58, 237, 0.2);
}

/* Notch nahoře — drobný tmavý oválek pro „kameru". */
.landing__phone-notch {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 16px;
    background: #0f172a;
    border-radius: 999px;
    z-index: 2;
}

/* Vnitřní obrazovka — drží reálný screenshot stránky stanice. */
.landing__phone-screen {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    aspect-ratio: 9 / 19.5;
    display: block;
}

.landing__phone-screenshot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* 3 varianty výřezu dlouhé homepage — úvod, střed, spodek stránky. */
.landing__phone--top .landing__phone-screenshot { object-position: 50% 0%; }
.landing__phone--mid .landing__phone-screenshot { object-position: 50% 50%; }
.landing__phone--bot .landing__phone-screenshot { object-position: 50% 100%; }

.landing__stations-footer {
    margin-top: 28px;
}

.landing__link-subtle--on-dark {
    color: #c4b5fd;
}

.landing__link-subtle--on-dark:hover {
    color: #fff;
}

.landing__link-subtle {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.landing__link-subtle:hover {
    text-decoration: underline;
}

/* ========================================
   STEPS
   ======================================== */

/* Světle fialový podklad — odliší se od tmavého showcase a přirozeně
   přejde do bílé sekce zakladatelky. */
.landing__section--steps {
    background: linear-gradient(180deg, #ede9fe 0%, #faf5ff 100%);
    text-align: center;
    color: #1e293b;
}

.landing__section--steps .landing__eyebrow {
    color: #7c3aed;
}

.landing__section--steps .landing__section-title {
    color: #0f172a;
}

.landing__section--steps .landing__section-lead {
    color: #475569;
}

.landing__steps {
    list-style: none;
    padding: 0;
    margin: 56px auto 0;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}

/* Bez rámečku, bez pozadí — jen ikona, nadpis, popis. */
.landing__step {
    background: transparent;
    padding: 0 12px;
    text-align: center;
}

/* Velká kulatá ikona s fialovým gradientem a bílým glyfem. */
.landing__step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff;
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.45);
    margin-bottom: 22px;
}

.landing__step-icon svg {
    width: 44px;
    height: 44px;
}

/* Tahák — velký, tmavě fialový, výrazný. */
.landing__step h3 {
    font-size: 26px;
    font-weight: 800;
    color: #6d28d9;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.landing__step p {
    font-size: 15px;
    color: #475569;
    margin: 0;
    line-height: 1.65;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   FOUNDER
   ======================================== */

.landing__section--founder {
    background: linear-gradient(135deg, #1f1147 0%, #3b1f7a 50%, #6d28d9 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-bottom: 0;
}

.landing__section--founder .landing__section-inner {
    position: relative;
    z-index: 1;
}

/* Vrstva s geometrickými vzory na pozadí */
.landing__founder-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.landing__founder-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    will-change: transform, opacity;
}

/* Tečky se liší velikostí a fází animace — vznik plynulého třpytu. */
.landing__founder-dot--1  { top: 12%;  left: 6%;   width: 5px; height: 5px; animation: founder-pulse 4.5s ease-in-out infinite; }
.landing__founder-dot--2  { top: 28%;  left: 22%;  width: 3px; height: 3px; animation: founder-pulse 5s   ease-in-out infinite 0.6s; }
.landing__founder-dot--3  { top: 48%;  left: 12%;  width: 7px; height: 7px; animation: founder-pulse 6s   ease-in-out infinite 1.1s; }
.landing__founder-dot--4  { top: 72%;  left: 8%;   width: 4px; height: 4px; animation: founder-pulse 4s   ease-in-out infinite 1.6s; }
.landing__founder-dot--5  { bottom: 16%; left: 32%; width: 6px; height: 6px; animation: founder-pulse 5.5s ease-in-out infinite 2.2s; }
.landing__founder-dot--6  { top: 8%;   right: 24%; width: 3px; height: 3px; animation: founder-pulse 4s   ease-in-out infinite 0.4s; }
.landing__founder-dot--7  { top: 22%;  right: 6%;  width: 5px; height: 5px; animation: founder-pulse 5s   ease-in-out infinite 1.3s; }
.landing__founder-dot--8  { top: 42%;  right: 18%; width: 7px; height: 7px; animation: founder-pulse 6s   ease-in-out infinite 2s; }
.landing__founder-dot--9  { bottom: 28%; right: 8%; width: 4px; height: 4px; animation: founder-pulse 4.5s ease-in-out infinite 2.8s; }
.landing__founder-dot--10 { bottom: 6%; right: 38%; width: 3px; height: 3px; animation: founder-pulse 5s   ease-in-out infinite 0.9s; }
.landing__founder-dot--11 { top: 60%;  left: 38%;  width: 3px; height: 3px; animation: founder-pulse 4s   ease-in-out infinite 3.4s; }
.landing__founder-dot--12 { top: 18%;  left: 48%;  width: 5px; height: 5px; animation: founder-pulse 5.5s ease-in-out infinite 1.8s; }

@keyframes founder-pulse {
    0%, 100% { opacity: 0.15; transform: scale(0.8); }
    50%      { opacity: 1;    transform: scale(1.8); }
}

/* Uživatelé s preferencí redukovaného pohybu — animace se vypnou */
@media (prefers-reduced-motion: reduce) {
    .landing__founder-dot {
        animation: none;
        opacity: 0.5;
    }
}

.landing__founder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
    text-align: center;
}

/* Mobil: fotka přetéká přes vnitřní 20px padding, aby byla výrazně větší
   a sedla skoro od kraje k kraji fialového bannerou. */
.landing__founder-photo {
    margin: 0 -20px;
    line-height: 0;
}

.landing__founder-photo-img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1.18) contrast(0.88) saturate(1.1) drop-shadow(0 24px 32px rgba(0, 0, 0, 0.35));
}

.landing__section--founder .landing__eyebrow {
    color: #c4b5fd;
}

.landing__founder-text h2 {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #fff;
}

.landing__founder-role {
    color: #c4b5fd;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 16px;
}

.landing__founder-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 12px;
    line-height: 1.7;
}

.landing__founder-text strong {
    color: #fff;
    font-weight: 700;
}

/* ========================================
   BENEFITS
   ======================================== */

.landing__section--benefits {
    background: linear-gradient(180deg, #faf5ff 0%, #ede9fe 100%);
    text-align: center;
}

.landing__benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 40px 0 48px;
}

.landing__benefit {
    background: #fff;
    padding: 36px 24px 32px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    text-align: center;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.landing__benefit:hover {
    border-color: #c4b5fd;
    transform: translateY(-2px);
}

/* Kolečko s SVG ikonou — fialové, bílá ikona uvnitř. */
.landing__benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff;
    margin: 0 auto 18px;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

.landing__benefit-icon svg {
    width: 28px;
    height: 28px;
}

.landing__benefit h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.3;
}

.landing__benefit p {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}

.landing__final-cta {
    background: #fff;
    border: 2px solid #ddd6fe;
    border-radius: 20px;
    padding: 40px 28px;
    max-width: 560px;
    margin: 0 auto;
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15);
}

.landing__final-note {
    margin-top: 16px;
    font-size: 13px;
    color: #94a3b8;
}

.landing__final-note a {
    color: #7c3aed;
    text-decoration: underline;
}

/* ========================================
   FAQ
   ======================================== */

.landing__section--faq {
    background: #fff;
}

.landing__section--faq .landing__section-title {
    text-align: center;
    margin-bottom: 40px;
}

.landing__faq {
    background: #faf5ff;
    border: 1px solid #ede9fe;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 12px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.landing__faq[open] {
    border-color: #ddd6fe;
    background: #fff;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.08);
}

.landing__faq summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
    list-style: none;
    position: relative;
    padding-right: 28px;
}

.landing__faq summary::-webkit-details-marker {
    display: none;
}

.landing__faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #7c3aed;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.landing__faq[open] summary::after {
    content: "−";
}

.landing__faq p {
    margin: 12px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   FINAL CTA
   ======================================== */

.landing__final {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 50%, #4c1d95 100%);
    padding: 56px 12px;
    text-align: center;
    color: #fff;
}

.landing__final h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 14px;
    color: #fff;
}

.landing__final p {
    font-size: 17px;
    color: #ddd6fe;
    margin: 0 0 28px;
}

.landing__final .landing__btn--primary {
    background: #fff;
    color: #6d28d9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.landing__final .landing__btn--primary:hover {
    background: #faf5ff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.landing__final-small {
    margin-top: 28px;
    font-size: 14px;
    color: #c4b5fd;
}

.landing__final-small a {
    color: #fff;
    text-decoration: underline;
}

/* ========================================
   KONTAKTNÍ FORMULÁŘ (uvnitř final CTA)
   Mobile-first
   ======================================== */

.landing__contact {
    margin-top: 40px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 24px 14px;
    backdrop-filter: blur(8px);
}

.landing__contact-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}

.landing__contact-lead {
    font-size: 14px;
    color: #ddd6fe;
    margin: 0 0 20px;
}

.landing__contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.landing__contact-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.landing__contact-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.landing__contact-label {
    font-size: 13px;
    font-weight: 600;
    color: #ddd6fe;
}

.landing__contact-input,
.landing__contact-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    font-family: inherit;
    color: #0f172a;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing__contact-input::placeholder,
.landing__contact-textarea::placeholder {
    color: #94a3b8;
}

.landing__contact-input:focus,
.landing__contact-textarea:focus {
    outline: none;
    border-color: #c4b5fd;
    box-shadow: 0 0 0 3px rgba(196, 181, 253, 0.35);
}

.landing__contact-textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.5;
}

/* Honeypot proti robotům — vizuálně skrytý, ale ne display:none kvůli botům */
.landing__contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.landing__contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: #fff;
    color: #6d28d9;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}

.landing__contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
    background: #faf5ff;
}

/* Stav po odeslání */
.landing__contact-thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    color: #fff;
}

/* Když je atribut hidden, schovat — třída by jinak přebila browserovou výchozí hodnotu */
.landing__contact-thanks[hidden] {
    display: none;
}

.landing__contact-thanks-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.landing__contact-thanks p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.landing__contact-thanks strong {
    color: #ddd6fe;
}

/* ========================================
   TABLET (≥ 640px) — drobné nadstavby
   ======================================== */

@media (min-width: 640px) {
    .landing__final-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

/* ========================================
   DESKTOP (≥ 768px) — větší rozestupy, vícesloupcové layouty
   ======================================== */

@media (min-width: 768px) {
    .landing-topbar__inner {
        padding: 0 20px;
    }

    .landing-topbar__logo-image {
        height: 40px;
    }

    .landing-topbar__login {
        padding: 8px 16px;
        font-size: 14px;
    }

    .landing-topbar__login span {
        display: inline;
    }

    .landing-foot__inner {
        flex-direction: row;
        text-align: left;
    }

    .landing-foot__links {
        justify-content: flex-start;
    }

    .landing__section-title {
        font-size: 32px;
    }

    .landing__hero {
        padding: 80px 20px 72px;
    }

    .landing__hero-title {
        font-size: 48px;
        margin: 0 0 20px;
    }

    .landing__hero-lead {
        font-size: 19px;
        margin: 0 auto 36px;
        line-height: 1.6;
    }

    .landing__hero-badge {
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .landing__hero-cta .landing__btn {
        width: auto;
    }

    .landing__counter-num {
        font-size: 72px;
    }

    .landing__btn--large {
        padding: 18px 36px;
        font-size: 17px;
        width: auto;
    }

    .landing__section {
        padding: 72px 20px;
    }

    .landing__section-inner {
        padding: 0 20px;
    }

    .landing__how {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 64px;
        margin-top: 64px;
    }

    .landing__how-image img {
        max-width: 100%;
    }

    .landing__how-list {
        gap: 32px;
    }

    .landing__how-text h3 {
        font-size: 21px;
    }

    /* Sekce: 2 cm prostor nahoře, dole 0 — fotka půjde od spoda. */
    .landing__section--founder {
        padding-top: 76px;
        padding-bottom: 0;
    }

    .landing__founder {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .landing__founder-text {
        max-width: 62%;
        padding-bottom: 72px;
        position: relative;
        z-index: 2;
    }

    /* Fotka — větší, zasahuje výš do sekce (top je nad inner) a stále
       zarovnaná s pravým okrajem inneru (1080px). Text nad ní díky
       z-indexu, takže může pravou stranou zasahovat do fotky. */
    .landing__founder-photo {
        position: absolute;
        top: -56px;
        right: 0;
        bottom: 0;
        width: 55%;
        max-width: none;
        margin: 0;
        z-index: 1;
    }

    .landing__founder-photo-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom right;
    }

    /* Provzdušněný text — větší písmo, větší mezery mezi prvky. */
    .landing__section--founder .landing__eyebrow {
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }

    .landing__founder-text h2 {
        font-size: 64px;
        line-height: 1.05;
        letter-spacing: -1.5px;
        margin: 0 0 14px;
    }

    .landing__section--founder .landing__founder-role {
        font-size: 18px;
        margin: 0 0 32px;
    }

    .landing__section--founder .landing__founder-text p {
        font-size: 18px;
        line-height: 1.75;
        margin: 0 0 22px;
    }

    .landing__final {
        padding: 72px 20px;
    }

    .landing__final h2 {
        font-size: 32px;
    }

    .landing__contact {
        padding: 32px 32px;
    }

    .landing__contact-title {
        font-size: 20px;
    }

    .landing__contact-row {
        flex-direction: row;
        gap: 16px;
    }
}
