.postal-hero-final{
	padding:36px 0 28px;
}
.hero-mail-light-clean--reference {
	grid-template-columns: minmax(0, 1fr) 455px;
    gap: 22px;
	border: 1px solid #e1e5eb;
    border-radius: 30px;
	display: grid;
	align-items: center;
	box-shadow: 0 18px 42px rgba(35, 46, 65, .09);
    background-color: #f3f4f7;
    background-image: url('/upload/medialibrary/dbc/dbc290d6d42e7148347911d93656033b.png');
    background-repeat: no-repeat;
    background-size: 468px auto;
    background-position: right -18px bottom -12px;
	padding: 26px 44px 22px ;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .hero-mail-light-clean--reference {
        background-image: unset;
		grid-template-columns: 1fr;
		max-width: 100%;
    }
}
@media (max-width: 980px) {
    .hero-mail-light-clean--reference {
        background-position: right center;
        background-size: 360px auto;
    }
}
@media (max-width: 760px) {
    .hero-mail-light-clean--reference {
        background-size: 300px auto;
		padding: 24px 20px;
        border-radius: 24px;
    }
}
.hero-mail-light-clean--reference .hero-mail-content {
    max-width: 700px;
}
.hero-mail-light-clean--reference h1 {
	color: #24385e;
	font-size: 60px;
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 0 0 12px;
	font-weight: 600;
    text-transform: none;
}
@media (max-width: 1180px) {
    .hero-mail-light-clean--reference h1 {
        font-size: 50px;
    }
}
@media (max-width: 760px) {
    .hero-mail-light-clean--reference h1 {
        font-size: 36px;
    }
}
.hero-mail-price {
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 14px;
	color: #d72225;
	    font-weight: 900;
}
@media (max-width: 1180px) {
    .hero-mail-price {
        font-size: 24px;
    }
}
@media (max-width: 760px) {
    .hero-mail-price {
        font-size: 20px;
    }
}
.hero-mail-light-clean--reference p {
    font-size: 17px;
    line-height: 1.62;
    margin: 0 0 22px;
	color: #59616d;
    max-width: 700px;
}
@media (max-width: 760px) {
	.hero-mail-light-clean--reference a.btn {
		width:100%;
	}
}
.hero-mail-footnote {
	margin-top: 10px;
	font-size: 12px;
    line-height: 1.45;
    color: #7a8392;
}


.service-includes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
@media (max-width: 1180px) {
	.service-includes-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 760px) {
	.service-includes-grid {
		grid-template-columns: 1fr;
	}
}
.service-include-card {
    background: #fff;
    border: 1px solid #dde2e8;
    border-radius: 24px;
    padding: 24px;
    min-height: 210px;
    box-shadow: 0 12px 30px rgba(35, 46, 65, .07);
}
.service-include-card .icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #fff1f1;
    color: #d72225;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 16px;
}
.service-include-card h3 {
    font-size: 20px;
    line-height: 1.22;
	margin-bottom: 9px;
    color: #232e41;
}
.service-include-card p, .use-situation-card p, .catalog-address-card p, .mail-final-faq-grid p, .mail-final-faq-grid summary {
    font-size: 14px;
    line-height: 1.5;
}


.postal-safety-final {
    background: linear-gradient(135deg, #232e41 0%, #34445f 100%);
    border-radius: 30px;
    padding: 34px 38px;
    color: #fff;
    box-shadow: 0 18px 44px rgba(35, 46, 65, .15);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: center;
}
@media (max-width: 1180px) {
	.postal-safety-final {grid-template-columns: 1fr;}
}
.postal-safety-final h2 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -.025em;
	max-width: 760px;
    margin-bottom: 12px;
	color: #fff;
}
@media (max-width: 760px) {
	.postal-safety-final h2 {font-size: 26px;}
}
.postal-safety-final p {
    font-size: 16px;
    line-height: 1.56;
	color: rgba(255, 255, 255, .78);
	max-width: 900px;
}
.postal-safety-side {
    background: #fff4f4;
    border: 1px solid rgba(215, 34, 37, .28);
    color: #232e41;
    box-shadow: 0 14px 28px rgba(215, 34, 37, .10);
	    border-radius: 22px;
    padding: 20px;
}
.postal-safety-side b {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 8px;
	color: #d72225;
}
.postal-safety-side span {
	display: block;
    color: #3e4856;
	font-size: 14px;
    line-height: 1.45;
}


.use-situations-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
@media (max-width: 1180px) {
	.use-situations-grid {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 760px) {
	.use-situations-grid {grid-template-columns: 1fr;}
}
.use-situation-card {
    background: #fff;
    border: 1px solid #dde2e8;
    border-radius: 22px;
    padding: 22px;
    min-height: 210px;
	padding-top: 26px;
    box-shadow: 0 12px 28px rgba(35, 46, 65, .06);
}
.use-situation-card h3 {
    font-size: 20px;
    line-height: 1.22;
	margin-bottom: 8px;
	font-weight: 700;
}


.service-any-address-compact {
    background: linear-gradient(135deg, #243250 0%, #2d3f63 100%);
    border-radius: 32px;
    padding: 30px 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: center;
    box-shadow: 0 18px 42px rgba(35, 46, 65, .14);
}
@media (max-width: 1180px) {
	.service-any-address-compact {grid-template-columns: 1fr;}
}
.service-any-address-side {
	background: #f5f6f9;
    border: 1px solid #d7deea;
    box-shadow: 0 14px 28px rgba(12, 26, 57, .18);
    border-radius: 24px;
    padding: 24px 22px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 210px;
}
.service-any-address-side .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 14px;
}
.service-any-address-side .messenger-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    padding-left: 0;
}
.service-any-address-side .messenger-inline a {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}
.service-any-address-side .messenger-inline img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}
.service-any-address-note {
    text-align: center;
    color: #5d6780;
    font-size: 13px;
    line-height: 1.45;
}
.service-any-address-copy h2 {
	color: #fff;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin: 0 0 16px;
    max-width: 590px;
}
@media (max-width: 760px) {
	.service-any-address-copy h2 {font-size: 26px;}
}
.service-any-address-copy p {
    font-size: 16px;
    line-height: 1.62;
	max-width: 700px;
    margin: 0;
	color: #fff;
}


.final-dark-cta {
    background: linear-gradient(135deg, #232e41 0%, #31425e 100%);
    border-radius: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: 36px;
    align-items: center;
	padding: 28px 34px;
    gap: 28px;
    min-height: 0;
    box-shadow: 0 24px 58px rgba(35, 46, 65, .18);
}
@media (max-width: 1180px) {
    .final-dark-cta {
        grid-template-columns: 1fr;
    }
}
.final-dark-cta-copy h2 {
	margin: 0 0 12px;
	font-size: 38px;
    line-height: 1.15;
    letter-spacing: -.025em;
	max-width: 620px;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 760px) {
	.final-dark-cta-copy h2 {font-size: 26px;}
}
.final-dark-cta-copy p {
    color: rgba(255, 255, 255, .84);
    max-width: 760px;
	margin: 0;
	font-size: 16px;
    line-height: 1.56;
}
.final-dark-cta-pills {
    display: flex;
    flex-wrap: wrap;
	margin-top: 18px;
    gap: 10px;
}
.final-dark-cta-pills span {
	display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    min-height: 38px;
    padding: 8px 14px;
}


.final-dark-cta .request-form {
    padding: 20px 22px 18px;
}
.final-dark-cta .request-form-on-dark {
	position: relative;
    z-index: 1;
    background: #f4f6f8;
    border: 1px solid #d6dde6;
    border-radius: 24px;
    padding: 24px 22px 20px;
    box-shadow: 0 16px 36px rgba(35, 46, 65, .08);
}
.request-form h3 {
    margin: 0 0 6px;
    color: #24324a;
    font-size: 26px;
    line-height: 1.05;
}
.final-dark-cta .request-form > p {
    margin-bottom: 12px;
	color: #687385;
    font-size: 14px;
    line-height: 1.45;
}