/* GPM COM Verkaufsseite — Ergänzungen zum Canvas-Theme.
   Basis: style.css/onepage.css der Grüne-Projektmanufaktur-Site.
   Akzent: #8eb65b (identisch zur Vorlage). */

/* Das Theme blendet .standard-logo auf Retina-Displays aus und erwartet ein
   eigenes .retina-logo (responsive.css). Unser Logo-PNG ist mit 720px Breite
   Retina-tauglich — es gibt nur das eine Logo, und das bleibt sichtbar. */
#logo a.standard-logo { display: inline-block !important; }

/* Logo-Größe je Headerhöhe: Desktop-Header 130px, Mobile-Container 100px
   (responsive.css setzt #logo dort auf 100px und zentriert). Die Maße leben
   hier statt im Inline-Style, damit der Breakpoint sie ändern kann. */
#logo img { width: 240px; height: 80px; margin-top: 25px; }

@media (max-width: 991px) {
    #logo img { width: 195px; height: 65px; margin: 17px auto 0; }
}

/* Hero: Vereinsplatz-Foto, abgedunkelt, damit die weiße Schrift trägt.
   Der Verlauf unten ist kräftiger als oben — dort sitzen Unterzeile und
   Knöpfe über der hellsten Bildpartie (Rasen). */
.gpm-hero {
    background:
        linear-gradient(rgba(22, 32, 20, 0.5), rgba(22, 32, 20, 0.72)),
        url('images/hero.jpg') center center / cover no-repeat,
        #243520;
}

.gpm-large-word {
    font-size: 84px;
    line-height: 1.15;
    letter-spacing: 2px;
    color: #fff;
}

/* Der Starttermin als Abzeichen über dem Claim. Eine eigene Zeile und kein
   Zusatz im Fließtext: ein Datum, das mitten im Satz steht, liest niemand
   als Zusage — als Abzeichen ist es die erste Information nach der
   Überschrift. Nach dem 01.10.2026 wird das Element entfernt, nicht
   umgetextet. */
.gpm-launch {
    display: inline-block;
    border: 1px solid #b5d38c;
    color: #b5d38c;
    border-radius: 50px;
    padding: 7px 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.gpm-hero-sub {
    color: #d5ddcd;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 40px;
}

.gpm-hero-sub strong {
    color: #b5d38c;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2px;
}

@media (max-width: 991px) { .gpm-large-word { font-size: 54px; } }
@media (max-width: 575px) { .gpm-large-word { font-size: 36px; } .gpm-hero-sub { font-size: 16px; }
                            .gpm-launch { font-size: 12px; letter-spacing: 2px; padding: 6px 16px; } }

/* Modul-Grid: Karten im Stil der Vorlage (leicht, viel Weißraum). */
.gpm-module {
    text-align: left;
    padding: 28px 24px;
    border: 1px solid #eee;
    border-radius: 4px;
    height: 100%;
    background: #fff;
}

.gpm-module i {
    font-size: 30px;
    color: #8eb65b;
    display: block;
    margin-bottom: 14px;
}

.gpm-module h4 {
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.gpm-module p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.875rem;
}

.gpm-module-col { margin-bottom: 30px; }

/* Demo-Block: grüne Karte mit Zugangsdaten. */
.gpm-demo {
    background: linear-gradient(135deg, #243520 0%, #3c5231 100%);
}

.gpm-demo h2, .gpm-demo h3, .gpm-demo p { color: #fff; }

.gpm-credentials {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    padding: 18px 34px;
    margin: 10px 0 26px;
    font-family: 'Roboto', monospace, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
}

.gpm-credentials strong { color: #b5d38c; font-weight: 500; }

/* Preiskarten. */
.gpm-price {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 36px 26px 30px;
    text-align: center;
    height: 100%;
    background: #fff;
}

.gpm-price.gpm-price-featured { border: 2px solid #8eb65b; }

.gpm-price .gpm-price-name {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 14px;
}

.gpm-price .gpm-price-amount {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #333;
    margin-bottom: 2px;
}

.gpm-price .gpm-price-amount sup { font-size: 20px; top: -14px; }

.gpm-price .gpm-price-period {
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.gpm-price ul {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    color: #666;
    font-size: 0.875rem;
}

.gpm-price ul li { padding: 6px 0; border-top: 1px solid #f5f5f5; }
.gpm-price ul li:first-child { border-top: 0; }
.gpm-price-col { margin-bottom: 30px; }

/* Abschnitts-Rhythmus wie in der Vorlage. */
.gpm-section { padding: 80px 0; }
.gpm-section-alt { background: #f9f9f9; }
.gpm-section h2 { letter-spacing: 3px; }

.gpm-check li { list-style: none; padding: 7px 0; font-size: 1rem; color: #555; }
.gpm-check li > i { color: #8eb65b; margin-right: 10px; }
