/* SystemLocker Landing (Marketing) — /systemlocker/ */

.tbsl-landing { max-width: 1080px; margin: 0 auto; padding: 1rem 0 3rem; font-family: system-ui, -apple-system, sans-serif; line-height: 1.55; color: #222; }

/* Hero v2 mit hero.png als grosse Grafik */
.tbsl-l-hero2 { position: relative; padding: 0 0 1.5rem; }
.tbsl-l-hero2__img { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: 0 12px 34px rgba(25,25,200,.18); }
.tbsl-l-hero2__text { padding: 1.5rem 0 0; }
.tbsl-l-hero2 h1 { font-size: 2.8rem; color: #1919C8; margin: 0 0 .2rem; letter-spacing: -.01em; }
.tbsl-l-hero2__slogan { color: #1919C8; font-size: 1.25rem; font-weight: 700; margin: 0 0 .8rem; }
.tbsl-l-hero2__lead { font-size: 1.1rem; line-height: 1.6; color: #333; margin: 0 0 1rem; max-width: 720px; }

/* Zwei Aufgaben Sektion */
.tbsl-l-two { margin: 2rem 0; }
.tbsl-l-two h2 { text-align: center; margin: 0 0 1.2rem; font-size: 1.9rem; }
.tbsl-l-two__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.5rem; }
@media (max-width: 720px) { .tbsl-l-two__grid { grid-template-columns: 1fr; } }
.tbsl-l-two__card { padding: 1.4rem 1.5rem; background: linear-gradient(135deg, #f4f6fb 0%, #eef1fb 100%); border-radius: 14px; border-left: 4px solid #1919C8; }
.tbsl-l-two__icon { font-size: 2.2rem; line-height: 1; margin-bottom: .4rem; }
.tbsl-l-two__card strong { display: block; color: #1919C8; font-size: 1.1rem; margin-bottom: .3rem; }
.tbsl-l-two__card p { margin: 0; color: #333; line-height: 1.55; }
.tbsl-l-two__bridge { display: grid; grid-template-columns: 1.15fr 1fr; gap: 1.5rem; align-items: center; padding: 1.2rem; background: #fff; border: 1px dashed #cfd4e6; border-radius: 14px; }
.tbsl-l-two__bridge img { width: 100%; height: auto; border-radius: 10px; }
.tbsl-l-two__bridge-text h3 { color: #1919C8; margin: 0 0 .5rem; font-size: 1.15rem; }
.tbsl-l-two__bridge-text p { margin: 0; color: #333; line-height: 1.55; }
@media (max-width: 820px) { .tbsl-l-two__bridge { grid-template-columns: 1fr; } }

/* Screenshots: alle 10 aufklappbar */
.tbsl-l-shots__more { margin-top: 1rem; }
.tbsl-l-shots__more > summary { cursor: pointer; padding: .7rem 1rem; background: #f4f6fb; border-radius: 8px; font-weight: 600; color: #1919C8; text-align: center; list-style: none; }
.tbsl-l-shots__more > summary::-webkit-details-marker { display: none; }
.tbsl-l-shots__more[open] > summary { background: #eef1fb; margin-bottom: 1rem; }

.tbsl-l-hint { color: #666; font-size: .85rem; font-style: italic; margin-top: .5rem; }

/* Hero */
.tbsl-l-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: center; padding: 2rem 0 2.5rem; }
.tbsl-l-hero__title { font-size: 3.2rem; margin: 0 0 .3rem; line-height: 1; color: #1919C8; letter-spacing: -.01em; }
.tbsl-l-hero__slogan { color: #1919C8; font-size: 1.15rem; font-weight: 600; margin: 0 0 1rem; }
.tbsl-l-hero__lead { font-size: 1.1rem; line-height: 1.6; color: #333; margin: 0 0 1.2rem; }
.tbsl-l-hero__bullets { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.tbsl-l-hero__bullets li { position: relative; padding-left: 1.6rem; margin: .35rem 0; color: #333; }
.tbsl-l-hero__bullets li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #16a34a; font-weight: 800; font-size: 1.1em; }
.tbsl-l-hero__visual img { width: 100%; height: auto; display: block; border-radius: 14px; box-shadow: 0 12px 34px rgba(25,25,200,.18); }
@media (max-width: 820px) { .tbsl-l-hero { grid-template-columns: 1fr; } .tbsl-l-hero__title { font-size: 2.4rem; } }

/* Buttons */
.tbsl-l-hero__cta { display: flex; gap: .7rem; flex-wrap: wrap; }
.tbsl-l-btn { display: inline-block; padding: .7rem 1.4rem; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 1rem; line-height: 1; transition: transform .1s ease, box-shadow .1s ease; }
.tbsl-l-btn:hover { transform: translateY(-1px); }
.tbsl-l-btn--primary { background: #1919C8; color: #fff; box-shadow: 0 6px 16px rgba(25,25,200,.25); }
.tbsl-l-btn--primary:hover { background: #1414a8; color: #fff; }
.tbsl-l-btn--ghost { background: transparent; color: #1919C8; border: 2px solid #1919C8; padding: .55rem 1.25rem; }
.tbsl-l-btn--ghost:hover { background: rgba(25,25,200,.06); }

/* Problem / Lösung */
.tbsl-l-problem { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 2rem 0 1.5rem; }
.tbsl-l-problem__col { padding: 1.3rem 1.4rem; background: #fdf5f0; border-left: 4px solid #d97706; border-radius: 10px; }
.tbsl-l-problem__col--solution { background: #ecfdf5; border-left-color: #16a34a; }
.tbsl-l-problem__col h3 { margin: 0 0 .5rem; color: #b45309; }
.tbsl-l-problem__col--solution h3 { color: #15803d; }
.tbsl-l-problem__col p { margin: 0; color: #333; line-height: 1.55; }
@media (max-width: 720px) { .tbsl-l-problem { grid-template-columns: 1fr; } }

/* Sicherheit */
.tbsl-l-security { margin: 2.5rem 0 1.5rem; padding: 1.5rem 1.8rem; background: #f4f6fb; border-radius: 12px; border-top: 3px solid #1919C8; }
.tbsl-l-security h2 { margin: 0 0 .8rem; }
.tbsl-l-security__list { padding: 0 0 0 1.2rem; margin: 0; }
.tbsl-l-security__list li { margin: .5rem 0; color: #333; line-height: 1.55; }
.tbsl-l-security__list strong { color: #1919C8; }

/* Für wen */
.tbsl-l-audience { margin: 2rem 0; padding: 1.2rem 1.4rem; background: #fff; border: 1px dashed #cfd4e6; border-radius: 12px; }
.tbsl-l-audience h2 { margin: 0 0 .5rem; }
.tbsl-l-audience p { margin: 0; color: #333; line-height: 1.6; }

/* Feature grid */
.tbsl-l-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin: 1.5rem 0 2.5rem; }
.tbsl-l-features__item { padding: 1.1rem 1.2rem; background: #f4f6fb; border-radius: 12px; border-top: 3px solid #1919C8; }
.tbsl-l-features__item strong { display: block; color: #1919C8; margin-bottom: .3rem; font-size: 1.02rem; }
.tbsl-l-features__item p { margin: 0; color: #444; font-size: .93rem; line-height: 1.5; }

/* Workflow */
.tbsl-l-workflow { margin: 2.5rem 0; }
.tbsl-l-workflow h2 { text-align: center; margin: 0 0 1.5rem; }
.tbsl-l-workflow__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.tbsl-l-workflow__step { text-align: center; padding: 1rem .8rem; background: #fff; border: 1px solid #e5e8f2; border-radius: 12px; }
.tbsl-l-workflow__num { width: 42px; height: 42px; border-radius: 50%; background: #1919C8; color: #fff; margin: 0 auto .6rem; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.15rem; }
.tbsl-l-workflow__step strong { display: block; margin-bottom: .3rem; color: #222; }
.tbsl-l-workflow__step p { margin: 0; color: #555; font-size: .9rem; line-height: 1.5; }

/* Wizard-Download */
.tbsl-l-download { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; margin: 2.5rem 0; padding: 1.3rem 1.6rem; background: linear-gradient(90deg, #1919C8 0%, #4b3ee8 100%); color: #fff; border-radius: 14px; }
.tbsl-l-download__body { flex: 1; min-width: 0; }
.tbsl-l-download__title { font-size: 1.15rem; font-weight: 700; margin-bottom: .3rem; }
.tbsl-l-download__meta { font-size: .9rem; opacity: .92; margin-bottom: .5rem; line-height: 1.45; }
.tbsl-l-download__file { font-size: .85rem; opacity: .95; }
.tbsl-l-download__file code { background: rgba(0,0,0,.28); color: #fff; padding: .15em .5em; border-radius: 4px; font-weight: 600; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.tbsl-l-download__btn { background: #fff; color: #1919C8; white-space: nowrap; }
.tbsl-l-download__btn:hover { background: #f0f3fb; color: #1919C8; }
@media (max-width: 720px) { .tbsl-l-download { flex-direction: column; align-items: stretch; text-align: center; } .tbsl-l-download__btn { align-self: center; } }

/* Screenshots */
.tbsl-l-shots { margin: 2.5rem 0; }
.tbsl-l-shots h2 { text-align: center; margin: 0 0 1.2rem; }
.tbsl-l-shots__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: .8rem; }
.tbsl-l-shots__item { margin: 0; background: #0f172a; border-radius: 10px; padding: .4rem; }
.tbsl-l-shots__item img { width: 100%; height: auto; display: block; border-radius: 6px; }
.tbsl-l-shots__item figcaption { color: #cbd5e1; font-size: .78rem; padding: .4rem .3rem .2rem; text-align: center; }
.tbsl-l-shots__note { text-align: center; color: #777; font-style: italic; margin-top: .8rem; font-size: .85rem; }

/* Reales Bild */
.tbsl-l-picture { margin: 2.5rem 0; text-align: center; }
.tbsl-l-picture img { max-width: 100%; height: auto; border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.tbsl-l-picture__caption { margin-top: .8rem; color: #555; font-size: .95rem; font-style: italic; max-width: 640px; margin-left: auto; margin-right: auto; }

/* Preise */
.tbsl-l-prices { margin: 3rem 0 2rem; }
.tbsl-l-prices h2 { text-align: center; margin: 0 0 .4rem; font-size: 2rem; }
.tbsl-l-prices__intro { text-align: center; color: #555; margin: 0 auto 1.5rem; max-width: 640px; }
.tbsl-l-prices__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.tbsl-l-price { position: relative; padding: 1.5rem 1.4rem 1.8rem; background: #fff; border: 2px solid #e5e8f2; border-radius: 16px; display: flex; flex-direction: column; }
.tbsl-l-price--featured { border-color: #1919C8; box-shadow: 0 12px 30px rgba(25,25,200,.15); transform: translateY(-4px); }
.tbsl-l-price__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #1919C8; color: #fff; font-size: .75rem; font-weight: 700; padding: .25rem .7rem; border-radius: 999px; letter-spacing: .04em; text-transform: uppercase; }
.tbsl-l-price__label { color: #1919C8; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; margin-bottom: .3rem; }
.tbsl-l-price__amount { font-size: 2.6rem; font-weight: 800; color: #111; line-height: 1; margin-bottom: .3rem; }
.tbsl-l-price__amount::before { content: "CHF "; font-size: .5em; color: #888; font-weight: 500; vertical-align: .55em; margin-right: .15em; }
.tbsl-l-price__sub { color: #666; font-size: .95rem; margin-bottom: 1.1rem; }
.tbsl-l-price__list { list-style: none; padding: 0; margin: 0 0 1.2rem; flex: 1; }
.tbsl-l-price__list li { position: relative; padding-left: 1.4rem; margin: .4rem 0; font-size: .9rem; color: #333; line-height: 1.45; }
.tbsl-l-price__list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #16a34a; font-weight: 800; }
.tbsl-l-price .tbsl-l-btn { align-self: stretch; text-align: center; }

/* Kauf-Details (inline unter Preis-Karte) */
.tbsl-l-price__buy { align-self: stretch; }
.tbsl-l-price__buy > summary { display: block; text-align: center; cursor: pointer; list-style: none; }
.tbsl-l-price__buy > summary::-webkit-details-marker { display: none; }
.tbsl-l-price__buy[open] > summary { display: none; }
.tbsl-l-price__form { display: flex; flex-direction: column; gap: .55rem; margin-top: .8rem; padding: 1rem; background: #f4f6fb; border-radius: 10px; }
.tbsl-l-price__form label { display: flex; flex-direction: column; font-size: .82rem; color: #555; gap: .25rem; }
.tbsl-l-price__form input, .tbsl-l-price__form textarea { font: inherit; padding: .5rem .65rem; border: 1px solid #cfd4e6; border-radius: 6px; background: #fff; color: #222; }
.tbsl-l-price__form input:focus, .tbsl-l-price__form textarea:focus { outline: none; border-color: #1919C8; box-shadow: 0 0 0 3px rgba(25,25,200,.15); }
.tbsl-l-price__submit { margin-top: .4rem; }
.tbsl-l-price__paynote { font-size: .78rem; color: #666; text-align: center; margin: .2rem 0 0; line-height: 1.4; }
.tbsl-l-prices__note { text-align: center; color: #666; font-size: .9rem; margin-top: 1.5rem; }
.tbsl-l-prices__note a { color: #1919C8; }

/* FAQ */
.tbsl-l-faq { margin: 3rem 0 2rem; }
.tbsl-l-faq h2 { text-align: center; margin: 0 0 1.2rem; font-size: 2rem; }
.tbsl-l-faq__item { background: #f4f6fb; border-radius: 10px; margin-bottom: .5rem; overflow: hidden; }
.tbsl-l-faq__item[open] { background: #eef1fb; }
.tbsl-l-faq__item summary { padding: .9rem 1.1rem; font-weight: 600; color: #222; cursor: pointer; list-style: none; position: relative; padding-right: 2.5rem; }
.tbsl-l-faq__item summary::-webkit-details-marker { display: none; }
.tbsl-l-faq__item summary::after { content: "+"; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #1919C8; font-weight: 300; line-height: 1; }
.tbsl-l-faq__item[open] summary::after { content: "\2212"; }
.tbsl-l-faq__item > div { padding: 0 1.1rem 1rem; color: #333; }
.tbsl-l-faq__item p { margin: 0 0 .5rem; line-height: 1.55; }
.tbsl-l-faq__table { width: 100%; border-collapse: collapse; margin: .5rem 0 0; font-size: .9rem; }
.tbsl-l-faq__table td { padding: .4rem .6rem; border-bottom: 1px solid #d5d9e8; vertical-align: top; }
.tbsl-l-faq__table td:first-child { font-weight: 600; width: 32%; color: #444; }

/* Devs-CTA */
.tbsl-l-devs { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; margin: 3rem 0 1.5rem; padding: 1.5rem 1.8rem; background: linear-gradient(90deg, #0f172a 0%, #1919C8 100%); color: #fff; border-radius: 14px; }
.tbsl-l-devs h3 { margin: 0 0 .3rem; font-size: 1.2rem; color: #fff; }
.tbsl-l-devs p { margin: 0; opacity: .92; font-size: .95rem; line-height: 1.5; }
.tbsl-l-devs .tbsl-l-btn { background: #fff; color: #1919C8; white-space: nowrap; }
.tbsl-l-devs .tbsl-l-btn:hover { background: #f0f3fb; }
@media (max-width: 720px) { .tbsl-l-devs { flex-direction: column; text-align: center; } }

.tbsl-l-footer { text-align: center; color: #888; font-size: .85rem; margin: 2rem 0 0; }
.tbsl-l-footer a { color: #1919C8; text-decoration: none; }
