.elementor-40873 .elementor-element.elementor-element-1c6f3b9c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-40873 .elementor-element.elementor-element-1c6f3b9c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-44cb1e49 *//* --- GRUNDINSTÄLLNINGAR --- */
.sp-offers-wrapper {
    font-family: 'Poppins', sans-serif;
    background-color: #282F3B; /* brand-slate */
    color: #1f2937;
    margin: 0;
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.sp-relative-z {
    position: relative;
    z-index: 10;
}

/* --- BAKGRUNDSGLÖD --- */
.sp-bg-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.sp-glow-circle-1 {
    position: absolute;
    top: -10rem;
    left: -10rem;
    width: 24rem;
    height: 24rem;
    background-color: #078586;
    border-radius: 9999px;
    mix-blend-mode: screen;
   
    opacity: 0.3;
}

.sp-glow-circle-2 {
    position: absolute;
    top: 40%;
    right: -10rem;
    width: 500px;
    height: 500px;
    background-color: #09a4a5;
    border-radius: 9999px;
    mix-blend-mode: screen;
    
    opacity: 0.2;
}

/* --- INTRO SEKTION --- */
.sp-intro-section {
    padding: 5rem 1.5rem 3rem 1.5rem;
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .sp-intro-section { padding-top: 8rem; }
}

.sp-intro-content {
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp-badge-text {
    color: #09a4a5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0.75rem;
}

.sp-divider {
    width: 3rem;
    height: 0.25rem;
    background-color: #078586;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
}

.sp-main-title {
    font-size: 2.25rem;
    font-weight: 900;
    color: white;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) { .sp-main-title { font-size: 3rem; } }
@media (min-width: 1024px) { .sp-main-title { font-size: 3.75rem; } }

.sp-intro-desc {
    font-size: 1.125rem;
    color: #d1d5db;
    line-height: 1.625;
    max-width: 42rem;
}

@media (min-width: 768px) { .sp-intro-desc { font-size: 1.25rem; } }

/* --- KORT SEKTION --- */
.sp-cards-section {
    padding: 0 1rem 6rem 1rem;
    position: relative;
    z-index: 10;
    width: 100%;
}

@media (min-width: 640px) { .sp-cards-section { padding: 0 1.5rem 6rem 1.5rem; } }
@media (min-width: 1024px) { .sp-cards-section { padding: 0 2rem 6rem 2rem; } }

.sp-cards-container {
    max-width: 72rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* HUVUDERBJUDANDE (Stora kortet) */
.sp-main-card {
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    transition: box-shadow 0.5s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #f3f4f6;
}

@media (min-width: 768px) { .sp-main-card { flex-direction: row; } }

.sp-main-card:hover {
    box-shadow: 0 20px 60px rgba(7,133,134,0.2);
}

.sp-main-card-img {
    position: relative;
    overflow: hidden;
    background-color: #f3f4f6;
    min-height: 350px;
}

@media (min-width: 768px) { .sp-main-card-img { width: 40%; } }

.sp-main-card-img img, .sp-sub-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.group:hover .sp-main-card-img img, 
.group:hover .sp-sub-card-img img {
    transform: scale(1.05);
}

.sp-badge-special {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background-color: #FF0000;
    color: white;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: rotate(-2deg);
}

.sp-main-card-info {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

@media (min-width: 768px) { 
    .sp-main-card-info { width: 60%; padding: 3rem; } 
}
@media (min-width: 1024px) { 
    .sp-main-card-info { padding: 4rem; } 
}

.sp-bg-icon {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    font-size: 120px;
    color: #f9fafb;
    opacity: 0.5;
    pointer-events: none;
}

.sp-card-subtitle {
    color: #078586;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.sp-card-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: #282F3B;
    margin-bottom: 1.25rem;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

@media (min-width: 768px) { .sp-card-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .sp-card-title { font-size: 3rem; } }

.sp-divider-left {
    width: 3rem;
    height: 0.375rem;
    background-color: #078586;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
}

.sp-card-desc {
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.625;
    margin-bottom: 2rem;
}

.sp-feature-list {
    margin-bottom: 2.5rem;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sp-feature-list li {
    display: flex;
    align-items: center;
    color: #282F3B;
    font-weight: 500;
}

.sp-feature-list i {
    color: #078586;
    margin-right: 0.75rem;
}

/* --- STÖDAKTER (Grid) --- */
.sp-sub-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .sp-sub-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

.sp-sub-card {
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    transition: box-shadow 0.5s;
    overflow: hidden;
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
}

.sp-sub-card:hover {
    box-shadow: 0 20px 50px rgba(7,133,134,0.2);
}

.sp-sub-card-img {
    position: relative;
    height: 16rem;
    overflow: hidden;
    background-color: #f3f4f6;
}

@media (min-width: 640px) { .sp-sub-card-img { height: 18rem; } }

.sp-badge-popular {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    background-color: #282F3B;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sp-badge-new {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    background-color: #078586;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sp-sub-card-info {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

@media (min-width: 640px) { .sp-sub-card-info { padding: 2.5rem; } }

.sp-bg-icon-small {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 80px;
    color: #f9fafb;
    opacity: 0.5;
    pointer-events: none;
}

.sp-sub-card-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-sub-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #282F3B;
    margin-bottom: 1rem;
    line-height: 1.2;
}

@media (min-width: 640px) { .sp-sub-card-title { font-size: 1.875rem; } }

.sp-divider-left-small {
    width: 2rem;
    height: 0.25rem;
    background-color: #078586;
    border-radius: 9999px;
    margin-bottom: 1.25rem;
}

.sp-sub-card-desc {
    color: #4b5563;
    line-height: 1.625;
    margin-bottom: 2rem;
    flex-grow: 1;
}

/* --- KNAPPAR --- */
.sp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all 0.3s;
    text-decoration: none !important;
}

.sp-btn i { margin-left: 0.5rem; }

.sp-btn-primary {
    background-color: #078586;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 0.75rem;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(7,133,134,0.3);
}

.sp-btn-primary:hover {
    background-color: #056364;
    box-shadow: 0 15px 30px rgba(7,133,134,0.4);
    transform: translateY(-4px);
    color: white;
}

.sp-btn-secondary {
    background-color: #282F3B;
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 15px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-top: auto;
}

.sp-btn-secondary:hover {
    background-color: #078586;
    box-shadow: 0 10px 20px rgba(7,133,134,0.3);
    transform: translateY(-4px);
    color: white;
}

/* --- CTA SEKTION --- */
.sp-cta-section {
    margin-top: 3rem;
    padding: 5rem 0;
    background-color: #f9fafb; /* gray-50 */
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 8px solid #078586;
}

@media (min-width: 768px) {
    .sp-cta-section { margin-top: 6rem; padding: 8rem 0; }
}

.sp-cta-bg-icon {
    position: absolute;
    bottom: -5rem;
    left: -5rem;
    font-size: 300px;
    color: #e5e7eb;
    transform: rotate(12deg);
    pointer-events: none;
    z-index: 0;
}

.sp-cta-content {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 1024px) { .sp-cta-content { padding: 0 2rem; } }

.sp-cta-title {
    font-size: 1.875rem;
    font-weight: 800;
    color: #282F3B;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) { .sp-cta-title { font-size: 3rem; } }

.sp-divider-center {
    width: 4rem;
    height: 0.375rem;
    background-color: #078586;
    border-radius: 9999px;
    margin: 0 auto 2rem auto;
}

.sp-cta-desc {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.625;
    margin: 0 auto 2.5rem auto;
    max-width: 42rem;
}

@media (min-width: 768px) { .sp-cta-desc { font-size: 1.25rem; } }

.sp-btn-cta {
    background-color: #078586;
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-size: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .sp-btn-cta { padding: 1rem 3rem; font-size: 1.125rem; }
}

.sp-btn-cta i { margin-right: 0.75rem; margin-left: 0; }

.sp-btn-cta:hover {
    background-color: #056364;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
    color: white;
}/* End custom CSS */