/* =====================================================
   PULSE LP — Olivia Pulse Apartamenty Inwestycyjne
   Standalone CSS — nie ingeruje w globalne style motywu
   ===================================================== */

/* --- RESET I TYPOGRAFIA --- */
.pulse-lp-page *, .pulse-lp-page *::before, .pulse-lp-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.pulse-lp-page {
    font-family: 'Montserrat', -apple-system, sans-serif;
    background-color: #ffffff;
    color: #050b14;
    line-height: 1.6;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

/* --- ZMIENNE PROJEKTOWE --- */
.pulse-lp-page {
    --pulse-primary: #050b14;
    --pulse-accent: #bc9c63;
    --pulse-text-dark: #0f172a;
    --pulse-text-light: #64748b;
    --pulse-bg-light: #f8fafc;
    --pulse-bg-tile: #f0eee9;
    --pulse-white: #ffffff;
}

/* --- GLOBALNY UKŁAD (1920px Full HD) --- */
.lp-container {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    position: relative;
}

.lp-left-column {
    width: 55%;
    padding-bottom: 70px;
}

.lp-right-column {
    width: 45%;
    position: relative;
}

/* --- SEKCJA HERO (100vh) --- */
.pulse-hero-block {
    background-color: var(--pulse-primary);
    background-size: cover;
    background-position: center;
    color: var(--pulse-white);
    padding: 80px 60px;
    margin-left: -60px;
    margin-right: -100px;
    margin-bottom: 40px;
    border-radius: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pulse-brand-logo {
    max-width: 264px; /* +20% */
    height: auto;
    display: block;
    margin-left: -50px;
}

.hero-content-middle {
    margin: 40px 0;
}

.pulse-hero-block h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
    color: var(--pulse-white);
}

.pulse-hero-block h1 .sub-headline {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--pulse-accent);
    margin-bottom: 12px;
}

.pulse-hero-block .lead-text {
    color: #cbd5e1;
    font-size: 1.3rem;
    max-width: 85%;
    font-weight: 600;
    line-height: 1.7;
}

/* Hero triad */
.hero-triad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 35px;
}

.triad-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.triad-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    border: 1px solid var(--pulse-accent);
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.triad-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-placeholder {
    width: 46px;
    height: 46px;
    border-radius: 0;
    border: 1px solid var(--pulse-accent);
    background-color: rgba(255, 255, 255, 0.02);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon-placeholder::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--pulse-accent);
}

.triad-card p {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--pulse-white);
    line-height: 1.4;
    letter-spacing: 0.5px;
}

/* --- NAGŁÓWKI SEKCJI --- */
.section-headline-container {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.section-headline-bg {
    position: absolute;
    top: -25px;
    left: -10px;
    font-size: 4.5rem;
    font-weight: 700;
    color: rgba(5, 11, 20, 0.02);
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 1;
    user-select: none;
    white-space: nowrap;
}

.section-headline {
    position: relative;
    font-size: 2.1rem;
    color: var(--pulse-primary);
    font-weight: 300;
    letter-spacing: -0.5px;
    z-index: 2;
}

.section-headline span {
    font-weight: 700;
}

.section-headline-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--pulse-accent);
}

.content-section {
    padding: 50px 0;
    border-bottom: 1px solid rgba(5, 11, 20, 0.05);
}

.content-section:last-of-type {
    border-bottom: none;
}

/* PRZYCISKI AKCJI */
.button-center-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.action-trigger {
    display: inline-block;
    background-color: transparent;
    color: var(--pulse-primary);
    border: 1px solid var(--pulse-primary);
    padding: 18px 42px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.action-trigger:hover {
    background-color: var(--pulse-primary);
    color: var(--pulse-white);
}

/* --- FEATURES LIST --- */
.inline-features-list {
    display: flex;
    flex-direction: column;
    width: calc(100% + 40px);
}

.inline-feature-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 30px 0;
}

.inline-feature-divider {
    width: 100%;
    height: 1px;
    background-color: #f1f5f9;
}

.inline-large-icon {
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: 1px solid var(--pulse-accent);
    background-color: var(--pulse-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px;
}

.inline-large-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.inline-large-icon-placeholder::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--pulse-accent);
}

.inline-feature-text {
    display: flex;
    flex-direction: column;
}

.inline-feature-text h3 {
    font-size: 1.3rem;
    color: var(--pulse-primary);
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.inline-feature-text p {
    color: var(--pulse-text-light);
    font-size: 0.98rem;
    line-height: 1.65;
}

/* SECTION IMAGE */
.section-image-container {
    width: calc(100% + 40px);
    background-color: #0b0f17;
    border-radius: 0;
    margin-bottom: 30px;
    border: 1px solid rgba(188, 156, 99, 0.2);
    position: relative;
    overflow: hidden;
}

.section-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* LOCATION TILES */
.tile-line-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 30px;
    width: calc(100% + 40px);
}

.location-flat-tile {
    background-color: var(--pulse-bg-tile);
    padding: 40px 30px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-flat-tile:hover {
    transform: translateY(-6px);
    background-color: #e5e3de;
    border-bottom-color: var(--pulse-accent);
    box-shadow: 0 20px 40px rgba(5, 11, 20, 0.05);
}

.location-flat-tile h3 {
    font-size: 1.15rem;
    color: var(--pulse-primary);
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.location-flat-tile p {
    color: var(--pulse-text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ROI SLIDER */
.slider-viewport {
    width: calc(100% + 40px);
    position: relative;
    overflow: hidden;
    background-color: var(--pulse-primary);
    border-radius: 0;
    padding: 45px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 25px;
    cursor: grab;
    user-select: none;
}

.slider-viewport:active {
    cursor: grabbing;
}

.slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    width: 300%;
    pointer-events: none;
}

.slider-track * {
    pointer-events: auto;
}

.slider-slide {
    width: 33.333%;
    flex-shrink: 0;
    padding: 5px;
}

.roi-box-layout {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 35px;
}

.roi-header-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--pulse-accent);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.roi-box-layout h4 {
    font-size: 1.25rem;
    color: var(--pulse-primary);
    font-weight: 600;
}

.roi-box-layout .slide-num {
    font-size: 1.5rem;
    font-weight: 200;
    color: var(--pulse-accent);
}

.roi-data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #edf2f7;
    font-size: 0.95rem;
}

.roi-data-row:last-of-type {
    border-bottom: none;
    background-color: var(--pulse-bg-light);
    margin-top: 15px;
    padding: 16px 14px;
}

.roi-data-row label {
    color: var(--pulse-text-light);
    font-weight: 500;
}

.roi-value {
    font-weight: 600;
    color: var(--pulse-primary);
}

.roi-data-row:last-of-type .roi-value {
    color: #b45309;
    font-weight: 700;
}

.disclaimer-text {
    width: calc(100% + 40px);
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 30px;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}

.slider-dot.active {
    background-color: var(--pulse-accent);
    width: 24px;
}

/* GALLERY */
.gallery-viewport {
    width: calc(100% + 40px);
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 25px;
    cursor: grab;
    user-select: none;
}

.gallery-viewport:active {
    cursor: grabbing;
}

.gallery-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    width: 300%;
    pointer-events: none;
}

.gallery-track * {
    pointer-events: auto;
}

.gallery-slide {
    width: 33.333%;
    flex-shrink: 0;
}

.gallery-image-box {
    width: 100%;
    height: 480px;
    background-color: #0b0f17;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.gallery-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-viewport + .slider-controls .slider-dot {
    background-color: #cbd5e1;
}

.gallery-viewport + .slider-controls .slider-dot.active {
    background-color: var(--pulse-accent);
}

.gallery-description-text {
    width: calc(100% + 40px);
    font-size: 0.98rem;
    color: var(--pulse-text-dark);
    line-height: 1.7;
    text-align: justify;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* --- FORMULARZ (prawa kolumna) --- */
.sticky-form-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 50;
}

.premium-form-container {
    background-color: var(--pulse-white);
    border-radius: 0;
    padding: 3vh 3vw;
    box-shadow: 0 30px 70px rgba(5, 11, 20, 0.06);
    border: 1px solid rgba(5, 11, 20, 0.04);
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}

.form-logo-placeholder {
    width: 100%;
    height: 4vh;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vh;
}

.form-logo-placeholder img {
    max-height: 100%;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.form-headline {
    font-size: 1.55rem;
    color: var(--pulse-primary);
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 0.8vh;
}

.form-tagline {
    font-size: 0.85rem;
    color: var(--pulse-text-light);
    line-height: 1.4;
    margin-bottom: 1.5vh;
}

.form-footer-note {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: var(--pulse-text-light);
    letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1vh;
}

/* --- Ukryj floating widget na desktopie dla Pulse LP --- */
@media (min-width: 992px) {
    .pulse-lp-page #oh-fab { display: none !important; }
}

/* --- CF7 w kontekście Pulse LP --- */
.premium-form-container .wpcf7 {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 1.5vh; /* przestrzeń od tytułu/podtytułu */
}

/* Przestrzeń nad polem wiadomości */
.premium-form-container .wpcf7-form > .wpcf7-form-control-wrap[data-name="wiadomosc"] {
    margin-top: 1.2vh;
}

.premium-form-container .wpcf7-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1.3vh, 14px);
    overflow: hidden;
}

.premium-form-container .wpcf7-form > p,
.premium-form-container .wpcf7-form > div,
.premium-form-container .wpcf7-form > br {
    margin: 0;
}

/* Zgody bazowo bez własnych marginesów */
.premium-form-container .wpcf7-acceptance,
.premium-form-container p.wpcf7-acceptance {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
}

/* Zgody zacieśnione między sobą — niwelujemy część gapa flexa */
.premium-form-container .wpcf7-acceptance + .wpcf7-acceptance,
.premium-form-container p.wpcf7-acceptance + p.wpcf7-acceptance {
    margin-top: calc(-1 * clamp(8px, 1.3vh, 14px) + 6px) !important;
}

/* Pierwsza zgoda — trochę odstępu od textarea/pól */
.premium-form-container .wpcf7-form > .pulse-form-grid + p.wpcf7-acceptance,
.premium-form-container .wpcf7-form > p + p.wpcf7-acceptance {
    margin-top: 2px !important;
}

/* Info link RODO — bliżej zgód, dalej od submit */
.premium-form-container .pulse-info-link {
    margin-top: calc(-1 * clamp(8px, 1.3vh, 14px) + 8px) !important;
    margin-bottom: 4px !important;
}

.premium-form-container .pulse-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
}

.premium-form-container .wpcf7-form input[type="text"],
.premium-form-container .wpcf7-form input[type="tel"],
.premium-form-container .wpcf7-form input[type="email"] {
    width: 100%;
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #cbd5e1;
    font-size: 0.95rem;
    color: var(--pulse-primary);
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.4s ease;
    border-radius: 0;
    outline: none;
}

.premium-form-container .wpcf7-form input[type="text"]:focus,
.premium-form-container .wpcf7-form input[type="tel"]:focus,
.premium-form-container .wpcf7-form input[type="email"]:focus {
    border-bottom: 1px solid var(--pulse-primary);
}

.premium-form-container .wpcf7-form textarea {
    width: 100%;
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #cbd5e1;
    font-size: 0.95rem;
    color: var(--pulse-primary);
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.4s ease;
    border-radius: 0;
    resize: none;
    outline: none;
    min-height: 32px;
}

.premium-form-container .wpcf7-form textarea:focus {
    border-bottom: 1px solid var(--pulse-primary);
}

/* Akceptacje */
.premium-form-container .wpcf7-acceptance,
.premium-form-container .wpcf7-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.premium-form-container .wpcf7-acceptance .wpcf7-list-item,
.premium-form-container .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
}

/* Checkbox + tekst są w jednym <label> — to label musi być flexem,
   żeby kolejne wiersze tekstu nie wpadały pod checkbox */
.premium-form-container .wpcf7-acceptance label,
.premium-form-container .wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
}

.premium-form-container .wpcf7-acceptance input[type="checkbox"],
.premium-form-container .wpcf7-checkbox input[type="checkbox"] {
    margin-top: 2px;
    width: 13px;
    height: 13px;
    accent-color: var(--pulse-primary);
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 0;
}

.premium-form-container .wpcf7-acceptance .wpcf7-list-item-label,
.premium-form-container .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 0.68rem;
    color: var(--pulse-text-light);
    line-height: 1.3;
    cursor: pointer;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
}

/* Info link (RODO) */
.premium-form-container .pulse-info-link {
    padding: 0 2px;
}

.premium-form-container .pulse-info-link a {
    font-size: 0.72rem;
    color: var(--pulse-accent);
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s;
}

.premium-form-container .pulse-info-link a:hover {
    color: var(--pulse-primary);
}

/* Submit */
.premium-form-container .wpcf7-submit,
.form-submit-btn {
    width: 100%;
    background-color: var(--pulse-primary);
    color: var(--pulse-white);
    border: none;
    padding: 14px;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.3s ease;
    display: block;
}

.premium-form-container .wpcf7-submit:hover,
.form-submit-btn:hover {
    background-color: #111e36;
}

.premium-form-container .wpcf7-not-valid-tip {
    font-size: 0.7rem;
    color: #dc2626;
    font-family: 'Montserrat', sans-serif;
}

.premium-form-container .wpcf7-response-output {
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 12px;
    margin: 0;
    border-radius: 0;
}

/* --- STOPKA --- */
.pulse-lp-footer {
    background-color: var(--pulse-primary);
    color: var(--pulse-white);
    padding: 50px 0;
    width: 100%;
    position: relative;
    z-index: 60;
}

.footer-box {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-recaptcha-notice {
    flex-basis: 100%;
    margin-top: 18px;
    font-size: 0.72rem;
    color: #64748b;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

.footer-recaptcha-notice a {
    color: #94a3b8;
    text-decoration: underline;
}

.footer-recaptcha-notice a:hover {
    color: var(--pulse-accent);
}

.footer-brand {
    max-height: 35px;
    width: auto;
    display: block;
}

.footer-navigation {
    display: flex;
    gap: 50px;
    align-items: center;
}

.footer-navigation a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.footer-navigation a:hover {
    color: var(--pulse-accent);
}

.legal-notice {
    font-size: 0.9rem;
    color: #64748b;
    font-family: 'Montserrat', sans-serif;
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 1200px) {
    /* Kontener staje się pionowym flexem */
    .pulse-lp-page .lp-container {
        flex-direction: column;
        padding: 0;
        gap: 0;
        align-items: stretch;
    }

    /* display:contents sprawia, że dzieci lp-left-column stają się
       bezpośrednimi dziećmi lp-container — dzięki temu można 
       wstawić formularz między hero a resztą treści */
    .pulse-lp-page .lp-left-column {
        display: contents;
    }

    /* Kolejność sekcji na mobile */
    .pulse-lp-page .pulse-hero-block          { order: 1; }
    .pulse-lp-page .lp-right-column           { order: 2; }
    .pulse-lp-page .content-section-profit    { order: 3; }
    .pulse-lp-page .section-image-container   { order: 4; }
    .pulse-lp-page .content-section-location  { order: 5; }
    .pulse-lp-page .content-section-forecast  { order: 6; }
    .pulse-lp-page .content-section-gallery   { order: 7; }

    /* Hero — pełna szerokość, bez ujemnych marginesów */
    .pulse-lp-page .pulse-hero-block {
        width: 100%;
        margin: 0 !important;
        padding: 60px 30px;
        min-height: 100vh;
    }

    .pulse-lp-page .pulse-hero-block h1 { font-size: 2.2rem; }
    .pulse-lp-page .pulse-hero-block h1 .sub-headline { font-size: 1.1rem; }

    /* Sekcje treści — dodaj padding boczny */
    .pulse-lp-page .content-section-profit,
    .pulse-lp-page .content-section-location,
    .pulse-lp-page .content-section-forecast,
    .pulse-lp-page .content-section-gallery {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .pulse-lp-page .section-image-container {
        width: 100%;
        margin-top: 40px;
    }

    /* Formularz */
    .pulse-lp-page .lp-right-column {
        width: 100%;
        padding: 30px;
        background-color: var(--pulse-bg-light);
    }

    .pulse-lp-page .hero-triad { grid-template-columns: 1fr; gap: 16px; }
    /* Ikona obok tekstu (nie pod) na mobile */
    .pulse-lp-page .triad-card { flex-direction: row; align-items: center; gap: 16px; }
    .pulse-lp-page .triad-icon { margin-bottom: 0; }
    .pulse-lp-page .triad-card p { margin: 0; }
    .pulse-lp-page .inline-feature-row { gap: 20px; }
    .pulse-lp-page .tile-line-container { grid-template-columns: 1fr; gap: 16px; }

    .pulse-lp-page .sticky-form-box { position: static; height: auto; }
    .pulse-lp-page .premium-form-container {
        padding: 30px 20px;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .premium-form-container .wpcf7-form {
        height: auto;
        gap: 16px;
    }

    .premium-form-container .pulse-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pulse-lp-page .footer-box {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        padding: 0 30px;
    }

    .pulse-lp-page .slider-viewport .slider-controls .slider-dot {
        background-color: #cbd5e1;
    }
    .pulse-lp-page .slider-viewport .slider-controls .slider-dot.active {
        background-color: var(--pulse-accent);
    }

    /* Tile- i gallery-width reset */
    .pulse-lp-page .tile-line-container,
    .pulse-lp-page .slider-viewport,
    .pulse-lp-page .section-image-container,
    .pulse-lp-page .disclaimer-text,
    .pulse-lp-page .gallery-viewport,
    .pulse-lp-page .inline-features-list,
    .pulse-lp-page .gallery-description-text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pulse-lp-page .lp-right-column { padding: 20px; }

    .pulse-lp-page .content-section-profit,
    .pulse-lp-page .content-section-location,
    .pulse-lp-page .content-section-forecast,
    .pulse-lp-page .content-section-gallery {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pulse-lp-page .pulse-hero-block {
        padding: 40px 20px;
    }

    .pulse-lp-page .pulse-hero-block h1 { font-size: 1.8rem; }
    .pulse-lp-page .section-headline { font-size: 1.6rem; }
    .pulse-lp-page .section-headline-bg { font-size: 3rem; }

    .pulse-lp-page .slider-viewport { padding: 25px 20px; }
}
