﻿ 
 

 .claim-hero {
    background: linear-gradient(135deg,#e7f7fb,#eef4ff);
    border: 1px solid #dcebf4; 
   /* border-radius: 30px;*/
     padding: 62px 36px;
    text-align: center;
    box-shadow: 0 14px 36px rgba(18,48,74,.06);
    margin-bottom: 34px
} 

/*.eyebrow {
    display: inline-block;
    color: #2c7a9b;
    background: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 14px
}*/

/*.hero h1 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 14px;
    color: #102b3f
}

.hero p {
    max-width: 820px;
    margin: 0 auto 24px;
    color: #40586b;
    font-size: 18px
}
*/
/*.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    transition: .2s ease;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    font-size: 15px
}*/
/*
    .btn:hover {
        transform: translateY(-1px)
    */}

/*.btn-primary {
    background: #2c7a9b;
    color: #fff;
    box-shadow: 0 10px 24px rgba(44,122,155,.18)
}*/

/*.btn-secondary {
    background: #fff;
    color: #2c7a9b;
    border: 1px solid #cfe2ec
}*/

.section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 24px
}

    .section-header h2 {
        font-size: 31px;
        margin-bottom: 8px;
        color: #102b3f
    }

    .section-header p {
        color: #607080;
        font-size: 16px
    }

.status-block {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 12px 34px rgba(18,48,74,.06)
}

.status-box {
    max-width: 880px;
    margin: 0 auto;
    background: #f8fbfd;
    border: 1px solid #edf2f6;
    border-radius: 20px;
    padding: 24px;
    text-align: center
}

    .status-box h3 {
        font-size: 23px;
        margin-bottom: 8px;
        color: #102b3f
    }

    .status-box p {
        color: #607080;
        font-size: 15px;
        margin-bottom: 18px
    }

.status-options {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    text-align: left
}

.status-option {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 16px;
    padding: 14px 16px;
    color: #40586b;
    font-size: 14px;
    font-weight: 800
}

.claim-visibility-card {
    background: #fff;
   /* border: 1px solid #dce6ef;
    border-radius: 28px;*/
    padding: 34px;
    box-shadow: 0 12px 34px rgba(18,48,74,.06);
    text-align: center
}

    .claim-visibility-card h2 {
        font-size: 30px;
        margin-bottom: 8px;
        color: #102b3f
    }

    .claim-visibility-card p {
        max-width: 760px;
        margin: 0 auto 20px;
        color: #607080;
        font-size: 16px
    }

.text-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap
}

    .text-links a {
        color: #2c7a9b;
        font-weight: 900;
        text-decoration: none
    }

        .text-links a:hover {
            text-decoration: underline
        }

.steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px
}

.step-card {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(18,48,74,.06)
}

.step-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #eaf6fb;
    color: #2c7a9b;
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 16px
}

.step-card h3 {
    font-size: 21px;
    margin-bottom: 8px;
    color: #102b3f
}

.step-card p {
    color: #607080;
    font-size: 15px
}

.claim-feature-block {
   
    border: 1px solid #dce6ef;
    /*border-radius: 28px;*/
    padding: 34px;
    box-shadow: 0 12px 34px rgba(18,48,74,.06)
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px 18px;
    max-width: 880px;
    margin: 0 auto
}

.feature-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #f8fbfd;
    border: 1px solid #edf2f6;
    border-radius: 16px;
    padding: 14px 16px;
    color: #40586b;
    font-size: 15px;
    font-weight: 700
}

.check {
    color: #2c7a9b;
    font-weight: 900
}

.claim-card {
    background: #173247;
    color: #fff;
    border-radius: 28px;
    padding: 38px;
    text-align: center;
    box-shadow: 0 16px 38px rgba(18,48,74,.13)
}

    .claim-card h2 {
        font-size: 30px;
        margin-bottom: 8px;
        color: #fff
    }

    .claim-card p {
        color: #d8e5ee;
        max-width: 700px;
        margin: 0 auto 22px;
        font-size: 16px
    }

.claim-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.note {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 22px;
    padding: 22px 24px;
    color: #607080;
    font-size: 13px;
    box-shadow: 0 10px 28px rgba(18,48,74,.05)
}

    .note strong {
        color: #102b3f
    }

.modal {
    position: fixed;
    inset: 0;
    background: rgba(16,43,63,.48);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 50
}

    .modal:target {
        display: flex
    }

.modal-box {
    width: min(780px,100%);
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
    overflow: hidden;
    max-height: 92vh;
    overflow-y: auto
}

.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    border-bottom: 1px solid #edf1f5
}

    .modal-head h2 {
        font-size: 24px;
        color: #102b3f
    }

.close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: #f2f7fb;
    color: #173247;
    font-weight: 900
}

.modal-body {
    padding: 28px
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px
}

.field label {
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
    color: #102b3f
}

input, select, textarea {
    width: 100%;
    border: 1px solid #cfdce6;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    font-family: Arial,sans-serif;
    background: #fff;
    color: #173247;
    outline: none
}

    input:focus, select:focus, textarea:focus {
        border-color: #2c7a9b;
        box-shadow: 0 0 0 3px rgba(44,122,155,.12)
    }

textarea {
    min-height: 92px;
    resize: vertical
}

.full {
    grid-column: 1/-1
}

.form-note {
    grid-column: 1/-1;
    background: #f2f7fb;
    border-radius: 14px;
    padding: 14px 16px;
    color: #607080;
    font-size: 12px;
    line-height: 1.5
}

.modal-foot {
    padding: 0 28px 28px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap
}

@media(max - width:900px) {
    .steps, .status-options {
        grid-template-columns: 1fr
    }

    .feature-grid {
        grid-template-columns: 1fr
    }
}

@media(max - width:720px) {
    .page {
        padding: 42px 16px 56px
    }

    .hero {
        padding: 38px 22px
    }

        .hero h1 {
            font-size: 34px
        }

    .feature-block, .status-block, .claim-visibility-card {
        padding: 24px
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .full, .form-note {
        grid-column: auto
    }
}
