.elementor-38733 .elementor-element.elementor-element-495ddc8{--display:flex;}.elementor-38733 .elementor-element.elementor-element-34dccaf{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );box-shadow:3px 3px 10px 0px rgba(0,0,0,0.5);}.elementor-38733 .elementor-element.elementor-element-1622a13{--display:flex;}.elementor-38733 .elementor-element.elementor-element-fcda5d5{--display:flex;}.elementor-38733 .elementor-element.elementor-element-7e7b36f{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}/* Start custom CSS for html, class: .elementor-element-234d9ae *//* ==========================================================================
   NorLux Minimalist Top Banner (v3-design - CSS 12.0)
   ========================================================================== */

.norlux-top-banner-v3 {
    background-color: #111111;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #222222;
}

.nltb-link {
    text-decoration: none;
    display: block;
    padding: 14px 20px;
    transition: background-color 0.2s ease;
}

.nltb-link:hover {
    background-color: #1a1a1a;
}

.nltb-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.nltb-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #333333;
    padding-right: 24px;
    flex-shrink: 0;
}

.nltb-indicator {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    animation: nltb-pulse 2s infinite ease-in-out;
}

.nltb-badge-text {
    color: #888888;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.nltb-message {
    color: #cccccc;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.2px;
}

.nltb-message strong {
    font-weight: 500;
    color: #ffffff;
}

.nltb-action-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    flex-shrink: 0;
}

.nltb-svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nltb-link:hover .nltb-svg {
    transform: translateY(3px);
}

@keyframes nltb-pulse {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}

@media (max-width: 900px) {
    .nltb-link {
        padding: 12px 15px;
    }
    
    .nltb-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nltb-badge-wrapper {
        border-right: none;
        padding-right: 0;
    }
    
    .nltb-message {
        font-size: 0.85rem;
    }
    
    .nltb-action-arrow {
        font-size: 0.75rem;
        margin-top: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34dccaf *//* Oskarström Hero - v3 */
.norlux-oskarstrom-hero-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    overflow: hidden;
}
.norlux-oskarstrom-hero-v3 .nosh-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
.norlux-oskarstrom-hero-v3 .nosh-content {
    display: flex;
    flex-direction: column;
}
.norlux-oskarstrom-hero-v3 .nosh-badge {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 20px;
}
.norlux-oskarstrom-hero-v3 .nosh-title {
    font-weight: 100;
    font-size: 3.4rem;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    line-height: 1.15;
}
.norlux-oskarstrom-hero-v3 .nosh-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 30px 0;
    max-width: 52ch;
}
.norlux-oskarstrom-hero-v3 .nosh-text {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 40px 0;
}
.norlux-oskarstrom-hero-v3 .nosh-actions {
    display: block;
}
.norlux-oskarstrom-hero-v3 .nosh-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 36px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: background-color 0.2s ease-in-out;
}
.norlux-oskarstrom-hero-v3 .nosh-btn:hover {
    background-color: #333333;
}
.norlux-oskarstrom-hero-v3 .nosh-btn-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-oskarstrom-hero-v3 .nosh-btn:hover .nosh-btn-arrow {
    transform: translateX(4px);
}
.norlux-oskarstrom-hero-v3 .nosh-image-block {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 480px;
    position: relative;
}
.norlux-oskarstrom-hero-v3 .nosh-image-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Tablet */
@media (max-width: 1024px) {
    .norlux-oskarstrom-hero-v3 {
        padding: 90px 20px;
    }
    .norlux-oskarstrom-hero-v3 .nosh-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .norlux-oskarstrom-hero-v3 .nosh-title {
        font-size: 2.8rem;
    }
    .norlux-oskarstrom-hero-v3 .nosh-image-block {
        min-height: 400px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-oskarstrom-hero-v3 {
        padding: 70px 15px;
    }
    .norlux-oskarstrom-hero-v3 .nosh-title {
        font-size: 2.25rem;
        margin-bottom: 22px;
    }
    .norlux-oskarstrom-hero-v3 .nosh-intro {
        font-size: 1.15rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .norlux-oskarstrom-hero-v3 .nosh-text {
        font-size: 0.94rem;
        line-height: 1.68;
        margin-bottom: 32px;
    }
    .norlux-oskarstrom-hero-v3 .nosh-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 24px;
    }
    .norlux-oskarstrom-hero-v3 .nosh-image-block {
        min-height: 280px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9724411 *//* Oskarström Team - v3 */
.norlux-oskarstrom-team-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-oskarstrom-team-v3 .nlto-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-oskarstrom-team-v3 .nlto-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-oskarstrom-team-v3 .nlto-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-oskarstrom-team-v3 .nlto-partner {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}
.norlux-oskarstrom-team-v3 .nlto-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.norlux-oskarstrom-team-v3 .nlto-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 38px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.norlux-oskarstrom-team-v3 .nlto-card-badge {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 18px;
}
.norlux-oskarstrom-team-v3 .nlto-office-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 15px 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}
.norlux-oskarstrom-team-v3 .nlto-address {
    font-style: normal;
    font-size: 0.96rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 32px;
}
.norlux-oskarstrom-team-v3 .nlto-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    margin-top: auto;
    width: fit-content;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-oskarstrom-team-v3 .nlto-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-oskarstrom-team-v3 .nlto-link-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease-in-out;
}
.norlux-oskarstrom-team-v3 .nlto-arrow-link:hover .nlto-link-arrow {
    transform: translateX(4px);
}
.norlux-oskarstrom-team-v3 .nlto-person-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.norlux-oskarstrom-team-v3 .nlto-avatar-wrapper {
    width: 110px;
    height: 110px;
    margin: 0 0 22px 0;
    flex-shrink: 0;
}
.norlux-oskarstrom-team-v3 .nlto-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
    display: block;
}
.norlux-oskarstrom-team-v3 .nlto-person-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.norlux-oskarstrom-team-v3 .nlto-person-meta {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}
.norlux-oskarstrom-team-v3 .nlto-person-name {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 5px 0;
    letter-spacing: -0.2px;
}
.norlux-oskarstrom-team-v3 .nlto-person-role {
    display: block;
    font-size: 0.85rem;
    color: #777777;
}
.norlux-oskarstrom-team-v3 .nlto-contact-channels {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}
.norlux-oskarstrom-team-v3 .nlto-phone,
.norlux-oskarstrom-team-v3 .nlto-email {
    font-size: 0.9rem;
    color: #1a1a1a;
    text-decoration: none;
    width: fit-content;
}
.norlux-oskarstrom-team-v3 .nlto-phone:hover,
.norlux-oskarstrom-team-v3 .nlto-email:hover {
    text-decoration: underline;
}
.norlux-oskarstrom-team-v3 .nlto-bio-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
/* Tablet */
@media (max-width: 1050px) {
    .norlux-oskarstrom-team-v3 .nlto-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
@media (max-width: 850px) {
    .norlux-oskarstrom-team-v3 {
        padding: 100px 20px;
    }
    .norlux-oskarstrom-team-v3 .nlto-title {
        font-size: 2.3rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-oskarstrom-team-v3 {
        padding: 80px 15px;
    }
    .norlux-oskarstrom-team-v3 .nlto-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-oskarstrom-team-v3 .nlto-partner {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-oskarstrom-team-v3 .nlto-card {
        padding: 30px 24px;
    }
    .norlux-oskarstrom-team-v3 .nlto-avatar-wrapper {
        width: 96px;
        height: 96px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e97e61 *//* Oskarström Värden - v3 */
.norlux-oskarstrom-values-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-oskarstrom-values-v3 .nlov-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-oskarstrom-values-v3 .nlov-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-oskarstrom-values-v3 .nlov-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-oskarstrom-values-v3 .nlov-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 780px;
    margin: 0 auto;
}
.norlux-oskarstrom-values-v3 .nlov-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-oskarstrom-values-v3 .nlov-card {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.norlux-oskarstrom-values-v3 .nlov-card-title {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.35;
    color: #1a1a1a;
    margin: 0 0 16px 0;
}
.norlux-oskarstrom-values-v3 .nlov-card-text {
    font-size: 0.96rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-oskarstrom-values-v3 {
        padding: 100px 20px;
    }
    .norlux-oskarstrom-values-v3 .nlov-main-title {
        font-size: 2.3rem;
    }
    .norlux-oskarstrom-values-v3 .nlov-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-oskarstrom-values-v3 .nlov-card {
        padding-top: 25px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-oskarstrom-values-v3 {
        padding: 80px 15px;
    }
    .norlux-oskarstrom-values-v3 .nlov-header {
        margin-bottom: 50px;
    }
    .norlux-oskarstrom-values-v3 .nlov-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-oskarstrom-values-v3 .nlov-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-oskarstrom-values-v3 .nlov-card-title {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }
    .norlux-oskarstrom-values-v3 .nlov-card-text {
        font-size: 0.94rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbc4c49 *//* Oskarström Nyckeltal - v3 */
.norlux-oskarstrom-facts-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-oskarstrom-facts-v3 .nlof-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-oskarstrom-facts-v3 .nlof-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-oskarstrom-facts-v3 .nlof-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-oskarstrom-facts-v3 .nlof-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 820px;
    margin: 0 auto;
}
.norlux-oskarstrom-facts-v3 .nlof-main-intro strong {
    font-weight: 600;
    font-style: normal;
    color: #1a1a1a;
}
.norlux-oskarstrom-facts-v3 .nlof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-oskarstrom-facts-v3 .nlof-card {
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    padding: 30px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.norlux-oskarstrom-facts-v3 .nlof-stat {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 200;
    letter-spacing: -1px;
    color: #1a1a1a;
    margin-bottom: 14px;
}
.norlux-oskarstrom-facts-v3 .nlof-card-title {
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #1a1a1a;
}
.norlux-oskarstrom-facts-v3 .nlof-card-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-oskarstrom-facts-v3 .nlof-footer-block {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}
.norlux-oskarstrom-facts-v3 .nlof-footer-text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #777777;
    margin: 0;
}
/* Large tablet */
@media (max-width: 1024px) {
    .norlux-oskarstrom-facts-v3 .nlof-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-oskarstrom-facts-v3 {
        padding: 80px 20px;
    }
    .norlux-oskarstrom-facts-v3 .nlof-header-block {
        margin-bottom: 50px;
    }
    .norlux-oskarstrom-facts-v3 .nlof-main-title {
        font-size: 2.2rem;
    }
    .norlux-oskarstrom-facts-v3 .nlof-main-intro {
        font-size: 1.1rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-oskarstrom-facts-v3 {
        padding: 70px 15px;
    }
    .norlux-oskarstrom-facts-v3 .nlof-main-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-oskarstrom-facts-v3 .nlof-main-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }
    .norlux-oskarstrom-facts-v3 .nlof-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px;
    }
    .norlux-oskarstrom-facts-v3 .nlof-card {
        padding: 24px 20px;
    }
    .norlux-oskarstrom-facts-v3 .nlof-stat {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    .norlux-oskarstrom-facts-v3 .nlof-card-title {
        font-size: 1rem;
    }
    .norlux-oskarstrom-facts-v3 .nlof-card-text {
        font-size: 0.9rem;
        line-height: 1.65;
    }
    .norlux-oskarstrom-facts-v3 .nlof-footer-text {
        font-size: 0.8rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-868d5ae *//* Oskarström Prisguide - v3 */
.norlux-oskarstrom-pricing-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-oskarstrom-pricing-v3 .nlpo-container {
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-oskarstrom-pricing-v3 .nlpo-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-oskarstrom-pricing-v3 .nlpo-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-oskarstrom-pricing-v3 .nlpo-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-oskarstrom-pricing-v3 .nlpo-subtitle {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 820px;
    margin: 0 auto;
}
.norlux-oskarstrom-pricing-v3 .nlpo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 auto 50px auto;
}
.norlux-oskarstrom-pricing-v3 .nlpo-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}
.norlux-oskarstrom-pricing-v3 .nlpo-card-body {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}
.norlux-oskarstrom-pricing-v3 .nlpo-card-tag {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 8px;
}
.norlux-oskarstrom-pricing-v3 .nlpo-card-body h3 {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 0 0 16px 0;
    line-height: 1.3;
}
.norlux-oskarstrom-pricing-v3 .nlpo-card-desc {
    font-size: 0.95rem;
    line-height: 1.68;
    color: #555555;
    margin: 0 0 30px 0;
}
.norlux-oskarstrom-pricing-v3 .nlpo-price-display {
    margin-top: auto;
    border-top: 1px solid #f0f0f0;
    padding-top: 24px;
}
.norlux-oskarstrom-pricing-v3 .nlpo-price-label {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888888;
    margin-bottom: 6px;
}
.norlux-oskarstrom-pricing-v3 .nlpo-price-amount {
    font-size: 1.9rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    display: block;
    line-height: 1.1;
}
.norlux-oskarstrom-pricing-v3 .nlpo-disclaimer {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 32px;
    font-size: 0.88rem;
    line-height: 1.75;
    color: #777777;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-oskarstrom-pricing-v3 {
        padding: 100px 20px;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-title {
        font-size: 2.3rem;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-card-body {
        padding: 35px 25px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-oskarstrom-pricing-v3 {
        padding: 80px 15px;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-header {
        margin-bottom: 50px;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-subtitle {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-card-body h3 {
        font-size: 1.25rem;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-card-desc {
        font-size: 0.92rem;
        line-height: 1.62;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-price-amount {
        font-size: 1.65rem;
    }
    .norlux-oskarstrom-pricing-v3 .nlpo-disclaimer {
        font-size: 0.82rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76fd0f9 *//* Oskarström Processlänk - v3 */
.norlux-oskarstrom-process-link-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-oskarstrom-process-link-v3 .nlopl-container {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 60px;
}
.norlux-oskarstrom-process-link-v3 .nlopl-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.norlux-oskarstrom-process-link-v3 .nlopl-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-oskarstrom-process-link-v3 .nlopl-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-oskarstrom-process-link-v3 .nlopl-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 780px;
    margin: 0 0 35px 0;
}
.norlux-oskarstrom-process-link-v3 .nlopl-link-wrapper {
    display: block;
}
.norlux-oskarstrom-process-link-v3 .nlopl-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-oskarstrom-process-link-v3 .nlopl-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-oskarstrom-process-link-v3 .nlopl-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-oskarstrom-process-link-v3 .nlopl-arrow-link:hover .nlopl-link-arrow {
    transform: translateX(4px);
}
/* Tablet */
@media (max-width: 850px) {
    .norlux-oskarstrom-process-link-v3 {
        padding: 80px 20px;
    }
    .norlux-oskarstrom-process-link-v3 .nlopl-container {
        padding-top: 50px;
    }
    .norlux-oskarstrom-process-link-v3 .nlopl-title {
        font-size: 2.2rem;
    }
    .norlux-oskarstrom-process-link-v3 .nlopl-intro {
        font-size: 1.15rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-oskarstrom-process-link-v3 {
        padding: 70px 15px;
    }
    .norlux-oskarstrom-process-link-v3 .nlopl-container {
        padding-top: 40px;
    }
    .norlux-oskarstrom-process-link-v3 .nlopl-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-oskarstrom-process-link-v3 .nlopl-intro {
        font-size: 1.05rem;
        line-height: 1.6;
    }
    .norlux-oskarstrom-process-link-v3 .nlopl-arrow-link {
        font-size: 0.92rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86b7438 *//* Oskarström U-värdeswidget / Bidragslänk - v1 */
.norlux-u-widget-oskarstrom-v1 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-u-widget-oskarstrom-v1 .nuov-container {
    max-width: 1000px;
    margin: 0 auto;
}
.norlux-u-widget-oskarstrom-v1 .nuov-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-u-widget-oskarstrom-v1 .nuov-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-u-widget-oskarstrom-v1 .nuov-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-u-widget-oskarstrom-v1 .nuov-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.norlux-u-widget-oskarstrom-v1 .nuov-comparison-area {
    display: flex;
    gap: 20px;
}
.norlux-u-widget-oskarstrom-v1 .nuov-card {
    flex: 1;
    min-width: 0;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 30px 18px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}
.norlux-u-widget-oskarstrom-v1 .nuov-card-norlux {
    background-color: #f9f9f9;
    border-color: #1a1a1a;
}
.norlux-u-widget-oskarstrom-v1 .nuov-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: 32px;
}
.norlux-u-widget-oskarstrom-v1 .nuov-value {
    font-size: 2.1rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin-bottom: 12px;
    white-space: nowrap;
}
.norlux-u-widget-oskarstrom-v1 .nuov-card-note {
    font-size: 0.82rem;
    line-height: 1.55;
    color: #777777;
    margin: 0;
}
.norlux-u-widget-oskarstrom-v1 .nuov-text-area {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.norlux-u-widget-oskarstrom-v1 .nuov-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
.norlux-u-widget-oskarstrom-v1 .nuov-text strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-u-widget-oskarstrom-v1 .nuov-link-wrapper {
    margin-top: 6px;
}
.norlux-u-widget-oskarstrom-v1 .nuov-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-u-widget-oskarstrom-v1 .nuov-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-u-widget-oskarstrom-v1 .nuov-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-u-widget-oskarstrom-v1 .nuov-arrow-link:hover .nuov-link-arrow {
    transform: translateX(4px);
}
@media (max-width: 850px) {
    .norlux-u-widget-oskarstrom-v1 {
        padding: 80px 20px;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-main-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    .norlux-u-widget-oskarstrom-v1 {
        padding: 80px 15px;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-comparison-area {
        flex-direction: column;
        gap: 15px;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-card {
        padding: 25px 15px;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-label {
        min-height: auto;
        margin-bottom: 10px;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-value {
        font-size: 1.6rem;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-card-note {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .norlux-u-widget-oskarstrom-v1 .nuov-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ed8f87 *//* Oskarström Regional Teaser - v3 */
.norlux-teaser-oskarstrom-v3 {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-card {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    padding: 50px 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 40px;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    color: #1a1a1a;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-icon svg {
    width: 100%;
    height: 100%;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-text {
    flex: 1;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-text h3 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 14px 0;
    line-height: 1.3;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-text p {
    font-size: 0.95rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-text p strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-link {
    flex-shrink: 0;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-link a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-link a:hover {
    border-color: #1a1a1a;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-link svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease-in-out;
}
.norlux-teaser-oskarstrom-v3 .nosrt-teaser-link a:hover svg {
    transform: translateX(4px);
}
/* Tablet */
@media (max-width: 900px) {
    .norlux-teaser-oskarstrom-v3 .nosrt-teaser-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 40px 30px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-teaser-oskarstrom-v3 {
        padding: 40px 15px;
    }
    .norlux-teaser-oskarstrom-v3 .nosrt-teaser-card {
        padding: 35px 20px;
    }
    .norlux-teaser-oskarstrom-v3 .nosrt-teaser-text h3 {
        font-size: 1.3rem;
    }
    .norlux-teaser-oskarstrom-v3 .nosrt-teaser-text p {
        font-size: 0.92rem;
        line-height: 1.62;
    }
    .norlux-teaser-oskarstrom-v3 .nosrt-teaser-link a {
        font-size: 0.92rem;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ecaad3 *//* Oskarström FAQ - v3 */
.norlux-oskarstrom-faq-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-oskarstrom-faq-v3 .nlfo-container {
    max-width: 850px;
    margin: 0 auto;
}
.norlux-oskarstrom-faq-v3 .nlfo-header-area {
    text-align: center;
    margin-bottom: 50px;
}
.norlux-oskarstrom-faq-v3 .nlfo-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-oskarstrom-faq-v3 .nlfo-main-title {
    font-weight: 100;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-oskarstrom-faq-v3 .nlfo-wrapper {
    border-top: 1px solid #eaeaea;
}
.norlux-oskarstrom-faq-v3 .nlfo-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
.norlux-oskarstrom-faq-v3 .nlfo-item summary {
    padding: 22px 40px 22px 0;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: color 0.2s ease-in-out;
}
.norlux-oskarstrom-faq-v3 .nlfo-item summary::-webkit-details-marker {
    display: none;
}
.norlux-oskarstrom-faq-v3 .nlfo-item summary::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    color: #999999;
    transition: transform 0.2s ease-in-out;
}
.norlux-oskarstrom-faq-v3 .nlfo-item[open] summary {
    font-weight: 500;
    color: #1a1a1a;
}
.norlux-oskarstrom-faq-v3 .nlfo-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: #1a1a1a;
}
.norlux-oskarstrom-faq-v3 .nlfo-answer {
    padding: 0 0 25px 0;
    animation: nlfoFadeIn 0.3s ease-in-out;
}
.norlux-oskarstrom-faq-v3 .nlfo-answer p {
    font-size: 1rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}
.norlux-oskarstrom-faq-v3 .nlfo-answer strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-oskarstrom-faq-v3 .nlfo-footer-note {
    margin-top: 40px;
    text-align: center;
}
.norlux-oskarstrom-faq-v3 .nlfo-footer-note p {
    font-size: 0.95rem;
    color: #666666;
}
.norlux-oskarstrom-faq-v3 .nlfo-footer-note a {
    color: #1a1a1a;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}
@keyframes nlfoFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .norlux-oskarstrom-faq-v3 {
        padding: 70px 15px;
    }
    .norlux-oskarstrom-faq-v3 .nlfo-main-title {
        font-size: 1.85rem;
    }
    .norlux-oskarstrom-faq-v3 .nlfo-item summary {
        font-size: 1.05rem;
        padding: 18px 35px 18px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f89a8cc *//* Lokal Länkmatris Sortiment - v3 (delad, används på alla lokala sidor) */
.norlux-local-links-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-local-links-v3 .nllnk-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-local-links-v3 .nllnk-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-local-links-v3 .nllnk-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-local-links-v3 .nllnk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-local-links-v3 .nllnk-item {
    border: 1px solid #eaeaea;
    padding: 35px 25px;
    text-decoration: none;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.norlux-local-links-v3 .nllnk-item:hover {
    border-color: #1a1a1a;
    background-color: #f9f9f9;
}
.norlux-local-links-v3 .nllnk-item-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 12px 0;
    letter-spacing: -0.2px;
}
.norlux-local-links-v3 .nllnk-item-desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 30px 0;
}
.norlux-local-links-v3 .nllnk-arrow {
    width: 18px;
    height: 18px;
    color: #1a1a1a;
    transition: transform 0.2s ease-in-out;
    margin-top: auto;
}
.norlux-local-links-v3 .nllnk-item:hover .nllnk-arrow {
    transform: translateX(4px);
}
/* Stor surfplatta / Liten desktop */
@media (max-width: 1024px) {
    .norlux-local-links-v3 .nllnk-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
/* Surfplatta */
@media (max-width: 768px) {
    .norlux-local-links-v3 {
        padding: 80px 20px;
    }
    .norlux-local-links-v3 .nllnk-main-title {
        font-size: 2.2rem;
    }
}
/* Mobil */
@media (max-width: 500px) {
    .norlux-local-links-v3 {
        padding: 70px 15px;
    }
    .norlux-local-links-v3 .nllnk-header {
        margin-bottom: 45px;
    }
    .norlux-local-links-v3 .nllnk-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-local-links-v3 .nllnk-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .norlux-local-links-v3 .nllnk-item {
        padding: 25px 20px;
    }
    .norlux-local-links-v3 .nllnk-item-title {
        font-size: 1.1rem;
    }
    .norlux-local-links-v3 .nllnk-item-desc {
        margin-bottom: 20px;
    }
}/* End custom CSS */