/* =====================================
   Hundeskove.dk Hundeforsikring V3
   Master Design CSS
===================================== */

.hf-v3 {
    background:#fff;
    color:#0f172a;
    font-family:inherit;
}

.hf-v3-container {
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;
}

/* HERO */
.hf-v3-hero {
    position:relative;
    min-height:620px;
    background-size:cover;
    background-position:center;
    border-radius:24px;
    overflow:hidden;
    display:flex;
    align-items:center;
}

.hf-v3-hero-content {
    width:50%;
    padding:70px;
    background:rgba(255,255,255,.92);
}

.hf-v3-hero h1 {
    font-size:52px;
    line-height:1.05;
    font-weight:800;
}

.hf-v3-hero h1 span {
    color:#087443;
}

.hf-v3-btn {
    display:inline-block;
    background:#006b3c;
    color:white;
    padding:16px 32px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
}


/* SCORE CARD */

.hf-v3-score {
    background:white;
    border-radius:20px;
    padding:28px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.hf-v3-score h3 {
    color:#006b3c;
}


/* AI MATCH */

.hf-v3-match {
    background:#f7faf7;
    border-radius:24px;
    padding:40px;
}

.hf-v3-match-card {
    background:white;
    border-radius:18px;
    padding:25px;
}


/* RECOMMENDATIONS */

.hf-v3-card {
    background:white;
    border-radius:18px;
    padding:24px;
    border:1px solid #e5e7eb;
}

.hf-v3-card:hover {
    transform:translateY(-3px);
}


/* TABLE */

.hf-v3-table {
    width:100%;
    background:white;
    border-radius:20px;
    overflow:hidden;
}

.hf-v3-table th {
    background:#006b3c;
    color:white;
    padding:16px;
}

.hf-v3-table td {
    padding:16px;
    border-bottom:1px solid #eee;
}


/* FAQ */

.hf-v3-faq {
    border-bottom:1px solid #ddd;
    padding:18px 0;
}


/* CTA */

.hf-v3-cta {
    background:#006b3c;
    color:white;
    padding:45px;
    border-radius:24px;
    text-align:center;
}


@media(max-width:768px){

    .hf-v3-hero-content {
        width:100%;
        padding:35px;
    }

    .hf-v3-hero h1 {
        font-size:36px;
    }

}ls -lh public/css/hundeforsikring-v3.css

