/* =========================================
   fritts — Pulse App Page Styles
   Hero section mirrors the home page's "Immer und
   überall" pulse-app reveal, but rendered statically
   (no scroll animation).
   ========================================= */

.pulse-hero {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 40em;
    overflow: hidden;
    background-color: var(--color-brand-dark-teal);
    /* Sit flush below the fixed header */
    padding-top: var(--header-height, 5em);
}

.pulse-offer {
    position: relative;
}

.pulse-hero-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.pulse-hero-guy {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
}

.pulse-hero-guy img {
    width: auto;
    max-height: 80svh;
    display: block;
}

.pulse-hero-text {
    position: absolute;
    left: 48%;
    top: 28%;
    z-index: 10;
}

.pulse-hero-h2 {
    color: var(--color-brand-white);
    font-family: var(--font-family-primary);
    font-size: 3.75em;
    font-weight: var(--font-weight-bold);
    line-height: 1.15;
    margin: 0;
}

.pulse-hero-buttons {
    display: flex;
    align-items: center;
    margin-top: 2em;
}

/* =========================================
   Glass button — mirrors home.css for pages that
   don't load home.css.
   ========================================= */
.btn-glass {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    background: var(--btn-glass-bg);
    color: var(--color-brand-white);
    text-decoration: none;
    padding: var(--btn-glass-padding-block) var(--btn-glass-padding-inline);
    border-radius: var(--btn-glass-radius);
    font-size: var(--btn-glass-font-size);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-regular);
    backdrop-filter: blur(var(--btn-glass-blur));
    border: 1px solid var(--btn-glass-border-color);
    cursor: pointer;
    transition: background 0.2s;
}

.btn-glass:hover {
    background: var(--btn-glass-bg-hover);
}

.btn-glass--arrow {
    padding: 0.25em 0.25em 0.25em var(--btn-glass-padding-inline);
}

.btn-glass .arrow-circle {
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-glass .arrow-circle img {
    width: 100%;
    height: 100%;
}

.btn-glass--download {
    background: var(--color-brand-red);
    border-color: var(--color-brand-red);
}

.btn-glass--download:hover {
    background: var(--color-brand-red);
    opacity: 0.9;
}

/* =========================================
   Section 2 — PV Anlage offer (dark teal)
   ========================================= */
.pulse-offer {
    width: 100%;
    background-color: var(--color-brand-dark-teal);
    color: var(--color-brand-white);
    padding: 5em 0;
}

.pulse-offer-inner {
    width: var(--frame-w);
    margin: 0 auto;
    padding: 0 4em;
    box-sizing: border-box;
}

.pulse-offer-head {
    text-align: left;
    max-width: 60em;
    margin-bottom: 2.5em;
}

.pulse-offer-title {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 1.75em;
    line-height: 1.25;
    margin: 0 0 0.4em;
    color: var(--color-brand-white);
}

.pulse-offer-sub {
    font-family: var(--font-family-primary);
    font-size: 0.95em;
    line-height: 1.5;
    margin: 0;
    color: var(--color-brand-white);
    opacity: 0.95;
}

.pulse-offer-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 2.5em;
}

.pulse-offer-cards {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.pulse-offer-card {
    background: var(--color-brand-light-teal);
    border-radius: 1em;
    padding: 1.25em 1.5em;
    max-width: 36em;
}

.pulse-offer-card-title {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 1.4em;
    line-height: 1.25;
    margin: 0 0 0.25em;
    color: var(--color-brand-white);
}

.pulse-offer-card-text {
    font-family: var(--font-family-primary);
    font-size: 1.2em;
    line-height: 1.45;
    margin: 0;
    color: var(--color-brand-white);
}

.pulse-offer-visual {
    position: relative;
    width: 100%;
    min-height: 24em;
}

.pulse-offer-people {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: auto;
    display: block;
    z-index: 1;
}

.pulse-offer-badge {
    position: absolute;
    top: -35%;
    left: -5%;
    width: 36%;
    height: auto;
    display: block;
    z-index: 2;
}

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

    .pulse-offer-visual {
        min-height: 20em;
    }
}

/* =========================================
   Section 3 — Chart on white card, teal bg
   ========================================= */
.pulse-chart {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: var(--color-brand-dark-teal);
    padding: 4em 0;
}

.pulse-chart-card {
    width: var(--frame-w);
    margin: 0 auto;
    padding: 0 20svw;
    box-sizing: border-box;
}

.pulse-chart-card-inner {
    background: var(--color-brand-white);
    border-radius: 1.5em;
    padding: 2.5em;
    box-sizing: border-box;
}

.pulse-chart-card img {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================
   Section 4 — Full-width infograph, white bg
   ========================================= */
.pulse-infograph {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: var(--color-brand-white);
    padding: 5em 0;
}

.pulse-infograph-inner {
    width: var(--frame-w);
    margin: 0 auto;
    padding: 0 4em;
    box-sizing: border-box;
}

.pulse-infograph-title {
    display: block;
    margin: 0 0 1em;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
    font-size: 1.75em;
    line-height: 1.25;
    color: #000;
}

.pulse-infograph-inner img {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================
   CTA — copy of home .pulse-detail but white bg
   with brand-teal border around the wizard.
   Required because pulse.html does not load home.css.
   ========================================= */
.pulse-detail {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: var(--color-brand-dark-teal);
    overflow: hidden;
}

.pulse-detail-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: stretch;
    gap: 2em;
    padding: 6em 4em;
    width: var(--frame-w);
    margin: 0 auto;
    box-sizing: border-box;
}

.pulse-detail-cta {
    width: 100%;
    display: flex;
    justify-content: stretch;
}

.pulse-detail-cta .termin-stage {
    width: 100%;
    padding: 0;
    min-height: 0;
}

/* White-background variant for the pulse page CTA */
.pulse-detail--light {
    background-color: var(--color-brand-white);
}

.pulse-detail--light .termin-card {
    border: 3px solid var(--color-brand-dark-teal);
}

/* Experts column */
.pulse-experts {
    display: flex;
    flex-direction: column;
    background: var(--color-brand-dark-teal);
    border-radius: 2em;
    padding: 1em 1em 0.5em;
    color: #fff;
    font-family: var(--font-family-primary);
    gap: 0.75em;
    align-self: stretch;
}

.pulse-experts-card {
    background: #fff;
    color: #1a2c2e;
    border-radius: 2em;
    padding: 1.5em 1.25em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5em;
    flex: 1;
}

.pulse-experts-portraits {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse-experts-portrait {
    width: 4.5em;
    height: 4.5em;
    border-radius: 50%;
    border: 3px solid var(--color-brand-dark-teal);
    background: #eee;
    margin: 0 -0.5em;
    overflow: hidden;
    display: block;
    flex: 0 0 auto;
}

.pulse-experts-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transform: scale(1.25);
    display: block;
}

.pulse-experts-portraits .pulse-experts-portrait:nth-child(2) {
    z-index: 1;
    transform: translateY(-0.25em);
}

.pulse-experts-names {
    font-weight: 700;
    color: var(--color-brand-dark-teal);
    font-size: 1.25em;
    margin: 0.25em 0 0;
}

.pulse-experts-names span {
    color: var(--color-brand-red);
    margin: 0 0.15em;
    font-weight: 400;
}

.pulse-experts-role {
    font-style: italic;
    font-size: 0.9em;
    color: #4a4a4a;
    margin: 0;
}

.pulse-experts-pill {
    background: #1a1a1a;
    color: #fff;
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 0.04em;
    padding: 0.7em 1.2em;
    border-radius: 50px;
    display: inline-block;
    margin: 0.5em 0 0.25em;
    text-align: center;
}

.pulse-experts-body {
    font-size: 0.9em;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.pulse-experts-body strong {
    color: #1a1a1a;
}

.pulse-experts-body em strong {
    color: var(--color-brand-dark-teal);
    font-style: italic;
}

.pulse-experts-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em;
    margin-top: 0.4em;
}

.pulse-experts-stars {
    color: var(--color-brand-dark-teal);
    font-size: 1.1em;
    letter-spacing: 0.15em;
}

.pulse-experts-rating p {
    font-size: 0.85em;
    color: #333;
    margin: 0;
    line-height: 1.35;
}

.pulse-experts-trust {
    list-style: none;
    padding: 0.5em 0.75em 0.75em;
    margin: 0;
    color: #fff;
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    gap: 0.4em;
    text-align: center;
}

.pulse-experts-trust li::before {
    content: "✓  ";
    color: #fff;
    font-weight: 700;
}

@media (max-width: 900px) {
    .pulse-detail-inner {
        grid-template-columns: 1fr;
        padding: 3em 1.5em;
    }

    .pulse-detail-cta {
        width: 100%;
        justify-content: center;
    }
}