/*
  Dearden2007 CSS split generated from the original style.css.
  shared.css contains only global header/navigation/footer/base rules.
  Each page stylesheet contains rules matched to that page's HTML.
*/

/* Page: fathers-rights */

.journey-btn{

    display: inline-block;

    margin-top: 40px;

    padding: 25px 60px;

    font-size: 28px;

    font-weight: bold;

    text-decoration: none;

    text-transform: uppercase;

    color: white;

    border-radius: 50px;

    background: linear-gradient(
        45deg,
        #0b1c4a,
        #1e4cff
    );

    border: 3px solid #1e4cff;

    box-shadow:
        0 0 20px rgba(30,76,255,.5);

    transition: all .3s ease;
}

.journey-btn:hover{

    background: linear-gradient(
        45deg,
        #750000,
        #d61c1c
    );

    border-color: #d61c1c;

    transform: scale(1.05);

    box-shadow:
        0 0 30px rgba(214,28,28,.7);
}

.impact-modal{

    display: none;

    position: fixed;

    inset: 0;

    background: rgba(0,0,0,.85);

    z-index: 9999;

    justify-content: center;

    align-items: center;
}

.impact-modal-content{

    background: #111;

    width: 90%;

    max-width: 1200px;

    max-height: 85vh;

    overflow-y: auto;

    padding: 40px;

    border-radius: 25px;

    border: 2px solid #1e4cff;

    box-shadow:
    0 0 30px rgba(30,76,255,.5);
}

.impact-close{

    float: right;

    font-size: 42px;

    cursor: pointer;

    color: white;
}

.resource-hero{

    text-align: center;

    padding: 25px 30px;

    background:
        radial-gradient(
            circle at left,
            rgba(30,76,255,.20),
            transparent 40%
        ),

        radial-gradient(
            circle at right,
            rgba(214,28,28,.20),
            transparent 40%
        );

    border-radius: 25px;

    margin: 20px;

    position: relative;

    overflow: hidden;
}

.resource-hero h1{

    font-size: 60px;

    color: #d61c1c;
}

.resource-section{

    max-width: 1200px;

    margin: 25px auto;

    padding: 30px;
}

.resource-section h2{

    background: #111;

    border: 1px solid #333;

    color: white;

    text-shadow: none;

    box-shadow: none;
}

.resources-heading{
    width: calc(100% - 70px);
    max-width: 1500px;
    margin: 36px auto 10px;
    padding: 34px 24px;
    background:
        radial-gradient(
            circle at left,
            rgba(30,76,255,.28),
            transparent 42%
        ),
        radial-gradient(
            circle at right,
            rgba(214,28,28,.25),
            transparent 42%
        ),
        #05070d;
    border-top: 3px solid #1e4cff;
    border-right: 1px solid rgba(214,28,28,.65);
    border-bottom: 3px solid #d61c1c;
    border-left: 1px solid rgba(30,76,255,.65);
    border-radius: 18px;
    box-sizing: border-box;
    box-shadow:
        0 0 24px rgba(30,76,255,.18),
        0 0 24px rgba(214,28,28,.14);
    text-align: center;
}

.resources-heading h2{
    margin: 0;
    color: white;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    text-shadow:
        0 0 14px rgba(30,76,255,.55),
        0 0 14px rgba(214,28,28,.40);
}

.resource-cta{

    max-width: 1200px;

    margin: 60px auto;

    padding: 50px 40px;

    text-align: center;

    border-radius: 25px;

    background: linear-gradient(
        135deg,
        rgba(30,76,255,.15),
        rgba(214,28,28,.15)
    );

    border: 2px solid #1e4cff;

    box-shadow:
        0 0 25px rgba(30,76,255,.25);
}

.fathers-banner{

    max-width: 1600px;

    margin: 40px auto;

    padding: 0 20px;
}

.fathers-banner img{

    width: 100%;

    display: block;

    border-radius: 20px;

    border: 3px solid #1e4cff;

    box-shadow:
        0 0 25px rgba(30,76,255,.35),
        0 0 25px rgba(214,28,28,.25);
}

.mission-section{

    max-width: 1300px;

    margin: 50px auto;

    padding: 25px 35px;

    background:
        linear-gradient(
            135deg,
            rgba(30,76,255,.08),
            rgba(214,28,28,.08)
        );

    border-radius: 25px;

    overflow: hidden;

    text-align: center;
}

.challenge-card{

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    background: #111;

    border: 2px solid #1e4cff;

    border-radius: 20px;

    min-height: 220px;

    cursor: pointer;

    transition: .3s ease;

    padding: 20px;

    overflow: hidden;

    position: relative;
}

.quote-banner{

    max-width: 850px;

    margin: 50px auto;

    padding: 20px 30px;

    text-align: center;

    font-size: 32px;

    line-height: 1.7;

    font-style: italic;

    border-left: 6px solid #1e4cff;

    border-right: 6px solid #d61c1c;
}

.mission-image{
    float: none;
    margin: 30px auto 0 auto;
    text-align: center;
}

.mission-image img{
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    border: 3px solid #1e4cff;
    box-sizing: border-box;
    box-shadow:
        0 0 20px rgba(30,76,255,.4),
        0 0 20px rgba(214,28,28,.3);
}

.challenge-grid{

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

    margin-top: 40px;
}

.challenge-card:hover{

    border-color: #d61c1c;

    transform: translateY(-5px);

    box-shadow:
        0 0 25px rgba(214,28,28,.4);
}

.challenge-card:hover::after{

    opacity: 1;

    color: #1e4cff;
}

.challenge-card::after{

    content: "🔍 Click For More Info";

    position: absolute;

    bottom: 10px;

    left: 50%;

    transform: translateX(-50%);

    font-size: 13px;

    font-weight: bold;

    color: #1e4cff;

    opacity: 0;

    transition: .3s ease;

    text-shadow: 0 0 10px #1e4cff;
}

.challenge-card:hover h3{

    transform: translateY(-10px);
}

.challenge-image{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center center;

    opacity: .95;

    z-index: 1;
}

.challenge-card h3{

    position: relative;

    z-index: 2;

    margin: 0;

    width: 100%;

    padding: 10px;

    background: rgba(0,0,0,.65);

    border-radius: 10px;

    color: white;

    font-size: 20px;

    text-shadow:
        0 0 10px #000,
        0 0 20px #000;
}

.challenge-wrapper{

    display: flex;

    flex-direction: column;

    width: 100%;
}

.challenge-btn{

    width: auto;

    text-align: center;

    margin-top: 10px;

    padding: 8px 18px;

    font-size: 14px;

    font-weight: bold;

    border-radius: 12px;

    background: linear-gradient(
        45deg,
        #0b1c4a,
        #1e4cff
    );

    border: 2px solid #1e4cff;

    color: white;

    text-decoration: none;

    transition: .3s ease;

    box-sizing: border-box;
}

.challenge-btn:hover{

    background: linear-gradient(
        45deg,
        #750000,
        #d61c1c
    );

    border-color: #d61c1c;
}

.challenge-btn:hover{

    background: linear-gradient(
        45deg,
        #750000,
        #d61c1c
    );

    border-color: #d61c1c;

    transform: translateY(-3px);
}

.advocacy-pillars{

    max-width: 1400px;

    margin: 80px auto;

    padding: 0 20px;

    text-align: center;
}

.advocacy-pillars h2{

    font-size: 52px;

    color: white;

    margin-bottom: 50px;

    text-transform: uppercase;

    text-shadow:
        0 0 15px rgba(30,76,255,.6),
        0 0 15px rgba(214,28,28,.4);
}

.pillar-grid{

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 25px;
}

.pillar-card{

    background:
        linear-gradient(
            145deg,
            #0b0b0b,
            #151515
        );

    border: 2px solid #1e4cff;

    border-radius: 20px;

    padding: 30px;

    transition: .3s ease;
}

.pillar-card:hover{

    transform: translateY(-8px);

    border-color: #d61c1c;

    box-shadow:
        0 0 25px rgba(214,28,28,.4);
}

.pillar-card span{

    font-size: 50px;

    display: block;

    margin-bottom: 15px;
}

.pillar-card h3{

    color: white;

    margin-bottom: 15px;
}

.pillar-card p{

    color: #ccc;

    line-height: 1.6;
}

.mission-section p{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}

.mission-section h2{

    font-size: 42px;

    color: #d61c1c;

    margin-bottom: 20px;

    text-align: center;

}

.resource-cta h2{

    font-size: 58px;

    color: #d61c1c;

    text-transform: uppercase;

    margin-bottom: 20px;

    text-shadow:
        0 0 15px rgba(214,28,28,.6);
}

.resource-cta p{

    font-size: 25px;

    line-height: 1.8;

    max-width: 900px;

    margin: 0 auto 30px auto;

    color: white;
}

.section-title{

    text-align: center;

    font-size: 40px;

    color: #d61c1c;

    margin: 40px 0 30px 0;

    text-transform: uppercase;

    text-shadow:
        0 0 15px rgba(214,28,28,.6);

}

@media (max-width: 900px){
    .fathers-page{
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .fathers-page .resource-hero,
    .fathers-page .mission-section,
    .fathers-page .resource-section,
    .fathers-page .resources-heading,
    .fathers-page .advocacy-pillars,
    .fathers-page .resource-cta{
        width: calc(100% - 36px);
        max-width: none;
        margin-right: 18px;
        margin-left: 18px;
        box-sizing: border-box;
    }

    .fathers-page .resource-hero{
        padding: 30px 18px;
    }

    .fathers-page .resource-hero h1{
        margin: 0 0 16px;
        font-size: clamp(34px, 8vw, 54px);
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .fathers-page .mission-section{
        padding: 22px;
    }

    .fathers-page .mission-image{
        width: 100%;
        margin: 0 auto 24px;
    }

    .fathers-page .mission-section p{
        font-size: 18px;
        line-height: 1.65;
    }

    .fathers-page .challenge-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .fathers-page .resources-heading{
        padding: 26px 18px;
    }

    .fathers-page .resources-heading h2{
        font-size: clamp(32px, 8vw, 48px);
        overflow-wrap: anywhere;
    }

    .fathers-page .advocacy-pillars{
        padding: 0;
    }

    .fathers-page .advocacy-pillars h2{
        margin: 0 0 30px;
        font-size: clamp(34px, 8vw, 50px);
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .fathers-page .pillar-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        width: 100%;
        max-width: 100%;
    }

    .fathers-page .pillar-card{
        min-width: 0;
        padding: 22px 18px;
        box-sizing: border-box;
    }

    .fathers-page .pillar-card span{
        margin-bottom: 10px;
        font-size: 42px;
    }

    .fathers-page .pillar-card h3{
        margin: 0 0 10px;
        font-size: 22px;
    }

    .fathers-page .pillar-card p{
        margin: 0;
        font-size: 17px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .fathers-page .resource-cta{
        padding: 36px 22px;
    }

    .fathers-page .resource-cta h2{
        font-size: clamp(34px, 8vw, 50px);
    }

    .fathers-page .resource-cta p{
        font-size: 19px;
        line-height: 1.6;
    }

    .fathers-page .journey-btn{
        width: 100%;
        max-width: 100%;
        padding: 17px 20px;
        box-sizing: border-box;
        font-size: 19px;
    }
}

@media (max-width: 560px){
    .fathers-page .challenge-grid,
    .fathers-page .pillar-grid{
        grid-template-columns: minmax(0, 1fr);
    }

    .fathers-page .mission-section{
        padding: 18px;
    }
}
