/* ============================================================
   Painhunter profile (single) — Figma drawer layout
   ============================================================ */

.ph-painhunter-single {
	padding-top: 1.5rem;
	padding-bottom: 3.5rem;
	background: var(--ph-white);
}

.ph-ph-profile {
	margin: 0 auto;
	max-width: 920px;
}

.ph-ph-profile__back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5625rem 1.0625rem;
	border: 1px solid var(--ph-border);
	border-radius: 9999px;
	font-size: 1rem;
	line-height: 1.25;
	color: var(--ph-gray-dark);
	text-decoration: none;
	background: var(--ph-white);
	margin-bottom: 1.5rem;
	transition: border-color var(--ph-transition), color var(--ph-transition), box-shadow var(--ph-transition);
}

.ph-ph-profile__back:hover {
	border-color: var(--ph-green);
	color: var(--ph-green);
}

.ph-ph-profile__back-icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}

.ph-ph-profile__back-icon svg {
	display: block;
	width: 0.6875rem;
	height: 0.75rem;
}

.ph-ph-profile__top {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 1.25rem;
	border-top: 1px solid var(--ph-gray-light);
    padding-top: 30px;
}

.ph-ph-profile__identity {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
}

.ph-ph-profile__avatar-wrap {
	position: relative;
	flex-shrink: 0;
}

.ph-ph-profile__avatar {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	object-fit: cover;
	border: 0.25rem solid var(--ph-white);
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}

.ph-ph-profile__avatar--placeholder {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: var(--ph-gray-bg);
	border: 0.25rem dashed var(--ph-gray-light);
}

.ph-ph-profile__avatar-status {
	position: absolute;
	right: 0.5rem;
	bottom: 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: var(--ph-green);
	border: 0.125rem solid var(--ph-white);
	box-sizing: border-box;
}

.ph-ph-profile__identity-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.ph-ph-profile__name {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: var(--ph-fw-extra);
	color: var(--ph-black);
	letter-spacing: -0.02em;
}

.ph-ph-profile__role {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
	color: var(--ph-gray-dark);
}

.ph-ph-profile__meta-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding-top: 0.25rem;
}

.ph-ph-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4375rem;
	padding: 0.40625rem 1.0625rem;
	border-radius: 9999px;
	border: 1px solid var(--ph-border);
	background: #f9fafb;
	font-size: 1.125rem;
	line-height: 1.25;
	color: var(--ph-gray-dark);
}

.ph-ph-pill__icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
	color: #9ca3af;
}

.ph-ph-pill__icon svg {
	display: block;
}

.ph-ph-pill__icon--loc svg {
	width: 0.6875rem;
	height: 0.875rem;
}

.ph-ph-pill__icon--exp svg {
	width: 0.875rem;
	height: 0.875rem;
}

/* Language pill: same icon treatment as painhunters catalog (`ph-lang-icon` + translate SVG). */
.ph-ph-pill--lang {
	gap: 0;
}

.ph-ph-pill--lang .ph-lang-icon {
	margin-right: 0.625rem;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 0.375rem;
	border: 1px solid var(--ph-border);
	background: #f9fafb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ph-gray);
	flex-shrink: 0;
}

.ph-ph-pill--lang .ph-lang-icon__svg {
	display: block;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
}

.ph-ph-pill__text {
	line-height: 1.25;
}

.ph-ph-profile__matrix {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 1.5625rem;
	border: 1px solid var(--ph-border);
	border-radius: 1.5rem;
	background: var(--ph-white);
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}

.ph-ph-profile__matrix-item {
	text-align: center;
	padding: 0 0.5rem;
}

.ph-ph-profile__matrix-item + .ph-ph-profile__matrix-item {
	border-left: 1px solid var(--ph-border);
}

.ph-ph-profile__matrix-label {
	display: block;
	font-size: 1.125rem;
	line-height: 1.25;
	color: var(--ph-gray-dark);
	margin-bottom: 0.25rem;
}

.ph-ph-profile__matrix-value {
	display: block;
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: var(--ph-fw-bold);
	color: var(--ph-black);
}

.ph-ph-profile__matrix-value--rating.has-rating {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.375rem;
}

.ph-ph-profile__matrix-rating-star {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
	color: var(--ph-green);
}

.ph-ph-profile__matrix-rating-star svg {
	display: block;
	width: 1.3125rem;
	height: 1.125rem;
}

.ph-ph-profile__matrix-rating-num {
	line-height: 2rem;
}

@media (max-width: 700px) {
	.ph-ph-profile__name {
		font-size: 2rem;
	}

	.ph-ph-profile__role {
		font-size: 1.25rem;
	}

	.ph-ph-profile__identity {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.ph-ph-profile__meta-pills {
		justify-content: center;
	}

	.ph-ph-profile__matrix {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ph-ph-profile__matrix-item:nth-child(3) {
		border-left: 0;
		padding-top: 0.75rem;
		margin-top: 0.75rem;
		border-top: 1px solid var(--ph-border);
	}

	.ph-ph-profile__matrix-item:nth-child(4) {
		padding-top: 0.75rem;
		margin-top: 0.75rem;
		border-top: 1px solid var(--ph-border);
	}
}

/* Tabs */

.ph-ph-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	justify-content: center;
}

.ph-ph-tabs__btn {
	position: relative;
	appearance: none;
	border: 1px solid var(--ph-border);
	background: var(--ph-white);
	color: var(--ph-gray-dark);
	font-size: 1rem;
	font-weight: var(--ph-fw-medium);
	line-height: 1.5;
	padding: 0.8125rem 1.5625rem;
	border-radius: 9999px;
	cursor: pointer;
	transition: background var(--ph-transition), color var(--ph-transition), border-color var(--ph-transition), box-shadow var(--ph-transition);
}

.ph-ph-tabs__btn.is-active {
	background: var(--ph-green);
	border-color: var(--ph-green);
	color: var(--ph-white);
	box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.1);
}

.ph-ph-tabs__btn:focus-visible {
	outline: 2px solid var(--ph-green);
	outline-offset: 2px;
}
.ph-ph-tabs__btn:hover {
    border-color: var(--ph-green);
}

.ph-ph-tabs__btn--review {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

@media (max-width: 700px) {
	.ph-ph-tabs__nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
	}

	.ph-ph-tabs__btn {
		width: 100%;
		justify-content: center;
		text-align: center;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

/* Shared SVG star row (tabs + reviews) */
.ph-star-row {
	display: inline-flex;
	align-items: center;
	gap: 0.0625rem;
	line-height: 0;
}

.ph-star-row .ph-star-slot {
	display: inline-flex;
	line-height: 0;
}

.ph-star-row .ph-star-slot svg {
	display: block;
	width: 0.75rem;
	height: calc(0.75rem * 18 / 21);
}

.ph-star-row .ph-star-slot.is-on {
	color: var(--ph-green);
}

.ph-star-row .ph-star-slot.is-off {
	color: #e5e7eb;
}

.ph-star-row .ph-star-slot--half {
	position: relative;
	display: inline-flex;
}

.ph-star-row .ph-star-slot--half .ph-star-slot__gray {
	display: inline-flex;
	line-height: 0;
	color: #e5e7eb;
}

.ph-star-row .ph-star-slot--half .ph-star-slot__green {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	line-height: 0;
	width: 50%;
	overflow: hidden;
	color: var(--ph-green);
}

.ph-ph-tabs__btn-stars.ph-star-row .ph-star-slot svg {
	width: 0.6875rem;
	height: calc(0.6875rem * 18 / 21);
}

.ph-ph-tabs__btn-rating {
	font-weight: var(--ph-fw-medium);
}

.ph-ph-tabs__btn.is-active .ph-star-row .ph-star-slot.is-on {
	color: var(--ph-white);
}

.ph-ph-tabs__btn.is-active .ph-star-row .ph-star-slot.is-off {
	color: rgba(255, 255, 255, 0.35);
}

.ph-ph-tabs__btn.is-active .ph-star-row .ph-star-slot--half .ph-star-slot__gray {
	color: rgba(255, 255, 255, 0.35);
}

.ph-ph-tabs__btn.is-active .ph-star-row .ph-star-slot--half .ph-star-slot__green {
	color: var(--ph-white);
}

.ph-ph-tabs__panel[hidden] {
	display: none !important;
}

/* Blocks */

.ph-ph-block {
	margin-bottom: 2rem;
}

.ph-ph-block__title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: var(--ph-fw-extra);
	color: var(--ph-black);
}

.ph-ph-block__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.ph-ph-block__head .ph-ph-block__title {
	margin-bottom: 0;
}

.ph-ph-service-categories {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.625rem;
}

.ph-ph-service-category-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.375rem 0.75rem;
	border-radius: 9999px;
	background: var(--ph-green-bg);
	border: 1px solid rgba(70, 159, 16, 0.12);
	font-size: 0.875rem;
	font-weight: var(--ph-fw-semi);
	line-height: 1.2;
	color: var(--ph-black);
}

.ph-ph-service-category-pill__icon {
	display: inline-flex;
	line-height: 0;
	flex-shrink: 0;
}

.ph-ph-service-category-pill__icon svg {
	display: block;
	width: 11px;
	height: 12px;
}

.ph-ph-service-grid {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 720px) {
	.ph-ph-service-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.ph-ph-card {
	background: #f9fafb;
	border: 1px solid var(--ph-border);
	border-radius: 1.5rem;
	padding: 1.5625rem;
}

.ph-ph-card__title {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: var(--ph-fw-bold);
	letter-spacing: 0.04375rem;
	text-transform: uppercase;
	color: var(--ph-gray-dark);
}

.ph-ph-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	color: var(--ph-black);
	padding: 0.25rem 0;
	font-weight: 500;
}
.ph-ph-price-row strong{
	font-weight: 800;
}

.ph-ph-price-row__label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.ph-ph-price-row__icon {
	display: inline-flex;
	line-height: 0;
	color: var(--ph-green);
	flex-shrink: 0;
}

.ph-ph-price-row__icon .ph-profile-svg {
	width: 1.5rem;
	height: 1.5rem;
}

.ph-ph-price-row__icon--offline .ph-profile-svg {
	width: 1.5rem;
	height: 1.5rem;
}

.ph-ph-price-row + .ph-ph-price-row {
	border-top: 1px solid var(--ph-gray-light);
	padding-top: 1rem;
	margin-top: 0.75rem;
}

.ph-profile-svg {
	display: block;
	max-width: 100%;
	height: auto;
}

.ph-ph-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.71875rem;
	font-size: 1rem;
	line-height: 1.25;
	color: var(--ph-black);
}

.ph-ph-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
}

.ph-ph-contact-row__icon {
	flex: 0 0 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin-top: 3px;
}

.ph-ph-contact-row__icon--muted {
	color: #9ca3af;
}

.ph-ph-contact-row__icon svg {
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.ph-ph-contact-row__icon--email svg {
	width: 14px;
	height: 14px;
}

.ph-ph-contact-list a {
	color: var(--ph-black);
	text-decoration: none;
	font-weight: 500;
}

.ph-ph-contact-list a:hover {
	text-decoration: underline;
}

.ph-ph-link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 1rem;
	padding-top: 0.625rem;
	font-size: 1rem;
	line-height: 1.25;
	color: var(--ph-green);
	text-decoration: none;
	font-weight: var(--ph-fw-medium);
}

.ph-ph-link__arrow {
	display: inline-flex;
	line-height: 0;
}

.ph-ph-link__arrow .ph-profile-svg {
	width: 0.6875rem;
	height: 0.75rem;
}

.ph-ph-link--cases {
	gap: 0.375rem;
}

.ph-ph-link__icon {
	display: inline-flex;
	line-height: 0;
	color: var(--ph-green);
}

.ph-ph-link__icon .ph-profile-svg {
	width: 0.6875rem;
	height: 0.75rem;
}

.ph-ph-link:hover {
	text-decoration: underline;
}

.ph-ph-link--muted {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	pointer-events: none;
	color: var(--ph-green);
}

.ph-ph-activity {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
	padding: 1.0625rem;
	border-radius: 1.5rem;
	border: 1px solid #dbeafe;
	background: rgba(70, 159, 16, 0.1);
	font-size: 1.125rem;
	line-height: 1.625;
	color: var(--ph-black);
	font-weight: 500;
}

.ph-ph-activity__icon {
	flex-shrink: 0;
	line-height: 0;
	color: var(--ph-green);
	margin-top: 0.125rem;
}

.ph-ph-activity__icon .ph-profile-svg {
	width: 1rem;
	height: 1rem;
}

.ph-ph-activity__text {
	flex: 1;
	min-width: 0;
}

.ph-ph-activity strong {
	font-weight: 800;
}

.ph-ph-highlights.ph-profile-highlights {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.ph-ph-highlights-wrap {
	margin: 0 0 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.ph-ph-highlights-wrap .ph-ph-highlights.ph-profile-highlights {
	margin: 0;
	flex: 1;
	padding-top: 4px;
}

.ph-ph-highlights-wrap .ph-catalog-card__association {
	flex: 0 0 260px;
	width: 260px;
	border-radius: 14px;
	border: 1px solid var(--ph-border);
	background: var(--ph-white);
	padding: 16px 16px 14px;
}

.ph-ph-highlights-wrap .ph-catalog-card__association-label {
	font-size: 12px;
	font-weight: 800;
	color: var(--ph-black);
	line-height: 1.2;
	letter-spacing: 0.04em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ph-ph-highlights-wrap .ph-catalog-card__association-name {
	font-size: 15px;
	font-weight: 800;
	color: var(--ph-black);
	line-height: 1.25;
}

.ph-ph-highlights-wrap .ph-catalog-card__association-info {
	font-size: 14px;
	font-weight: 600;
	color: var(--ph-green);
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
}

.ph-ph-highlights-wrap .ph-catalog-card__association-info svg {
	width: 20px;
	height: 20px;
}

.ph-ph-highlights-wrap .ph-catalog-card__association-icon {
	color: var(--ph-green);
	display: inline-flex;
	flex: 0 0 auto;
	transform: translateY(1px);
}

.ph-ph-about {
	border: 1px solid var(--ph-border);
	border-radius: 1.5rem;
	padding: 2.0625rem;
	background: var(--ph-white);
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}

.ph-ph-about.ph-profile-about.ph-prose {
	font-size: 1.125rem;
	line-height: 1.625;
	color: var(--ph-gray-dark);
}

.ph-ph-report-grid,
.ph-ph-case-grid {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 720px) {
	.ph-ph-report-grid,
	.ph-ph-case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ph-ph-minicard {
	border: 1px solid var(--ph-border);
	border-radius: 2rem;
	padding: 0.9375rem 1.625rem;
	background: var(--ph-white);
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
	position: relative;
	transition: border-color 0.25s ease;
	cursor: pointer;
}

.ph-ph-minicard:hover,
.ph-ph-minicard:focus-within {
	border-color: var(--ph-green);
}

.ph-ph-minicard__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: 2rem;
}

.ph-ph-minicard__arrow {
	position: absolute;
	top: 1rem;
	right: 1.375rem;
	color: var(--ph-green);
	display: inline-flex;
	line-height: 0;
}

.ph-ph-minicard__arrow .ph-profile-svg {
	width: 0.6875rem;
	height: 0.75rem;
}

.ph-ph-minicard__eyebrow {
	margin: 0 0 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: var(--ph-fw-bold);
	letter-spacing: 0.0375rem;
	text-transform: uppercase;
	color: var(--ph-green);
}

.ph-ph-minicard__title {
	margin: 0 0 0.25rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: var(--ph-fw-semi);
}

.ph-ph-minicard__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.42;
	color: var(--ph-gray-dark);
}

.ph-ph-casecard {
	border: 1px solid var(--ph-border);
	border-radius: 2rem;
	padding: 1.5625rem;
	background: #f9fafb;
	position: relative;
	transition: border-color 0.25s ease;
	cursor: pointer;
}

.ph-ph-casecard:hover,
.ph-ph-casecard:focus-within {
	border-color: var(--ph-green);
}

.ph-ph-casecard__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: 2rem;
}

.ph-ph-casecard__title {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: var(--ph-fw-semi);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.ph-ph-casecard__arrow {
	color: var(--ph-green);
	display: inline-flex;
	line-height: 0;
	flex-shrink: 0;
}

.ph-ph-casecard__arrow .ph-profile-svg {
	width: 0.6875rem;
	height: 0.75rem;
}

.ph-ph-casecard__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.25;
	color: var(--ph-gray-dark);
	margin-bottom: 1rem;
}

.ph-ph-casecard__meta strong {
	color: var(--ph-green);
	font-weight: var(--ph-fw-bold);
}

.ph-ph-casecard__bar {
	display: block;
	height: 0.5rem;
	border-radius: 9999px;
	background: #e5e7eb;
	overflow: hidden;
}

.ph-ph-casecard__bar > span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--ph-green);
}

.ph-ph-review-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.ph-ph-review {
	border: 1px solid var(--ph-border);
	border-radius: 1.5rem;
	padding: 1.5625rem;
	background: var(--ph-white);
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}

.ph-ph-review__stars {
	margin-bottom: 1rem;
}

.ph-ph-review__stars .ph-star-row .ph-star-slot svg {
	width: 1.125rem;
	height: calc(1.125rem * 18 / 21);
}

.ph-ph-review__body {
	font-size: 1.125rem;
	line-height: 1.625;
	color: var(--ph-gray-dark);
	font-style: italic;
	margin-bottom: 1.25rem;
}

.ph-ph-review__body p {
	margin: 0 0 0.75rem;
}

.ph-ph-review__body p:last-child {
	margin-bottom: 0;
}

.ph-ph-review__client {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}

.ph-ph-review__client-img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 1px solid var(--ph-border);
}

.ph-ph-review__client-img--placeholder {
	display: inline-block;
	background: #e5e7eb;
	border: 1px solid var(--ph-border);
}

.ph-ph-review__client-name {
	font-size: 1.125rem;
	line-height: 1.25;
	font-weight: var(--ph-fw-bold);
	color: var(--ph-black);
}

.ph-ph-empty {
	margin: 0;
	color: var(--ph-gray);
	font-size: 1rem;
}

.ph-ph-bottom-bar {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.5rem 0;
}

.ph-ph-bottom-bar__btn {
	flex: 1 1 0;
	min-height: 4.5rem;
	border-radius: 9999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.875rem 1.5rem;
	font-size: 1.0625rem;
	line-height: 1.2;
	font-weight: var(--ph-fw-extra);
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

button.ph-ph-bottom-bar__btn {
	cursor: pointer;
	appearance: none;
}

.ph-ph-bottom-bar__btn--primary {
	background: var(--ph-green);
	border: 1px solid var(--ph-green);
	color: var(--ph-white);
}

.ph-ph-bottom-bar__btn--primary:hover {
	background: #3f920f;
	border-color: #3f920f;
	color: var(--ph-white);
}

.ph-ph-bottom-bar__btn--secondary {
	background: var(--ph-white);
	border: 1px solid #d6dbe1;
	color: var(--ph-black);
}

.ph-ph-bottom-bar__btn--secondary:hover {
	border-color: var(--ph-green);
	color: var(--ph-green);
}

.ph-ph-bottom-bar__wa {
	flex: 0 0 auto;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ph-green);
	color: var(--ph-white);
	text-decoration: none;
	transition: background-color 0.25s ease;
}

.ph-ph-bottom-bar__wa:hover {
	background: #3f920f;
	color: var(--ph-white);
}

.ph-ph-bottom-bar__wa svg {
	width: 1.5rem;
	height: 1.5rem;
}

@media (max-width: 900px) {
	.ph-ph-bottom-bar {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"primary primary"
			"secondary wa";
		align-items: center;
		gap: 0.75rem;
	}

	.ph-ph-bottom-bar__btn {
		flex: initial;
		min-height: 3.75rem;
		font-size: 1rem;
		padding: 0.75rem 1.125rem;
	}

	.ph-ph-bottom-bar__btn--primary {
		grid-area: primary;
	}

	.ph-ph-bottom-bar__btn--secondary {
		grid-area: secondary;
	}

	.ph-ph-bottom-bar__wa {
		grid-area: wa;
		width: 3.75rem;
		height: 3.75rem;
	}

	.ph-ph-bottom-bar__wa svg {
		width: 1.35rem;
		height: 1.35rem;
	}
}

/* About WYSIWYG (checkmarks + blockquote callout) */
.ph-ph-about.ph-profile-about.ph-prose > *:first-child {
	margin-top: 0;
}

.ph-ph-about.ph-profile-about.ph-prose > *:last-child {
	margin-bottom: 0;
}

.ph-ph-about.ph-profile-about.ph-prose ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.ph-ph-about.ph-profile-about.ph-prose ul li,
.ph-ph-highlights.ph-profile-highlights li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0.65em;
}

.ph-ph-highlights.ph-profile-highlights li {
	font-size: 1.1rem;
	line-height: 1.5;
	color: var(--ph-gray-dark);
}

.ph-ph-highlights.ph-profile-highlights li:last-child {
	margin-bottom: 0;
}

.ph-ph-about.ph-profile-about.ph-prose ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 0.875rem;
	height: 1rem;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2714%27%20height%3D%2716%27%20viewBox%3D%270%200%2014%2016%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M13.7086%203.2937C14.0992%203.68433%2014.0992%204.3187%2013.7086%204.70933L5.70859%2012.7093C5.31797%2013.1%204.68359%2013.1%204.29297%2012.7093L0.292969%208.70933C-0.0976562%208.3187%20-0.0976562%207.68433%200.292969%207.2937C0.683594%206.90308%201.31797%206.90308%201.70859%207.2937L5.00234%2010.5843L12.2961%203.2937C12.6867%202.90308%2013.3211%202.90308%2013.7117%203.2937H13.7086Z%27%20fill%3D%27%23469F10%27%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ph-ph-highlights.ph-profile-highlights li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
    width: 18px;
    height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%2714%27%20viewBox%3D%270%200%2014%2014%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M7%2014C10.8634%2014%2014%2010.8634%2014%207C14%203.13659%2010.8634%200%207%200C3.13659%200%200%203.13659%200%207C0%2010.8634%203.13659%2014%207%2014ZM10.0898%205.71484L6.58984%209.21484C6.33281%209.47188%205.91719%209.47188%205.66289%209.21484L3.91289%207.46484C3.65586%207.20781%203.65586%206.79219%203.91289%206.53789C4.16719%206.28086%204.58555%206.28086%204.83984%206.53789L6.125%207.82305L9.16016%204.78516C9.41719%204.52812%209.83281%204.52812%2010.0871%204.78516C10.3441%205.03945%2010.3441%205.45781%2010.0871%205.71211L10.0898%205.71484Z%27%20fill%3D%27%23469F10%27%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media (max-width: 1024px) {
	.ph-ph-highlights-wrap {
		flex-direction: column;
	}

	.ph-ph-highlights-wrap .ph-catalog-card__association {
		flex: 1 1 auto;
		width: 100%;
	}
}

.ph-ph-about.ph-profile-about blockquote {
	display: block;
	margin: var(--ph-space-md) 0 0;
	padding: var(--ph-space-sm);
	background: #f9fafb;
	border: 1px solid var(--ph-border);
	border-radius: var(--ph-border-radius-sm);
	font-size: 1.125rem;
	line-height: 1.625;
	color: var(--ph-black);
	font-style: normal;
}

.ph-ph-about.ph-profile-about blockquote p {
	margin: 0;
}
