@import url('components/advantages.css');
@import url('components/brand-values.css');

/* =========================================================
   B2B page
   ========================================================= */

/* ─── Hero section ─── */

body.page-template-tpl-b2b,
body.page-template-tpl-b2b #page {
	/* overflow-x: clip; */
}

.hc-b2b-hero {
	padding-top: 21px;
	padding-bottom: 0;
}

.hc-b2b-hero .container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hc-b2b-hero__inner {
	display: flex;
	align-items: flex-start;
	gap: 58px;
}

.hc-b2b-hero__content {
	width: 680px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.hc-b2b-hero__title {
	font-family: 'Stolzl', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	margin: 26px 0 0;
}

.hc-b2b-hero__title-badge {
	display: inline-block;
	background: var(--color-brown);
	color: #fff;
	font-family: 'MissIssippi', 'Stolzl', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 5.44px;
	border-radius: 3px;
	padding: 1px 5px;
	transform: rotate(-2deg);
	vertical-align: middle;
	margin-top: -18px;
}

.hc-b2b-hero__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.hc-b2b-hero__text {
	font-size: 20px;
}

.hc-b2b-hero__text p {
	margin: 0;
}

.hc-b2b-hero__image-card {
	flex: 1;
	height: 495px;
	background: rgb(var(--color-yellow-rgb) / 40%);
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
}

.hc-b2b-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

/* ─── Stats row ─── */

.hc-b2b-stats {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	height: 231px;
}

.hc-b2b-stats__item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 20px;
	min-width: 0;
}

.hc-b2b-stats__item-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.hc-b2b-stats__badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 20px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 1.65;
	white-space: nowrap;
	letter-spacing: -0.64px;
}

.hc-b2b-stats__badge--pink {
	background: rgb(var(--color-pink-rgb) / 60%);
}

.hc-b2b-stats__badge--lime {
	background: rgb(var(--color-lime-rgb) / 60%);
}

.hc-b2b-stats__badge--lavender {
	background: rgb(var(--color-lavender-rgb) / 60%);
}

.hc-b2b-stats__badge--mint {
	background: rgb(var(--color-light-mint-rgb) / 60%);
}

.hc-b2b-stats__number {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
}

.hc-b2b-stats__plus {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.hc-b2b-stats__desc {
	font-size: 16px;
	line-height: 1.4;
	color: rgb(var(--color-brown-rgb) / 80%);
	margin: 0;
}

.hc-b2b-stats__divider {
	width: 1px;
	flex-shrink: 0;
	align-self: center;
	height: 120px;
	background: rgb(var(--color-brown-rgb) / 15%);
}

/* ─── Match section ─── */

.hc-b2b-match__inner {
	display: flex;
	align-items: flex-start;
	gap: 55px;
}

.hc-b2b-match__media {
	flex-shrink: 0;
	width: 647px;
	align-self: stretch;
	background: rgb(var(--color-brown-rgb) / 20%);
	border-radius: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hc-b2b-match__img {
	width: 607px;
	height: 607px;
	object-fit: cover;
	display: block;
}

.hc-b2b-match__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.hc-b2b-match__content .btn-with-icon{
	width: fit-content;
}

.hc-b2b-match__top {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 1;
}

/* ─── Match heading ─── */

.hc-b2b-match__title {
	font-family: 'Stolzl', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	margin: 0;
}

.hc-b2b-match__title-line1 {
	display: block;
	margin-top: -9px;
}

.hc-b2b-match__title-line2 {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-left: 327px;
	margin-top: 4px;
}

.hc-b2b-match__title-badge {
	display: inline-block;
	background: var(--color-brown);
	color: #fff;
	font-family: 'MissIssippi', 'Stolzl', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 5.44px;
	border-radius: 3px;
	padding: 1px 5px;
	transform: rotate(-2deg);
	white-space: nowrap;
}

/* ─── B2B Accordion ─── */

.hc-b2b-acc {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hc-b2b-acc__item.is-open {
	margin-bottom: 10px;
}

.hc-b2b-acc__item.is-open > .hc-b2b-acc__head {
	background: rgb(var(--color-brown-rgb) / 20%);
	border-radius: 10px 10px 0 0;
	padding: 20px;
	border-bottom: none;
}

.hc-b2b-acc__item:not(.is-open) > .hc-b2b-acc__head {
	border-bottom: 1px solid rgb(var(--color-brown-rgb) / 30%);
	padding: 20px;
}

.hc-b2b-acc__head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
}

.hc-b2b-acc__label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hc-b2b-acc__num,
.hc-b2b-acc__name {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.1;
}

.hc-b2b-acc__toggle--minus {
	display: none;
	flex-shrink: 0;
}

.hc-b2b-acc__toggle--plus {
	display: block;
	flex-shrink: 0;
}

.hc-b2b-acc__item.is-open .hc-b2b-acc__toggle--minus {
	display: block;
}

.hc-b2b-acc__item.is-open .hc-b2b-acc__toggle--plus {
	display: none;
}

.hc-b2b-acc__body {
	background: rgb(var(--color-brown-rgb) / 20%);
	border-radius: 0 0 10px 10px;
	padding: 0px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hc-b2b-acc__body[hidden] {
	display: none;
}

.hc-b2b-acc__body p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.32px;
	color: rgb(var(--color-brown-rgb) / 80%);
}

/* ─── Info / Build business section ─── */

.hc-b2b-info__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.hc-b2b-info__left {
	width: 714px;
	display: flex;
	flex-direction: column;
	gap: 70px;
	align-self: stretch;
	height: stretch;
	justify-content: space-between;
}

.hc-b2b-info__top {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.hc-b2b-info__heading {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.hc-b2b-info__title {
	font-family: 'Stolzl', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	margin: 7px 0 0 0;
}

.hc-b2b-info__title-badge {
	display: inline-block;
	background: var(--color-brown);
	color: #fff;
	font-family: 'MissIssippi', 'Stolzl', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 5.44px;
	border-radius: 3px;
	padding: 1px 5px;
	transform: rotate(-4deg);
	vertical-align: middle;
	margin-top: -10px;
}

.hc-b2b-info__desc {
	font-size: 20px;
	line-height: 30px;
	color: rgb(var(--color-brown-rgb) / 80%);
	margin: 0;
}

/* ─── Counters ─── */

.hc-b2b-info__counters {
	display: flex;
	gap: 10px;
	min-height: 119px;
}

.hc-b2b-info__counter {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: rgb(var(--color-pink-rgb) / 30%);
	border-radius: 10px;
	padding: 14px 20px;
}

.hc-b2b-info__counter-num {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
}

.hc-b2b-info__counter-plus {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.hc-b2b-info__counter-label {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: -0.64px;
	text-align: center;
	margin: 0;
}

/* ─── Bottom CTA ─── */

.hc-b2b-info__bottom {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hc-b2b-info__cta-label {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}

.hc-b2b-info__btns {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.hc-b2b-info__btn.brand__values-btn span {
	background: transparent;
}

.hc-b2b-info__btn.brand__values-btn span svg {
	color: var(--color-brown);
	stroke: var(--color-brown);
}

.hc-b2b-info__btn.brand__values-btn:hover span {
	background: white;
}

/* ─── Media card ─── */

.hc-b2b-info__media {
	flex-shrink: 0;
	width: 626px;
	height: 567px;
	background: rgb(var(--color-pink-rgb) / 50%);
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
}

.hc-b2b-info__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 60%;
	border-radius: 10px;
	display: block;
}

/* ─── Perks section ─── */

.hc-b2b-perks .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 33px;
}

.hc-b2b-perks__title {
	font-family: 'Stolzl', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

.hc-b2b-perks__title-badge {
	display: inline-block;
	background: var(--color-brown);
	color: #fff;
	font-family: 'MissIssippi', 'Stolzl', sans-serif;
	letter-spacing: 5.44px;
	border-radius: 3px;
	padding: 1px 5px;
	transform: rotate(-2deg);
}

.hc-b2b-perks__grid {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	width: 100%;
}

.hc-b2b-perks__col {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hc-b2b-perks__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	min-height: 70px;
	padding: 20px;
}

.hc-b2b-perks__item.is-open {
	justify-content: flex-start;
	gap: 16px;
}

.hc-b2b-perks__item--mint {
	background: rgb(var(--color-mint-rgb) / 60%);
}

.hc-b2b-perks__item--lime {
	background: rgb(var(--color-lime-rgb) / 60%);
}

.hc-b2b-perks__item--lavender {
	background: rgb(var(--color-lavender-rgb) / 60%);
}

.hc-b2b-perks__item--pink {
	background: rgb(var(--color-pink-rgb) / 60%);
}

.hc-b2b-perks__item--yellow {
	background: rgb(var(--color-yellow-rgb) / 60%);
}

.hc-b2b-perks__item--light-mint {
	background: rgb(var(--color-light-mint-rgb) / 60%);
}

.hc-b2b-perks__item--brown {
	background: rgb(var(--color-brown-rgb) / 40%);
}

.hc-b2b-perks__head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	text-align: left;
}

.hc-b2b-perks__name {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.4px;
}

.hc-b2b-perks__body {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.32px;
	color: rgb(var(--color-brown-rgb) / 80%);
}

.hc-b2b-perks__body[hidden] {
	display: none;
}

.hc-b2b-perks__body p {
	margin: 0;
}

.hc-b2b-perks__item .hc-b2b-acc__toggle--minus {
	display: none;
	flex-shrink: 0;
}

.hc-b2b-perks__item .hc-b2b-acc__toggle--plus {
	display: block;
	flex-shrink: 0;
}

.hc-b2b-perks__item.is-open .hc-b2b-acc__toggle--minus {
	display: block;
}

.hc-b2b-perks__item.is-open .hc-b2b-acc__toggle--plus {
	display: none;
}

/* ─── Trust section ─── */

.hc-b2b-trust__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.hc-b2b-trust__left {
	width: 545px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.hc-b2b-trust__title {
	font-family: 'Stolzl', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	margin: 10px 0 0;
}

.hc-b2b-trust__title-badge {
	display: inline-block;
	background: var(--color-brown);
	color: #fff;
	font-family: 'MissIssippi', 'Stolzl', sans-serif;
	letter-spacing: 2.56px;
	border-radius: 3px;
	padding: 1px 5px;
	transform: rotate(-3deg);
	vertical-align: middle;
	margin-top: -14px;
}

.hc-b2b-trust__desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.hc-b2b-trust__right {
	flex: 1;
	min-width: 0;
}

.hc-b2b-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid rgb(var(--color-brown-rgb) / 20%);
	border-radius: 5px;
	overflow: hidden;
}

.hc-b2b-trust__cell {
	padding: 10px;
	border-right: 1px solid rgb(var(--color-brown-rgb) / 20%);
	border-bottom: 1px solid rgb(var(--color-brown-rgb) / 20%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.hc-b2b-trust__cell:nth-child(4n) {
	border-right: none;
}

.hc-b2b-trust__cell:nth-last-child(-n+4) {
	border-bottom: none;
}

.hc-b2b-trust__logo {
	width: 100%;
	aspect-ratio: 359 / 240;
	object-fit: contain;
	display: block;
}

/* ─── CTA section ─── */

.hc-b2b-cta .container{
	max-width: 1440px;
}
.hc-b2b-cta__card {
	position: relative;
	background: rgb(var(--color-lavender-rgb) / 40%);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* Decorative positioned images */

.hc-b2b-cta__deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.hc-b2b-cta__deco--prod-left {
	left: 32px;
	top: 95px;
	width: 186px;
	height: 284px;
	object-fit: contain;
	object-position: bottom right;
	z-index: 1;
}

.hc-b2b-cta__deco--spice-left {
	left: 135px;
	top: 241px;
	width: 204px;
	height: 195px;
	object-fit: contain;
	z-index: 2;
}

.hc-b2b-cta__deco--prod-right {
	right: -65px;
	top: 38px;
	width: 373px;
	height: 374px;
	object-fit: contain;
	object-position: bottom left;
	z-index: 1;
}

.hc-b2b-cta__deco--spice-right {
	right: 105px;
	top: 289px;
	width: 238px;
	height: 140px;
	object-fit: contain;
	z-index: 2;
}

.hc-b2b-cta__swirl {
	position: absolute;
	left: 1px;
	width: 100%;
	max-width: 120%;
	top: 250px;
	height: auto;
	object-fit: cover;
	pointer-events: none;
	z-index: 0;
	opacity: 0.6;
}

/* Hero */

.hc-b2b-cta__hero {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 77px 30px 138px;
}

.hc-b2b-cta__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 19px;
}

.hc-b2b-cta__title-row {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.22;
	white-space: nowrap;
}

.hc-b2b-cta__brand {
	height: 70px;
	width: auto;
	display: block;
}

.hc-b2b-cta__subtitle {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	text-align: center;
}

.hc-b2b-cta__subtitle p {
	margin: 0;
	font-size: 26px;
	font-weight: 400;
	line-height: normal;
	color: rgb(var(--color-brown-rgb) / 80%);
}

.hc-b2b-cta__sku-line {
	color: var(--color-brown);
}

.hc-b2b-cta__sku-emphasis {
	text-transform: uppercase;
	color: var(--color-brown);
	font-weight: 600;
}

.hc-b2b-cta__sku-muted {
	text-transform: lowercase;
	color: rgb(var(--color-brown-rgb) / 80%);
	font-weight: 300;
}

.hc-b2b-cta__btn {
	backdrop-filter: blur(2px);
}

/* Formats */

.hc-b2b-cta__formats {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 0 30px 60px;
}

.hc-b2b-cta__formats-title {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.hc-b2b-cta__formats-grid {
	display: flex;
	gap: 20px;
	align-items: stretch;
	width: 100%;
}

.hc-b2b-cta__format {
	flex: 1;
	background: var(--color-lavender);
	border-radius: 10px;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.hc-b2b-cta__format-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.hc-b2b-cta__format-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.4);
	flex-shrink: 0;
}

.hc-b2b-cta__format-name {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.hc-b2b-cta__format-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.08;
	color: rgb(var(--color-brown-rgb) / 80%);
	text-align: center;
	margin: 0;
}

/* ─── Form section ─── */

.hc-b2b-form__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	padding-bottom: 30px;
}

.hc-b2b-form__left {
	width: 522px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 82px;
}

.hc-b2b-form__top {
	display: flex;
	flex-direction: column;
	gap: 83px;
}

.hc-b2b-form__heading {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.hc-b2b-form__title {
	font-family: 'Stolzl', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.hc-b2b-form__desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.4px;
	color: rgb(var(--color-brown-rgb) / 80%);
	margin: 0;
}

.hc-b2b-form__contacts {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hc-b2b-form__contacts-label,
.hc-b2b-form__social-label {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.36px;
	color: rgb(var(--color-brown-rgb) / 80%);
	margin: 0;
}

.hc-b2b-form__contacts-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hc-b2b-form__contact {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 400;
	color: var(--color-brown);
	text-decoration: none;
}

.hc-b2b-form__contact span {
	color: inherit;
}

.hc-b2b-form__social {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hc-b2b-form__social-links {
	display: flex;
	align-items: center;
	gap: 16px;
}

.hc-b2b-form__social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-width: 56px;
	padding: 8px 16px;
	background: var(--color-mint);
	border-radius: 100px;
	text-decoration: none;
}

.hc-b2b-form__right {
	flex: 1;
	min-width: 0;
}

.hc-b2b-form__form-outer {
	background: rgb(var(--color-mint-rgb) / 40%);
	border-radius: 10px;
	padding: 20px;
}

.hc-b2b-form__form-outer .wpcf7 {
	width: 100%;
}

.hc-b2b-form__form-card {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	min-height: 528px;
}

.hc-b2b-form__form-title {
	font-family: 'Stolzl', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.6px;
	margin: 0;
}

.hc-b2b-form__fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hc-b2b-form__fields-row {
	display: flex;
	gap: 16px;
	width: 100%;
}

.hc-b2b-form__field {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: -0.32px;
	color: var(--color-brown);
}

.hc-b2b-form__field span {
	display: block;
	margin: 0;
	font-size: 18px;
}

.hc-b2b-form__field .hc-b2b-form__business-label-mobile {
	display: none;
}

.hc-b2b-form__field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	font-size: 16px;
}

.hc-b2b-form__field input,
.hc-b2b-form__field textarea {
	width: 100%;
	height: 48px;
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid rgb(var(--color-brown-rgb) / 30%);
	border-radius: 0;
	background: transparent;
	font: inherit;
	line-height: 1.4;
	color: var(--color-brown);
	letter-spacing: -0.32px;
	outline: none;
}

.hc-b2b-form__field textarea {
	height: 85px;
	padding-top: 10px;
	resize: vertical;
}

.hc-b2b-form__field input::placeholder,
.hc-b2b-form__field textarea::placeholder {
	color: rgb(var(--color-brown-rgb) / 30%);
	opacity: 1;
}

.hc-b2b-form__field--comment {
	height: 85px;
	padding-top: 10px;
	border-bottom: 1px solid rgb(var(--color-brown-rgb) / 20%);
}

.hc-b2b-form__field--comment .wpcf7-form-control-wrap {
	flex: 1;
}

.hc-b2b-form__field--comment textarea {
	height: 53px;
	padding: 0;
	border-bottom: 0;
	resize: none;
	overflow: hidden;
}

.hc-b2b-form__submit {
	width: 181px;
	background: transparent;
	cursor: pointer;
}

.hc-b2b-form__submit span {
	background: var(--color-brown);
}

/* ─── Responsive ─── */

@media (max-width: 1420px) {
	.hc-b2b-hero__title-badge {
		margin-top: 10px;
	}

	.hc-b2b-match__title-line2{
		padding-left: 140px;
	}

	.hc-b2b-info__counter-num {
		font-size: 36px;
	}

	.hc-b2b-info__left {
		width: 600px;
	}

	.hc-b2b-info__media {
		width: 500px;
	}
}

@media (max-width: 1200px) {
	.hc-b2b-hero__content {
		width: 580px;
	}

	.hc-b2b-stats__item{
		padding: 20px 10px;
	}

	.hc-b2b-match__media {
		width: 300px;
		height: 340px;
	}

	.hc-b2b-match__img{
		width: 300px;
		height: 300px;
	}

	.hc-b2b-info__media {
		width: 300px;
	}

	.hc-b2b-stats__badge{
		margin-left: -5px;
	}

	.hc-b2b-trust__left{
		width: 400px;
	}

	.hc-b2b-cta__deco--prod-left {
		top: 145px;
		width: 156px;
		height: 244px;
	}

	.hc-b2b-cta__deco--prod-right {
		right: -50px;
		top: 98px;
		width: 323px;
		height: 324px;
	}

	.hc-b2b-form__fields-row{
		flex-direction: column;
	}

	.hc-b2b-cta__hero {
		gap: 50px;
	}
}

@media (max-width: 1023px) {
	.hc-b2b-stats {
		flex-direction: column;
		gap: 9px;
		height: auto;
	}

	.hc-b2b-stats__item {
		flex: 1 1 100%;
		gap: 22px;
		padding: 16px;
	}

	.hc-b2b-stats__item-top {
		gap: 14px;
		align-items: flex-start;
	}

	.hc-b2b-stats__badge {
		display: flex;
		width: 100%;
		justify-content: center;
		height: 32px;
	}

	.hc-b2b-stats__number {
		font-size: 50px;
	}

	.hc-b2b-stats__divider {
		/* display: none; */
		background: rgb(var(--color-brown-rgb) / 20%);
		height: 1px;
		width: 100%;
	}

	.hc-b2b-hero .container {
		gap: 32px;
	}

	.hc-b2b-hero__inner {
		flex-direction: column;
		gap: 30px;
	}

	/* ---- Hero: reorder — title → image → body (CSS display:contents trick) ---- */

	.hc-b2b-hero__content {
		display: contents;
	}

	.hc-b2b-hero__title {
		order: 1;
	}

	.hc-b2b-hero__image-card {
		order: 2;
	}

	.hc-b2b-hero__body {
		order: 3;
	}

	.hc-b2b-hero__btn {
		display: none;
	}

	.hc-b2b-perks__grid {
		flex-direction: column;
		align-items: stretch;
	}

	.hc-b2b-trust__inner {
		flex-direction: column;
	}

	.hc-b2b-trust__left {
		width: 100%;
	}

	.hc-b2b-form__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
		padding-bottom: 20px;
	}

	.hc-b2b-form__contacts {
		gap: 17px;
	}

	.hc-b2b-form__contacts-list {
		gap: 10px;
	}

	.hc-b2b-form__left {
		width: 100%;
	}

	.hc-b2b-form__right {
		width: 100%;
	}

	body.page-template-tpl-b2b .mobile-tabbar {
		display: none;
	}

	.hc-b2b-cta__deco {
		display: none;
	}

	.hc-b2b-cta__formats-grid {
		flex-direction: column;
	}

	.hc-b2b-cta__formats-title {
		font-size: 24px;
	}

	.hc-b2b-cta__formats {
		gap: 30px;
		padding: 0 16px 20px;
	}

	.hc-b2b-cta__format {
		padding: 17px 20px;
		gap: 24px;
	}

	.hc-b2b-cta__format-icon {
		width: 50px;
		height: 50px;
	}

	.hc-b2b-cta__format-name {
		font-size: 20px;
	}

	.hc-b2b-cta__format-desc {
		font-size: 16px;
	}

	.hc-b2b-cta__title-row {
		flex-wrap: wrap;
		justify-content: center;
		white-space: normal;
		font-size: 30px;
	}

	.hc-b2b-cta__card {
		margin-left: -16px;
		margin-right: -16px;
	}

	.hc-b2b-cta__hero {
		padding: 17px 16px 50px;
		gap: 30px;
	}

	.hc-b2b-cta__brand {
		height: 49px;
	}

	.hc-b2b-cta__subtitle p {
		font-size: 18px;
	}

	.hc-b2b-cta__heading {
		gap: 12px;
	}

	.hc-b2b-cta__swirl {
		display: none;
	}

	.hc-b2b-cta__btn {
		width: 100% !important;
		max-width: 420px;
		margin: 0 auto;
	}

	.hc-b2b-hero__content {
		width: 100%;
	}

	.hc-b2b-hero__image-card {
		width: 100%;
		height: 340px;
	}

	.hc-b2b-stats__badge {
		white-space: normal;
		margin-left: 0;
		width: auto;
		padding: 8px 16px;
	}

	.hc-b2b-match {
		margin-top: -12px;
	}

	.hc-b2b-match__content .btn-with-icon {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	.hc-b2b-match__inner {
		flex-direction: column;
		gap: 32px;
	}

	/* ---- Match: reorder — btn → title → media → acc (CSS display:contents trick) ---- */

	.hc-b2b-match__content {
		display: contents;
	}

	.hc-b2b-match__top {
		display: contents;
	}

	.hc-b2b-match__btn {
		order: 1;
	}

	.hc-b2b-match__title {
		order: 2;
		margin-top: 39px;
		font-size: 32px;
	}

	.hc-b2b-match__media {
		order: 3;
		width: 100%;
		align-self: auto;
		padding: 10px;
	}

	.hc-b2b-acc {
		order: 4;
		width: 100%;
	}

	.hc-b2b-acc__num,
	.hc-b2b-acc__name {
		font-size: 18px;
	}

	.hc-b2b-acc__item.is-open > .hc-b2b-acc__head {
		padding: 17px;
	}

	.hc-b2b-acc__body {
		gap: 7px;
	}

	.hc-b2b-acc__item.is-open {
		margin-bottom: 0;
	}

	.hc-b2b-match__img {
		width: 100%;
		height: 100%;
		aspect-ratio: 1;
		border-radius: 5px;
	}

	.hc-b2b-match__title-line1 {
		margin-top: 0;
		display: inline;
	}

	.hc-b2b-match__title-line2 {
		padding-left: 0;
		display: inline-block;
	}

	.hc-b2b-info__inner {
		flex-direction: column;
		gap: 30px;
	}

	/* ---- Info: reorder — title → media → desc → counters → bottom (CSS display:contents trick) ---- */

	.hc-b2b-info__left {
		display: contents;
		width: 100%;
		gap: 60px;
	}

	.hc-b2b-info__top {
		display: contents;
	}

	.hc-b2b-info__heading {
		display: contents;
	}

	.hc-b2b-info__title {
		order: 1;
		font-size: 32px;
	}

	.hc-b2b-info__title-badge {
		font-size: 29px;
		margin-right: -8px;
	}

	.hc-b2b-info__media {
		order: 2;
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.hc-b2b-info__img {
		aspect-ratio: 341 / 306.95;
		height: auto;
	}

	.hc-b2b-info__desc {
		order: 3;
		font-size: 16px;
		line-height: 25px;
	}

	.hc-b2b-info__counters {
		order: 4;
	}

	.hc-b2b-info__bottom {
		order: 5;
	}

}

@media (max-width: 767px) {

	.hc-b2b-hero {
		padding-top: 21px;
		padding-bottom: 40px;
	}

	.hc-b2b-hero__title,
	.hc-b2b-hero__title-badge {
		font-size: 32px;
		margin: -7px 0 0;
	}

	.hc-b2b-perks__title,
	.hc-b2b-perks__title-badge {
		font-size: 32px;
		display: inline;
		margin-top: -10px;
	}

	.hc-b2b-perks__grid {
		gap: 10px;
	}

	.hc-b2b-perks__item {
		padding: 15px;
	}

	.hc-b2b-perks__name {
		font-size: 18px;
	}

	.hc-b2b-trust__title,
	.hc-b2b-trust__title-badge {
		font-size: 33px;
	}

	.hc-b2b-trust__desc {
		font-size: 16px;
	}

	.hc-b2b-trust__left {
		gap: 34px;
	}

	.hc-b2b-trust__inner {
		gap: 35px;
	}

	.hc-b2b-trust__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hc-b2b-trust__cell:nth-child(4n) {
		border-right: 1px solid rgb(var(--color-brown-rgb) / 20%);
	}

	.hc-b2b-trust__cell:nth-last-child(-n+4) {
		border-bottom: 1px solid rgb(var(--color-brown-rgb) / 20%);
	}

	.hc-b2b-trust__cell:nth-child(3n) {
		border-right: none;
	}

	.hc-b2b-trust__cell:nth-last-child(-n+1) {
		border-bottom: none;
		border-right: none;
	}

	.hc-b2b-hero__text {
		font-size: 16px;
		line-height: 25px;
	}

	.hc-b2b-hero__image-card {
		height: 260px;
		padding: 10px;
		margin-top: 10px;
	}

	/* style.css sets .brand__values-btn { width: 100% } at ≤767px — override for B2B buttons */
	.hc-b2b-hero__btn,
	.hc-b2b-match__btn,
	.hc-b2b-cta__btn {
		width: auto;
		align-self: flex-start;
	}

	.hc-b2b-form__inner {
		gap: 30px;
	}

	.hc-b2b-form__left {
		gap: 30px;
	}

	.hc-b2b-form__top {
		gap: 32px;
	}

	.hc-b2b-form__title {
		font-size: 32px;
	}

	.hc-b2b-form__desc {
		font-size: 16px;
		letter-spacing: -0.32px;
	}

	.hc-b2b-form__contact {
		font-size: 18px;
	}

	.hc-b2b-form__social-links {
		gap: 12px;
	}

	.hc-b2b-form__social-btn {
		width: 44px;
		min-width: 44px;
		height: 32px;
		padding: 6px 10px;
		background: rgb(var(--color-mint-rgb) / 60%);
	}

	.hc-b2b-form__social-btn img {
		max-width: 20px;
		max-height: 20px;
		object-fit: contain;
	}

	.hc-b2b-form__social-btn:nth-child(3) img {
		max-width: 26px;
		max-height: 26px;
	}

	.hc-b2b-form__social-btn:nth-child(4) img {
		max-width: 17px;
		max-height: 20px;
	}

	.hc-b2b-form__form-outer {
		width: 100%;
		padding: 10px;
	}

	.hc-b2b-form__form-card {
		gap: 30px;
		min-height: 0;
		padding: 16px;
	}

	.hc-b2b-form__form-title {
		font-size: 24px;
		letter-spacing: -0.48px;
	}

	.hc-b2b-form__field {
		letter-spacing: -0.32px;
	}

	.hc-b2b-form__field .hc-b2b-form__business-label-desktop {
		display: none;
	}

	.hc-b2b-form__field .hc-b2b-form__business-label-mobile {
		display: block;
	}

	.hc-b2b-form__field input,
	.hc-b2b-form__field textarea {
		height: 40.9px;
		padding: 10px 0;
	}

	.hc-b2b-form__fields {
		gap: 16px;
	}

	.hc-b2b-form__fields-row {
		flex-direction: column;
		gap: 16px;
	}

	.hc-b2b-form__submit {
		width: 100%;
	}

	.hc-b2b-form__field--comment {
		height: 85px;
	}

	.hc-b2b-info__counter-num {
		font-size: 32px;
	}

	.hc-b2b-info__counter-plus {
		font-size: 22px;
	}

	.hc-b2b-info__counters {
		flex-wrap: wrap;
	}

	.hc-b2b-info__counter {
		flex: 1 1 calc(50% - 5px);
		padding: 20px 20px;
	}

	.hc-b2b-info__counter:nth-child(3) {
		flex: 1 1 100%;
	}

	.hc-b2b-info__bottom {
		gap: 11px;
	}

	.hc-b2b-info__btns {
		gap: 7px;
	}

}
