:root {
	--wb-ink: #332b27;
	--wb-muted: #6f655f;
	--wb-accent: #9b6f55;
	--wb-accent-dark: #73503e;
	--wb-ivory: #f7f2ea;
	--wb-soft: #fcfaf7;
	--wb-line: #e8ded4;
	--wb-white: #fff;
	--wb-shadow: 0 18px 48px rgba(69, 50, 39, 0.09);
}

.wb-home {
	color: var(--wb-ink);
	overflow: clip;
}

.wb-home > * {
	margin-block-start: 0;
}

.wb-home-plan-guide {
	background: var(--wb-soft);
	box-sizing: border-box;
	overflow: hidden;
}

.wb-home-plan-guide__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: clamp(56px, 7vw, 88px) clamp(20px, 4vw, 48px);
}

.wb-home-plan-guide h2 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

.wb-home-plan-guide__lead {
	color: var(--wb-muted);
	line-height: 1.8;
	margin: 16px auto 0;
	text-align: center;
}

.wb-home-plan-guide__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 40px;
}

.wb-home-plan-guide__card {
	align-items: center;
	background: var(--wb-white);
	border: 1px solid var(--wb-line);
	border-radius: 20px;
	box-shadow: var(--wb-shadow);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	min-width: 0;
	padding: 30px 24px 26px;
	text-align: center;
}

.wb-home-plan-guide__card:nth-child(4) {
	grid-column: 2 / span 2;
}

.wb-home-plan-guide__icon {
	align-items: center;
	background: var(--wb-ivory);
	border-radius: 50%;
	color: var(--wb-accent-dark);
	display: inline-flex;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.wb-home-plan-guide__icon svg {
	fill: none;
	height: 34px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 34px;
}

.wb-home-plan-guide__card h3 {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 20px 0 0;
}

.wb-home-plan-guide__description {
	color: var(--wb-muted);
	line-height: 1.75;
	margin: 10px 0 0;
}

.wb-home-plan-guide__recommendation {
	color: var(--wb-accent-dark);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 20px 0 0;
}

.wb-home-plan-guide__recommendation span {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

.wb-home-plan-guide__button {
	margin-top: auto;
	min-height: 44px;
	padding-bottom: 0.65rem;
	padding-top: 0.65rem;
	width: 100%;
}

.wb-home-plan-guide__button:focus-visible {
	outline: 3px solid var(--wb-accent-dark);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.wb-home-plan-guide__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-home-plan-guide__card,
	.wb-home-plan-guide__card:nth-child(4) {
		grid-column: auto;
	}

	.wb-home-plan-guide__card:nth-child(5) {
		grid-column: 1 / -1;
		justify-self: center;
		width: calc((100% - 24px) / 2);
	}
}

@media (max-width: 767px) {
	.wb-home-plan-guide__inner {
		padding: 48px 20px;
	}

	.wb-home-plan-guide__grid {
		gap: 16px;
		grid-template-columns: minmax(0, 1fr);
		margin-top: 32px;
	}

	.wb-home-plan-guide__card,
	.wb-home-plan-guide__card:nth-child(4),
	.wb-home-plan-guide__card:nth-child(5) {
		grid-column: auto;
		width: 100%;
	}
}

.wb-hero {
	background: var(--wb-ivory);
	min-height: clamp(620px, 46vw, 760px);
	position: relative;
}

.wb-hero__media,
.wb-hero__media img {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	transform: none;
	width: 100%;
}

.wb-hero__media img {
	inset: 0;
	transform: none;
	width: 100%;
}

@media (min-width: 768px) {
	.wb-hero__media,
	.wb-hero__media img {
		object-fit: cover;
		object-position: center right;
	}
}

.wb-hero__inner {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
	margin: 0 auto;
	max-width: 1328px;
	min-height: inherit;
	padding: clamp(42px, 5vw, 76px);
	position: relative;
	z-index: 1;
}

.wb-hero__copy {
	grid-column: 1;
	max-width: 640px;
}

.wb-eyebrow {
	color: var(--wb-accent-dark);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.wb-hero h1 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(3.7rem, 5.2vw, 5.6rem);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0.18em 0 0.32em;
	white-space: nowrap;
}

.wb-hero__lead {
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	font-weight: 700;
}

.wb-hero__facts {
	color: var(--wb-accent-dark);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 1.2rem;
}

.wb-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}

.wb-actions--center {
	justify-content: center;
}

.wb-actions--mobile {
	display: none;
}

.wb-button,
.wb-home .wp-block-button__link {
	align-items: center;
	border: 1px solid var(--wb-accent);
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 54px;
	padding: 0.8rem 1.8rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wb-button:hover,
.wb-home .wp-block-button__link:hover {
	transform: translateY(-2px);
}

.wb-button--primary,
.wb-home .wp-block-button__link {
	background: var(--wb-accent);
	color: var(--wb-white);
}

.wb-button--primary:hover,
.wb-home .wp-block-button__link:hover {
	background: var(--wb-accent-dark);
	color: var(--wb-white);
}

.wb-button--secondary {
	background: rgba(255, 255, 255, 0.82);
	color: var(--wb-accent-dark);
}

.wb-hero .wb-button {
	min-height: 60px;
	padding: 0.92rem 2.08rem;
}

.wb-hero .wb-button--secondary:hover {
	background: var(--wb-white);
	color: var(--wb-accent-dark);
}

.wb-home-trust {
	background: var(--wb-white);
	padding: 44px 24px;
}

.wb-home-trust__inner {
	margin: 0 auto;
	max-width: 1120px;
	text-align: center;
}

.wb-home-trust h2 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	font-weight: 500;
	margin: 0 0 24px;
}

.wb-home-trust__list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.wb-home-trust__list li {
	align-items: center;
	background: var(--wb-soft);
	border: 1px solid var(--wb-line);
	border-radius: 14px;
	display: flex;
	justify-content: center;
	min-height: 82px;
	padding: 16px;
}

.wb-home-trust__list strong {
	color: var(--wb-accent-dark);
	font-size: 1rem;
	line-height: 1.6;
}

.wb-home-trust__note {
	color: var(--wb-muted);
	font-size: 0.75rem;
	line-height: 1.6;
	margin: 12px 0 0;
}

.wb-section {
	padding: clamp(72px, 8vw, 120px) max(24px, calc((100vw - 1200px) / 2));
}

.wb-section--soft {
	background: var(--wb-soft);
}

.wb-section--ivory {
	background: var(--wb-ivory);
}

.wb-section h2,
.wb-final-cta h2 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-bottom: 1.25em;
}

.wb-concerns,
.wb-card-grid,
.wb-steps,
.wb-plan-grid {
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 40px auto 0;
	max-width: 1200px;
	padding: 0;
}

.wb-concerns {
	grid-template-columns: repeat(5, 1fr);
}

.wb-concerns li,
.wb-card,
.wb-plan-card {
	background: var(--wb-white);
	border: 1px solid var(--wb-line);
	border-radius: 16px;
	box-shadow: var(--wb-shadow);
	padding: 28px 22px;
}

.wb-concerns li::before {
	color: var(--wb-accent);
	content: "✓";
	font-weight: 700;
	margin-right: 0.5em;
}

.wb-card-grid--five {
	grid-template-columns: repeat(5, 1fr);
}

.wb-card span {
	color: var(--wb-accent);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.wb-card h3 {
	font-size: 1.08rem;
	line-height: 1.65;
	margin: 0.8rem 0 0;
}

.wb-reason-visual {
	background: var(--wb-white);
	border: 1px solid var(--wb-line);
	border-radius: 20px;
	box-shadow: var(--wb-shadow);
	margin: 40px auto 0;
	max-width: 960px;
	overflow: hidden;
	padding: clamp(12px, 2vw, 18px);
}

.wb-reason-visual img {
	aspect-ratio: 1200 / 630;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.wb-home .wb-section:has(.wb-reason-visual) {
	padding-bottom: clamp(36px, 4vw, 56px);
}

.wb-home .wb-home-before-after {
	padding-top: clamp(36px, 4vw, 56px);
}

.wb-answer {
	color: var(--wb-accent-dark);
	font-size: clamp(1.3rem, 2.4vw, 1.8rem);
	font-weight: 700;
}

.wb-selfwhitening {
	background: var(--wb-ivory);
	padding: clamp(72px, 8vw, 120px) 24px;
}

.wb-selfwhitening__inner {
	align-items: center;
	display: grid;
	gap: clamp(48px, 5vw, 64px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1200px;
}

.wb-selfwhitening__media {
	aspect-ratio: 4 / 3;
	background: var(--wb-white);
	border-radius: 20px;
	box-shadow: var(--wb-shadow);
	margin: 0;
	max-width: 580px;
	overflow: hidden;
	padding: clamp(10px, 1.5vw, 16px);
	width: 100%;
}

.wb-selfwhitening__media img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.wb-selfwhitening__copy h2 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 500;
	margin: 0.2em 0 0.7em;
}

.wb-selfwhitening__copy h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.6;
}

.wb-selfwhitening__copy p {
	color: var(--wb-muted);
	line-height: 1.9;
}

.wb-steps {
	align-items: stretch;
	grid-template-columns: repeat(4, 1fr);
}

.wb-steps .vk_flow {
	display: flex;
	height: 100%;
	margin: 0;
}

.wb-steps .vk_flow::before,
.wb-steps .vk_flow::after,
.wb-steps .vk_flow-arrow-on::before,
.wb-steps .vk_flow-arrow-on::after,
.wb-steps .vk_flow_frame::before,
.wb-steps .vk_flow_frame::after,
.wb-steps .vk_flow_frame_text::before,
.wb-steps .vk_flow_frame_text::after,
.wb-steps .vk_flow_frame_text_title::before,
.wb-steps .vk_flow_frame_text_title::after {
	content: none !important;
	display: none !important;
}

.wb-steps .vk_flow_frame {
	align-items: center;
	background: var(--wb-white);
	border: 1px solid var(--wb-line);
	border-radius: 16px;
	box-shadow: var(--wb-shadow);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 250px;
	padding: 24px;
	text-align: center;
	width: 100%;
}

.wb-steps .vk_flow_frame_text {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
}

.wb-steps .vk_flow_frame_text_title {
	align-items: center;
	color: var(--wb-accent-dark);
	display: flex;
	flex-direction: column;
	font-size: 1.05rem;
	font-weight: 700;
	gap: 8px;
	line-height: 1.7;
}

.wb-step-number {
	border: 1px solid rgba(155, 111, 85, 0.42);
	border-radius: 999px;
	color: var(--wb-accent);
	display: inline-flex;
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
	font-size: 0.76rem;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 7px 14px;
}

.wb-step-title {
	display: block;
	font-size: 1.08rem;
}

.wb-steps .vk_flow_frame_text_content {
	color: var(--wb-muted);
	margin: 0.75rem 0 0;
}

.wb-plan-grid {
	grid-template-columns: repeat(4, 1fr);
}

.wb-plan-card__price {
	color: var(--wb-accent-dark);
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
	font-size: clamp(1.6rem, 2.4vw, 2.15rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0.65rem 0 0;
}

.price-amount,
.plan-price,
.wb-price-card__amount {
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.wb-plan-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 220px;
	text-align: center;
}

.wb-plan-card h3 {
	margin: 0;
}

.wb-plan-card__tax {
	color: var(--wb-muted);
	font-size: 0.86rem;
	margin: 0.3rem 0 0;
}

.wb-note {
	color: var(--wb-muted);
	font-size: 0.9rem;
	margin-top: 28px;
}

.wb-store-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	list-style: none;
	margin: 30px auto 34px;
	max-width: 900px;
	padding: 0;
}

.wb-store-chips li {
	background: var(--wb-soft);
	border: 1px solid var(--wb-line);
	border-radius: 999px;
	font-weight: 700;
	padding: 9px 18px;
}

.wb-eeat {
	background: linear-gradient(135deg, #fbf8f3, #f4eadf);
	padding: clamp(72px, 8vw, 120px) 24px;
}

.wb-eeat__inner {
	background: var(--wb-white);
	border: 1px solid var(--wb-line);
	border-radius: 24px;
	box-shadow: var(--wb-shadow);
	margin: 0 auto;
	max-width: 1120px;
	padding: clamp(32px, 5vw, 64px);
}

.wb-eeat__header {
	text-align: center;
}

.wb-eeat__header h2 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(2rem, 3.4vw, 3rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0.2em 0 0.35em;
}

.wb-eeat__subtitle {
	color: var(--wb-accent-dark);
	font-weight: 700;
	margin: 0;
}

.wb-eeat__body {
	color: var(--wb-muted);
	line-height: 1.95;
	margin: 32px auto 0;
	max-width: 860px;
	text-align: left;
}

.wb-eeat__body p {
	margin: 0 0 0.8em;
}

.wb-eeat__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 36px;
}

.wb-eeat__cards article {
	background: var(--wb-soft);
	border: 1px solid var(--wb-line);
	border-radius: 16px;
	padding: 22px 18px;
	text-align: center;
}

.wb-eeat__cards span,
.wb-eeat__experts span {
	color: var(--wb-muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.6em;
}

.wb-eeat__cards strong {
	color: var(--wb-accent-dark);
	display: block;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	font-weight: 600;
	line-height: 1.35;
}

.wb-eeat__cards small {
	color: var(--wb-muted);
	display: block;
	font-size: 0.78rem;
	line-height: 1.7;
	margin-top: 0.55em;
}

.wb-eeat__experts {
	border-top: 1px solid var(--wb-line);
	margin-top: 40px;
	padding-top: 34px;
}

.wb-eeat__experts h3 {
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
	font-weight: 500;
	margin: 0 0 1em;
	text-align: center;
}

.wb-eeat__experts ul {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.wb-eeat__experts li {
	background: var(--wb-white);
	border: 1px solid var(--wb-line);
	border-radius: 14px;
	padding: 20px;
	text-align: center;
}

.wb-eeat__experts strong {
	color: var(--wb-accent-dark);
	font-size: 1.1rem;
}

.wb-eeat__experts p {
	color: var(--wb-muted);
	line-height: 1.9;
	margin: 26px auto 0;
	max-width: 760px;
	text-align: center;
}

.wb-faq {
	margin: 0 auto;
	max-width: 920px;
}

.wb-faq details {
	background: var(--wb-white);
	border-bottom: 1px solid var(--wb-line);
	padding: 20px;
}

.wb-faq summary {
	cursor: pointer;
	font-weight: 700;
}

.wb-faq__answer {
	color: var(--wb-muted);
	padding: 14px 0 0;
}

.wb-ai-summary {
	background: var(--wb-white);
	border: 1px solid var(--wb-line);
	border-radius: 18px;
	box-shadow: var(--wb-shadow);
	margin: -44px auto 0;
	max-width: 1120px;
	padding: 28px clamp(22px, 4vw, 44px);
	position: relative;
	z-index: 2;
}

.wb-ai-summary h2 {
	font-size: 1.35rem;
	margin: 0 0 0.7em;
}

.wb-ai-summary__verified {
	color: var(--wb-muted);
	font-size: 0.8rem;
}

.wb-final-cta {
	background: linear-gradient(135deg, #efe4d7, #fbf8f3);
	padding: clamp(72px, 8vw, 120px) 24px;
	text-align: center;
}

.wb-final-cta__inner {
	margin: 0 auto;
	max-width: 880px;
}

.home .wb-final-cta .wb-internal-cta-links,
.front-page .wb-final-cta .wb-internal-cta-links,
.wb-front-page .wb-final-cta .wb-internal-cta-links {
	display: none;
}

.wb-mobile-cta {
	display: none;
}

@media (max-width: 1024px) {
	.wb-concerns,
	.wb-card-grid--five {
		grid-template-columns: repeat(2, 1fr);
	}

	.wb-plan-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

@media (max-width: 767px) {
	body {
		padding-bottom: calc(76px + var(--wb-cookie-offset, 0px) + env(safe-area-inset-bottom));
	}

	.wb-hero {
		background: var(--wb-ivory);
		min-height: 0;
	}

	.wb-hero__media {
		aspect-ratio: 1080 / 1520;
		height: auto;
		inset: auto;
		position: relative;
		transform: none;
		width: 100%;
	}

	.wb-hero__media img {
		height: auto;
		inset: auto;
		position: relative;
		width: 100%;
	}

	.wb-hero__inner {
		background: transparent;
		display: block;
		min-height: 0;
		padding: 34px 22px 36px;
	}

	.wb-hero__copy {
		max-width: 100%;
	}

	.wb-hero h1 {
		font-size: clamp(1.95rem, 9vw, 2.3rem);
		margin-bottom: 0.22em;
		white-space: normal;
	}

	.wb-hero__lead {
		font-size: 1rem;
		margin-bottom: 0.65rem;
	}

	.wb-hero__copy > p:not(.wb-eyebrow):not(.wb-hero__lead) {
		font-size: 0.9rem;
		line-height: 1.65;
	}

	.wb-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
		margin-top: 18px;
	}

	.wb-hero .wb-actions--desktop {
		display: none;
	}

	.wb-hero .wb-actions--mobile {
		display: flex;
	}

	.wb-hero__booking-note {
		color: var(--wb-muted);
		font-size: 0.78rem;
		line-height: 1.5;
		margin: -2px 0 4px;
		text-align: center;
	}

	.wb-hero__text-link {
		align-items: center;
		align-self: center;
		color: var(--wb-accent-dark);
		display: inline-flex;
		font-size: 0.9rem;
		font-weight: 700;
		justify-content: center;
		min-height: 44px;
		padding: 0 18px;
		text-decoration: underline;
		text-underline-offset: 0.2em;
	}

	.wb-home-trust {
		padding: 36px 20px;
	}

	.wb-home-trust h2 {
		font-size: 1.55rem;
		margin-bottom: 20px;
	}

	.wb-home-trust__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-home-trust__list li {
		min-height: 76px;
		padding: 14px 10px;
	}

	.wb-button,
	.wb-hero .wb-button {
		min-height: 50px;
		padding: 0.8rem 1.8rem;
		width: 100%;
	}

	.wb-ai-summary {
		border-radius: 0;
		margin: 0;
	}

	.wb-section {
		padding: 68px 22px;
	}

	.wb-home .wb-section:has(.wb-reason-visual) {
		padding-bottom: 44px;
	}

	.wb-home .wb-home-before-after {
		padding-top: 44px;
	}

	.wb-concerns,
	.wb-card-grid--five,
	.wb-steps,
	.wb-plan-grid {
		grid-template-columns: 1fr;
	}

	.wb-selfwhitening__inner {
		grid-template-columns: 1fr;
	}

	.wb-selfwhitening__media {
		max-width: 100%;
	}

	.wb-selfwhitening {
		padding: 68px 22px;
	}

	.wb-eeat {
		padding: 68px 16px;
	}

	.wb-eeat__inner {
		border-radius: 18px;
		padding: 28px 20px;
	}

	.wb-eeat__header {
		padding-bottom: 10px;
	}

	.wb-section .wb-button--secondary,
	.wb-final-cta .wb-button--secondary {
		background: var(--wb-white);
		border-color: #5a3e2b;
		color: #5a3e2b;
		opacity: 1;
	}

	.wb-eeat__cards,
	.wb-eeat__experts ul {
		grid-template-columns: 1fr;
	}

	.wb-eeat__experts li {
		display: grid;
		gap: 6px 12px;
		grid-template-columns: auto minmax(0, 1fr);
		padding: 22px;
		text-align: left;
	}

	.wb-eeat__experts li::before {
		align-items: center;
		background: var(--wb-soft);
		border: 1px solid var(--wb-line);
		border-radius: 999px;
		content: "";
		display: inline-flex;
		font-size: 1.35rem;
		height: 44px;
		justify-content: center;
		line-height: 1;
		width: 44px;
	}

	.wb-eeat__experts li:nth-child(1)::before {
		content: "\1F468\200D\2695\FE0F";
	}

	.wb-eeat__experts li:nth-child(2)::before {
		content: "\1F9B7";
	}

	.wb-eeat__experts li:nth-child(3)::before {
		content: "\1F4CB";
	}

	.wb-eeat__experts li span,
	.wb-eeat__experts li strong {
		grid-column: 2;
	}

	.wb-mobile-cta {
		align-items: center;
		background: var(--wb-accent);
		bottom: var(--wb-cookie-offset, 0px);
		color: var(--wb-white);
		display: flex;
		font-weight: 700;
		justify-content: center;
		left: 0;
		min-height: 64px;
		padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		text-decoration: none;
		transition: bottom 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
		z-index: 9998;
	}

	body.wb-hero-in-view .wb-mobile-cta {
		opacity: 0;
		pointer-events: none;
		transform: translateY(calc(100% + var(--wb-cookie-offset, 0px)));
	}
}

@media (max-width: 359px) {
	.wb-home-trust__list {
		grid-template-columns: 1fr;
	}
}

.wb-section--doctor-link {
	background: #fff;
	text-align: center;
}

.wb-section--doctor-link .wp-block-button__link {
	background: #b07445;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	padding: 14px 30px;
}

.wb-section--doctor-link .wp-block-button__link:hover {
	background: #8d6446;
	color: #fff;
}

.wb-home .wb-home-mint {
	padding: clamp(72px, 8vw, 120px) 24px;
	background: linear-gradient(145deg, #f7fdff 0%, #e8faff 100%);
}

.wb-home .wb-home-mint > .wb-home-mint__inner {
	display: block;
	width: min(100%, 1120px);
	min-height: 0;
	margin: 0 auto;
	padding: 0;
}

.wb-home .wb-home-mint .wb-home-mint__media {
	width: 100%;
	max-width: 480px;
	margin: 0 0 36px;
	margin-inline: auto;
}

.wb-home .wb-home-mint .wb-home-mint__media img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 24px;
	box-shadow: 0 24px 64px rgba(17, 82, 99, 0.12);
	object-fit: contain;
}

.wb-home .wb-home-mint .wb-home-mint__content {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.wb-home .wb-home-mint .wb-home-mint__eyebrow {
	margin: 0 0 14px;
	color: #087b9b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.wb-home .wb-home-mint .wb-home-mint__content h2 {
	margin: 0 0 20px;
	color: #222;
	font-size: clamp(30px, 8vw, 42px);
	font-weight: 580;
	letter-spacing: -0.035em;
	line-height: 1.4;
}

.wb-home .wb-home-mint .wb-home-mint__content > p:not(.wb-home-mint__eyebrow) {
	margin: 0 0 28px;
	color: #4b5a61;
	font-size: 16px;
	line-height: 1.9;
}

.wb-home .wb-home-mint .wb-home-mint__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 56px;
	padding: 14px 24px;
	border-radius: 999px;
	background: #087b9b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.wb-home .wb-home-mint .wb-home-mint__button:focus-visible {
	outline: 3px solid #f0a500;
	outline-offset: 4px;
}

@media (hover: hover) {
	.wb-home .wb-home-mint .wb-home-mint__button:hover {
		background: #055f78;
		box-shadow: 0 14px 30px rgba(8, 123, 155, 0.2);
		color: #fff;
		transform: translateY(-2px);
	}
}

@media (min-width: 768px) {
	.wb-home .wb-home-mint > .wb-home-mint__inner {
		display: grid !important;
		grid-template-columns: minmax(0, 42%) minmax(0, 1fr) !important;
		gap: clamp(40px, 5vw, 72px);
		align-items: center;
	}

	.wb-home .wb-home-mint .wb-home-mint__media {
		grid-column: 1;
		width: 100% !important;
		max-width: none;
		margin: 0;
	}

	.wb-home .wb-home-mint .wb-home-mint__content {
		grid-column: 2;
		width: 100% !important;
	}

	.wb-home .wb-home-mint .wb-home-mint__content h2 {
		font-size: clamp(38px, 4vw, 52px);
	}

	.wb-home .wb-home-mint .wb-home-mint__button {
		width: auto;
		min-width: 260px;
	}
}
