* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
    background: #fff8f3;
    color: #222;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: #fff;
    color: #b30003;
    padding: 10px;
    z-index: 9999;
}

.skip-link:focus {
    left: 10px;
}

.topnav {
    background: #b30003;
    color: #fff;
    padding: 6px calc((100% - 1180px) / 2);
    text-align: right;
    font-size: 13px;
}

.topnav-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 36px;
    text-align: right;
}

.topnav a {
    color: #fff;
    text-decoration: none;
    margin-left: 14px;
    font-weight: bold;
}

.site-header {
    background: #fff;
    text-align: center;
    border-bottom: 4px solid #b30003;
}

.site-header img {
    max-width: 1180px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.portalbar {
    background: #b30003;
    color: #fff;
}

.portalbar-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 6px 36px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.page {
    max-width: 1180px;
    margin: 32px auto;
    padding: 0 36px;
}

.intro {
    background: #fff;
    border-left: 6px solid #b30003;
    text-align: center;
    padding: 30px 28px;
    margin-bottom: 28px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

.intro h1 {
    color: #b30003;
    margin: 0 0 14px 0;
    font-size: 30px;
}

.intro p {
    font-size: 17px;
    line-height: 1.45;
    margin: 9px 0;
}

.script {
    color: #b38a35;
    font-size: 34px !important;
    font-style: italic;
    margin-top: 18px !important;
}

.main-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-bottom: 28px;
}

.main-card {
    background: #fff;
    border: 1px solid #e2d8d2;
    border-top: 6px solid #b30003;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.card-body {
    position: relative;
    padding: 34px 32px 30px 32px;
}
.card-image {
    height: 210px;
    background: #f2e8e2;
}

.card-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}
.round-icon {
    width: 60px;
    height: 60px;
    background: #b30003;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 32px;
    font-size: 26px;
    border: 4px solid #fff;
}

.target {
    margin: 4px 0 12px 82px;
    font-size: 18px;
}

.main-card h2 {
    color: #b30003;
    font-size: 30px;
    margin: 0 0 16px 0;
}

.main-card p {
    font-size: 16px;
    line-height: 1.5;
}

.button {
    display: inline-block;
    margin-top: 12px;
    background: #b30003;
    color: #fff;
    padding: 13px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.button:hover,
.button:focus {
    background: #8f0002;
}

.more {
    margin: 10px 0 28px 0;
    text-align: center;
}

.more h2 {
    color: #b30003;
    font-size: 22px;
    margin: 0 0 8px 0;
}

.more-grid {
    background: #fffaf7;
    border: 1px solid #eaded5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.more-item {
    color: #222;
    text-decoration: none;
    padding: 20px 22px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
    border-right: 1px solid #d6c6bc;
    min-height: 110px;
}

.more-item:last-child {
    border-right: none;
}

.more-icon {
    background: #b30003;
    color: #fff;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-text {
    display: block;
}

.more-text strong {
    color: #b30003;
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.more-text small {
    display: block;
    line-height: 1.45;
    font-size: 13px;
}
.trust {
    background: #fffdf8;
    border: 2px solid #b30003;
    padding: 26px 30px;
    margin-bottom: 28px;
}

.trust h2 {
    color: #b30003;
    font-size: 30px;
    font-family: Georgia, serif;
    font-weight: normal;
    margin: 0 0 6px 0;
}

.trust-subline {
    font-size: 17px;
    margin: 0 0 18px 0;
}

.trust-content {
    display: grid;
    grid-template-columns: 240px 1fr 170px;
    gap: 28px;
    align-items: center;
}

.trust-image img {
    max-width: 230px;
    width: 100%;
    height: auto;
}

.trust-text h3 {
    color: #b30003;
    font-size: 19px;
    margin: 0 0 10px 0;
}

.trust-text p {
    line-height: 1.5;
}

.trust-text a {
    color: #b30003;
    font-weight: bold;
    text-decoration: none;
}

.trust-seal {
    background: #b30003;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.contact {
    background: #fff;
    border: 1px solid #e2d8d2;
    padding: 22px 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.contact h2 {
    color: #b30003;
    margin: 0 0 6px 0;
}

.contact p {
    margin: 0;
}

.mail a {
    color: #b30003;
    font-weight: bold;
}

.footer {
    background: #b30003;
    color: #fff;
    text-align: center;
    padding: 5px 18px;
    font-size: 13px;
}

@media (max-width: 900px) {
    .main-cards,
    .more-grid,
    .trust-content {
        grid-template-columns: 1fr;
    }

    .more-grid a {
        border-right: none;
        border-bottom: 1px solid #d6c6bc;
    }

    .more-grid a:last-child {
        border-bottom: none;
    }

    .trust,
    .contact {
        text-align: center;
    }

    .contact {
        flex-direction: column;
        gap: 14px;
    }

    .topnav {
        text-align: center;
        line-height: 1.8;
    }
}

@media (max-width: 560px) {
    .page {
        padding: 0 14px;
    }

    .intro h1 {
        font-size: 23px;
    }

    .intro p {
        font-size: 15px;
    }

    .script {
        font-size: 26px !important;
    }

    .main-card h2 {
        font-size: 24px;
    }

    .main-card > img {
        height: 165px;
    }

    .card-body {
        padding: 34px 22px 24px 22px;
    }
}