/* itamos-webseite · ausgeliefert mit itamos_webseite.sh */
/* itamos.de — eine Seite, kein Baukasten.
 *
 * KEIN FRAMEWORK, KEINE SCHRIFT VON AUSSEN, KEIN SKRIPT VON DRITTEN. Nicht aus Sparsamkeit:
 * eine Seite, die fuer ein Produkt mit dem Versprechen „Ihre Daten bleiben bei Ihnen" wirbt und
 * dabei drei Anfragen an fremde Server schickt, widerspricht sich selbst. Und sie braeuchte
 * eine Einwilligung, die niemand geben will, bevor er ueberhaupt gelesen hat, worum es geht.
 *
 * Systemschriften laden nicht nach, verschieben nichts und sehen auf jedem Rechner so aus, wie
 * der Benutzer es gewohnt ist.
 */

:root {
    --papier:   #ffffff;
    --grund:    #f6f7f8;
    --text:     #16191d;
    --leise:    #5b6470;
    --linie:    #dfe3e8;
    --akzent:   #1d4ed8;
    --akzent-d: #1e3a8a;
    --gruen:    #15803d;
    --rot:      #b91c1c;
    --gelb:     #a16207;
    --gelb-hg:  #fffbeb;
    --rot-hg:   #fef2f2;
    --gruen-hg: #f0fdf4;
    --breite:   1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--papier);
    color: var(--text);
    font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.mitte { max-width: var(--breite); margin: 0 auto; padding: 0 24px; }

/* ─────────────────────────────────────────────────────── Kopf */

header.kopf {
    border-bottom: 1px solid var(--linie);
    background: var(--papier);
    position: sticky; top: 0; z-index: 10;
}
.kopf .mitte {
    display: flex; align-items: center; gap: 28px;
    min-height: 62px; flex-wrap: wrap;
}
.marke {
    font-weight: 700; font-size: 19px; letter-spacing: -.02em;
    color: var(--text); text-decoration: none; margin-right: auto;
}
.marke span { color: var(--akzent); }
.kopf nav { display: flex; gap: 22px; flex-wrap: wrap; }
.kopf nav a {
    color: var(--leise); text-decoration: none; font-size: 15px;
    padding: 4px 0; border-bottom: 2px solid transparent;
}
.kopf nav a:hover, .kopf nav a.an { color: var(--text); border-bottom-color: var(--akzent); }

/* ─────────────────────────────────────────────────────── Abschnitte */

section { padding: 72px 0; }
section.grund { background: var(--grund); border-block: 1px solid var(--linie); }

h1 {
    font-size: clamp(30px, 5vw, 46px); line-height: 1.15; letter-spacing: -.025em;
    margin: 0 0 20px; font-weight: 700; max-width: 20ch;
}
h2 {
    font-size: clamp(23px, 3.4vw, 31px); line-height: 1.25; letter-spacing: -.02em;
    margin: 0 0 16px; font-weight: 700;
}
h3 { font-size: 18px; margin: 0 0 8px; font-weight: 650; letter-spacing: -.01em; }
p  { margin: 0 0 16px; max-width: 68ch; }
.gross { font-size: 20px; line-height: 1.6; color: var(--leise); max-width: 60ch; }
.leise { color: var(--leise); }
.klein { font-size: 15px; }
strong { font-weight: 650; }

a { color: var(--akzent); }
a:hover { color: var(--akzent-d); }

/* ─────────────────────────────────────────────────────── Einstieg */

.einstieg { padding: 88px 0 72px; }
.einstieg .gross { margin-bottom: 32px; }

.knopfreihe { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.knopf {
    display: inline-block; padding: 13px 26px; border-radius: 7px;
    background: var(--akzent); color: #fff; text-decoration: none;
    font-weight: 600; font-size: 16px; border: 1px solid var(--akzent);
}
.knopf:hover { background: var(--akzent-d); border-color: var(--akzent-d); color: #fff; }
.knopf.leer { background: transparent; color: var(--text); border-color: var(--linie); }
.knopf.leer:hover { border-color: var(--leise); background: var(--papier); color: var(--text); }

/* ─────────────────────────────────────────────────────── Raster */

.raster { display: grid; gap: 28px; margin-top: 36px; }
.raster.zwei  { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.raster.drei  { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.raster.vier  { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.karte {
    background: var(--papier); border: 1px solid var(--linie);
    border-radius: 10px; padding: 24px;
}
.karte p:last-child { margin-bottom: 0; }
.karte .klein { color: var(--leise); }

/* ─────────────────────────────────────────────────────── Die Nachbildung */

/* EINE ZEICHNUNG, KEIN SCREENSHOT. Sie zeigt, wie itOS einen toten Hintergrundlauf meldet -
   das ist der Punkt, um den es auf dieser Seite geht. Als Bild waere sie unscharf auf grossen
   Schirmen und unlesbar auf kleinen; als HTML skaliert sie und bleibt vorlesbar. */
.schirm {
    background: var(--papier); border: 1px solid var(--linie); border-radius: 10px;
    overflow: hidden; font-size: 14px; box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.schirm-kopf {
    background: var(--grund); border-bottom: 1px solid var(--linie);
    padding: 10px 16px; font-size: 13px; color: var(--leise);
    display: flex; gap: 8px; align-items: center;
}
.punkt { width: 10px; height: 10px; border-radius: 50%; background: var(--linie); }
.schirm-inhalt { padding: 4px 0; }
.zeile {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 16px; border-bottom: 1px solid var(--linie);
}
.zeile:last-child { border-bottom: 0; }
.zeile .name { flex: 1 1 auto; min-width: 0; }
.zeile .name b { display: block; font-weight: 600; }
.zeile .name span { color: var(--leise); font-size: 13px; }
.merker {
    flex: 0 0 auto; font-size: 12px; font-weight: 600;
    padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.merker.gut  { background: var(--gruen-hg); color: var(--gruen); }
.merker.warn { background: var(--gelb-hg);  color: var(--gelb); }
.merker.rot  { background: var(--rot-hg);   color: var(--rot); }

.band {
    background: var(--gelb-hg); border: 1px solid #fde68a; color: var(--gelb);
    border-radius: 8px; padding: 11px 15px; font-size: 14px; margin: 14px 16px;
}
.band.rot { background: var(--rot-hg); border-color: #fecaca; color: var(--rot); }

/* ─────────────────────────────────────────────────────── Bilder */

figure.bild { margin: 0; }
figure.bild img {
    display: block; width: 100%; height: auto;
    border: 1px solid var(--linie); border-radius: 9px; background: var(--grund);
}
figure.bild figcaption {
    font-size: 14px; color: var(--leise); margin-top: 10px; max-width: 52ch;
}

/* DIE BILDERGALERIE braucht ein festes Zweispaltenraster. Mit dem auto-fit der uebrigen
   Raster wuerden bei breiten Fenstern drei oder vier Bilder nebeneinander stehen - dann
   ist auf einem Bildschirmfoto nichts mehr zu erkennen. */
.galerie { display: grid; gap: 34px 30px; margin-top: 36px;
           grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 780px) { .galerie { grid-template-columns: 1fr; } }

/* DAS AUFMACHERBILD. Es steht ueber dem Falz und traegt den ersten Eindruck, deshalb
   groesser als der Textbereich - und mit Schatten, damit es als Fenster wirkt und nicht
   als Flaeche. */
.aufmacher { margin: 44px 0 0; }
.aufmacher img {
    display: block; width: 100%; height: auto; border-radius: 12px;
    border: 1px solid var(--linie);
    box-shadow: 0 18px 45px -20px rgba(15, 25, 45, .35), 0 2px 8px rgba(15, 25, 45, .06);
}

figure.bild.breit { margin-top: 30px; }
figure.bild.breit figcaption { max-width: 78ch; }

/* Das Hochformat der Mobilansicht neben dem Text. */
.mobil-band {
    display: grid; grid-template-columns: 260px 1fr; gap: 40px;
    align-items: center; margin-top: 32px;
}
.mobil-band figure.bild img { border-radius: 14px; }
@media (max-width: 780px) {
    .mobil-band { grid-template-columns: 1fr; gap: 26px; }
    .mobil-band figure.bild { max-width: 240px; }
}

/* ─────────────────────────────────────────────────────── Zeichen */

/* Der Sprite selbst wird nie gezeigt - nur seine Symbole ueber <use>. */
svg.sprite { display: none; }
.sym {
    width: 22px; height: 22px; flex: 0 0 auto;
    fill: none; stroke: var(--akzent); stroke-width: 1.7;
    stroke-linecap: round; stroke-linejoin: round;
}
.karte h3 { display: flex; align-items: center; gap: 10px; }

/* ─────────────────────────────────────────────────────── Listen */

ul.haken { list-style: none; padding: 0; margin: 0; }
ul.haken li {
    position: relative; padding-left: 26px; margin-bottom: 10px; max-width: 62ch;
}
ul.haken li::before {
    content: "✓"; position: absolute; left: 0; color: var(--akzent); font-weight: 700;
}
ul.haken.nein li::before { content: "×"; color: var(--leise); }

dl.werk { margin: 0; }
dl.werk dt { font-weight: 650; margin-top: 18px; }
dl.werk dt:first-child { margin-top: 0; }
dl.werk dd { margin: 4px 0 0; color: var(--leise); max-width: 62ch; }

/* ─────────────────────────────────────────────────────── Preis */

.preistafel { border: 1px solid var(--linie); border-radius: 10px; overflow: hidden; }
.preistafel table { width: 100%; border-collapse: collapse; }
.preistafel th, .preistafel td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--linie); }
.preistafel th { background: var(--grund); font-size: 14px; color: var(--leise); font-weight: 600; }
.preistafel tr:last-child td { border-bottom: 0; }
.preistafel td.zahl { font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; }

/* ─────────────────────────────────────────────────────── Formular */

form.kontakt { max-width: 640px; }
.feld { margin-bottom: 18px; }
.feld label { display: block; font-weight: 600; font-size: 15px; margin-bottom: 6px; }
.feld input, .feld textarea, .feld select {
    width: 100%; padding: 11px 13px; font: inherit; font-size: 16px;
    border: 1px solid var(--linie); border-radius: 7px; background: var(--papier);
    color: var(--text);
}
.feld input:focus, .feld textarea:focus, .feld select:focus {
    outline: 2px solid var(--akzent); outline-offset: -1px; border-color: var(--akzent);
}
.feld .hinweis { font-size: 13px; color: var(--leise); margin-top: 5px; }
.feld.zustimmung { display: flex; gap: 10px; align-items: flex-start; }
.feld.zustimmung input { width: auto; margin-top: 4px; flex: 0 0 auto; }
.feld.zustimmung label { font-weight: 400; font-size: 15px; }
/* DIE FALLE. Fuer Menschen unsichtbar, fuer einfache Roboter nicht - sie fuellen jedes Feld. */
.falle { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.meldung { border-radius: 8px; padding: 14px 18px; margin-bottom: 24px; font-size: 15px; }
.meldung.gut  { background: var(--gruen-hg); border: 1px solid #bbf7d0; color: var(--gruen); }
.meldung.fehl { background: var(--rot-hg);   border: 1px solid #fecaca; color: var(--rot); }

/* ─────────────────────────────────────────────────────── Fuß */

footer {
    border-top: 1px solid var(--linie); background: var(--grund);
    padding: 36px 0; font-size: 15px; color: var(--leise);
}
footer .mitte { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
footer nav { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap; }
footer a { color: var(--leise); text-decoration: none; }
footer a:hover { color: var(--text); text-decoration: underline; }

/* ─────────────────────────────────────────────────────── Rechtstexte */

.text-seite { padding: 56px 0 72px; }
.text-seite h2 { font-size: 21px; margin-top: 36px; }
.text-seite h2:first-of-type { margin-top: 0; }
.text-seite p, .text-seite li { max-width: 72ch; }
.text-seite ul { padding-left: 22px; }
.text-seite li { margin-bottom: 8px; }
.luecke {
    background: var(--gelb-hg); border: 1px dashed #fbbf24; color: var(--gelb);
    padding: 2px 7px; border-radius: 4px; font-weight: 600; font-size: 15px;
}

/* ─────────────────────────────────────────────────────── Kurzlisten in Karten */

/* DIE LISTE IN DER KARTE traegt die Aussage, nicht der Fliesstext daneben. Deshalb klein,
   eng und ohne Aufzaehlungspunkt - ein Punkt je Zeile liest sich schneller als ein Absatz. */
ul.kurz {
    list-style: none; padding: 0; margin: 10px 0 0;
    font-size: 14.5px; color: var(--leise); line-height: 1.5;
}
ul.kurz li { position: relative; padding-left: 16px; margin-bottom: 6px; }
ul.kurz li:last-child { margin-bottom: 0; }
ul.kurz li::before {
    content: ""; position: absolute; left: 0; top: .62em;
    width: 5px; height: 5px; border-radius: 50%; background: var(--akzent);
}

/* Die hervorgehobene Karte: das Einrichtungspaket neben der Preistafel. */
.karte.hervor {
    border-color: var(--akzent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--akzent) 12%, transparent);
}
.karte.hervor h3 { color: var(--akzent); font-size: 19px; }

/* „optional" am Einrichtungspaket: es soll niemand fuer eine Pflichtleistung halten. */
.option {
    display: inline-block; vertical-align: middle; margin-left: 8px;
    font-size: 11.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
    color: var(--leise); background: var(--grund);
    border: 1px solid var(--linie); border-radius: 20px; padding: 2px 9px;
}

/* ─────────────────────────────────────────────────────── Dunkel */

@media (prefers-color-scheme: dark) {
    :root {
        --papier:   #14171a;
        --grund:    #1b1f23;
        --text:     #e8eaed;
        --leise:    #9aa4b0;
        --linie:    #2b3138;
        --akzent:   #6f9bff;
        --akzent-d: #9dbcff;
        --gruen:    #6ee7a0;
        --rot:      #fca5a5;
        --gelb:     #fcd34d;
        --gelb-hg:  #2a2418;
        --rot-hg:   #2a1a1a;
        --gruen-hg: #16251c;
    }
    .knopf { color: #10141a; }
    .knopf:hover { color: #10141a; }
    .band { border-color: #55461f; }
    .band.rot { border-color: #5c2b2b; }
    .meldung.gut { border-color: #2b5138; }
    .meldung.fehl { border-color: #5c2b2b; }
    .luecke { border-color: #a16207; }
    .schirm { box-shadow: none; }
}

/* ─────────────────────────────────────────────────────── Klein */

@media (max-width: 640px) {
    section { padding: 52px 0; }
    .einstieg { padding: 56px 0 48px; }
    .kopf .mitte { min-height: 56px; padding-block: 10px; }
    .kopf nav { gap: 16px; font-size: 14px; }
    .preistafel th, .preistafel td { padding: 11px 14px; font-size: 15px; }
}

@media print {
    header.kopf, .knopfreihe { display: none; }
    body { font-size: 12pt; }
}
