.harbor-hero {
    min-height: calc(100vh - 200px);
    background-image: url("https://cdn.hsystemcontent.com/images/105367.jpg");
    background-size: cover;
    background-position: top;
}

.hero-overlay {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 80px;
}

.hero-logo img {
    max-width: 220px;
    margin-bottom: 20px;
     filter: drop-shadow(0 0 2px white);
}

.hero-language {
    margin-bottom: 30px;
}

/* Samlad ruta */
.guestharbor-card {
    background: rgba(255,255,255,0.76);
    border-radius: 20px;
    padding: 36px 40px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.guestharbor-card h1 {
    margin-top: 0;
    font-size: 32px;
}

.guestharbor-text {
    margin: 14px 0 30px;
    color: #555;
    font-weight:600;
}

/* Knappar */
.guestharbor-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.harbor-btn {
    padding: 14px 30px;
    border-radius: 999px;
    font-weight: 600;
    width: 200px;
    text-decoration: none;

    transition: 
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}


.harbor-btn-outline {
    border: 2px solid #272d65;
    color: #272d65;
     background: rgba(255,255,255,0.76);
}

.harbor-btn-outline:hover {
    background: #1e2037;
    color: #fff;
    text-decoration:none;
box-shadow: 0 10px 22px rgba(39, 45, 101,0.4);

}
