/* ==========================================================================
   Web Projects – Landing Page
   ========================================================================== */

:root {
    --blue:        #25a8e0;
    --blue-dark:   #1b93c7;
    /* darker blue for text on white – the brand blue only reaches 2.7:1 and
       fails WCAG AA; this one is 4.8:1 */
    --blue-text:   #0f7ba8;
    --navy:        #14324a;
    --navy-deep:   #0a1c29;
    --text:        #4a5560;
    /* 5.0:1 on white – the old #8a939c was 3.1:1 and hard to read */
    --text-light:  #667079;
    --border:      #e6ebef;
    --bg-light:    #f7f9fa;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

body {
    font-family: 'Open Sans', 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

::selection { background: rgba(37, 168, 224, 0.25); }

/* keyboard focus has to be clearly visible everywhere – a solid, dark ring
   plus a white halo so it also works on photos and coloured surfaces */
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid var(--blue-text);
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.85);
}

.lp-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.lp-section__title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 36px;
}

/* small brand accent under section titles */
.lp-section__title::after {
    content: '';
    display: block;
    width: 46px;
    height: 3px;
    border-radius: 2px;
    background: var(--blue);
    margin-top: 10px;
}

/* ----- scroll reveal (class added via JS; animations end in the natural
   state so they never fight the hover transitions) ----- */

@keyframes lp-fade-up {
    from { opacity: 0; transform: translateY(18px); }
}

.lp-reveal { opacity: 0; }

.lp-reveal.is-inview {
    opacity: 1;
    animation: lp-fade-up 0.65s cubic-bezier(0.33, 0, 0.2, 1) both;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.lp-hero {
    position: relative;
    overflow: hidden;
    /* sized/positioned so both plants in the photo (at ~20% and ~70% of the
       image) flank the centered device image: left plant at ~42vw, right
       plant at ~90vw. 570% position ≈ image shifted right by 22.8vw. */
    background: url('img/header-bg.jpg') 570% 42% / 96% auto no-repeat;
    background-color: #fff;
    padding: 32px 0 0;
}

/* soft white wash so text stays readable on the photo */
.lp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.4) 48%, rgba(255,255,255,0.1) 70%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

/* fade the photo into the white page at the bottom */
.lp-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    pointer-events: none;
}

.lp-hero .lp-container { position: relative; z-index: 1; }

.lp-hero__logo {
    width: 170px;
    /* the source logo is white – recolor it to near-black for the light header */
    filter: brightness(0) saturate(100%) opacity(0.88);
    margin-bottom: 40px;
}

.lp-hero__grid {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 56px;
}

.lp-hero__text { flex: 0 0 44%; max-width: 44%; }

/* deliberately NOT uppercase: screen readers stumble over all-caps and the
   mixed-case version is easier to read */
.lp-kicker {
    color: var(--blue-text);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 14px;
}

.lp-hero__text h1 {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 22px;
}

.lp-hero__copy {
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 420px;
}

.lp-hero__copy strong { color: var(--navy); }

/* gentle entrance */
@media (prefers-reduced-motion: no-preference) {
    .lp-hero__logo            { animation: lp-fade-up 0.6s ease both; }
    .lp-hero__text .lp-kicker { animation: lp-fade-up 0.6s 0.05s ease both; }
    .lp-hero__text h1         { animation: lp-fade-up 0.6s 0.12s ease both; }
    .lp-hero__copy            { animation: lp-fade-up 0.6s 0.19s ease both; }
    .lp-hero__text .lp-btn    { animation: lp-fade-up 0.6s 0.26s ease both; }
    .lp-hero__visual img      { animation: lp-fade-up 0.7s 0.2s ease both; }
}

.lp-btn, .lp-btn-sm {
    display: inline-block;
    background: var(--blue);
    color: var(--navy);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 0px;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}


.lp-btn-sm {
    font-size: 16px;
    padding: 8px 20px;
    margin-top: 15px;
}

/* hover effects only where there really is a pointer – on touch devices the
   browser keeps the :hover state on the last tapped element, which made a
   random case study look "selected" after jumping to the section */
@media (hover: hover) and (pointer: fine) {
    .lp-btn:hover, .lp-btn-sm:hover  {
        background: var(--blue-dark);
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(37, 168, 224, 0.4);
    }
}

.lp-btn:active { transform: translateY(0); }

/* devices roughly as tall as the text block; plant stays free to their right */
.lp-hero__visual { flex: 1; padding-right: 7%; }
.lp-hero__visual img { width: 112%; max-width: none; margin-left: -12%; }

/* --------------------------------------------------------------------------
   Angebote / offer cards
   -------------------------------------------------------------------------- */

.lp-section { padding: 72px 0 0; }

.lp-offers__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lp-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 0px;
    box-shadow: 0 4px 18px rgba(20, 50, 74, 0.05);
    padding: 30px 26px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    .lp-card:hover {
        
    }
}

/* stagger the card reveal */
.lp-offers__grid > .lp-reveal:nth-child(2).is-inview { animation-delay: 0.08s; }
.lp-offers__grid > .lp-reveal:nth-child(3).is-inview { animation-delay: 0.16s; }
.lp-offers__grid > .lp-reveal:nth-child(4).is-inview { animation-delay: 0.24s; }

.lp-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background: rgba(37, 168, 224, 0.1);
    color: var(--blue);
    margin-bottom: 22px;
}

.lp-card__icon svg { width: 34px; height: 34px; }

.lp-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
}

.lp-card p {
    font-size: 14px;
    margin-bottom: 20px;
}

.lp-checklist {
    list-style: none;
}

.lp-checklist li {
    position: relative;
    padding-left: 28px;
    font-size: 13.5px;
    margin-bottom: 12px;
}

.lp-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--blue);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4 10-10'/%3E%3C/svg%3E");
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------
   Case studies
   -------------------------------------------------------------------------- */

.lp-cases { padding-bottom: 0; }

#case-studies { scroll-margin-top: 32px; }

.lp-case { margin-bottom: 18px; }

.lp-case__banner {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    cursor: pointer;
    text-align: left;
    min-height: 190px;
    background-color: var(--navy-deep);
    background-size: cover;
    background-position: center right;
    font-family: inherit;
    transition: filter 0.3s ease;
}

/* the banner is full-bleed, so the ring has to sit inside it; white + blue
   keeps it visible on every banner photo */
.lp-case__banner:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -3px;
    box-shadow: inset 0 0 0 7px var(--blue);
}

/* cases without content yet – lp.js adds the class and swallows clicks */
.lp-case--soon .lp-case__banner { cursor: default; }

/* keyboard focus gets the same highlight as the mouse hover */
.lp-case:not(.lp-case--soon) .lp-case__banner:focus-visible { filter: brightness(1.07); }

@media (hover: hover) and (pointer: fine) {
    .lp-case:not(.lp-case--soon) .lp-case__banner:hover { filter: brightness(1.07); }
}

/* dark gradient so the title is readable over the photo */
.lp-case__banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 20, 30, 0.96) 0%, rgba(7, 20, 30, 0.75) 30%, rgba(7, 20, 30, 0.1) 65%, rgba(7, 20, 30, 0.35) 100%);
}

.lp-case__banner-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
}

.lp-case__title {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.1;
}

.lp-case__tags {
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 6px;
}

.lp-case__chevron {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}

.lp-case:not(.lp-case--soon) .lp-case__banner:focus-visible .lp-case__chevron,
.lp-case.is-open .lp-case__chevron { background: var(--blue); }

@media (hover: hover) and (pointer: fine) {
    .lp-case:not(.lp-case--soon) .lp-case__banner:hover .lp-case__chevron { background: var(--blue); }
}

.lp-case__chevron svg {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
}

.lp-case.is-open .lp-case__chevron svg { transform: rotate(180deg); }

/* animated open/close: the grid row eases 0fr -> 1fr */
.lp-case__panel {
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    transition: grid-template-rows 0.5s cubic-bezier(0.33, 0, 0.2, 1), visibility 0s linear 0.5s;
}

.lp-case.is-open .lp-case__panel {
    grid-template-rows: 1fr;
    visibility: visible;
    transition: grid-template-rows 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

.lp-case__content {
    min-height: 0;
    overflow: hidden;
}

/* vertical padding as spacers – real padding would keep the collapsed
   grid row from reaching height 0 */
.lp-case__content::before { content: ''; display: block; height: 48px; }
.lp-case__content::after  { content: ''; display: block; height: 56px; }

.lp-case__content h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 14px;
}

.lp-case__content p {
    font-size: 15px;
    max-width: 900px;
    margin-bottom: 34px;
}

.lp-case__content p strong { color: var(--navy); }

.lp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 38px;
}

.lp-pill {
    background: #fff;
    color: var(--navy);
    font-size: 16px;
    font-weight: 700;
    padding: 11px 22px;
    border-radius: 0px;
    border: 1px dashed var(--navy);
}

/* ----- Beispiele / tabs ----- */

.lp-examples__title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 18px;
}

.lp-tabs {
    display: inline-flex;
    border: 0px solid var(--blue);
    border-radius: 0px;
    padding: 0px;
    gap: 10px;
    margin-bottom: 40px;
    background: #fff;
}

.lp-tab {
    border: 1px solid var(--navy);
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    color: var(--navy);
    border-radius: 0px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 34px;
    position: relative;
}

.lp-tab.is-active:after {
	content:'';
	position: absolute;
	bottom: -13px;
    left: calc(50% - 13px);
	width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid var(--blue);
}

@media (hover: hover) and (pointer: fine) {
    .lp-tab:not(.is-active):hover {
        background: var(--blue);
        color: var(--navy);
        border: 1px solid var(--blue);
    }
}

.lp-tab.is-active {
    background: var(--blue);
    color: var(--navy);
    border: 1px solid var(--blue);
}

/* lp.js eases the container's height between panels of different size */
.lp-tabpanels.is-animating {
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.33, 0, 0.2, 1);
}

.lp-tabpanel { display: none; }
.lp-tabpanel.is-active { display: block; }

@media (prefers-reduced-motion: no-preference) {
    .lp-tabpanel.is-active { animation: lp-panel-in 0.3s ease; }
}

@keyframes lp-panel-in {
    from { opacity: 0; }
}

.lp-tabpanel__empty {
    color: var(--text-light);
    font-style: italic;
}

.lp-examples {
    column-count: 3;
    column-gap: 28px;
}

.lp-examples figure {
    break-inside: avoid;
    margin-bottom: 32px;
}

.lp-examples img {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(20, 50, 74, 0.06);
}

/* zoom button injected by lp.js around each example image */
.lp-examples__zoom {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    cursor: zoom-in;
    border-radius: 8px;
}

/* badge on thumbnails whose lightbox holds additional images */
.lp-examples__count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(20, 50, 74, 0.78);
    color: #fff;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.4;
    pointer-events: none;
}

.lp-examples__count svg {
    width: 13px;
    height: 13px;
}

.lp-examples__zoom img {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* keyboard focus gets the same lift as the mouse hover */
.lp-examples__zoom:focus-visible img {
    border-color: var(--blue-text);
    box-shadow: 0 8px 22px rgba(20, 50, 74, 0.14);
    transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
    .lp-examples__zoom:hover img {
        border-color: rgba(37, 168, 224, 0.55);
        box-shadow: 0 8px 22px rgba(20, 50, 74, 0.14);
        transform: translateY(-2px);
    }
}

.lp-examples figcaption {
    padding-top: 10px;
}

.lp-examples figcaption strong {
    display: block;
    font-size: 16px;
    color: var(--navy);
}

/* description under each example – var(--text) is 7.6:1 on white, the old
   --text-light was barely readable */
.lp-examples figcaption span {
    display: block;
    font-size: 14px;
    color: var(--text);
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Lightbox (markup injected by lp.js)
   -------------------------------------------------------------------------- */

body.lp-lightbox-open { overflow: hidden; }

.lp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    overflow-y: auto;
    padding: 76px 48px 48px;
    background: rgba(7, 20, 30, 0.93);
    opacity: 0;
    transition: opacity 0.25s ease;
}

/* the hidden attribute must beat the display:flex above, otherwise the
   invisible overlay keeps covering the page and swallows all clicks */
.lp-lightbox[hidden] { display: none; }

.lp-lightbox.is-visible { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
    .lp-lightbox { transition: none; }
}

/* invisible focus guards at both ends of the dialog – see lp.js */
.lp-lightbox__guard {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* margin:auto centers the figure when it is smaller than the viewport and
   lets the overlay scroll when the image grid grows taller */
.lp-lightbox__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 100%;
    max-width: 1240px;
}

.lp-lightbox__caption {
    text-align: center;
    margin-bottom: 24px;
    max-width: 640px;
}

.lp-lightbox__caption strong {
    display: block;
    font-size: 15px;
    color: #fff;
}

.lp-lightbox__caption span {
    display: block;
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.65);
}

.lp-lightbox__caption strong:empty,
.lp-lightbox__caption span:empty { display: none; }

/* the highlighted image */
.lp-lightbox__stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
}

.lp-lightbox__img {
    max-width: 100%;
    max-height: calc(100vh - 240px);
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
    transition: opacity 0.12s ease;
}

.lp-lightbox__img.is-switching { opacity: 0; }

.lp-lightbox__img[hidden] { display: none; }

@media (prefers-reduced-motion: reduce) {
    .lp-lightbox__img { transition: none; }
}

/* YouTube embed shown instead of the image (iframe injected by lp.js) */
.lp-lightbox__video {
    width: min(100%, calc((100vh - 240px) * 16 / 9));
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    background: #000;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

/* several images: fix the stage height so the controls below never move,
   no matter how tall the current image is */
.lp-lightbox--multi .lp-lightbox__stage {
    height: calc(100vh - 330px);
    min-height: 200px;
}

.lp-lightbox--multi .lp-lightbox__img {
    max-height: 100%;
}

.lp-lightbox--multi .lp-lightbox__video {
    width: min(100%, calc((100vh - 330px) * 16 / 9));
    max-height: 100%;
}

.lp-lightbox__counter {
    display: none;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.65);
}

.lp-lightbox--multi .lp-lightbox__counter { display: block; }

/* fixed control row at the bottom: prev arrow, preview strip, next arrow */
.lp-lightbox__controls {
    display: none;
    align-items: center;
    gap: 14px;
    max-width: 100%;
    margin-top: 10px;
}

.lp-lightbox--multi .lp-lightbox__controls { display: flex; }

.lp-lightbox__nav {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.lp-lightbox__nav:focus-visible { background: var(--blue); }

@media (hover: hover) and (pointer: fine) {
    .lp-lightbox__nav:hover { background: var(--blue); }
}

.lp-lightbox__nav svg { width: 20px; height: 20px; }

/* preview strip for the other images of the group */
.lp-lightbox__thumbs {
    display: flex;
    gap: 10px;
    min-width: 0;
    padding: 6px 4px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.lp-lightbox__thumb {
    position: relative;
    flex: 0 0 auto;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: none;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

/* play button overlay on video thumbnails */
.lp-lightbox__thumb--video::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(7, 20, 30, 0.72) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 6.5v11l9-5.5z'/%3E%3C/svg%3E") center / 13px 13px no-repeat;
    pointer-events: none;
}

.lp-lightbox__thumb:focus-visible { opacity: 1; }

@media (hover: hover) and (pointer: fine) {
    .lp-lightbox__thumb:hover { opacity: 0.85; }
}

.lp-lightbox__thumb.is-active {
    border-color: var(--blue);
    opacity: 1;
}

.lp-lightbox__thumb img {
    display: block;
    height: 64px;
    width: auto;
    border-radius: 6px;
}

.lp-lightbox__close {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.lp-lightbox__close:focus-visible { background: var(--blue); }

@media (hover: hover) and (pointer: fine) {
    .lp-lightbox__close:hover { background: var(--blue); }
}

.lp-lightbox__close svg { width: 20px; height: 20px; }

@media (max-width: 720px) {
    .lp-lightbox { padding: 64px 14px 32px; }
    .lp-lightbox__close { top: 12px; right: 12px; }
    .lp-lightbox__controls { gap: 8px; }
    .lp-lightbox__nav { width: 38px; height: 38px; }
    .lp-lightbox__thumb img { height: 52px; }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.lp-footer {
    position: relative;
    margin-top: 48px;
    overflow: hidden;
}

/* photo sits behind the whole footer; content overlaps its faded top so
   there is no dead white band between text and image */
.lp-footer__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('img/footer-bg.jpg') center bottom / cover no-repeat;
}

/* extra white wash at the top so the contact block stays readable */
.lp-footer__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0.88) 38%, rgba(255,255,255,0) 80%);
}

.lp-footer__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 120px;
    padding-top: 48px;
    padding-bottom: 230px;
}

.lp-footer__headline {
    font-size: 30px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 26px;
}

.lp-footer__list {
    list-style: none;
}

.lp-footer__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.lp-footer__list svg {
    width: 19px;
    height: 19px;
    color: var(--text-light);
    flex-shrink: 0;
}

.lp-footer__list a {
    color: var(--text);
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.lp-footer__list a:focus-visible { color: var(--blue-text); }

@media (hover: hover) and (pointer: fine) {
    .lp-footer__list a:hover { color: var(--blue-text); }
}

.lp-footer__company { text-align: center; }

.lp-footer__logo {
    width: 180px;
    margin: 0 auto 18px;
    filter: brightness(0) saturate(100%) opacity(0.88);
}

.lp-footer__company p {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (min-width: 1600px) {
    /* fix the photo to the centered content column so the plants keep
       framing the devices on very wide screens */
    .lp-hero {
        background-size: 1536px auto;
        background-position: calc(50% + 333px) 42%;
    }
}

@media (max-width: 1200px) {
    /* not enough room for the plant framing – plain cover */
    .lp-hero { background-size: cover; background-position: center; }
}

@media (max-width: 1024px) {
    .lp-offers__grid { grid-template-columns: repeat(2, 1fr); }
    .lp-examples { column-count: 2; }
    .lp-hero__text h1 { font-size: 38px; }
}

@media (max-width: 720px) {
    .lp-hero { background-size: cover; background-position: center; }
    .lp-hero__grid { flex-direction: column; padding-bottom: 36px; }
    .lp-hero__text { flex: none; max-width: 100%; }
    .lp-hero__visual { padding-right: 0; }
    .lp-hero__visual img { width: 100%; margin-left: 0; }
    .lp-hero__text h1 { font-size: 31px; }
    .lp-hero__logo { width: 130px; margin-bottom: 26px; }

    .lp-section { padding-top: 56px; }
    .lp-offers__grid { grid-template-columns: 1fr; }
    .lp-examples { column-count: 1; }

    .lp-case__title { font-size: 32px; }
    .lp-case__banner, .lp-case__banner-inner { min-height: 150px; }
    .lp-case__chevron { width: 36px; }

    .lp-footer__inner {
        flex-direction: column;
        gap: 48px;
        align-items: flex-start;
        padding-bottom: 150px;
    }
    .lp-footer__company { text-align: left; }
    .lp-footer__logo { margin: 0 0 18px; }
    .lp-footer__headline { font-size: 25px; }
}
