/* Start custom CSS for html, class: .elementor-element-2a3bcd6 */.em-shield-service {
    --em-bg: #f5f7fa;
    --em-card: #ffffff;
    --em-text: #172033;
    --em-muted: #5e687a;
    --em-line: #dfe5ec;
    --em-accent: #f28c18;
    --em-accent-dark: #c96800;
    --em-dark: #182338;
    --em-safe: #16734b;
    --em-safe-bg: #edf9f3;
    --em-warn: #9a5a00;
    --em-warn-bg: #fff7e8;
    --em-danger: #a32c2c;
    --em-danger-bg: #fff1f1;
    --em-blue-bg: #eef5ff;
    --em-radius: 18px;
    color: var(--em-text);
    font-size: 17px;
    line-height: 1.72;
}

.em-shield-service *,
.em-shield-service *::before,
.em-shield-service *::after {
    box-sizing: border-box;
}

.em-shield-service h1,
.em-shield-service h2,
.em-shield-service h3 {
    color: var(--em-dark);
    line-height: 1.25;
    margin-top: 0;
}

.em-shield-service h1 {
    margin-bottom: 20px;
    font-size: clamp(30px, 5vw, 48px);
    letter-spacing: -0.025em;
}

.em-shield-service h2 {
    margin: 48px 0 18px;
    font-size: clamp(25px, 4vw, 34px);
    letter-spacing: -0.015em;
}

.em-shield-service h3 {
    margin: 28px 0 12px;
    font-size: clamp(20px, 3vw, 24px);
}

.em-shield-service p {
    margin: 0 0 18px;
}

.em-shield-service a {
    color: #1263a5;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.em-shield-service a:hover {
    color: var(--em-accent-dark);
}

.em-shield-service ul,
.em-shield-service ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.em-shield-service li {
    margin-bottom: 10px;
}

.em-shield-service strong {
    color: var(--em-dark);
}

.em-shield-service__hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid #273750;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 15%, rgba(242, 140, 24, 0.24), transparent 34%),
        linear-gradient(135deg, #152033 0%, #243550 100%);
    color: #ffffff;
}

.em-shield-service__hero h1,
.em-shield-service__hero strong {
    color: #ffffff;
}

.em-shield-service__hero p {
    max-width: 850px;
    margin-bottom: 0;
    color: #e5ebf3;
    font-size: clamp(18px, 2.5vw, 21px);
}

.em-shield-service__eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.em-shield-service__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0 32px;
}

.em-shield-service__summary-item {
    padding: 22px;
    border: 1px solid var(--em-line);
    border-radius: var(--em-radius);
    background: var(--em-card);
    box-shadow: 0 10px 28px rgba(20, 36, 58, 0.06);
}

.em-shield-service__summary-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--em-accent-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.em-shield-service__summary-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}

.em-shield-service__answer {
    margin: 30px 0;
    padding: 24px 26px;
    border-left: 5px solid var(--em-accent);
    border-radius: 0 var(--em-radius) var(--em-radius) 0;
    background: var(--em-warn-bg);
}

.em-shield-service__answer p:last-child {
    margin-bottom: 0;
}

.em-shield-service__toc {
    margin: 30px 0;
    padding: 26px;
    border: 1px solid var(--em-line);
    border-radius: var(--em-radius);
    background: var(--em-bg);
}

.em-shield-service__toc-title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 800;
}

.em-shield-service__toc ul {
    columns: 2;
    column-gap: 36px;
    margin: 0;
}

.em-shield-service__toc li {
    break-inside: avoid;
}

.em-shield-service__notice {
    margin: 26px 0;
    padding: 22px 24px;
    border-radius: var(--em-radius);
}

.em-shield-service__notice p:last-child {
    margin-bottom: 0;
}

.em-shield-service__notice--danger {
    border: 1px solid #efc2c2;
    background: var(--em-danger-bg);
}

.em-shield-service__notice--danger strong {
    color: var(--em-danger);
}

.em-shield-service__notice--safe {
    border: 1px solid #badfce;
    background: var(--em-safe-bg);
}

.em-shield-service__notice--safe strong {
    color: var(--em-safe);
}

.em-shield-service__notice--info {
    border: 1px solid #c7daf3;
    background: var(--em-blue-bg);
}

.em-shield-service__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0;
}

.em-shield-service__card {
    padding: 24px;
    border: 1px solid var(--em-line);
    border-radius: var(--em-radius);
    background: var(--em-card);
}

.em-shield-service__card h3 {
    margin-top: 0;
}

.em-shield-service__card p:last-child,
.em-shield-service__card ul:last-child {
    margin-bottom: 0;
}

.em-shield-service__steps {
    display: grid;
    gap: 16px;
    margin: 26px 0;
    counter-reset: shield-step;
}

.em-shield-service__step {
    position: relative;
    padding: 22px 22px 22px 76px;
    border: 1px solid var(--em-line);
    border-radius: var(--em-radius);
    background: var(--em-card);
    counter-increment: shield-step;
}

.em-shield-service__step::before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--em-dark);
    color: #ffffff;
    content: counter(shield-step);
    font-weight: 800;
}

.em-shield-service__step h3 {
    margin: 0 0 8px;
}

.em-shield-service__step p:last-child {
    margin-bottom: 0;
}

.em-shield-service__table-wrap {
    overflow-x: auto;
    margin: 24px 0 30px;
    border: 1px solid var(--em-line);
    border-radius: var(--em-radius);
    background: #ffffff;
}

.em-shield-service table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.em-shield-service th,
.em-shield-service td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--em-line);
    text-align: left;
    vertical-align: top;
}

.em-shield-service th {
    background: var(--em-dark);
    color: #ffffff;
    font-size: 15px;
}

.em-shield-service tr:last-child td {
    border-bottom: 0;
}

.em-shield-service tbody tr:nth-child(even) {
    background: #f8fafc;
}

.em-shield-service__checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.em-shield-service__checklist li {
    position: relative;
    margin: 0;
    padding: 15px 16px 15px 46px;
    border: 1px solid var(--em-line);
    border-radius: 14px;
    background: #ffffff;
}

.em-shield-service__checklist li::before {
    position: absolute;
    top: 15px;
    left: 16px;
    color: var(--em-safe);
    content: "✓";
    font-size: 20px;
    font-weight: 900;
}

.em-shield-service__cta {
    margin: 46px 0 34px;
    padding: clamp(26px, 5vw, 42px);
    border-radius: 22px;
    background: var(--em-dark);
    color: #ffffff;
}

.em-shield-service__cta h2,
.em-shield-service__cta strong {
    color: #ffffff;
}

.em-shield-service__cta h2 {
    margin-top: 0;
}

.em-shield-service__cta p {
    max-width: 850px;
    color: #e4ebf4;
}

.em-shield-service__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.em-shield-service__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    background: var(--em-accent);
    color: #182338 !important;
    font-weight: 800;
    text-decoration: none !important;
}

.em-shield-service__button:hover {
    background: #ffab3d;
    color: #182338 !important;
}

.em-shield-service__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #ffffff !important;
}

.em-shield-service__button--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.em-shield-service details {
    margin-bottom: 12px;
    border: 1px solid var(--em-line);
    border-radius: 14px;
    background: #ffffff;
}

.em-shield-service summary {
    position: relative;
    padding: 18px 52px 18px 20px;
    cursor: pointer;
    color: var(--em-dark);
    font-weight: 800;
    list-style: none;
}

.em-shield-service summary::-webkit-details-marker {
    display: none;
}

.em-shield-service summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    color: var(--em-accent-dark);
    font-size: 26px;
    line-height: 1;
    transform: translateY(-50%);
}

.em-shield-service details[open] summary::after {
    content: "−";
}

.em-shield-service details > div {
    padding: 0 20px 20px;
}

.em-shield-service details p:last-child {
    margin-bottom: 0;
}

.em-shield-service__sources {
    margin-top: 36px;
    padding: 22px 24px;
    border-top: 3px solid var(--em-line);
    background: var(--em-bg);
    font-size: 15px;
}

.em-shield-service__sources ul {
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .em-shield-service {
        font-size: 16px;
        line-height: 1.65;
    }

    .em-shield-service__summary,
    .em-shield-service__grid,
    .em-shield-service__checklist {
        grid-template-columns: 1fr;
    }

    .em-shield-service__toc ul {
        columns: 1;
    }

    .em-shield-service__hero {
        border-radius: 18px;
    }
}

@media (max-width: 520px) {
    .em-shield-service__hero,
    .em-shield-service__cta {
        padding: 24px 20px;
    }

    .em-shield-service__summary-item,
    .em-shield-service__card,
    .em-shield-service__answer,
    .em-shield-service__notice,
    .em-shield-service__toc {
        padding: 20px;
    }

    .em-shield-service__step {
        padding: 68px 20px 20px;
    }

    .em-shield-service__step::before {
        top: 18px;
        left: 20px;
    }

    .em-shield-service__buttons {
        flex-direction: column;
    }

    .em-shield-service__button {
        width: 100%;
    }
}/* End custom CSS */