.elementor-38321 .elementor-element.elementor-element-314f5ad{--display:flex;}.elementor-38321 .elementor-element.elementor-element-e0217a3{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-38321 .elementor-element.elementor-element-b3336a7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--flex-wrap:wrap;}.elementor-38321 .elementor-element.elementor-element-07de02f{--display:flex;}@media(max-width:767px){.elementor-38321 .elementor-element.elementor-element-b3336a7{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for html, class: .elementor-element-38f641d *//* ==========================================================================
   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-e0217a3 */.nl-local-hero {
    background: #ffffff;
    padding: 100px 5% 80px 5%;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.nl-local-hero-content {
    max-width: 900px;
    margin: 0 auto 140px auto; /* 140px avstånd till bilden enligt v3 */
}

.nl-local-badge {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.nl-local-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200; /* Ultra-tunn enligt v3 */
    font-size: 3.5rem;
    line-height: 1.2;
    color: #111111;
    margin: 0 0 30px 0;
}

.nl-local-lead {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #333333;
    font-style: italic; /* Kursiv introduktion enligt v3 */
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* CTA & Knappar */
.nl-local-cta-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nl-btn-primary {
    display: inline-block;
    padding: 18px 40px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    transition: background 0.3s ease;
}

.nl-btn-primary:hover {
    background: #333333;
}

.nl-phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111111;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.nl-phone-link:hover {
    opacity: 0.7;
}

.nl-phone-link svg {
    width: 22px;
    height: 22px;
}

/* Bildsektion */
.nl-local-hero-image {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 4px; /* Valfritt: mjukar upp kanterna extremt lite */
    overflow: hidden;
}

.nl-local-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobilanpassning */
@media (max-width: 768px) {
    .nl-local-hero {
        padding: 70px 20px 40px 20px;
    }
    
    .nl-local-title {
        font-size: 2.2rem;
    }
    
    .nl-local-lead {
        font-size: 1.15rem;
    }
    
    .nl-local-hero-content {
        margin-bottom: 80px; /* Något mindre avstånd på mobil för att behålla kontext */
    }
    
    .nl-local-cta-area {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8ded55 */.nl-local-contact {
    background: #fafafa;
    padding: 100px 5% 140px 5%;
    font-family: 'Inter', sans-serif;
}

.nl-local-contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.nl-local-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch; /* Se till att korten blir lika höga */
}

/* Vänster sida: Företagsinfo */
.nl-local-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Återanvända textklasser */
.nl-local-badge {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.nl-local-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #111111;
    margin: 0 0 20px 0;
}

.nl-local-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333333;
    font-weight: 300;
    margin-bottom: 40px;
}

/* Detaljer */
.nl-contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nl-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.05rem;
    color: #111111;
    font-weight: 300;
}

.nl-detail-item strong {
    font-weight: 500;
}

.nl-detail-item a {
    color: #111111;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2px;
    transition: border-color 0.3s ease;
}

.nl-detail-item a:hover {
    border-color: #111111;
}

/* Höger sida: Personkortet */
.nl-local-person-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nl-person-image-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    border: 3px solid #f0f0f0; /* Subtil inramning */
}

.nl-person-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nl-person-text h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #111111;
    margin: 0 0 5px 0;
}

.nl-person-title {
    font-size: 1rem;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/* Knappar */
.nl-person-cta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.nl-btn-call, .nl-btn-email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.nl-btn-call {
    background: #111111;
    color: #ffffff;
}

.nl-btn-call:hover {
    background: #333333;
}

.nl-btn-email {
    background: transparent;
    color: #111111;
    border: 1px solid #dddddd;
}

.nl-btn-email:hover {
    border-color: #111111;
    background: #f9f9f9;
}

/* Mobilanpassning */
@media (max-width: 992px) {
    .nl-local-contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .nl-local-contact-info {
        text-align: center;
    }
    
    .nl-contact-details {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .nl-local-contact {
        padding: 70px 20px 100px 20px;
    }
    
    .nl-local-title {
        font-size: 2.2rem;
    }
    
    .nl-local-person-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c197274 */.nl-local-process {
    background: #fafafa; /* Lätt grå ton bryter av snyggt mot den vita heron */
    padding: 100px 5% 140px 5%; /* 140px marginal till nästa sektion (v3) */
    font-family: 'Inter', sans-serif;
}

.nl-local-process-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px auto;
}

/* Om dessa inte redan laddats via Heron: */
.nl-local-badge {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.nl-local-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200; 
    font-size: 2.8rem; /* Lite mindre än H1 i hero */
    line-height: 1.2;
    color: #111111;
    margin: 0 0 30px 0;
}

.nl-local-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #333333;
    font-style: italic; 
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
}
/* ------------------------------------- */

.nl-local-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.nl-local-step {
    background: #ffffff;
    padding: 40px 30px;
    border: 1px solid #eeeeee;
    transition: transform 0.3s ease;
}

.nl-local-step:hover {
    transform: translateY(-5px); /* Lätt och exklusiv hover-effekt */
}

.nl-step-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2.5rem;
    color: #cccccc;
    margin-bottom: 20px;
}

.nl-local-step h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    color: #111111;
    margin: 0 0 15px 0;
}

.nl-local-step p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* Mobilanpassning */
@media (max-width: 1024px) {
    .nl-local-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .nl-local-process {
        padding: 70px 20px 100px 20px;
    }
    
    .nl-local-process-grid {
        grid-template-columns: 1fr;
    }
    
    .nl-local-title {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01de865 *//* --- WIDGET: GLOBAL U-VALUE COMPARISON BANNER V3 --- */
.elementor-38321 .elementor-element.elementor-element-01de865 .norlux-global-u-widget {
    padding: 100px 20px;
    background-color: #ffffff;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-header {
    margin-bottom: 50px;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-badge {
    color: #BF1717;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: inline-block;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 200; /* Ultra-thin Montserrat H2 */
    color: #1a1a1a;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 0;
}

/* Flex/Grid Layout för innehållet */
.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-content-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Vänster: Jämförelsekort */
.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-comparison-cards {
    display: flex;
    gap: 20px;
    width: 100%;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-card {
    flex: 1;
    padding: 35px 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-card.gov-card {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-card.norlux-card {
    background: #ffffff;
    border: 1px solid #BF1717;
    box-shadow: 0 15px 35px rgba(191, 23, 23, 0.03);
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #777777;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-card.norlux-card .nguw-label {
    color: #BF1717;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-value {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-card.norlux-card .nguw-value {
    color: #BF1717;
}

/* Höger: Textområde */
.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-text-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-text-area p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #444444;
    font-style: italic; /* Cursive introduktionsstil enligt v3 */
    margin: 0 0 25px 0;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-action {
    display: block;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #BF1717;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: gap 0.2s ease;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-btn:hover {
    gap: 10px;
}

.elementor-38321 .elementor-element.elementor-element-01de865 .nguw-btn .arrow {
    font-weight: 400;
}

/* --- SKÄRMANPASSNINGAR --- */
@media (max-width: 991px) {
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-content-flex {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-header {
        margin-bottom: 140px; /* 140px exakt avstånd under rubriken på mobil */
    }
    
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-comparison-cards {
        margin-bottom: 50px; /* Balanserat avstånd ner till texten */
    }
}

@media (max-width: 767px) {
    .elementor-38321 .elementor-element.elementor-element-01de865 .norlux-global-u-widget {
        padding: 60px 20px;
    }
    
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-title {
        font-size: 2.2rem;
    }
    
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-text-area p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-comparison-cards {
        flex-direction: column; /* Kort ställs på varandra på små mobiler */
        gap: 15px;
    }
    
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-card {
        padding: 25px 15px;
    }
    
    .elementor-38321 .elementor-element.elementor-element-01de865 .nguw-value {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fade5ca */.nl-local-project {
    background: #ffffff;
    padding: 100px 5% 140px 5%;
    font-family: 'Inter', sans-serif;
}

.nl-local-project-container {
    max-width: 1200px;
    margin: 0 auto;
}

.nl-local-project-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px auto;
}

/* Återanvända klasser för enhetlighet om de inte laddas globalt */
.nl-local-badge {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.nl-local-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #111111;
    margin: 0 0 30px 0;
}

.nl-local-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #333333;
    font-style: italic;
    font-weight: 300;
}
/* ----------------------------------------------------------- */

.nl-local-project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Prisboxen */
.nl-local-price-card {
    background: #fafafa;
    border: 1px solid #eeeeee;
    padding: 50px 40px;
}

.nl-price-tag {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.nl-price-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555555;
    margin-bottom: 10px;
}

.nl-price-amount {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 3.5rem;
    color: #111111;
    line-height: 1;
    margin-bottom: 10px;
}

.nl-price-subtext {
    font-size: 0.9rem;
    color: #888888;
    font-weight: 300;
}

/* Checklista */
.nl-local-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nl-local-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 1.05rem;
    color: #333333;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.5;
}

.nl-local-checklist li svg {
    width: 20px;
    height: 20px;
    color: #111111; /* Svart ikon i stället för grön för en exklusivare look */
    flex-shrink: 0;
    margin-top: 2px;
}

/* Info-sektionen till höger */
.nl-local-project-info h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #111111;
    margin: 0 0 20px 0;
}

.nl-local-project-info p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 40px;
}

.nl-project-quote {
    margin: 0;
    padding: 30px;
    background: #f9f9f9;
    border-left: 2px solid #111111;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7;
    color: #444444;
    font-style: italic;
}

/* Mobilanpassning */
@media (max-width: 992px) {
    .nl-local-project-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .nl-local-project {
        padding: 70px 20px 100px 20px;
    }
    
    .nl-local-price-card {
        padding: 30px 20px;
    }
    
    .nl-price-amount {
        font-size: 2.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b8d57e */.nl-local-values {
    background: #ffffff;
    padding: 100px 5% 140px 5%; /* 140px marginal till nästa element enligt v3 */
    font-family: 'Inter', sans-serif;
}

.nl-local-values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.nl-local-values-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px auto;
}

/* Återanvända rubrikklasser från tidigare v3-modeller */
.nl-local-badge {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.nl-local-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200; /* Ultra-tunn enligt v3-riktlinjer */
    font-size: 2.8rem;
    line-height: 1.2;
    color: #111111;
    margin: 0 0 30px 0;
}

.nl-local-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #333333;
    font-style: italic; /* Kursiv introduktion enligt v3 */
    font-weight: 300;
}

/* Grid och kortlayout */
.nl-local-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.nl-local-value-card {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nl-value-icon {
    color: #111111;
    width: 36px;
    height: 36px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nl-value-icon svg {
    width: 100%;
    height: 100%;
}

.nl-local-value-card h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #111111;
    margin: 0 0 15px 0;
    letter-spacing: -0.3px;
}

.nl-local-value-card p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* Responsiv anpassning */
@media (max-width: 992px) {
    .nl-local-values-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .nl-local-value-card {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 30px;
    }
    
    .nl-local-value-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .nl-local-values {
        padding: 70px 20px 100px 20px;
    }
    
    .nl-local-title {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e536ba7 */.nl-local-faq {
    background: #ffffff;
    padding: 100px 5% 140px 5%; /* 140px marginal i botten enligt v3-standard */
    font-family: 'Inter', sans-serif;
}

.nl-local-faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.nl-local-faq-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px auto;
}

/* Enhetliga rubrikklasser från master-modellen */
.nl-local-badge {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.nl-local-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200; /* Ultra-tunn Montserrat */
    font-size: 2.8rem;
    line-height: 1.2;
    color: #111111;
    margin: 0 0 30px 0;
}

.nl-local-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #333333;
    font-style: italic; /* Kursiv intro-text */
    font-weight: 300;
}

/* FAQ Gridlayout */
.nl-local-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.nl-local-faq-item {
    background: transparent;
    padding-bottom: 20px;
}

.nl-local-faq-item h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #111111;
    margin: 0 0 15px 0;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.nl-local-faq-item p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* FAQ Footer */
.nl-local-faq-footer {
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
    margin-top: 20px;
}

.nl-local-faq-footer p {
    font-size: 1.05rem;
    color: #333333;
    font-weight: 300;
}

.nl-local-faq-footer a {
    color: #111111;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #111111;
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
}

.nl-local-faq-footer a:hover {
    opacity: 0.7;
}

/* Mobilanpassning */
@media (max-width: 992px) {
    .nl-local-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .nl-local-faq {
        padding: 70px 20px 100px 20px;
    }
    
    .nl-local-title {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff4e448 *//* --- WIDGET: GAVLEBORG PRICE EXAMPLES V3 --- */
.elementor-38321 .elementor-element.elementor-element-ff4e448 .norlux-prices-gavleborg-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-header-block {
    max-width: 850px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-badge {
    color: #BF1717;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: inline-block;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 200; /* Ultra-thin Montserrat H2 */
    color: #1a1a1a;
    letter-spacing: -1px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-main-intro {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #444444;
    font-style: italic; /* Elegant v3-introduktion */
    margin: 0;
}

/* Grid Layout */
.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Priskort */
.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-card {
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-card-header {
    margin-bottom: 25px;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-loc-tag {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #BF1717;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-card-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* Specifikationslista */
.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-spec-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    flex-grow: 1;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-spec-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-spec-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #cccccc;
}

/* Kortets botten och pris */
.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 25px;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-price-label {
    display: block;
    font-size: 0.85rem;
    color: #777777;
    margin-bottom: 5px;
}

.elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-final-price {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    display: block;
    line-height: 1;
}

/* --- SKÄRMANPASSNINGAR --- */
@media (max-width: 991px) {
    .elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-grid {
        grid-template-columns: 1fr; /* Helt vertikal på surfplattor och mobiler */
        gap: 25px;
    }
    
    .elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-header-block {
        margin-bottom: 140px; /* 140px exakt andningshål vid vertikal stapling */
    }
    
    .elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-main-title {
        font-size: 2.2rem;
    }
    
    .elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-card {
        padding: 35px 25px;
    }
}

@media (max-width: 480px) {
    .elementor-38321 .elementor-element.elementor-element-ff4e448 .norlux-prices-gavleborg-v3 {
        padding: 60px 15px;
    }
    
    .elementor-38321 .elementor-element.elementor-element-ff4e448 .npgb-final-price {
        font-size: 1.8rem;
    }
}/* End custom CSS */