.hero {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
}

.compact-hero {
	display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
    align-items: center;
    min-height: 0;
    padding: 31px 38px;
}

@media (max-width: 980px) {
    .compact-hero {
        grid-template-columns: 1fr 260px;
        padding: 26px 28px;
    }
}

@media (max-width: 640px) {
    .compact-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px 20px;
    }
}


.compact-hero h1 {
    max-width: none;
    margin: 7px 0 10px;
}

.hero-eyebrow {
    display: inline-flex;
    color: var(--red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.compact-hero .hero-lead {
    max-width: 720px;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
	color: var(--text);
}

.hero-contact {
    position: relative;
    z-index: 1;
    padding: 21px 23px;
    border-radius: 18px;
    background: var(--graphite);
    color: #fff;
}

.hero-contact span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
    font-weight: 800;
}

.hero-contact > a:first-of-type {
    display: block;
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: 900;
}

@media (max-width: 640px) {
	.hero-contact > a {
		width: 100%
	}
}

.hero-contact .button {
    width: 100%;
    min-height: 42px;
    padding: 10px 15px;
    font-size: 10px;
}

.compact-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(35, 46, 65, .05);
}

@media(max-width:1180px){
	.compact-trust {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.compact-trust {
		grid-template-columns: 1fr;
	}
}

.compact-trust > div {
    display: flex;
    min-height: 88px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 25px;
}

.compact-trust > div + div {
    border-left: 1px solid var(--line);
}

@media(max-width:1180px){
	.compact-trust > div + div {
		border-left: none;
	}
}

.compact-trust strong {
    margin-bottom: 5px;
    font-size: 17px;
}

.compact-trust span {
    color: var(--text);
    font-size: 13px;
}

.section-block .head {
	flex-direction: column;
	align-items: flex-start!important;
}

.price-note {
    margin: 14px 3px 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}

.gift-panel {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
}

.gift-content {
    padding: 31px 34px;
}

.gift-content h2 {
    max-width: 850px;
    margin-bottom: 10px;
}

.gift-content > p {
    max-width: 780px;
    margin: 0;
    color: var(--text);
    font-size: 14px;
}

.gift-content ul {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: start;
    gap: 14px 40px;
    margin: 23px 0 0;
    padding: 21px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

@media (max-width: 640px) {
	.gift-content {
        padding: 27px 20px;
    }
	.gift-content ul {
		grid-template-columns: 1fr;
	}
}

.gift-content li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #3a424d;
    font-size: 13px;
    font-weight: 800;
}

.gift-content li span.check {
    display: inline-grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border-radius: 50%;
    background: rgba(215, 34, 37, .1);
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
}

.section-heading-light h2 {
	color: #fff;
}

.steps-panel {
    padding: 42px;
    border-radius: 28px;
    background: linear-gradient(145deg, var(--graphite), #2f3d54);
    box-shadow: 0 18px 42px rgba(35, 46, 65, .16);
}

.steps-panel .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

@media (max-width: 640px) {
	.steps-panel {
        padding: 27px 20px;
        border-radius: 22px;
    }
	.steps-panel .steps {
		grid-template-columns: 1fr;
	}
}

.steps-panel .steps article {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
}

.steps-panel .steps article > span {
    display: grid;
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.steps-panel .steps h3 {
    margin-bottom: 8px;
    color: #fff;
}

.steps-panel .steps p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 12.5px;
    line-height: 1.52;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 640px) {
	.feature-grid {
		grid-template-columns: 1fr;
	}
}

.feature-grid article {
    min-height: 225px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(35, 46, 65, .05);
}

@media (max-width: 640px) {
	.feature-grid article {
		min-height: auto;
	}
}

.feature-grid .number {
    display: inline-flex;
    margin-bottom: 31px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
}

.feature-grid h3 {
	margin-bottom: 10px;
}

.feature-grid p {
    margin: 0;
    color: var(--text);
    font-size: 13px;
    line-height: 1.55;
}

.section-block-faq {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

@media (max-width: 640px) {
	.section-block-faq {
		grid-template-columns: 1fr;
	}
}

.section-block-faq > .faq-list {
	margin-top: 0px;
	grid-template-columns: 1fr;
}

.section-block-faq > .faq-heading {
	flex-direction: column;
}

.request-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    overflow: hidden;
    padding: 39px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
}

@media (max-width: 640px) {
	.request-panel {
		grid-template-columns: 1fr;
		padding: 27px 20px;
        border-radius: 22px;
	}
}

.request-copy {
    position: relative;
    z-index: 1;
}

.request-copy h2 {
    max-width: 760px;
    margin-bottom: 10px;
}

.request-actions {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 250px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.request-actions > a:last-child {
    font-weight: 900;
}