/* Home page v2 - based on new-site mockup, adapted for Razor Pages + existing tool components */
.home-v2 {
    color: #0b2e50;
    font: 16px/1.45 Arial,Helvetica,sans-serif
}

    .home-v2 .shell {
        width: min(1220px,calc(100% - 48px));
        margin: auto
    }

    .home-v2 a {
        text-decoration: none;
        color: inherit
    }

    .home-v2 .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 24px;
        border-radius: 5px;
        font-weight: 700;
        border: 0;
        cursor: pointer
    }

    .home-v2 .btn-red {
        background: #df1118;
        color: #fff
    }

        .home-v2 .btn-red:hover {
            background: #c40f15;
            color: #fff
        }

    .home-v2 .btn-outline {
        border: 1px solid #0b3157;
        background: #fff;
        color: #0b3157
    }

    .home-v2 .hero {
        min-height: 390px;
        background-image: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.18) 67%),url('../images/home/hero-bg-v2.png');
        background-size: cover;
        background-position: center; 
    }

    .home-v2 .hero-grid {
        min-height: 390px;
        display: grid;
        grid-template-columns: 42% 58%;
        align-items: center;
        gap: 20px
    }

    .home-v2 .eyebrow {
        color: #df1118;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 2.5px;
        margin-bottom: 9px
    }

    .home-v2 .hero h1 {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -1.5px;
        margin: 0 0 17px;
        color: #12365a;
        font-weight: 900
    }

        .home-v2 .hero h1 span {
            color: #df1118
        }

    .home-v2 .hero-copy p {
        max-width: 465px;
        margin-bottom: 20px;
        font-weight: 600
    }

    .home-v2 .actions {
        display: flex;
        gap: 14px;
        flex-wrap: wrap
    }

    .home-v2 .hero-art {
        height: 390px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end
    }

        .home-v2 .hero-art img {
            width: min(600px,100%);
            max-height: 370px;
            object-fit: contain;
            object-position: right bottom
        }

    .home-v2 .value-strip {
        border-block: 1px solid #e3e9ed;
        padding: 8px 0
    }

    .home-v2 .four {
        display: grid;
        grid-template-columns: repeat(4,1fr)
    }

        .home-v2 .four article {
            text-align: center;
            padding: 18px;
            border-right: 1px solid #d8e0e6
        }

            .home-v2 .four article:last-child {
                border: 0
            }

            .home-v2 .four article img {
                height: 46px;
                max-width: 70px;
                object-fit: contain;
                margin-bottom: 6px
            }

        .home-v2 .four b, .home-v2 .four span {
            display: block
        }

        .home-v2 .four span {
            font-size: 13px;
            color: #4a6178
        }

    .home-v2 h2 {
        font: 700 34px/1.1 Georgia,serif;
        color: #12365a;
        margin: 6px 0 12px
    }

    .home-v2 .feature-light {
        background: linear-gradient(110deg,#fff,#f0f6f9);
        padding: 44px 0
    }

    .home-v2 .light-grid {
        display: grid;
        grid-template-columns: 38% 62%;
        gap: 32px;
        align-items: start
    }

    .home-v2 .light-grid-copy p {
        max-width: 420px
    }

    .home-v2 .light-grid-copy .btn {
        margin-bottom: 6px
    }

    .home-v2 .light-grid-features {
        position: relative;
        overflow: hidden;
        border-radius: 12px
    }

    .home-v2 .light-grid-watermark {
        position: absolute;
        top: -10%;
        right: -12%;
        max-width: 420px;
        pointer-events: none;
        z-index: 0
    }

    .home-v2 .feature-grid {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 28px 20px;
        margin-top: 130px;
    }

    .home-v2 .feature-grid-item {
        text-align: center;
        padding: 6px
    }

    .home-v2 .feature-grid-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #dceafc;
        margin: 0 auto 12px
    }

        .home-v2 .feature-grid-icon svg {
            display: block;
            width: 50px;
            height: 50px;
            margin: auto
        }

    .home-v2 .feature-grid-item b {
        display: block;
        color: #12365a;
        font-size: 15px;
        margin-bottom: 4px
    }

    .home-v2 .feature-grid-item span {
        display: block;
        font-size: 12.5px;
        color: #4a6178
    }

    .home-v2 .light-grid .verse-row {
        grid-column: 1 / -1
    }

    .home-v2 .checks {
        list-style: none;
        padding: 0;
        margin: 14px 0 0
    }

        .home-v2 .checks li {
            margin: 13px 0
        }

            .home-v2 .checks li:before {
                content: "\2713";
                display: inline-grid;
                place-items: center;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #df1118;
                color: #fff;
                font-weight: bold;
                margin-right: 10px
            }

    .home-v2 .verse-row {
        display: flex;
        align-items: center;
        gap: 22px;
        margin-top: 24px
    }

        .home-v2 .verse-row img {
            width: 96px;
            height: 96px;
            object-fit: contain;
            flex-shrink: 0
        }

        .home-v2 .verse-row .home-verse-box {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding: 15px 18px;
            border-left: 4px solid #198cff;
            border-radius: 4px;
            background: rgba(235,248,255,.92);
            font-size: 15px;
            line-height: 1.42
        }

            .home-v2 .verse-row .home-verse-box strong {
                font-size: 17px;
                color: #12365a
            }

    .home-v2 .feature-dark {
        background: linear-gradient(90deg,#092b47,#12334e);
        color: #fff;
        padding: 44px 0
    }

        .home-v2 .feature-dark h2 {
            color: #fff
        }

    .home-v2 .dark-grid {
        grid-template-columns: 48% 52%;
        gap: 32px;
        align-items: center
    }

    .home-v2 .btn-dark {
        border: 1px solid #fff;
        color: #fff;
        background: transparent
    }

    .home-v2 .security-copy {
        padding: 44px 0
    }

    .home-v2 .security-copy-grid {
        display: grid;
        grid-template-columns: 1fr 1px 1fr;
        gap: 40px;
        align-items: start
    }

    .home-v2 .security-copy-col {
        max-width: 100%
    }

    .home-v2 .security-copy-divider {
        width: 1px;
        background: #dfe6ec;
        align-self: stretch
    }

    .home-v2 .security-copy-col .eyebrow {
        color: #5b7fa6;
        letter-spacing: 2.5px
    }

    .home-v2 .security-copy-title {
        font: 800 30px/1.2 Georgia,serif;
        color: #12365a;
        margin: 0 0 12px
    }

    .home-v2 .security-copy-lead {
        font-size: 15px;
        color: #4a6178;
        margin: 0 0 24px
    }

    .home-v2 .security-points {
        list-style: none;
        margin: 0 0 22px;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 22px
    }

        .home-v2 .security-points li {
            display: flex;
            align-items: flex-start;
            gap: 16px
        }

    .home-v2 .security-icon {
        flex-shrink: 0;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #dceafc;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center
    }

        .home-v2 .security-icon svg {
            display: block;
            width: 26px;
            height: 26px;
            margin: 0 auto
        }

    .home-v2 .security-points li b {
        display: block;
        color: #12365a;
        font-size: 16px;
        margin-bottom: 3px
    }

    .home-v2 .security-points li span {
        display: block;
        font-size: 13.5px;
        color: #4a6178
    }

    .home-v2 .security-callout {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        border-radius: 8px;
        padding: 18px 20px
    }

    .home-v2 .security-callout-blue {
        background: #dceafc
    }

    .home-v2 .security-callout-green {
        background: #dcefe2
    }

    .home-v2 .security-callout-icon {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

        .home-v2 .security-callout-icon svg {
            display: block;
            width: 24px;
            height: 24px;
            margin: 0 auto
        }

    .home-v2 .security-callout b {
        display: block;
        color: #12365a;
        font-size: 14.5px;
        margin-bottom: 2px
    }

    .home-v2 .security-callout span {
        display: block;
        font-size: 13px;
        color: #4a6178
    }

.home-right-tools {
    max-width: 680px;
    margin: auto;
    margin-bottom: 50px;
}

.home-v2 .aes-section{
    max-width: 600px;
    text-align:center; 
    margin:auto;
    padding: 15px 0px 20px;
}

#btnPwGeneratorLink{

}

.home-v2 .tools-section {
    padding: 20px 0 44px;
    margin: auto;
}

.home-v2 .tool-card {
    border: 1px solid #d8e0e6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(9,49,93,.06);
    margin-bottom: 28px
}

.home-v2 .tool-title {
    background: linear-gradient(90deg,#df1118,#a70d10);
    padding: 14px 20px;
    text-align: center
}

    .home-v2 .tool-title h2 {
        margin: 0;
        color: #fff;
        font-size: 24px;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: 800
    }

.home-v2 .tool-body {
    padding: 22px 24px
}

.home-v2 .home-generated {
    background: #12365a;
    color: #fff;
    text-align: center;
    padding: 10px
}

    .home-v2 .home-generated h2 {
        font-size: 26px;
        margin: 0;
        min-height: 32px;
        color: #fff;
        font-family: Arial,Helvetica,sans-serif
    }

.home-v2 .home-generator-body {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px
}

.home-v2 .home-length-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 6px 20px 6px 0;
    border-right: 1px solid #e3e9ed
}

    .home-v2 .home-length-area .pw-length {
        width: 68px;
        height: 48px;
        font-size: 20px
    }

    .home-v2 .home-length-area #pwSliderOuterContainer {
        float: none;
        width: auto;
        flex: 1;
        margin: 0
    }

    .home-v2 .home-length-area h5 {
        text-align: center;
        font-weight: 700;
        margin-bottom: 8px
    }

.home-v2 .home-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px 0
}

    .home-v2 .home-options .pw-gen-cb {
        display: flex;
        align-items: center;
        gap: 8px
    }

.home-v2 .home-tool-actions {
    border-top: 1px solid #e3e9ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 4px 0;
    margin-top: 14px
}

.home-v2 .home-crack-input-container {
    position: relative;
    margin: 6px 0 8px
}

.home-v2 .home-crack-result {
    margin-top: 14px;
    padding: 16px;
    min-height: 60px;
    background: #f7fbff;
    border: 1px solid #d8e0e6;
    border-radius: 6px
}

    .home-v2 .home-crack-result #spCrackPasswordResult {
        font-size: 17px;
        margin: 0
    }

.home-v2 .home-crack-label-text {
    display: block;
    margin-bottom: 6px
}

.home-v2 .crack-card {
    padding: 36px 30px
}

.home-v2 .crack-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.home-v2 .crack-copy .eyebrow {
    margin-bottom: 10px
}

.home-v2 .crack-copy-title {
    font: 800 26px/1.2 Georgia,serif;
    color: #12365a;
    margin: 0 0 14px
}

.home-v2 .crack-copy-lead {
    font-size: 14.5px;
    color: #4a6178;
    margin: 0 0 22px
}

.home-v2 .crack-points {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

    .home-v2 .crack-points li {
        display: flex;
        align-items: flex-start;
        gap: 14px
    }

        .home-v2 .crack-points li img {
            width: 44px;
            height: 44px;
            object-fit: contain;
            border-radius: 50%;
            background: #eef3f8;
            padding: 10px;
            flex-shrink: 0
        }

        .home-v2 .crack-points li b {
            display: block;
            color: #12365a;
            font-size: 15px;
            margin-bottom: 2px
        }

        .home-v2 .crack-points li span {
            display: block;
            font-size: 13.5px;
            color: #4a6178
        }

.home-v2 .crack-info-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #eaf2fb;
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 13.5px;
    color: #294763
}

.home-v2 .crack-info-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #294763;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700
}

.home-v2 .crack-tool-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px
}

    .home-v2 .crack-tool-header img {
        width: 90px;
        height: auto;
        flex-shrink: 0
    }

    .home-v2 .crack-tool-header h3 {
        font-size: 22px;
        line-height: 1.15;
        color: #12365a;
        font-weight: 800;
        margin: 0;
        text-transform: uppercase
    }

        .home-v2 .crack-tool-header h3 span {
            color: #df1118
        }

.home-v2 .home-crack-label {
    margin-bottom: 10px
}

.home-v2 .home-crack-label-text {
    display: block;
    font: 700 18px/1.2 Georgia,serif;
    color: #12365a;
    margin-bottom: 7px;
    padding: 0px;
}

.home-v2 .crack-tool-subtext {
    display: block;
    font-size: 13px;
    color: #4a6178;
    clear: both;
}

.home-v2 .crack-tip-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fdecec;
    border-radius: 8px;
    padding: 16px 18px;
    margin-top: 16px
}

.home-v2 .crack-tip-icon {
    flex-shrink: 0;
    font-size: 18px
}

.home-v2 .crack-tip-box b {
    display: block;
    color: #c21a00;
    font-size: 14.5px;
    margin-bottom: 4px
}

.home-v2 .crack-tip-box span {
    display: block;
    font-size: 13.5px;
    color: #4a6178
}

@media(max-width:900px) {
    .home-v2 .hero-grid, .home-v2 .light-grid, .home-v2 .dark-grid, .home-v2 .home-generator-body, .home-v2 .crack-body {
        grid-template-columns: 1fr
    }

    .home-v2 .security-copy-grid {
        grid-template-columns: 1fr
    }

    .home-v2 .security-copy-divider {
        display: none
    }

    .home-v2 .light-grid .device-showcase {
        grid-row: auto
    }

    .home-v2 .feature-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 0px;
    }

    .home-v2 .light-grid-watermark {
        display: none
    }

    .home-v2 .four {
        grid-template-columns: 1fr 1fr
    }

    .home-v2 .hero h1 {
        font-size: 40px
    }

    .home-v2 .hero-art {
        height: auto;
        justify-content: center
    }

    .home-v2 .home-length-area {
        border-right: 0;
        border-bottom: 1px solid #e3e9ed;
        padding-bottom: 16px
    }

    #btnPwGeneratorLink{
        margin-top: 20px;
    }
}
