/* Our Standards */
.standards-hero {
    padding: clamp(72px, 8vw, 122px) 0 clamp(58px, 7vw, 94px);
    border-bottom: 1px solid #e2ebf3;
    background:
        linear-gradient(110deg, rgba(247,250,253,.96) 0%, rgba(255,255,255,.96) 52%, rgba(238,247,255,.9) 100%),
        radial-gradient(circle at 78% 22%, rgba(0,102,204,.12), transparent 32%);
}

.standards-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 38px;
    color: #0066cc;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.standards-back:hover {
    color: #004f9f;
}

.standards-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: clamp(38px, 6vw, 96px);
    align-items: end;
}

.standards-hero span,
.standard-block__body > span,
.standards-clause span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0066cc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}

.standards-hero span::before,
.standard-block__body > span::before,
.standards-clause span::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #0066cc;
}

.standards-hero h1 {
    max-width: 980px;
    margin: 18px 0 20px;
    color: #0a1f3a;
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 900;
    line-height: 1.06;
}

.standards-hero p {
    max-width: 760px;
    margin: 0;
    color: #53647a;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.86;
}

.standards-hero__seal {
    padding: 28px;
    border: 1px solid #d8e7f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 26px 68px rgba(16,36,61,.1);
}

.standards-hero__seal small,
.standards-hero__seal strong,
.standards-hero__seal span {
    display: block;
}

.standards-hero__seal small {
    color: #b58a2a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.standards-hero__seal strong {
    margin: 18px 0 8px;
    color: #0a1f3a;
    font-size: 76px;
    font-weight: 900;
    line-height: .9;
}

.standards-hero__seal span {
    color: #53647a;
    font-size: 14px;
    font-weight: 800;
}

.standards-page {
    padding: clamp(44px, 6vw, 86px) 0 clamp(76px, 8vw, 124px);
    background: #fff;
}

.standards-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-bottom: clamp(46px, 6vw, 76px);
    border: 1px solid #dfeaf3;
    border-radius: 8px;
    background: #dfeaf3;
}

.standards-principles div {
    min-height: 116px;
    padding: 24px;
    background: #fbfdff;
}

.standards-principles b {
    display: block;
    margin-bottom: 14px;
    color: #b58a2a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.standards-principles span {
    color: #0a1f3a;
    font-size: 18px;
    font-weight: 900;
}

.standards-doc {
    display: grid;
    gap: 28px;
}

.standard-block {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: clamp(24px, 4vw, 54px);
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid #e0ebf4;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #fbfdff);
    box-shadow: 0 22px 62px rgba(16,36,61,.07);
}

.standard-block__index {
    color: #e3ebf3;
    font-size: clamp(68px, 7vw, 108px);
    font-weight: 900;
    line-height: .9;
}

.standard-block__body h2 {
    margin: 12px 0 14px;
    color: #0a1f3a;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.18;
}

.standard-block__body p {
    max-width: 900px;
    margin: 0 0 24px;
    color: #53647a;
    font-size: 16px;
    line-height: 1.88;
}

.standard-block__body ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.standard-block__body li {
    display: flex;
    gap: 10px;
    padding: 15px 16px;
    border: 1px solid #e5eef6;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    line-height: 1.72;
}

.standard-block__body li i {
    flex: 0 0 auto;
    margin-top: 5px;
    color: #0066cc;
    font-size: 12px;
}

.standards-clause {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: clamp(46px, 6vw, 78px);
    padding: clamp(28px, 4vw, 46px);
    border-radius: 8px;
    background: linear-gradient(135deg, #0a1f3a, #0d477f 72%, #0066cc);
    color: #fff;
    box-shadow: 0 30px 78px rgba(10,31,58,.24);
}

.standards-clause span {
    color: #91d5ff;
}

.standards-clause span::before {
    background: #91d5ff;
}

.standards-clause h2 {
    margin: 12px 0 10px;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
}

.standards-clause p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.78);
    line-height: 1.82;
}

.standards-clause a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: #0a1f3a;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 18px 38px rgba(0,0,0,.2);
    transition: transform .22s ease, box-shadow .22s ease;
}

.standards-clause a:hover {
    color: #0a1f3a;
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(0,0,0,.26);
}

@media (max-width: 991.98px) {
    .standards-hero__grid,
    .standard-block,
    .standards-clause {
        grid-template-columns: 1fr;
    }

    .standards-hero__seal {
        max-width: 320px;
    }

    .standards-principles,
    .standard-block__body ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .standards-hero {
        padding: 42px 0 36px;
    }

    .standards-back {
        margin-bottom: 26px;
    }

    .standards-hero h1 {
        font-size: 36px;
    }

    .standards-page {
        padding: 30px 0 90px;
    }

    .standards-principles,
    .standard-block__body ul {
        grid-template-columns: 1fr;
    }

    .standard-block {
        padding: 24px 18px;
    }

    .standard-block__index {
        font-size: 58px;
    }

    .standards-clause {
        padding: 26px 20px;
    }

    .standards-clause a {
        width: 100%;
    }
}
