:root {
    --ink: #111315;
    --muted: #62666d;
    --gold: #c9902e;
    --gold-2: #e1b45f;
    --cream: #faf7f0;
    --line: #e9e5dc;
    --shadow: 0 24px 70px rgba(21, 24, 28, .12);
    --mapresto-nav-height: 72px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.55
}

a {
    color: inherit;
    text-decoration: none
}

button,
input {
    font: inherit
}

button {
    cursor: pointer
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(233, 229, 220, .7);
    height: var(--mapresto-nav-height);
}

.nav-inner {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}



.brand {
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.brand-mark {
    width: 44px;
    height: 44px;

    position: relative;

    display: grid;
    place-items: center;

    border-radius: 13px;

    background: var(--ink);

    box-shadow: 0 5px 14px rgba(17, 19, 21, .12);
}

.brand-mark::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 14px;
    height: 14px;

    background: var(--gold);

    border-radius: 0 13px 0 10px;
}

.brand-mark::after {
    content: "M";

    position: relative;
    z-index: 1;

     font-size: 19px;
    line-height: 1;
    font-weight: 900;

    color: #fff;
}   

.brand .ma {
    color: var(--ink)
}

.brand .presto {
    color: var(--gold)
}

.nav-links {
    display: flex;
    gap: 28px;
    color: #34373c;
    font-size: 15px
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px
}

.btn {
    border: 0;
    border-radius: 14px;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    transition: .2s
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-gold {
    color: #fff;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    box-shadow: 0 12px 28px rgba(201, 144, 46, .28)
}

.btn-ghost {
    background: #fff;
    border: 1px solid var(--line)
}

.hero {
    padding: 76px 0 60px;
    background: radial-gradient(circle at 88% 16%, rgba(225, 180, 95, .17), transparent 24%)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 1.18fr;
    gap: 54px;
    align-items: center
}

.eyebrow {
    display: inline-flex;
    border: 1px solid rgba(201, 144, 46, .45);
    color: #9f6f1f;
    background: #fffdf8;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

h1 {
    font-size: clamp(46px, 6vw, 76px);
    line-height: 1.03;
    letter-spacing: -3.5px;
    margin: 24px 0 22px
}

.gold-text {
    color: var(--gold)
}

.lead {
    font-size: 19px;
    color: var(--muted);
    max-width: 620px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.microcopy {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    color: #61656b;
    font-size: 13px
}

.microcopy span:before {
    content: "✓";
    color: var(--gold);
    font-weight: 900;
    margin-right: 7px
}

.device-wrap {
    position: relative
}

.desktop-demo {
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    grid-template-columns: 170px 1fr;
    min-height: 510px
}

.sidebar {
    background: linear-gradient(180deg, #141619, #0f1113);
    color: #fff;
    padding: 26px 18px
}

.sidebar-logo {
    font-size: 22px;
    font-weight: 700;
    margin: 4px 8px 28px
}

.sidebar-logo span {
    color: var(--gold)
}

.side-item {
    padding: 11px 12px;
    border-radius: 10px;
    margin: 5px 0;
    color: #d7d9dc;
    font-size: 14px
}

.side-item.active {
    background: #2a2d31;
    color: #f5c56b
}

.dash-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px
}

.dash-title {
    font-size: 24px;
    font-weight: 800
}

.dash-sub {
    color: var(--muted);
    font-size: 14px
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.stat {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px
}

.stat small {
    color: var(--muted)
}

.stat strong {
    display: block;
    font-size: 24px;
    margin-top: 6px
}

.dash-body {
    display: grid;
    grid-template-columns: 1.5fr .8fr;
    gap: 14px;
    margin-top: 14px
}

.calendar,
.next {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px
}

.timeline {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 8px 10px;
    font-size: 12px
}

.time {
    color: #70747a;
    padding-top: 8px
}

.appt {
    padding: 10px 12px;
    border-radius: 10px;
    background: #f1ecfb
}

.appt.blue {
    background: #e8f6f3
}

.appt.gold {
    background: #fbf0d8
}

.appt.pink {
    background: #f8e8f0
}

.next-item {
    padding: 12px 0;
    border-bottom: 1px solid var(--line)
}

.section {
    padding: 82px 0
}

.section.alt {
    background: var(--cream)
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px
}

.section-head h2 {
    font-size: clamp(36px, 4.2vw, 54px);
    line-height: 1.08;
    letter-spacing: -2px;
    margin: 16px 0
}

.section-head p {
    color: var(--muted);
    font-size: 18px
}

.start-grid, .target-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.start-card, .target-card,
.feature {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 32px rgba(20, 22, 25, .05)
}

.start-card h3, .target-card h3,
.feature h3 {
    margin: 0 0 8px
}

.start-card p, .target-card p,
.feature p {
    margin: 0;
    color: var(--muted)
}

.icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #fff6e3;
    color: var(--gold);
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 18px
}

.ai-section {
    padding: 82px 0;
    background: var(--cream)
}

.ai-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 48px;
    align-items: center
}

.ai-copy h2 {
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.05;
    letter-spacing: -2.2px;
    margin: 14px 0 18px
}

.ai-copy p {
    color: var(--muted);
    font-size: 18px
}

.ai-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px
}

.ai-chip {
    border: 1px solid #dfd8ca;
    background: #fff;
    border-radius: 999px;
    padding: 9px 12px;
    font-size: 13px
}

.ai-chip:hover {
    border-color: var(--gold)
}

.ai-demo {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 22px;
    box-shadow: var(--shadow)
}

.ai-demo-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--line)
}

.ai-chat {
    min-height: 285px;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: auto
}

.bubble {
    max-width: 86%;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 14px
}

.bubble.user {
    align-self: flex-end;
    background: #111315;
    color: #fff
}

.bubble.bot {
    align-self: flex-start;
    background: #f6f2e9
}

.ai-result {
    border: 1px solid #eadfc8;
    background: #fffaf0;
    border-radius: 14px;
    padding: 13px;
    margin-top: 8px
}

.ai-result-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 11px
}

.mini-btn {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 700
}

.mini-btn.primary {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #fff;
    border: 0
}

.ai-input-row {
    display: flex;
    gap: 9px;
    border-top: 1px solid var(--line);
    padding-top: 15px
}

.ai-input {
    flex: 1;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    min-width: 0
}

.ai-public-note {
    font-size: 12px;
    color: var(--muted);
    margin-top: 10px
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.price-strip {
    text-align: center;
    margin-top: 46px
}

.price {
    font-size: 42px;
    font-weight: 900;
    margin-top: 14px
}

.price small {
    font-size: 15px;
    color: var(--muted);
    font-weight: 500
}

.cta {
    margin: 52px auto 0;
    border-radius: 30px;
    padding: 46px;
    background: linear-gradient(135deg, #111315, #25282b);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px
}

.cta h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    margin: 0
}

.cta p {
    color: #c8cbd0;
    margin: 14px 0 0
}

footer {
    padding: 36px 0 50px;
    color: #777b80
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.brand-footer {
    font-size: 23px
}

.brand-mark.small {
    width: 36px;
    height: 36px
}

@media(max-width:980px) {
    .nav-links {
        display: none
    }

    .hero-grid,
    .ai-grid {
        grid-template-columns: 1fr
    }

    .device-wrap {
        margin-top: 24px
    }

    .start-grid, .target-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .features {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:640px) {
    .container {
        width: min(100% - 24px, 1180px)
    }

    .nav-inner {
        height: 68px
    }

    .brand {
        font-size: 25px
    }

    .brand-mark {
        width: 38px;
        height: 38px
    }

    .nav-actions .login {
        display: none
    }

    .nav-actions .btn {
        padding: 11px 13px;
        font-size: 13px
    }

    .hero {
        padding: 44px 0 42px
    }

    h1 {
        font-size: 43px;
        letter-spacing: -2px
    }

    .lead {
        font-size: 17px
    }

    .desktop-demo {
        display: none
    }

    .mobile-demo-shell {
        display: block;
        width: min(100%, 390px);
        margin: 8px auto 0;
        background: #111315;
        border: 10px solid #111315;
        border-radius: 38px;
        padding: 8px;
        box-shadow: 0 24px 70px rgba(21, 24, 28, .20)
    }

    .mobile-demo-device {
        position: relative
    }

    .mobile-demo-notch {
        width: 112px;
        height: 25px;
        border-radius: 0 0 16px 16px;
        background: #111315;
        margin: -8px auto 8px
    }

    .mobile-demo-screen {
        background: #fff;
        border-radius: 27px;
        overflow: hidden;
        min-height: 570px;
        display: flex;
        flex-direction: column
    }

    .mobile-demo-status {
        padding: 16px;
        display: flex;
        justify-content: space-between;
        gap: 10px
    }

    .mobile-demo-title {
        font-weight: 800;
        font-size: 18px
    }

    .mobile-demo-user {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #111;
        color: #fff;
        display: grid;
        place-items: center
    }

    .mobile-demo-content {
        padding: 8px 14px 88px;
        flex: 1
    }

    .mobile-demo-view {
        display: none
    }

    .mobile-demo-view.active {
        display: block
    }

    .mobile-demo-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 10px 0 14px
    }

    .mobile-demo-card {
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 13px
    }

    .mobile-demo-card small {
        color: var(--muted)
    }

    .mobile-demo-card strong {
        display: block;
        font-size: 22px
    }

    .mobile-demo-list {
        display: grid;
        gap: 9px;
        margin-top: 12px
    }

    .mobile-demo-item {
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 8px;
        padding: 10px;
        border-radius: 12px;
        background: #f7f4ed;
        font-size: 13px
    }

    .mobile-row {
        padding: 12px 0;
        border-bottom: 1px solid var(--line)
    }

    .mobile-row strong,
    .mobile-row small {
        display: block
    }

    .mobile-demo-nav {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 7px;
        box-shadow: 0 10px 30px rgba(20, 22, 25, .10)
    }

    .mobile-demo-nav button {
        border: 0;
        background: transparent;
        padding: 8px 3px;
        border-radius: 12px;
        color: #74787d;
        font-size: 10px
    }

    .mobile-demo-nav button span {
        display: block;
        font-size: 18px
    }

    .mobile-demo-nav button.active {
        background: #fff6e3;
        color: #9f6f1f;
        font-weight: 800
    }

    .section,
    .ai-section {
        padding: 58px 0
    }

    .start-grid, .target-grid,
    .features {
        grid-template-columns: 1fr
    }

    .ai-demo {
        padding: 15px
    }

    .bubble {
        max-width: 92%
    }

    .cta {
        padding: 30px;
        display: block
    }

    .cta .btn {
        margin-top: 22px
    }

    .footer-inner {
        display: block
    }

    .brand-footer {
        margin-bottom: 16px
    }
}

/* =========================================================
   MAPRESTO FOOTER
   ========================================================= */

.mapresto-footer {
    background: #111315;
    color: #fff;
    margin-top: 0;
}

.footer-trust {
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.footer-trust-inner {
    min-height: 68px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: center;
}

.footer-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.66);
    font-size: 14px;
}

.footer-trust-icon {
    color: var(--gold);
    font-size: 17px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.1fr 1.6fr;
    gap: 80px;
    padding-top: 64px;
    padding-bottom: 48px;
}

.footer-logo {
    color: #fff;
    display: inline-flex;
}

.footer-logo .ma {
    color: #fff;
}

.footer-logo .presto {
    color: var(--gold);
}

.footer-claim {
    margin: 24px 0 8px;
    font-weight: 800;
    font-size: 17px;
}

.footer-description {
    max-width: 390px;
    color: rgba(255,255,255,.58);
    margin: 0;
    line-height: 1.7;
}

.footer-swiss {
    margin-top: 24px;
    display: flex;
    gap: 9px;
    align-items: center;
    color: rgba(255,255,255,.58);
    font-size: 14px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.footer-column a,
.footer-cookie-link {
    color: rgba(255,255,255,.58);
    font-size: 14px;
    transition: .2s ease;
}

.footer-column a:hover,
.footer-cookie-link:hover {
    color: var(--gold-2);
}

.footer-cookie-link {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.footer-data-box {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    border-radius: 20px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

.footer-data-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(201,144,46,.14);
    color: var(--gold-2);
    font-size: 20px;
    flex: 0 0 auto;
}

.footer-data-box strong {
    display: block;
    margin-bottom: 3px;
}

.footer-data-box p {
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
}

.footer-bottom-inner {
    min-height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: rgba(255,255,255,.45);
    font-size: 13px;
}


/* =========================================================
   COOKIE BANNER
   ========================================================= */

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;

    width: min(440px, calc(100vw - 32px));

    background: #fff;
    color: var(--ink);

    border: 1px solid rgba(17,19,21,.10);
    border-radius: 22px;
    padding: 22px;

    box-shadow: 0 20px 70px rgba(17,19,21,.18);

    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.cookie-banner-visible {
    opacity: 1;
    transform: translateY(0);
}

.cookie-label {
    color: #9f6f1f;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 11px;
    font-weight: 900;
}

.cookie-banner h2 {
    margin: 6px 0 10px;
    font-size: 21px;
    letter-spacing: -.4px;
}

.cookie-banner p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px;
}

.cookie-banner p a {
    color: #9f6f1f;
    font-weight: 700;
}

.cookie-actions {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cookie-btn {
    min-height: 44px;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
    cursor: pointer;
}

.cookie-btn-primary {
    border: 0;
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--gold-2),
        var(--gold)
    );
}

.cookie-btn-secondary {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .footer-trust-inner {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

}

@media (max-width: 640px) {

    /* Auf echtem Handy kein Desktop/Mobile-Umschalter */
    .demo-mode-switch {
        display: none;
    }


    /* Stage darf nicht mehr künstlich 720px reservieren */
    .demo-mode-stage {
        position: relative;
        min-height: 0;
        height: auto;
        overflow: visible;
    }


    /* Desktop-Vorschau komplett weg */
    .demo-mode-view[data-demo-mode-view="desktop"] {
        display: none !important;
    }


    /* Mobile-Vorschau wirklich sichtbar machen */
    .demo-mode-view[data-demo-mode-view="mobile"] {
        display: block !important;

        position: relative;
        inset: auto;

        opacity: 1;
        visibility: visible;

        transform: none;

        pointer-events: auto;
    }


    .mobile-demo-shell {
        display: block;

        width: min(390px, 100%);
        margin: 12px auto 0;

        border-width: 8px;
        border-radius: 38px;
    }


    .mobile-demo-device {
        height: 660px;
    }


    .mobile-demo-screen {
        border-radius: 27px;
    }

}

.data-trust {
    margin-top: 30px;
    padding: 28px 32px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.data-trust-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #f7f7f5;
    font-size: 28px;
}

.data-trust-content h3 {
    margin: 5px 0 6px;
    font-size: 22px;
}

.data-trust-content p {
    margin: 0;
    max-width: 570px;
    color: var(--muted);
    line-height: 1.6;
}

.data-trust-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .data-trust {
        grid-template-columns: auto 1fr;
    }

    .data-trust-points {
        grid-column: 1 / -1;
        padding-left: 82px;
    }
}

@media (max-width: 520px) {
    .data-trust {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .data-trust-points {
        grid-column: auto;
        padding-left: 0;
    }
}

/* =========================================================
   FEATURE GRID
   ========================================================= */

.feature-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}

.feature-main {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 10px 34px rgba(20, 22, 25, 0.05);

    display: flex;
    flex-direction: column;
    min-height: 290px;
}

.feature-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.feature-top .icon {
    margin: 0;
}

.feature-tag {
    display: inline-flex;
    align-items: center;

    padding: 6px 10px;
    border-radius: 999px;

    background: #fff7e7;
    border: 1px solid #f0dfbd;

    color: #9f6f1f;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-main h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.3px;
}

.feature-main p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: 14px;
}

.feature-points {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin-top: auto;
    padding-top: 22px;
}

.feature-points span {
    display: inline-flex;
    align-items: center;

    padding: 6px 9px;
    border-radius: 999px;

    background: #f7f6f3;
    border: 1px solid #e9e5dc;

    color: #555b61;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
}


/* Tablet */

@media (max-width: 980px) {

    .feature-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Mobile */

@media (max-width: 640px) {

    .feature-groups {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .feature-main {
        min-height: auto;
        padding: 21px;
    }

    .feature-points {
        margin-top: 18px;
        padding-top: 0;
    }

}

.price-strip {
    max-width: 620px;
    margin: 48px auto 28px;
    padding: 34px 38px;

    text-align: center;

    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;

    box-shadow: 0 12px 38px rgba(20, 22, 25, 0.06);
}

.price-strip .price {
    margin-top: 10px;

    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1.5px;

    color: var(--ink);
}

.price-strip .price small {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--muted);
}

.price-sub {
    margin: 12px 0 22px;
    color: var(--muted);
    font-size: 14px;
}

.price-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;

    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    font-size: 12px;
    font-weight: 700;
}

.price-details span::first-letter {
    color: var(--gold);
}

.price-team {
    margin-top: 18px;

    color: var(--muted);
    font-size: 13px;
}

.price-team strong {
    margin-left: 5px;
    color: var(--ink);
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =========================================================
   2. FEATURE-KACHELN RUHIGER / KLARERE HIERARCHIE
   ========================================================= */

.feature-main h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.4px;
    margin: 0 0 12px;
}

.feature-main p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

/* Kategorie oben rechts etwas dezenter */
.feature-tag {
    padding: 5px 8px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    opacity: 0.75;
}

/* Untere Funktions-Pills zurücknehmen */
.feature-points {
    gap: 6px;
    margin-top: auto;
    padding-top: 20px;
}

.feature-points span {
    padding: 5px 8px;
    font-size: 10px;
    font-weight: 650;

    background: #f8f7f4;
    border: 1px solid #eeebe4;
    color: #686b6e;
}


/* =========================================================
   3. PREIS + CTA ALS KLARER ABSCHLUSS
   ========================================================= */

/* Mehr Abstand nach dem Datenschutz/Hosting-Bereich */
.price-strip {
    margin-top: 64px;
    margin-bottom: 22px;
}

/* Preis soll sofort ins Auge springen */
.price-strip .price {
    margin-top: 12px;

    font-size: 44px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1.5px;
}

/* "/ Monat" bewusst klein halten */
.price-strip .price small {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--muted);
}

/* CTA direkt an den Preis anbinden */
.price-strip + .cta {
    margin-top: 22px;
}

/* CTA etwas kräftiger wirken lassen */
.cta {
    padding: 30px 34px;
}

.cta h2 {
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.8px;
}


/* MOBILE */

@media (max-width: 640px) {

    .feature-main h3 {
        font-size: 19px;
    }

    .price-strip {
        margin-top: 46px;
    }

    .price-strip .price {
        font-size: 38px;
    }

    .cta {
        padding: 25px 22px;
    }

    .cta h2 {
        font-size: 25px;
    }
}

.studio-specials {
    margin-top: 48px;
    margin-bottom: 48px;
}
@media (max-width: 640px) {
    .studio-specials {
        margin-top: 36px;
        margin-bottom: 36px;
    }
}

/* ========================================
   PRICING CARDS
   ======================================== */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;

    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;

    box-shadow: 0 10px 35px rgba(20, 22, 25, 0.05);
}

.pricing-card-head {
    min-height: 175px;
}

.pricing-name {
    display: block;
    margin-bottom: 14px;

    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted);
}

.pricing-value {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1.5px;
    color: var(--ink);
}

.pricing-value small {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--muted);
}

.pricing-card-head p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
}

.pricing-button {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.pricing-divider {
    height: 1px;
    margin: 26px 0;
    background: var(--line);
}

.pricing-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-list li {
    padding: 7px 0;
    font-size: 13px;
    line-height: 1.45;
}


/* SOLO hervorheben */

.pricing-card-highlight {
    border: 2px solid var(--gold);
    transform: translateY(-8px);
    box-shadow: 0 18px 50px rgba(20, 22, 25, 0.09);
}


/* Badge */

.pricing-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);

    padding: 6px 14px;

    border-radius: 999px;
    background: var(--gold);

    color: #111;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}


/* Studio dunkel */

.pricing-card-dark {
    background: var(--ink);
    color: #fff;
}

.pricing-card-dark .pricing-name,
.pricing-card-dark .pricing-card-head p,
.pricing-card-dark .pricing-value small {
    color: rgba(255,255,255,.65);
}

.pricing-card-dark .pricing-value {
    color: #fff;
}

.pricing-card-dark .pricing-divider {
    background: rgba(255,255,255,.12);
}

.pricing-card-dark .pricing-more-team {
    margin-top: auto;
    padding-top: 24px;
    font-size: 12px;
    color: rgba(255,255,255,.65);
}

.pricing-card-dark .pricing-more-team a {
    color: var(--gold);
    font-weight: 700;
}


/* Tablet */

@media (max-width: 900px) {

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .pricing-card-highlight {
        transform: none;
    }

}


/* Mobile */

@media (max-width: 640px) {

    .pricing-card {
        padding: 26px 22px;
    }

    .pricing-card-head {
        min-height: auto;
    }

    .pricing-value {
        font-size: 36px;
    }

}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    max-width: none;
}

.pricing-card {
    width: auto;
    max-width: none;
}

@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   DESKTOP / MOBILE DEMO
   ========================================================= */

.demo-mode-switch {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 14px;
    padding: 4px;

    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
}

.demo-mode-switch button {
    border: 0;
    background: transparent;

    padding: 7px 14px;
    border-radius: 999px;

    color: var(--muted);
    font-size: 12px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;
}

.demo-mode-switch button:hover {
    color: var(--ink);
}

.demo-mode-switch button.active {
    background: var(--ink);
    color: #fff;
}


/* =========================================================
   IPHONE
   ========================================================= */

.mobile-demo-shell {
    width: 390px;
    max-width: 100%;

    margin: 0 auto;
    padding: 7px;

    background: #111315;

    border: 10px solid #111315;
    border-radius: 42px;

    box-shadow:
        0 28px 80px rgba(17, 19, 21, .22);
}

.mobile-demo-device {
    position: relative;

    width: 100%;
    height: 700px;
}

.mobile-demo-notch {
    position: absolute;

    top: -7px;
    left: 50%;

    z-index: 10;

    width: 112px;
    height: 26px;

    transform: translateX(-50%);

    background: #111315;
    border-radius: 0 0 17px 17px;
}

.mobile-demo-screen {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #fff;
    border-radius: 31px;

    display: flex;
    flex-direction: column;
}


/* Header */

.mobile-demo-status {
    flex: 0 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 12px;

    padding: 28px 18px 14px;
}

.mobile-demo-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.mobile-demo-user {
    flex: 0 0 auto;

    width: 35px;
    height: 35px;

    display: grid;
    place-items: center;

    background: var(--ink);
    color: #fff;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 800;
}


/* =========================================================
   MOBILE SCREENS
   ========================================================= */

.mobile-demo-content {
    position: relative;

    flex: 1;
    min-height: 0;

    overflow: hidden;
}


/*
   WICHTIG:
   KEIN display:none hier!
*/

.mobile-demo-view {
    position: absolute;

    top: 8px;
    right: 14px;
    bottom: 88px;
    left: 14px;

    overflow-y: auto;

    opacity: 0;
    transform: translateX(20px);

    pointer-events: none;

    transition:
        opacity .28s ease,
        transform .28s ease;
}

.mobile-demo-view.active {
    opacity: 1;
    transform: translateX(0);

    pointer-events: auto;
}


/* =========================================================
   MOBILE NAV
   ========================================================= */

.mobile-demo-nav {
    position: absolute;

    left: 14px;
    right: 14px;
    bottom: 14px;

    z-index: 20;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 4px;

    padding: 7px;

    background: rgba(255,255,255,.96);

    border: 1px solid var(--line);
    border-radius: 18px;

    box-shadow:
        0 10px 30px rgba(20,22,25,.10);
}

.mobile-demo-nav button {
    border: 0;

    padding: 8px 3px;

    background: transparent;

    border-radius: 12px;

    color: #74787d;

    font-size: 10px;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;
}

.mobile-demo-nav button span {
    display: block;

    margin-bottom: 3px;

    font-size: 18px;
    line-height: 1.1;
}

.mobile-demo-nav button.active {
    background: #fff6e3;

    color: #9f6f1f;

    font-weight: 800;
}


/* =========================================================
   MOBILE CARDS
   ========================================================= */

.mobile-demo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin-bottom: 12px;
}

.mobile-demo-card {
    padding: 14px;

    background: #fff;

    border: 1px solid var(--line);
    border-radius: 16px;
}

.mobile-demo-card + .mobile-demo-card {
    margin-top: 10px;
}

.mobile-demo-grid .mobile-demo-card {
    margin-top: 0;
}

.mobile-demo-card small {
    color: var(--muted);
}

.mobile-demo-card strong {
    display: block;

    margin-top: 3px;

    font-size: 21px;
}

.accent-card {
    margin-bottom: 12px;

    background: #fff7e7;

    border-color: #f0dfbd;
}

.accent-card b {
    display: block;

    margin-top: 5px;

    font-size: 15px;
}

.accent-card p {
    margin: 8px 0 0;

    color: #9f6f1f;

    font-size: 12px;
    font-weight: 800;
}

.mobile-demo-list {
    display: grid;

    gap: 9px;

    margin-top: 12px;
}

.mobile-demo-item {
    display: grid;
    grid-template-columns: 52px 1fr;

    gap: 8px;

    padding: 10px;

    background: #f7f4ed;

    border-radius: 12px;

    font-size: 13px;
}

.mobile-row {
    padding: 12px 0;

    border-bottom: 1px solid var(--line);
}

.mobile-row strong,
.mobile-row small {
    display: block;
}


/* =========================================================
   ECHTES HANDY
   ========================================================= */

@media (max-width: 640px) {

    .demo-mode-switch {
        display: none;
    }

    .demo-mode-view[data-demo-mode-view="desktop"] {
        display: none !important;
    }

    .demo-mode-view[data-demo-mode-view="mobile"] {
        display: block !important;
    }

    .mobile-demo-shell {
        width: min(390px, 100%);

        border-width: 8px;
        border-radius: 38px;
    }

    .mobile-demo-device {
        height: 660px;
    }

    .mobile-demo-screen {
        border-radius: 27px;
    }
}

/* =========================================================
   MOBILE CARDS
   ========================================================= */

.mobile-demo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin-bottom: 12px;
}


.mobile-demo-card {
    padding: 14px;

    background: #fff;

    border: 1px solid var(--line);
    border-radius: 16px;
}


.mobile-demo-card + .mobile-demo-card {
    margin-top: 10px;
}


.mobile-demo-grid .mobile-demo-card {
    margin-top: 0;
}


.mobile-demo-card small {
    color: var(--muted);
}


.mobile-demo-card strong {
    display: block;

    margin-top: 3px;

    font-size: 21px;
}


.accent-card {
    margin-bottom: 12px;

    background: #fff7e7;

    border-color: #f0dfbd;
}


.accent-card b {
    display: block;

    margin-top: 5px;

    font-size: 15px;
}


.accent-card p {
    margin: 8px 0 0;

    color: #9f6f1f;

    font-size: 12px;
    font-weight: 800;
}


.mobile-demo-list {
    display: grid;

    gap: 9px;

    margin-top: 12px;
}


.mobile-demo-item {
    display: grid;
    grid-template-columns: 52px 1fr;

    gap: 8px;

    padding: 10px;

    background: #f7f4ed;

    border-radius: 12px;

    font-size: 13px;
}


.mobile-row {
    padding: 12px 0;

    border-bottom: 1px solid var(--line);
}


.mobile-row strong,
.mobile-row small {
    display: block;
}



/* =========================================================
   ECHTES HANDY
   ========================================================= */

@media (max-width: 640px) {

    /*
       Auf echtem Handy brauchen wir keinen
       Desktop/Mobile-Schalter.
    */
    .demo-mode-switch {
        display: none;
    }


    /*
       Desktop-Demo immer aus.
    */
    .demo-mode-view[data-demo-mode-view="desktop"] {
        display: none !important;
    }


    /*
       Mobile-Demo immer an.
    */
    .demo-mode-view[data-demo-mode-view="mobile"] {
        display: block !important;
    }


    .mobile-demo-shell {
        width: min(390px, 100%);

        border-width: 8px;

        border-radius: 38px;
    }


    .mobile-demo-device {
        /*
           Bleibt iPhone-artig,
           aber etwas angepasst an kleine Displays.
        */
        height: 660px;
    }


    .mobile-demo-screen {
        border-radius: 27px;
    }

}

.side-item {
    width: 100%;

    display: flex;
    align-items: center;
    gap: 8px;

    white-space: nowrap;

    border: 0;
    background: transparent;

    text-align: left;

    padding: 11px 12px;
    border-radius: 10px;
    margin: 5px 0;

    color: #d7d9dc;

    font-size: 14px;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;
}

.side-item:hover {
    background: rgba(255,255,255,.06);
}

.side-item.active {
    background: #2a2d31;
    color: #f5c56b;
}

.dashboard {
    position: relative;
    min-height: 460px;
    padding: 30px 36px;
}


/* Container für den Wechsel Desktop / Mobile */
.demo-mode-stage {
    position: relative;
    width: 100%;
    min-height: 720px;
    overflow: hidden;
}

.demo-mode-view {
    position: absolute;
    inset: 0;

    opacity: 0;
    transform: translateY(10px) scale(.985);
    pointer-events: none;
    visibility: hidden;

    transition:
        opacity .32s ease,
        transform .32s ease,
        visibility 0s linear .32s;
}

.demo-mode-view.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;

    transition:
        opacity .32s ease,
        transform .32s ease,
        visibility 0s;
}

.desktop-demo-view {
    position: absolute;
    inset: 0;

    opacity: 0;
    transform: translateX(16px);

    pointer-events: none;

    transition:
        opacity .28s ease,
        transform .28s ease;
}

.desktop-demo-view > .dash-title {
    margin-bottom: 22px;
}

.desktop-demo-view.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    margin: 10px;
}

.desktop-demo-panel {
    margin-top: 20px;

    padding: 18px;

    border: 1px solid var(--line);
    border-radius: 16px;

    background: #fff;
}

.demo-table-row {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 20px;

    padding: 13px 0;

    border-bottom: 1px solid var(--line);

    font-size: 13px;
}

.demo-table-row:last-child {
    border-bottom: 0;
}

.demo-table-row span {
    color: var(--muted);
}

.demo-table-row.warning span {
    color: #a66a19;
    font-weight: 700;
}

.mobile-demo-nav {
    grid-template-columns: repeat(5, 1fr);
}

.mobile-more-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin-top: 14px;
}

.mobile-more-grid button {
    border: 1px solid var(--line);

    padding: 16px 8px;

    background: #f8f7f4;

    border-radius: 14px;

    color: var(--ink);

    font-size: 20px;
}

.mobile-more-grid button span {
    display: block;

    margin-top: 5px;

    color: var(--muted);

    font-size: 11px;
    font-weight: 700;
}

.demo-note {
    margin: 14px 0 0;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.demo-note strong {
    color: var(--ink);
}

.stats-period {
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;

    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

.stats-chart {
    margin-top: 18px;
}

.stats-chart-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.stats-chart-head > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.stats-chart-head small {
    color: var(--muted);
    font-size: 10px;
}

.chart-bars {
    height: 180px;

    display: flex;
    align-items: flex-end;
    gap: 14px;

    margin-top: 20px;
    padding-top: 20px;

    border-bottom: 1px solid var(--line);
}

.chart-col {
    position: relative;

    flex: 1;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    gap: 6px;
}

.chart-bar {
    width: 70%;
    min-width: 20px;

    background: #e8d4aa;
    border-radius: 7px 7px 2px 2px;

    transition:
        height .45s ease,
        background .2s ease;
}

.chart-col.current .chart-bar {
    background: var(--gold);
}

.chart-col span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.chart-value {
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
}

/* =========================================================
   MOBILE STATS
   ========================================================= */

.mobile-stats-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    margin-bottom: 12px;

    font-size: 11px;
    color: var(--muted);
}

.mobile-back-btn {
    border: 0;
    background: transparent;

    padding: 5px 0;

    color: #9f6f1f;

    font-size: 11px;
    font-weight: 800;

    cursor: pointer;
}

.mobile-chart-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mobile-chart-head small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
}


/* DAS ist bei dir aktuell offenbar nicht aktiv */

.mobile-chart {
    height: 150px;

    display: flex;
    align-items: flex-end;

    gap: 7px;

    margin-top: 14px;
    padding-top: 8px;
}

.mobile-chart-col {
    flex: 1;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    gap: 5px;
}

.mobile-chart-bar {
    display: block;

    width: 70%;
    min-width: 14px;

    background: #e8d4aa;

    border-radius: 5px 5px 2px 2px;
}

.mobile-chart-col.current .mobile-chart-bar {
    background: var(--gold);
}

.mobile-chart-col span {
    color: var(--muted);

    font-size: 9px;
    font-weight: 700;
}

.demo-ai-fab {
    position: absolute;
    right: 18px;
    bottom: 18px;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 9px 13px;

    border: 1px solid #e7d7b6;
    border-radius: 14px;

    background: #fffaf0;
    box-shadow: 0 8px 25px rgba(0,0,0,.09);

    color: var(--ink);
    text-align: left;
    cursor: pointer;

    transition: transform .2s ease, box-shadow .2s ease;
}

.demo-ai-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,.13);
}

.demo-ai-icon {
    display: grid;
    place-items: center;

    width: 30px;
    height: 30px;

    border-radius: 9px;
    background: var(--gold);
    color: #fff;

    font-size: 15px;
}

.demo-ai-fab strong,
.demo-ai-fab small {
    display: block;
}

.demo-ai-fab strong {
    font-size: 11px;
}

.demo-ai-fab small {
    margin-top: 1px;
    color: var(--muted);
    font-size: 9px;
}

.mobile-concierge-btn {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;

    display: grid;
    place-items: center;

    border: 0;
    border-radius: 50%;

    background: var(--gold);
    color: #fff;

    font-size: 16px;
    cursor: pointer;

    box-shadow: 0 5px 14px rgba(201, 143, 37, .22);

    transition: transform .2s ease, box-shadow .2s ease;
}

.mobile-concierge-btn:hover {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 7px 18px rgba(201, 143, 37, .3);
}

.hero-concierge {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 18px 0 4px;
}

.hero-concierge-logo {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;

    display: grid;
    place-items: center;

    border-radius: 10px;

    background: var(--gold);
    color: #fff;

    font-size: 15px;
}

.hero-concierge strong {
    display: block;
    font-size: 13px;
    color: var(--ink);
}

.hero-concierge small {
    display: block;
    margin-top: 2px;

    font-size: 10px;
    line-height: 1.4;
    color: var(--muted);
}

.price-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin: 25px 0 16px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.price-option {
    min-width: 0;
    padding: 4px 18px;
    text-align: center;
}

.price-option + .price-option {
    border-left: 1px solid var(--line);
}

.price-option small,
.price-option strong,
.price-option span,
.price-option em {
    display: block;
}

.price-option small {
    margin-bottom: 8px;
}

.price-option strong {
    font-size: 18px;
}

.price-option span {
    margin-top: 5px;
    font-size: 10px;
    color: var(--muted);
}

.price-option em {
    margin-top: 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    color: var(--gold);
}

.mapresto-login-fields {
    margin-top: 18px;
}

.mapresto-login-fields .swal2-input {
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;

    border: 1px solid #ddd7ce;
    border-radius: 10px;

    font-size: 14px;
}

.mapresto-login-fields .swal2-input:focus {
    border-color: #d8a338;
    box-shadow: 0 0 0 3px rgba(216, 163, 56, .14);
}

.mapresto-login-error {
    margin-top: 10px;
    font-size: 13px;
    color: #b42318;
}

.mapresto-swal-cancel {
    padding: 11px 18px;

    border: 1px solid #ddd7ce;
    border-radius: 10px;

    background: #fff;
    color: #5f5a52;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background .15s ease,
        border-color .15s ease,
        color .15s ease;
}

.mapresto-swal-cancel:hover {
    background: #f7f4ee;
    border-color: #cfc7bb;
    color: #222;
}

.mapresto-swal-cancel:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(196, 154, 74, .12);
}

.concierge-new {
    display: inline-block;
    margin-right: 6px;

    color: #b59146;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-concierge-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.concierge-new {
    display: inline-flex;
    margin-bottom: 4px;
    padding: 3px 8px;

    border-radius: 999px;
    background: rgba(181, 145, 70, 0.14);

    color: #9a742b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
}

.hero-concierge-title {
    display: block;
    margin-bottom: 3px;

    font-size: 16px;
    font-weight: 750;
    color: #26231f;
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */

.contact-hero {
    padding-bottom: 48px;
}

.contact-hero .section-head {
    max-width: 760px;
    margin: 0 auto;
}


/* Kontaktbereich */

.contact-form-card {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 38px;

    background: #ffffff;
    border: 1px solid #ebe3d6;
    border-radius: 24px;

    box-shadow:
        0 20px 50px rgba(20, 20, 20, 0.06);
}


/* Kopf */

.contact-form-head {
    margin-bottom: 28px;
    text-align: center;
}

.contact-form-head h2 {
    margin: 16px 0 10px;
    font-size: 32px;
    line-height: 1.15;
}

.contact-form-head p {
    max-width: 620px;
    margin: 0 auto;

    color: #666;
    line-height: 1.65;
}


/* Formular */

#maprestoContactForm {
    width: 100%;
    margin-top: 28px;
}


/* Felder */

.contact-field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.contact-field label {
    display: block;
    margin: 0 0 8px;

    font-size: 14px;
    font-weight: 700;
    color: #171717;
}

.contact-field input,
.contact-field textarea {
    display: block;

    width: 100%;
    min-width: 100%;
    max-width: 100%;

    box-sizing: border-box;

    margin: 0;
    padding: 14px 16px;

    border: 1px solid #d8d0c4;
    border-radius: 12px;

    background: #fff;
    color: #171717;

    font: inherit;
    font-size: 15px;

    outline: none;

    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #aaa;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #d39a2d;

    box-shadow:
        0 0 0 4px rgba(211, 154, 45, 0.10);
}

.contact-field textarea {
    min-height: 150px;
    resize: vertical;
    line-height: 1.5;
}


/* Button / Hinweis */

.contact-form-footer {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-top: 6px;
}

.contact-form-footer small {
    color: #777;
    line-height: 1.45;
}


/* Rückmeldung */

.contact-message {
    display: none;

    margin-top: 18px;
    padding: 14px 16px;

    border-radius: 12px;

    font-size: 14px;
    line-height: 1.5;
}

.contact-message.is-visible {
    display: block;
}

.contact-message.success {
    background: rgba(48, 140, 83, 0.08);
    border: 1px solid rgba(48, 140, 83, 0.18);
}

.contact-message.error {
    background: rgba(190, 58, 58, 0.07);
    border: 1px solid rgba(190, 58, 58, 0.16);
}


/* Mobile */

@media (max-width: 700px) {

    .contact-form-card {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .contact-form-head h2 {
        font-size: 27px;
    }

    .contact-form-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-form-footer .btn {
        width: 100%;
        justify-content: center;
    }

}


.register-plan-section {
    padding-top: 72px;
}

.register-plan-grid {
    margin-top: 38px;
}

.register-plan-footer {
    margin-top: 28px;
    text-align: center;
    color: var(--muted);
}

.register-plan-footer a {
    font-weight: 700;
}

/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

.nav-burger {
    display: none;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 4px;
    padding: 0;

    border: 1px solid var(--line);
    border-radius: 12px;

    background: #fff;
    cursor: pointer;
}

.nav-burger span {
    display: block;

    width: 18px;
    height: 2px;

    background: var(--ink);
    border-radius: 2px;

    transition:
        transform .2s ease,
        opacity .2s ease;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 980px) {

    .nav-links {
        display: none;
    }

    .nav-burger {
        display: flex;
    }

    .mobile-nav {
        position: absolute;
        z-index: 1000;

        top: 100%;
        left: 0;
        right: 0;

        background: rgba(255,255,255,.98);

        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);

        box-shadow: 0 18px 35px rgba(17,19,21,.10);
    }

    .mobile-nav-inner {
        display: grid;
        padding-top: 10px;
        padding-bottom: 14px;
    }

    .mobile-nav a {
        display: block;

        padding: 13px 12px;

        color: var(--ink);
        font-size: 15px;
        font-weight: 700;

        border-radius: 10px;
    }

    .mobile-nav a:hover {
        background: var(--cream);
    }

}

.mobile-nav {
    position: absolute;
    z-index: 1000;

    top: 100%;
    left: 0;
    right: 0;

    background: rgba(255,255,255,.98);

    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;

    box-shadow: 0 18px 35px rgba(17,19,21,0);

    /* geschlossen */
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;

    transform: translateY(-8px);

    transition:
        max-height .35s ease,
        opacity .25s ease,
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease,
        visibility 0s linear .35s;
}

.mobile-nav.open {
    max-height: 320px;
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    border-color: var(--line);
    box-shadow: 0 18px 35px rgba(17,19,21,.10);

    transition:
        max-height .35s ease,
        opacity .25s ease,
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease,
        visibility 0s;
}

.nav-burger span {
    display: block;
    width: 18px;
    height: 2px;

    background: var(--ink);
    border-radius: 2px;

    transition:
        transform .25s ease,
        opacity .2s ease;
}

.nav-burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nav-burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.concierge-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(201, 144, 46, .35);
    border-radius: 12px;

    background: #fff;

    color: var(--gold);

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.concierge-menu-btn:hover {
    background: var(--cream);
    border-color: var(--gold);

    transform: translateY(-1px);

    box-shadow:
        0 8px 22px rgba(17, 19, 21, .08);
}

.concierge-menu-icon {
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 640px) {
    .concierge-menu-btn {
        width: 40px;
        height: 40px;
    }
}

/* =========================================================
   MAPRESTO CONCIERGE CHAT
   ========================================================= */

.mapresto-concierge-chat {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}


/* Nachrichtenbereich */

.mapresto-concierge-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;

    min-height: 220px;
    max-height: 420px;

    overflow-y: auto;

    padding: 10px 4px 14px;
}


/* Grundstil Bubble */

.concierge-message {
    width: fit-content;
    max-width: 82%;

    padding: 2px 14px;

    border-radius: 16px;

    font-size: 14px;
    line-height: 1.5;

    white-space: pre-wrap;
    word-break: break-word;
}


/* Concierge links */

.concierge-message.assistant {
    align-self: flex-start;

    background: #f3f1ed;
    color: #252525;

    border-bottom-left-radius: 5px;
}


/* Benutzer rechts */

.concierge-message.user {
    align-self: flex-end;

    background: #1f1f1f;
    color: #fff;

    border-bottom-right-radius: 5px;
}


/* Fehler */

.concierge-message.error {
    background: #fff2f2;
    color: #9d3030;
}


/* Ladeanzeige */

.concierge-message.loading {
    opacity: .65;
    font-style: italic;
}


/* =========================================================
   EINGABE
   ========================================================= */

.mapresto-concierge-compose {
    display: flex;
    align-items: flex-end;
    gap: 10px;

    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, .08);
}


.mapresto-concierge-input {
    flex: 1;

    width: auto !important;
    min-height: 58px;
    max-height: 120px;

    margin: 0 !important;

    resize: vertical;
}


.mapresto-concierge-compose .btn {
    flex: 0 0 auto;
    margin: 0;

    min-height: 46px;
}


/* Scrollbar etwas dezenter */

.mapresto-concierge-messages::-webkit-scrollbar {
    width: 6px;
}

.mapresto-concierge-messages::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .15);
    border-radius: 10px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .concierge-message {
        max-width: 90%;
    }

    .mapresto-concierge-messages {
        max-height: 55vh;
    }

    .mapresto-concierge-compose {
        flex-direction: column;
        align-items: stretch;
    }

    .mapresto-concierge-compose .btn {
        width: 100%;
    }

}

.demo-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.demo-calendar-switch {
    display: inline-flex;
    padding: 3px;
    border: 1px solid #e8e1d7;
    border-radius: 999px;
    background: #faf8f5;
}

.demo-calendar-switch button {
    border: 0;
    background: transparent;
    padding: 6px 12px;
    border-radius: 999px;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.demo-calendar-switch button.active {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    font-weight: 600;
}

.demo-week-calendar {
    padding: 0;
    overflow: hidden;
}

.week-grid {
    display: grid;
    grid-template-columns: 48px repeat(5, minmax(0, 1fr));
    width: 100%;
}
.week-head {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #eee8df;
    border-bottom: 1px solid #e8e1d7;
    background: #faf8f5;
    font-size: 12px;
}

.week-head strong {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.week-head span {
    margin-top: 2px;
    font-size: 13px;
}

.week-time-head {
    background: #fff;
}

.week-time {
    min-height: 62px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
    border-right: 1px solid #eee8df;
    border-bottom: 1px solid #eee8df;
    font-size: 10px;
    color: #8d877f;
}

.week-cell {
    min-height: 62px;
    padding: 4px;
    border-right: 1px solid #eee8df;
    border-bottom: 1px solid #eee8df;
    background: #fff;
}

.week-appt {
    height: 100%;
    min-height: 50px;
    padding: 6px 7px;
    border-radius: 7px;
    background: #f3eee7;
    overflow: hidden;
}

.week-appt strong {
    display: block;
    font-size: 10px;
    line-height: 1.2;
}

.week-appt small {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.2;
    opacity: .75;
}

.week-appt.blue {
    background: #edf2f5;
}

.week-appt.gold {
    background: #f5efe1;
}

.week-time {
    min-height: 48px;
    padding-top: 6px;
    font-size: 9px;
}

.week-cell {
    min-height: 48px;
    padding: 3px;
}

.week-head {
    min-height: 44px;
}

.week-appt {
    min-height: 40px;
    padding: 5px;
}

.week-appt strong {
    font-size: 9px;
    line-height: 1.1;
}

.week-appt small {
    margin-top: 2px;
    font-size: 8px;
    line-height: 1.1;
}

.demo-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.demo-calendar-switch {
    display: inline-flex;
    flex-shrink: 0;
    padding: 3px;
    border: 1px solid #e4ddd3;
    border-radius: 999px;
    background: #faf8f5;
}

.demo-calendar-switch button {
    border: 0;
    background: transparent;
    padding: 5px 9px;
    border-radius: 999px;
    font: inherit;
    font-size: 10px;
    cursor: pointer;
}

.demo-calendar-switch button.active {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.08);
    font-weight: 700;
}


/* =====================================================
   WOCHENKALENDER
   ===================================================== */

.demo-week-calendar {
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
}

.week-grid {
    display: grid;

    /* Uhrzeit + MO-SO */
    grid-template-columns:
        36px
        repeat(7, minmax(0, 1fr));

    width: 100%;
    min-width: 0;
}


/* HEADER */

.week-head {
    min-width: 0;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    border-right: 1px solid #eee8df;
    border-bottom: 1px solid #e6dfd5;

    background: #faf8f5;

    overflow: hidden;
}

.week-head strong {
    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.week-head span {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1;
}

.week-time-head {
    background: #fff;
}

.week-head.weekend {
    background: #f7f3ed;
}


/* ZEIT */

.week-time {
    min-width: 0;
    height: 48px;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding-top: 6px;

    border-right: 1px solid #eee8df;
    border-bottom: 1px solid #eee8df;

    color: #8d877f;

    font-size: 8px;
    line-height: 1;
}


/* ZELLEN */

.week-cell {
    min-width: 0;
    height: 48px;

    padding: 3px;

    box-sizing: border-box;

    border-right: 1px solid #eee8df;
    border-bottom: 1px solid #eee8df;

    background: #fff;

    overflow: hidden;
}

.weekend-cell {
    background: #fcfaf7;
}


/* TERMINE */

.week-appt {
    width: 100%;
    height: 100%;

    box-sizing: border-box;

    padding: 4px;

    border-radius: 6px;

    background: #f1ece5;

    overflow: hidden;
}

.week-appt strong {
    display: block;

    font-size: 8px;
    line-height: 1.05;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.week-appt small {
    display: block;

    margin-top: 2px;

    font-size: 7px;
    line-height: 1.05;

    opacity: .72;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Terminvarianten */

.week-appt.blue {
    background: #eaf0f3;
}

.week-appt.gold {
    background: #f4eddd;
}


/* =====================================================
   SCHULUNG / BLOCKTERMIN
   ===================================================== */

.week-appt.training {
    background: #eee6d2;
    border-left: 3px solid #d79d2e;
}

.week-appt.training strong {
    color: #4d3b19;
}

.training-continuation {
    background: #f6f0e2;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #9b7937;
}

.training-continuation small,
.training-end small {
    font-size: 7px;
}

.training-end {
    background: #f6f0e2;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 4px;

    color: #9b7937;
}


/* Rechte Kante sauber */

.week-head:last-child,
.week-cell:nth-child(8n) {
    border-right: 0;
}

/* =====================================================
   MOBILE KALENDER
   ===================================================== */

.mobile-calendar-card {
    padding: 14px;
}

.mobile-calendar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    margin-bottom: 12px;
}

.mobile-calendar-top > div {
    display: flex;
    flex-direction: column;
}

.mobile-calendar-top b {
    font-size: 13px;
}

.mobile-calendar-top small {
    margin-top: 2px;

    font-size: 10px;

    opacity: .65;
}

.mobile-calendar-today {
    padding: 4px 8px;

    border-radius: 999px;

    background: #f3eee7;

    font-size: 9px;
    font-weight: 600;
}


/* Woche */

.mobile-week-strip {
    display: grid;

    grid-template-columns:
        repeat(7, minmax(0, 1fr));

    gap: 3px;

    margin-bottom: 14px;
}

.mobile-week-strip button {
    min-width: 0;

    border: 0;

    padding: 6px 2px;

    border-radius: 8px;

    background: transparent;

    font: inherit;

    cursor: pointer;
}

.mobile-week-strip button span {
    display: block;

    font-size: 8px;

    opacity: .6;
}

.mobile-week-strip button strong {
    display: block;

    margin-top: 3px;

    font-size: 11px;
}

.mobile-week-strip button.active {
    background: #f1ece5;
}

.mobile-week-strip button.weekend {
    opacity: .65;
}

.mobile-week-strip button.training-day {
    background: #faf6ec;
}


/* Punkt unter Datum */

.mobile-day-dot {
    display: block;

    width: 4px;
    height: 4px;

    margin: 4px auto 0;

    border-radius: 50%;

    background: #c79a4d;
}

.mobile-day-dot.training {
    width: 6px;
    height: 6px;

    background: #d79d2e;
}


/* Tagesüberschrift */

.mobile-calendar-day-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 8px;

    padding: 9px 0;

    border-top: 1px solid #eee8df;
    border-bottom: 1px solid #eee8df;
}

.mobile-calendar-day-title strong {
    font-size: 11px;
}

.mobile-calendar-day-title span {
    font-size: 9px;

    opacity: .6;
}


/* Termine */

.mobile-calendar-appt {
    padding: 6px 8px;

    border-radius: 7px;

    background: #f1ece5;
}

.mobile-calendar-appt strong {
    display: block;

    font-size: 11px;
}

.mobile-calendar-appt small {
    display: block;

    margin-top: 2px;

    font-size: 9px;

    opacity: .7;
}

.mobile-calendar-appt.blue {
    background: #eaf0f3;
}

.mobile-calendar-appt.gold {
    background: #f4eddd;
}

.mobile-time {
    font-size: 9px;

    opacity: .65;
}


/* Schulungshinweis */

.mobile-training-hint {
    display: flex;
    align-items: center;

    gap: 9px;

    margin-top: 12px;

    padding: 9px;

    border-radius: 8px;

    background: #f6f0e2;

    border-left: 3px solid #d79d2e;
}

.mobile-training-hint > span {
    flex-shrink: 0;

    font-size: 9px;
    font-weight: 700;

    color: #9b7937;
}

.mobile-training-hint strong {
    display: block;

    font-size: 10px;
}

.mobile-training-hint small {
    display: block;

    margin-top: 2px;

    font-size: 8px;

    opacity: .7;
}

.onboarding-section-nav a {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.onboarding-section-nav a.active {
    background: #c6a15b;
    color: #fff;
}