/*
	Theme Name: Hello Biz Child
	Theme URI: https://elementor.com/products/hello-biz/
	Description: Дочерняя тема для Hello Biz
	Author: Roman
	Template: hello-biz
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-biz-child
*/

.pm-price-cta {
	padding: 40px 0;
}

.pm-price-cta__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 40px;
	border: 1px solid #d8cebe;
	border-radius: 12px;
	background: linear-gradient(180deg, #f4ede1 0%, #f1e8da 100%);
	text-align: center;
}

.pm-price-cta__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.15;
	margin: 0 auto 20px !important;
}

.pm-price-cta__subtitle {
	max-width: 680px;
	color: #49556a;
	line-height: 1.55;
	margin: 0 auto 20px auto!important;
}

.pm-price-cta a.pm-price-cta__button {
	gap: 10px;
	margin: 0;
	padding: 17px 20px;
	background: #FF8500;
	color: #ffffff;
	font-size: 1.05rem;
	text-decoration: none!important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;

    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
}
.pm-price-cta__button span {
	color: white;
}
.pm-price-cta__button:hover,
.pm-price-cta__button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px -12px oklch(68% .18 45/.85);
	filter: brightness(1.02);
	color: #ffffff;
}

.pm-price-cta__button:focus-visible {
	outline: 3px solid rgba(25, 37, 58, 0.22);
	outline-offset: 4px;
}

.pm-price-cta__button svg {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

@media (max-width: 767px) {
	.pm-price-cta__inner {
		border-radius: 22px;
	}

	.pm-price-cta__button {
		width: 100%;
		padding: 17px 24px;
	}
}
