{"id":10,"date":"2026-06-25T15:52:00","date_gmt":"2026-06-25T13:52:00","guid":{"rendered":"https:\/\/nemamplan.cz\/index.php\/nemamplan-home\/"},"modified":"2026-06-25T15:58:19","modified_gmt":"2026-06-25T13:58:19","slug":"nemamplan-home","status":"publish","type":"page","link":"https:\/\/nemamplan.cz\/","title":{"rendered":"Nemamplan"},"content":{"rendered":"\n<style>\n  :root {\n    --np-bg: #050712;\n    --np-bg-soft: #0a1020;\n    --np-card: rgba(18, 25, 43, 0.72);\n    --np-card-strong: rgba(23, 30, 51, 0.9);\n    --np-line: rgba(255, 255, 255, 0.12);\n    --np-text: #f8fafc;\n    --np-muted: #aab2c5;\n    --np-soft: #d8dcf0;\n    --np-purple: #7c3aed;\n    --np-purple-2: #9333ea;\n    --np-purple-3: #c084fc;\n    --np-green: #22c55e;\n  }\n\n  html {\n    scroll-behavior: smooth;\n    margin-top: 0 !important;\n    overflow-x: hidden !important;\n  }\n\n  body {\n    background: var(--np-bg) !important;\n    overflow-x: hidden !important;\n  }\n\n  body.admin-bar #wpadminbar {\n    display: none !important;\n  }\n\n  body .wp-site-blocks,\n  body .entry-content,\n  body .wp-block-post-content,\n  body main {\n    margin: 0 !important;\n    padding: 0 !important;\n    max-width: none !important;\n  }\n\n  body .wp-site-blocks > header,\n  body .wp-site-blocks > footer,\n  body .wp-block-post-title,\n  body .wp-block-query-title,\n  body .wp-block-template-part {\n    display: none !important;\n  }\n\n  #nemamplan-landing,\n  #nemamplan-landing * {\n    box-sizing: border-box;\n  }\n\n  #nemamplan-landing {\n    min-height: 100vh;\n    overflow: hidden;\n    width: 100%;\n    max-width: 100vw;\n    background:\n      radial-gradient(circle at 14% 8%, rgba(124, 58, 237, 0.34), transparent 26rem),\n      radial-gradient(circle at 84% 22%, rgba(147, 51, 234, 0.22), transparent 24rem),\n      linear-gradient(180deg, #050712 0%, #07101d 46%, #050712 100%);\n    color: var(--np-text);\n    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    letter-spacing: 0;\n  }\n\n  #nemamplan-landing a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .np-shell {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .np-nav {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n    padding: 26px 0 18px;\n  }\n\n  .np-logo {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 28px;\n    font-weight: 800;\n    line-height: 1;\n  }\n\n  .np-logo-mark {\n    position: relative;\n    width: 34px;\n    height: 42px;\n    border-radius: 50% 50% 50% 8px;\n    background: linear-gradient(145deg, #c084fc 0%, #7c3aed 58%, #5b21b6 100%);\n    box-shadow: 0 14px 32px rgba(124, 58, 237, 0.42);\n    transform: rotate(45deg);\n  }\n\n  .np-logo-mark::after {\n    content: \"\";\n    position: absolute;\n    inset: 9px;\n    border-radius: 999px;\n    background: #070817;\n  }\n\n  .np-logo span {\n    color: #ffffff;\n  }\n\n  .np-logo strong {\n    color: var(--np-purple-3);\n  }\n\n  .np-nav-links {\n    display: flex;\n    align-items: center;\n    gap: 28px;\n    color: var(--np-soft);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .np-hero {\n    min-height: calc(100vh - 86px);\n    display: grid;\n    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);\n    align-items: center;\n    gap: 54px;\n    padding: 54px 0 74px;\n  }\n\n  .np-kicker {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 0 14px;\n    border: 1px solid rgba(192, 132, 252, 0.22);\n    border-radius: 999px;\n    background: rgba(124, 58, 237, 0.12);\n    color: #d8c5ff;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .np-hero h1 {\n    margin: 24px 0 18px;\n    max-width: 720px;\n    color: #ffffff;\n    font-size: clamp(48px, 6.4vw, 88px);\n    line-height: 0.98;\n    font-weight: 850;\n    letter-spacing: 0;\n  }\n\n  .np-gradient-text {\n    color: #a855f7;\n    background: linear-gradient(135deg, #a78bfa 8%, #7c3aed 56%, #c084fc 100%);\n    -webkit-background-clip: text;\n    background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .np-lead {\n    max-width: 610px;\n    margin: 0;\n    color: #c8cedd;\n    font-size: clamp(18px, 2vw, 22px);\n    line-height: 1.58;\n  }\n\n  .np-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin: 34px 0 0;\n  }\n\n  .np-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 56px;\n    padding: 0 24px;\n    border-radius: 16px;\n    font-size: 16px;\n    font-weight: 800;\n    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;\n  }\n\n  .np-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .np-button-primary {\n    background: linear-gradient(135deg, #7c3aed, #9333ea);\n    color: #ffffff;\n    box-shadow: 0 16px 42px rgba(124, 58, 237, 0.34);\n  }\n\n  .np-button-secondary {\n    border: 1px solid rgba(192, 132, 252, 0.42);\n    background: rgba(255, 255, 255, 0.04);\n    color: #efe7ff;\n  }\n\n  .np-proof {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 34px;\n    max-width: 610px;\n  }\n\n  .np-proof-item {\n    border: 1px solid var(--np-line);\n    border-radius: 18px;\n    background: rgba(255, 255, 255, 0.04);\n    padding: 16px;\n  }\n\n  .np-proof-item strong {\n    display: block;\n    color: #ffffff;\n    font-size: 18px;\n  }\n\n  .np-proof-item span {\n    display: block;\n    margin-top: 5px;\n    color: var(--np-muted);\n    font-size: 13px;\n    line-height: 1.35;\n  }\n\n  .np-showcase {\n    position: relative;\n    min-height: 660px;\n    overflow: hidden;\n  }\n\n  .np-glow {\n    position: absolute;\n    inset: 14% 2% auto auto;\n    width: 430px;\n    height: 430px;\n    border-radius: 999px;\n    background: radial-gradient(circle, rgba(124, 58, 237, 0.52), transparent 67%);\n    filter: blur(6px);\n    opacity: 0.85;\n  }\n\n  .np-phone {\n    position: absolute;\n    width: min(340px, 48vw);\n    min-height: 640px;\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 44px;\n    background: linear-gradient(180deg, rgba(10, 13, 28, 0.98), rgba(8, 11, 22, 0.98));\n    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46), inset 0 0 0 7px rgba(255, 255, 255, 0.04);\n    padding: 28px 22px;\n  }\n\n  .np-phone-main {\n    top: 0;\n    left: 8%;\n    transform: rotate(-4deg);\n    z-index: 2;\n  }\n\n  .np-phone-plan {\n    right: 1%;\n    bottom: 4%;\n    transform: rotate(5deg);\n    z-index: 1;\n  }\n\n  .np-phone-bar {\n    width: 100px;\n    height: 5px;\n    margin: 0 auto 24px;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.18);\n  }\n\n  .np-phone h3 {\n    margin: 0 0 10px;\n    color: #ffffff;\n    font-size: 27px;\n    line-height: 1.18;\n  }\n\n  .np-phone p {\n    margin: 0;\n    color: #b9c0d2;\n    line-height: 1.45;\n  }\n\n  .np-field {\n    margin: 22px 0;\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.06);\n    padding: 14px 15px;\n    color: #d9def0;\n    font-weight: 700;\n  }\n\n  .np-choice-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin: 14px 0 22px;\n  }\n\n  .np-choice {\n    min-height: 76px;\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.06);\n    padding: 14px;\n    color: #e5e7eb;\n    font-weight: 800;\n  }\n\n  .np-choice.is-active {\n    border-color: rgba(192, 132, 252, 0.72);\n    background: linear-gradient(135deg, rgba(124, 58, 237, 0.86), rgba(147, 51, 234, 0.72));\n    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.28);\n  }\n\n  .np-phone-button {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 52px;\n    border-radius: 15px;\n    background: linear-gradient(135deg, #7c3aed, #9333ea);\n    color: #ffffff;\n    font-weight: 850;\n  }\n\n  .np-plan-card {\n    margin-top: 20px;\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 18px;\n    background: rgba(255, 255, 255, 0.055);\n    padding: 14px;\n  }\n\n  .np-timeline {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .np-time-row {\n    display: grid;\n    grid-template-columns: 56px 1fr;\n    gap: 12px;\n    align-items: start;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.045);\n    padding: 13px;\n  }\n\n  .np-time {\n    color: #b991ff;\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .np-time-row strong {\n    display: block;\n    color: #ffffff;\n    font-size: 15px;\n  }\n\n  .np-time-row span {\n    display: block;\n    margin-top: 4px;\n    color: #aab2c5;\n    font-size: 12px;\n  }\n\n  .np-section {\n    padding: 84px 0;\n  }\n\n  .np-section-head {\n    max-width: 760px;\n    margin: 0 auto 34px;\n    text-align: center;\n  }\n\n  .np-section h2 {\n    margin: 0;\n    color: #ffffff;\n    font-size: clamp(32px, 4vw, 52px);\n    line-height: 1.08;\n    font-weight: 850;\n  }\n\n  .np-section-head p {\n    margin: 16px 0 0;\n    color: var(--np-muted);\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .np-grid {\n    display: grid;\n    gap: 18px;\n  }\n\n  .np-grid-4 {\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n\n  .np-grid-3 {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .np-grid-6 {\n    grid-template-columns: repeat(6, minmax(0, 1fr));\n  }\n\n  .np-card {\n    border: 1px solid var(--np-line);\n    border-radius: 22px;\n    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));\n    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);\n    padding: 24px;\n    min-height: 178px;\n  }\n\n  .np-card-kicker {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 42px;\n    height: 34px;\n    border-radius: 999px;\n    background: rgba(124, 58, 237, 0.18);\n    color: #c4b5fd;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .np-card h3 {\n    margin: 18px 0 8px;\n    color: #ffffff;\n    font-size: 21px;\n    line-height: 1.22;\n  }\n\n  .np-card p {\n    margin: 0;\n    color: #b6bdcf;\n    font-size: 15px;\n    line-height: 1.58;\n  }\n\n  .np-audience {\n    align-items: stretch;\n  }\n\n  .np-audience .np-card {\n    min-height: 132px;\n  }\n\n  .np-feature-card {\n    min-height: 148px;\n  }\n\n  .np-mission {\n    display: grid;\n    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);\n    gap: 26px;\n    align-items: stretch;\n    border: 1px solid rgba(192, 132, 252, 0.18);\n    border-radius: 30px;\n    background:\n      radial-gradient(circle at 84% 14%, rgba(124, 58, 237, 0.22), transparent 22rem),\n      rgba(255, 255, 255, 0.045);\n    padding: clamp(28px, 4vw, 44px);\n  }\n\n  .np-mission h2 {\n    margin-top: 0;\n  }\n\n  .np-mission p {\n    color: #c5cbda;\n    font-size: 18px;\n    line-height: 1.72;\n  }\n\n  .np-mission-list {\n    display: grid;\n    gap: 14px;\n  }\n\n  .np-mission-list div {\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 18px;\n    background: rgba(255, 255, 255, 0.045);\n    padding: 18px;\n    color: #e8eaf3;\n    font-weight: 750;\n  }\n\n  .np-cta {\n    text-align: center;\n    border: 1px solid rgba(192, 132, 252, 0.2);\n    border-radius: 30px;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.32), transparent 28rem),\n      rgba(255, 255, 255, 0.055);\n    padding: clamp(36px, 6vw, 68px) 24px;\n  }\n\n  .np-cta p {\n    max-width: 640px;\n    margin: 16px auto 28px;\n    color: #c5cbda;\n    font-size: 18px;\n    line-height: 1.62;\n  }\n\n  .np-footer {\n    border-top: 1px solid var(--np-line);\n    padding: 34px 0 42px;\n    color: #aab2c5;\n  }\n\n  .np-footer-inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n  }\n\n  .np-footer-links {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: flex-end;\n    gap: 18px;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .np-footer-links span,\n  .np-footer-links a {\n    color: #b8bfd2;\n  }\n\n  @media (max-width: 980px) {\n    .np-nav-links {\n      display: none;\n    }\n\n    .np-hero {\n      grid-template-columns: 1fr;\n      min-height: auto;\n      padding-top: 38px;\n    }\n\n    .np-showcase {\n      min-height: 620px;\n    }\n\n    .np-phone-main {\n      left: 0;\n    }\n\n    .np-phone-plan {\n      right: 0;\n    }\n\n    .np-grid-4,\n    .np-grid-3,\n    .np-grid-6,\n    .np-mission {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 680px) {\n    .np-shell {\n      width: min(100% - 28px, 520px);\n    }\n\n    .np-nav {\n      padding-top: 18px;\n    }\n\n    .np-logo {\n      font-size: 24px;\n    }\n\n    .np-hero {\n      gap: 32px;\n      padding: 34px 0 50px;\n    }\n\n    .np-hero h1 {\n      font-size: clamp(44px, 15vw, 64px);\n    }\n\n    .np-lead {\n      font-size: 17px;\n    }\n\n    .np-actions {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .np-button {\n      width: 100%;\n    }\n\n    .np-proof {\n      grid-template-columns: 1fr;\n    }\n\n    .np-showcase {\n      min-height: 760px;\n    }\n\n    .np-phone {\n      width: min(315px, 92vw);\n      max-width: calc(100vw - 28px);\n      min-height: auto;\n      position: relative;\n      inset: auto;\n    }\n\n    .np-phone-main {\n      margin: 0 auto;\n      transform: rotate(-2deg);\n    }\n\n    .np-phone-plan {\n      margin: -70px auto 0;\n      transform: rotate(2deg);\n    }\n\n    .np-grid-4,\n    .np-grid-3,\n    .np-grid-6,\n    .np-mission {\n      grid-template-columns: 1fr;\n    }\n\n    .np-section {\n      padding: 58px 0;\n    }\n\n    .np-card {\n      min-height: 0;\n      padding: 22px;\n    }\n\n    .np-footer-inner {\n      align-items: flex-start;\n      flex-direction: column;\n    }\n\n    .np-footer-links {\n      justify-content: flex-start;\n    }\n  }\n<\/style>\n\n<div id=\"nemamplan-landing\">\n  <nav class=\"np-shell np-nav\" aria-label=\"Hlavn\u00ed navigace\">\n    <a class=\"np-logo\" href=\"https:\/\/nemamplan.cz\/\" aria-label=\"Nemamplan\">\n      <span class=\"np-logo-mark\" aria-hidden=\"true\"><\/span>\n      <span>nem\u00e1m<strong>PL\u00c1N<\/strong><\/span>\n    <\/a>\n    <div class=\"np-nav-links\">\n      <a href=\"#jak-to-funguje\">Jak to funguje<\/a>\n      <a href=\"#pro-koho\">Pro koho<\/a>\n      <a href=\"#funkce\">Funkce<\/a>\n      <a href=\"https:\/\/app.nemamplan.cz\/\">Otev\u0159\u00edt aplikaci<\/a>\n    <\/div>\n  <\/nav>\n\n  <header class=\"np-shell np-hero\">\n    <div>\n      <div class=\"np-kicker\">Pl\u00e1ny podle polohy, n\u00e1lady a \u010dasu<\/div>\n      <h1>Nem\u00e1\u0161 pl\u00e1n?<br><span class=\"np-gradient-text\">My ho m\u00e1me<\/span><br>za tebe.<\/h1>\n      <p class=\"np-lead\">Aplikace, kter\u00e1 ti b\u011bhem p\u00e1r sekund navrhne, co podniknout podle polohy, n\u00e1lady a \u010dasu.<\/p>\n      <div class=\"np-actions\">\n        <a class=\"np-button np-button-primary\" href=\"https:\/\/app.nemamplan.cz\/\">Otev\u0159\u00edt aplikaci<\/a>\n        <a class=\"np-button np-button-secondary\" href=\"#jak-to-funguje\">Jak to funguje<\/a>\n      <\/div>\n      <div class=\"np-proof\" aria-label=\"Hlavn\u00ed p\u0159\u00ednosy\">\n        <div class=\"np-proof-item\">\n          <strong>Rychle<\/strong>\n          <span>Konkr\u00e9tn\u00ed n\u00e1pad b\u011bhem p\u00e1r sekund.<\/span>\n        <\/div>\n        <div class=\"np-proof-item\">\n          <strong>Bl\u00edzko<\/strong>\n          <span>M\u00edsta a aktivity podle okol\u00ed.<\/span>\n        <\/div>\n        <div class=\"np-proof-item\">\n          <strong>Spolu<\/strong>\n          <span>Pl\u00e1n pro tebe, rande i partu.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"np-showcase\" aria-label=\"Uk\u00e1zka aplikace Nemamplan\">\n      <div class=\"np-glow\" aria-hidden=\"true\"><\/div>\n      <div class=\"np-phone np-phone-main\">\n        <div class=\"np-phone-bar\"><\/div>\n        <h3>Ahoj, kam vyraz\u00edme?<\/h3>\n        <p>Vyber n\u00e1ladu a Nemamplan slo\u017e\u00ed ve\u010der za tebe.<\/p>\n        <div class=\"np-field\">Praha, \u010cesko<\/div>\n        <div class=\"np-choice-grid\">\n          <div class=\"np-choice is-active\">Chill<\/div>\n          <div class=\"np-choice\">Z\u00e1bava<\/div>\n          <div class=\"np-choice\">Rande<\/div>\n          <div class=\"np-choice\">Objevov\u00e1n\u00ed<\/div>\n        <\/div>\n        <div class=\"np-phone-button\">Vytvo\u0159it m\u016fj pl\u00e1n<\/div>\n        <div class=\"np-plan-card\">\n          <p><strong>Rychl\u00fd tip v okol\u00ed<\/strong><\/p>\n          <p>Kav\u00e1rna, kr\u00e1tk\u00e1 proch\u00e1zka a ve\u010dern\u00ed bar v dobr\u00e9 n\u00e1vaznosti.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"np-phone np-phone-plan\">\n        <div class=\"np-phone-bar\"><\/div>\n        <h3>Tv\u016fj pl\u00e1n je p\u0159ipraven\u00fd.<\/h3>\n        <p>Dnes ve\u010der v Praze<\/p>\n        <div class=\"np-timeline\">\n          <div class=\"np-time-row\">\n            <div class=\"np-time\">19:00<\/div>\n            <div><strong>Kav\u00e1rna<\/strong><span>Klidn\u00fd za\u010d\u00e1tek ve\u010dera.<\/span><\/div>\n          <\/div>\n          <div class=\"np-time-row\">\n            <div class=\"np-time\">20:30<\/div>\n            <div><strong>Bowling<\/strong><span>Z\u00e1bava bez dlouh\u00e9ho pl\u00e1nov\u00e1n\u00ed.<\/span><\/div>\n          <\/div>\n          <div class=\"np-time-row\">\n            <div class=\"np-time\">22:00<\/div>\n            <div><strong>Cocktail bar<\/strong><span>Ve\u010der m\u016f\u017ee plynule pokra\u010dovat.<\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <main>\n    <section id=\"jak-to-funguje\" class=\"np-shell np-section\">\n      <div class=\"np-section-head\">\n        <h2>Jak to funguje<\/h2>\n        <p>Nemamplan vezme p\u00e1r jednoduch\u00fdch sign\u00e1l\u016f a prom\u011bn\u00ed je v konkr\u00e9tn\u00ed pl\u00e1n, kter\u00fd m\u016f\u017ee\u0161 rovnou zkusit.<\/p>\n      <\/div>\n      <div class=\"np-grid np-grid-4\">\n        <article class=\"np-card\">\n          <div class=\"np-card-kicker\">01<\/div>\n          <h3>Vyber polohu<\/h3>\n          <p>Aplikace pracuje s tvoj\u00ed aktu\u00e1ln\u00ed lokalitou nebo ru\u010dn\u011b vybran\u00fdm m\u011bstem.<\/p>\n        <\/article>\n        <article class=\"np-card\">\n          <div class=\"np-card-kicker\">02<\/div>\n          <h3>Zvol n\u00e1ladu<\/h3>\n          <p>Chce\u0161 klid, z\u00e1bavu, rande nebo n\u011bco nov\u00e9ho? Sta\u010d\u00ed jeden rychl\u00fd v\u00fdb\u011br.<\/p>\n        <\/article>\n        <article class=\"np-card\">\n          <div class=\"np-card-kicker\">03<\/div>\n          <h3>Nech si vytvo\u0159it pl\u00e1n<\/h3>\n          <p>Dostane\u0161 n\u00e1vrh m\u00edst, po\u0159ad\u00ed a \u010das\u016f tak, aby ve\u010der d\u00e1val smysl.<\/p>\n        <\/article>\n        <article class=\"np-card\">\n          <div class=\"np-card-kicker\">04<\/div>\n          <h3>Pozvi p\u0159\u00e1tele nebo vyraz s\u00e1m<\/h3>\n          <p>Pl\u00e1n m\u016f\u017ee\u0161 pou\u017e\u00edt pro sebe, rande i partu kamar\u00e1d\u016f.<\/p>\n        <\/article>\n      <\/div>\n    <\/section>\n\n    <section id=\"pro-koho\" class=\"np-shell np-section\">\n      <div class=\"np-section-head\">\n        <h2>Pro koho je Nemamplan<\/h2>\n        <p>Pro v\u0161echny, kte\u0159\u00ed cht\u011bj\u00ed z voln\u00e9ho \u010dasu ud\u011blat z\u00e1\u017eitek bez dlouh\u00e9ho hled\u00e1n\u00ed a rozhodov\u00e1n\u00ed.<\/p>\n      <\/div>\n      <div class=\"np-grid np-grid-3 np-audience\">\n        <article class=\"np-card\"><h3>Pro mlad\u00e9 lidi<\/h3><p>Kdy\u017e chce\u0161 rychle zjistit, co se d\u00e1 podniknout dnes, z\u00edtra nebo o v\u00edkendu.<\/p><\/article>\n        <article class=\"np-card\"><h3>Pro partu kamar\u00e1d\u016f<\/h3><p>Kdy\u017e se nechcete zaseknout u ot\u00e1zky, kam p\u016fjdeme.<\/p><\/article>\n        <article class=\"np-card\"><h3>Pro rande<\/h3><p>Kdy\u017e chce\u0161 pl\u00e1n, kter\u00fd m\u00e1 atmosf\u00e9ru a navazuje p\u0159irozen\u011b krok za krokem.<\/p><\/article>\n        <article class=\"np-card\"><h3>Pro lidi, kte\u0159\u00ed se nud\u00ed<\/h3><p>Kdy\u017e v\u00ed\u0161, \u017ee chce\u0161 ven, ale nechce\u0161 tr\u00e1vit ve\u010der hled\u00e1n\u00edm mo\u017enost\u00ed.<\/p><\/article>\n        <article class=\"np-card\"><h3>Pro objevov\u00e1n\u00ed nov\u00fdch m\u00edst<\/h3><p>Kav\u00e1rny, bary, kultura, p\u0159\u00edroda i men\u0161\u00ed aktivity v okol\u00ed.<\/p><\/article>\n        <article class=\"np-card\"><h3>Pro spont\u00e1nn\u00ed akce<\/h3><p>Kdy\u017e se pl\u00e1n rozhodne a\u017e b\u011bhem dne a m\u00e1 b\u00fdt jednoduch\u00fd na uskute\u010dn\u011bn\u00ed.<\/p><\/article>\n      <\/div>\n    <\/section>\n\n    <section id=\"funkce\" class=\"np-shell np-section\">\n      <div class=\"np-section-head\">\n        <h2>Funkce aplikace<\/h2>\n        <p>Nemamplan spojuje n\u00e1pady, m\u00edsta, mapu a lidi v okol\u00ed do jednoho jednoduch\u00e9ho z\u00e1\u017eitku.<\/p>\n      <\/div>\n      <div class=\"np-grid np-grid-6\">\n        <article class=\"np-card np-feature-card\"><h3>Gener\u00e1tor pl\u00e1n\u016f<\/h3><p>N\u00e1vrh ve\u010dera podle \u010dasu, n\u00e1lady a vzd\u00e1lenosti.<\/p><\/article>\n        <article class=\"np-card np-feature-card\"><h3>GPS a mapa<\/h3><p>Orientace podle aktu\u00e1ln\u00ed polohy a okoln\u00edch m\u00edst.<\/p><\/article>\n        <article class=\"np-card np-feature-card\"><h3>M\u00edsta v okol\u00ed<\/h3><p>Podniky a aktivity, ze kter\u00fdch se d\u00e1 pl\u00e1n slo\u017eit.<\/p><\/article>\n        <article class=\"np-card np-feature-card\"><h3>Lid\u00e9 v okol\u00ed<\/h3><p>Mo\u017enost naj\u00edt dal\u0161\u00ed lidi, kte\u0159\u00ed cht\u011bj\u00ed tak\u00e9 vyrazit.<\/p><\/article>\n        <article class=\"np-card np-feature-card\"><h3>Chat<\/h3><p>Domluva s p\u0159\u00e1teli a sd\u00edlen\u00ed pl\u00e1n\u016f na jednom m\u00edst\u011b.<\/p><\/article>\n        <article class=\"np-card np-feature-card\"><h3>Obl\u00edben\u00e9 pl\u00e1ny<\/h3><p>Ulo\u017een\u00ed n\u00e1pad\u016f, ke kter\u00fdm se chce\u0161 vracet.<\/p><\/article>\n      <\/div>\n    <\/section>\n\n    <section id=\"poslani\" class=\"np-shell np-section\">\n      <div class=\"np-mission\">\n        <div>\n          <div class=\"np-kicker\">Posl\u00e1n\u00ed projektu<\/div>\n          <h2>Nemamplan nem\u00e1 lidi dr\u017eet u telefonu.<\/h2>\n          <p>M\u00e1 jim pomoct rychleji se zvednout a n\u011bco za\u017e\u00edt. Chceme, aby technologie usnadnila rozhodov\u00e1n\u00ed, ale skute\u010dn\u00e1 hodnota vznikla venku: v nov\u00fdch m\u00edstech, z\u00e1jmech, vztaz\u00edch a spole\u010dn\u00fdch z\u00e1\u017eitc\u00edch.<\/p>\n          <p>Aplikace proto nestav\u00ed na nekone\u010dn\u00e9m scrollov\u00e1n\u00ed. Stav\u00ed na jednoduch\u00e9m rozhodnut\u00ed: dnes n\u011bco podniknu.<\/p>\n        <\/div>\n        <div class=\"np-mission-list\">\n          <div>Aktivn\u011bj\u0161\u00ed tr\u00e1ven\u00ed voln\u00e9ho \u010dasu.<\/div>\n          <div>Objevov\u00e1n\u00ed podnik\u016f, m\u00edst a z\u00e1\u017eitk\u016f v okol\u00ed.<\/div>\n          <div>Snaz\u0161\u00ed domluva s p\u0159\u00e1teli.<\/div>\n          <div>M\u00e9n\u011b rozhodov\u00e1n\u00ed, v\u00edce skute\u010dn\u00fdch pl\u00e1n\u016f.<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"np-shell np-section\">\n      <div class=\"np-cta\">\n        <h2>Otev\u0159i Nemamplan a nech si slo\u017eit prvn\u00ed pl\u00e1n.<\/h2>\n        <p>Sta\u010d\u00ed p\u00e1r voleb a b\u011bhem chv\u00edle uvid\u00ed\u0161 n\u00e1vrh ve\u010dera, kter\u00fd m\u016f\u017ee\u0161 upravit, ulo\u017eit nebo sd\u00edlet.<\/p>\n        <a class=\"np-button np-button-primary\" href=\"https:\/\/app.nemamplan.cz\/\">Otev\u0159\u00edt aplikaci<\/a>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <footer class=\"np-footer\">\n    <div class=\"np-shell np-footer-inner\">\n      <a class=\"np-logo\" href=\"https:\/\/nemamplan.cz\/\" aria-label=\"Nemamplan\">\n        <span class=\"np-logo-mark\" aria-hidden=\"true\"><\/span>\n        <span>nem\u00e1m<strong>PL\u00c1N<\/strong><\/span>\n      <\/a>\n      <div class=\"np-footer-links\">\n        <a href=\"#poslani\">O aplikaci<\/a>\n        <a href=\"mailto:info@nemamplan.cz\">Kontakt<\/a>\n        <span>Podm\u00ednky pou\u017e\u00edv\u00e1n\u00ed<\/span>\n        <span>Ochrana osobn\u00edch \u00fadaj\u016f<\/span>\n        <span>Blog pozd\u011bji<\/span>\n      <\/div>\n    <\/div>\n  <\/footer>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>nem\u00e1mPL\u00c1N Jak to funguje Pro koho Funkce Otev\u0159\u00edt aplikaci Pl\u00e1ny podle polohy, n\u00e1lady a \u010dasu Nem\u00e1\u0161 pl\u00e1n?My ho m\u00e1meza tebe. Aplikace, kter\u00e1 ti b\u011bhem p\u00e1r sekund navrhne, co podniknout podle polohy, n\u00e1lady a \u010dasu. Otev\u0159\u00edt aplikaci Jak to funguje Rychle Konkr\u00e9tn\u00ed n\u00e1pad b\u011bhem p\u00e1r sekund. Bl\u00edzko M\u00edsta a aktivity podle okol\u00ed. Spolu Pl\u00e1n pro tebe, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nemamplan - Nem\u00e1m pl\u00e1n<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nemamplan.cz\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nemamplan - Nem\u00e1m pl\u00e1n\" \/>\n<meta property=\"og:description\" content=\"nem\u00e1mPL\u00c1N Jak to funguje Pro koho Funkce Otev\u0159\u00edt aplikaci Pl\u00e1ny podle polohy, n\u00e1lady a \u010dasu Nem\u00e1\u0161 pl\u00e1n?My ho m\u00e1meza tebe. Aplikace, kter\u00e1 ti b\u011bhem p\u00e1r sekund navrhne, co podniknout podle polohy, n\u00e1lady a \u010dasu. Otev\u0159\u00edt aplikaci Jak to funguje Rychle Konkr\u00e9tn\u00ed n\u00e1pad b\u011bhem p\u00e1r sekund. Bl\u00edzko M\u00edsta a aktivity podle okol\u00ed. Spolu Pl\u00e1n pro tebe, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nemamplan.cz\/\" \/>\n<meta property=\"og:site_name\" content=\"Nem\u00e1m pl\u00e1n\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-25T13:58:19+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Odhadovan\u00e1 doba \u010dten\u00ed\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nemamplan.cz\\\/\",\"url\":\"https:\\\/\\\/nemamplan.cz\\\/\",\"name\":\"Nemamplan - Nem\u00e1m pl\u00e1n\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nemamplan.cz\\\/#website\"},\"datePublished\":\"2026-06-25T13:52:00+00:00\",\"dateModified\":\"2026-06-25T13:58:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nemamplan.cz\\\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nemamplan.cz\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nemamplan.cz\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Dom\u016f\",\"item\":\"https:\\\/\\\/nemamplan.cz\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nemamplan\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nemamplan.cz\\\/#website\",\"url\":\"https:\\\/\\\/nemamplan.cz\\\/\",\"name\":\"Nem\u00e1m pl\u00e1n\",\"description\":\"Aplikace, kter\u00e1 ti b\u011bhem p\u00e1r sekund navrhne, co podniknout podle polohy, n\u00e1lady a \u010dasu.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nemamplan.cz\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cs\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nemamplan - Nem\u00e1m pl\u00e1n","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nemamplan.cz\/","og_locale":"cs_CZ","og_type":"article","og_title":"Nemamplan - Nem\u00e1m pl\u00e1n","og_description":"nem\u00e1mPL\u00c1N Jak to funguje Pro koho Funkce Otev\u0159\u00edt aplikaci Pl\u00e1ny podle polohy, n\u00e1lady a \u010dasu Nem\u00e1\u0161 pl\u00e1n?My ho m\u00e1meza tebe. Aplikace, kter\u00e1 ti b\u011bhem p\u00e1r sekund navrhne, co podniknout podle polohy, n\u00e1lady a \u010dasu. Otev\u0159\u00edt aplikaci Jak to funguje Rychle Konkr\u00e9tn\u00ed n\u00e1pad b\u011bhem p\u00e1r sekund. Bl\u00edzko M\u00edsta a aktivity podle okol\u00ed. Spolu Pl\u00e1n pro tebe, [&hellip;]","og_url":"https:\/\/nemamplan.cz\/","og_site_name":"Nem\u00e1m pl\u00e1n","article_modified_time":"2026-06-25T13:58:19+00:00","twitter_card":"summary_large_image","twitter_misc":{"Odhadovan\u00e1 doba \u010dten\u00ed":"3 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nemamplan.cz\/","url":"https:\/\/nemamplan.cz\/","name":"Nemamplan - Nem\u00e1m pl\u00e1n","isPartOf":{"@id":"https:\/\/nemamplan.cz\/#website"},"datePublished":"2026-06-25T13:52:00+00:00","dateModified":"2026-06-25T13:58:19+00:00","breadcrumb":{"@id":"https:\/\/nemamplan.cz\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nemamplan.cz\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nemamplan.cz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Dom\u016f","item":"https:\/\/nemamplan.cz\/"},{"@type":"ListItem","position":2,"name":"Nemamplan"}]},{"@type":"WebSite","@id":"https:\/\/nemamplan.cz\/#website","url":"https:\/\/nemamplan.cz\/","name":"Nem\u00e1m pl\u00e1n","description":"Aplikace, kter\u00e1 ti b\u011bhem p\u00e1r sekund navrhne, co podniknout podle polohy, n\u00e1lady a \u010dasu.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nemamplan.cz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cs"}]}},"_links":{"self":[{"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":1,"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":11,"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions\/11"}],"wp:attachment":[{"href":"https:\/\/nemamplan.cz\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}