/*
==========================================================================
© 2026 Toner fra hjertet – Kodens rejse
Ophavsret til egen CSS-kode, design og struktur.
Må ikke kopieres, genbruges eller distribueres uden tilladelse.
==========================================================================
*/
/* =====================================================
   OM MIG - TONER FRA HJERTET
   CYBER NEON DESIGN
   OPTIMERET - RENERE BLÅ RAMMER
   ===================================================== */


/* =====================================================
   1. ANIMATION TIL HOVEDTITEL
   ===================================================== */

@keyframes cyberTitlePulse {

    0% {
        box-shadow:
            0 0 12px rgba(48, 36, 219, 0.55),
            0 0 25px rgba(0, 170, 255, 0.18),
            inset 0 0 25px rgba(0, 170, 255, 0.06);

        border-color: #3024db;
    }

    100% {
        box-shadow:
            0 0 20px rgba(0, 240, 255, 0.65),
            0 0 35px rgba(48, 36, 219, 0.35),
            inset 0 0 28px rgba(0, 170, 255, 0.10);

        border-color: #00aaff;
    }

}


/* =====================================================
   2. BAGGRUND
   ===================================================== */

html,
body {

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;
    min-height: 100% !important;

    background:
        radial-gradient(circle at 15% 15%,
            rgba(0, 170, 255, 0.25),
            transparent 35%),

        radial-gradient(circle at 85% 25%,
            rgba(207, 69, 69, 0.15),
            transparent 40%),

        radial-gradient(circle at 50% 85%,
            rgba(21, 206, 44, 0.12),
            transparent 40%),

        linear-gradient(145deg,
            #01040a,
            #030814,
            #061226,
            #02050d) !important;

    background-attachment: fixed !important;

    color: #e2f5ff;
}


/* =====================================================
   3. HOVEDOMRÅDE
   ===================================================== */

.om-mig-side {

    width: 100%;

    min-height: 100vh;

    box-sizing: border-box;

    padding: 50px 20px 80px;

    display: flex;

    flex-direction: column;

    align-items: center;

    color: #45cfc6;

    line-height: 1.7;

    background: transparent !important;

    border: none !important;
}


/* =====================================================
   4. TOP - TITEL
   ===================================================== */

.top-hero-container {

    width: 95%;

    max-width: 900px;

    margin: 20px auto 35px;

    display: flex;

    justify-content: center;

    align-items: center;
}


/* =====================================================
   5. TITEL MIDT PÅ SIDEN
   ===================================================== */

.title-midte {

    width: 100%;

    max-width: 650px;

    margin: 0 auto;
}


/* =====================================================
   6. HOVEDOVERSKRIFT
   ===================================================== */

.title {

    position: relative;

    width: 100%;

    box-sizing: border-box;

    margin: 0;

    padding: 25px 20px 40px;

    text-align: center;

    font-size: 42px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 4px;

    color: limegreen;

    background:
        linear-gradient(145deg,
            rgba(4, 13, 26, 0.95),
            rgba(20, 5, 45, 0.95)) !important;

    border: 4px solid #b026ff;

    border-radius: 20px;

    text-shadow:

        0 0 5px #ffffff,

        0 0 15px #00aaff,

        0 0 30px #b026ff,

        0 0 45px #b026ff;


    box-shadow:

        0 0 15px rgba(176, 38, 255, 0.8),

        0 0 35px rgba(0, 170, 255, 0.5),

        inset 0 0 25px rgba(176, 38, 255, 0.25);


    animation:

        cyberTitlePulse 4s infinite alternate ease-in-out;

}

/* =====================================================
   OM MIG - TOP TITEL MED BILLEDER
   ===================================================== */


.top-hero-container {

    width: 100%;

    padding: 40px 20px 30px;

    box-sizing: border-box;

}


.title-midte {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 35px;

}


/* Billeder ved siden af overskrift */

.title-midte img {
    width: 260px;
    height: 200px;

    object-fit: cover;

    border-radius: 18px;

    border: 3px solid #00aaff;

    box-shadow:
        0 0 10px rgba(0, 170, 255, 0.8),
        0 0 25px rgba(0, 170, 255, 0.35),
        0 0 40px rgba(15, 206, 44, 0.15);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.title-midte img:hover {
    transform: translateY(-6px) scale(1.03);

    border-color: #45cfc6;

    box-shadow:
        0 0 15px #00aaff,
        0 0 30px #45cfc6,
        0 0 50px rgba(15, 206, 44, 0.3);
}


/* Hovedoverskrift */

.title-midte .title {
    width: 260px;
    height: 200px;

    margin: 0;
    padding: 20px;

    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 35px;
    line-height: 1.15;
    text-align: center;

    color: white;

    background: linear-gradient(145deg,
            rgba(0, 170, 255, 0.12),
            rgba(15, 206, 44, 0.08));

    border: 3px solid #00aaff;
    border-radius: 18px;

    box-shadow:
        0 0 10px rgba(0, 170, 255, 0.7),
        0 0 25px rgba(0, 170, 255, 0.3),
        inset 0 0 20px rgba(0, 170, 255, 0.08);

    background-clip: padding-box;

    background-image: linear-gradient(145deg,
            rgba(0, 170, 255, 0.12),
            rgba(15, 206, 44, 0.08));

    -webkit-background-clip: padding-box;
}


/* =====================================================
   TEKST SEKTION
   ===================================================== */


.tekst-sektion-layout {

    max-width: 1000px;

    margin: 0 auto;

    padding: 20px;

}


.info-p {

    line-height: 1.8;

    font-size: 18px;

    margin-bottom: 30px;

    color: #ffffff;

    background: rgba(0, 0, 0, 0.35);

    padding: 25px;

    border-radius: 15px;

    border: 1px solid #00aaff;

    box-shadow: 0 0 15px rgba(0, 170, 255, 0.5);

}


/* =====================================================
   MOBIL
   ===================================================== */


@media (max-width: 700px) {


    .title-midte {

        flex-direction: column;

        gap: 20px;

    }


    .title-midte img {

        width: 120px;

        height: 120px;

    }


    .title-midte .title {

        font-size: 32px;

    }


    .info-p {

        font-size: 16px;

        padding: 18px;

    }

}

/* =====================================================
   7. LASERSTREG UNDER TITEL
   ===================================================== */

.title::after {

    content: "";

    position: absolute;

    bottom: 16px;

    left: 15%;

    width: 70%;

    height: 4px;

    background:
        linear-gradient(90deg,
            transparent,
            #ff4141,
            #00f0ff,
            #15ce2c,
            transparent) !important;

    box-shadow:
        0 0 10px #ff4141,
        0 0 20px #00f0ff !important;

    border-radius: 10px;
}


/* =====================================================
   8. STOR TEKSTSEKTION
   ===================================================== */

/*
   VIGTIG ÆNDRING:

   Den store boks har ikke længere en kraftig blå
   udvendig box-shadow.

   Det forhindrer, at den ligner en ekstra blå ramme
   rundt om tekstboksene.
*/

.tekst-sektion-layout {

    width: 92%;

    max-width: 950px;

    box-sizing: border-box;

    margin: 0 auto 50px;

    padding: 35px;

    background:
        linear-gradient(145deg,
            rgba(3, 10, 22, 0.98),
            rgba(6, 20, 42, 0.96),
            rgba(2, 6, 15, 0.99));

    border-radius: 25px;

    /*
       Kun en meget svag indvendig glød.
       Ingen kraftig blå ramme udenpå.
    */

    box-shadow:
        inset 0 0 30px rgba(0, 170, 255, 0.05);
}


/* =====================================================
   9. TEKSTBOKSE
   ===================================================== */

.tekst-sektion-layout .info-p {

    width: 100%;

    max-width: 850px;

    box-sizing: border-box;

    margin: 30px auto;

    padding: 30px 35px;

    color: #d7f7ff !important;

    background:
        linear-gradient(145deg,
            rgba(6, 20, 42, 0.95),
            rgba(2, 8, 20, 0.98)) !important;

    /*
       ÉN tydelig blå ramme
    */

    border: 3px solid #3024db;

    border-radius: 18px;

    font-family:
        "Segoe UI",
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;

    font-size: 1.15rem;

    line-height: 1.9;

    text-align: center;

    /*
       Blød neon-effekt uden at skabe
       en falsk ekstra ramme.
    */

    box-shadow:
        0 0 10px rgba(48, 36, 219, 0.45),
        inset 0 0 15px rgba(0, 170, 255, 0.04);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* =====================================================
   10. HOVER PÅ TEKSTBOKSE
   ===================================================== */

.tekst-sektion-layout .info-p:hover {

    transform: translateY(-5px);

    border-color: #00aaff;

    box-shadow:
        0 0 15px rgba(0, 170, 255, 0.65),
        inset 0 0 18px rgba(0, 170, 255, 0.06);
}


/* =====================================================
   11. FØRSTE BOGSTAV
   ===================================================== */

.tekst-sektion-layout .info-p::first-letter {

    color: #00aaff;

    font-size: 1.5em;

    font-weight: bold;

    text-shadow:
        0 0 6px #00aaff,
        0 0 12px #3024db;
}


/* =====================================================
   12. TILBAGE / NÆSTE KNAPPER
   ===================================================== */

.knap-container-layout {

    width: 92%;

    max-width: 950px;

    margin: 50px auto 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    box-sizing: border-box;
}


/* =====================================================
   13. SELVE KNAPPERNE
   ===================================================== */

.knap-container-layout .knap,
.knap-container-layout .knap2 {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    min-width: 180px;

    padding: 14px 25px;

    box-sizing: border-box;

    border: 3px solid #00aaff;

    border-radius: 15px;

    background:
        linear-gradient(145deg,
            #06142a,
            #081d3a);

    color: #ffffff;

    font-family:
        "Segoe UI",
        Arial,
        sans-serif;

    font-size: 1.1rem;

    font-weight: 800;

    letter-spacing: 1px;

    text-decoration: none;

    text-align: center;

    text-shadow:
        0 0 6px #00aaff,
        0 0 12px rgba(0, 170, 255, 0.5);

    /*
       Mildere skygge så knappen ikke
       ser dobbelt indrammet ud.
    */

    box-shadow:
        0 0 10px rgba(0, 170, 255, 0.35),
        inset 0 0 10px rgba(0, 170, 255, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}


/* =====================================================
   14. HOVER PÅ KNAPPER
   ===================================================== */

.knap-container-layout .knap:hover,
.knap-container-layout .knap2:hover {

    transform:
        translateY(-4px) scale(1.03);

    border-color: #45cfc6;

    color: #45cfc6;

    text-shadow:
        0 0 8px #45cfc6,
        0 0 15px rgba(69, 207, 198, 0.6);

    box-shadow:
        0 0 16px rgba(0, 170, 255, 0.65),
        inset 0 0 12px rgba(69, 207, 198, 0.08);
}


/* =====================================================
   15. MOBIL
   ===================================================== */

@media (max-width: 768px) {

    .om-mig-side {

        padding: 30px 12px 60px;
    }


    .top-hero-container {

        width: 95%;

        margin-bottom: 40px;
    }


    .title-midte {

        width: 100%;
    }


    .title {

        font-size: 1.8rem;

        padding: 20px 15px 40px;

        border-width: 3px;
    }


    .title::after {

        bottom: 12px;

        height: 3px;
    }


    .tekst-sektion-layout {

        width: 96%;

        padding: 15px;

        border-radius: 20px;

        /*
           Ingen kraftig udvendig border/shadow
           på mobil heller.
        */

        box-shadow:
            inset 0 0 20px rgba(0, 170, 255, 0.04);
    }


    .tekst-sektion-layout .info-p {

        margin: 20px auto;

        padding: 20px 18px;

        font-size: 1rem;

        line-height: 1.75;

        border-width: 3px;

        box-shadow:
            0 0 8px rgba(48, 36, 219, 0.4),
            inset 0 0 12px rgba(0, 170, 255, 0.03);
    }


    /* =================================================
       KNAPPER PÅ MOBIL
       ================================================= */

    .knap-container-layout {

        width: 96%;

        flex-direction: column;

        gap: 15px;

        margin-top: 40px;
    }


    .knap-container-layout .knap,
    .knap-container-layout .knap2 {

        width: 90%;

        max-width: 320px;

        min-width: 0;

        font-size: 1rem;

        padding: 13px 20px;
    }

}

.site-footer {
    width: 90%;
    max-width: 600px;
    margin: 10px auto 0;
    padding: 18px 15px;
    text-align: center;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.96), rgba(20, 0, 10, 0.92));
    border-top: 3px solid #001eff;
    border-radius: 20px 20px 0 0;
    text-shadow:
        0 0 8px #00aaff,
        0 0 18px #00ff66,
        0 0 30px #00aaff,
        0 0 45px rgba(0, 255, 102, 0.7);
    box-sizing: border-box;
}

/* ===================================================== FOOTER TEKST ===================================================== */
.site-footer p {
    margin: 0;
    color: #2bff00;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow:
        0 0 8px #00aaff,
        0 0 18px #00ff66,
        0 0 30px #00aaff,
        0 0 45px rgba(0, 255, 102, 0.7);
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* ===================================================== FOOTER HOVER ===================================================== */
.site-footer:hover p {
    color: #ffffff;
    text-shadow:
        0 0 8px #00aaff,
        0 0 18px #00ff66,
        0 0 30px #00aaff,
        0 0 45px rgba(0, 255, 102, 0.7);
}

/* ===================================================== MOBIL ===================================================== */
@media (max-width: 768px) {
    .site-footer {
        width: 90%;
        padding: 15px 10px;
    }

    .site-footer p {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .site-footer {
        width: 95%;
    }

    .site-footer p {
        font-size: 14px;
    }
}

/* =====================================================
   16. MEGET SMÅ MOBILER
   ===================================================== */

@media (max-width: 480px) {

    .title {

        font-size: 1.4rem;
    }


    .tekst-sektion-layout {

        padding: 10px;

        box-shadow:
            inset 0 0 15px rgba(0, 170, 255, 0.03);
    }


    .tekst-sektion-layout .info-p {

        padding: 18px 15px;

        font-size: 0.95rem;

        border-width: 2px;

        box-shadow:
            0 0 7px rgba(48, 36, 219, 0.35),
            inset 0 0 10px rgba(0, 170, 255, 0.03);
    }


    .knap-container-layout {

        width: 96%;

        gap: 12px;
    }


    .knap-container-layout .knap,
    .knap-container-layout .knap2 {

        width: 96%;

        font-size: .95rem;

        padding: 12px 15px;
    }

}


/* =====================================================
   SLUT
   ===================================================== */