@charset "UTF-8";

/**
 * Product Updates — standalone stylesheet.
 * Enqueued only on template-product-updates.php.
 */
.product-updates-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom, #e6f3f0, #fff);
	padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {

	.product-updates-hero {
		padding: 50px 0 60px;
	}
}

.product-updates-hero__bg-decor {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.product-updates-hero__bg-circle {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
}

.product-updates-hero__bg-circle--right {
	width: 320px;
	height: 320px;
	top: -160px;
	right: -160px;
	background: rgba(27, 183, 147, 0.05);
}

.product-updates-hero__bg-circle--left {
	width: 240px;
	height: 240px;
	bottom: 0;
	left: -120px;
	background: rgba(230, 243, 240, 0.3);
}

.product-updates-hero > .content-wrapper {
	position: relative;
	z-index: 1;
}

.product-updates-hero__grid {
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 48px;
	align-items: center;
}

@media screen and (max-width: 1024px) {

	.product-updates-hero__grid {
		grid-template-columns: 35% 1fr;
		gap: 32px;
	}
}

@media screen and (max-width: 768px) {

	.product-updates-hero__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media screen and (max-width: 768px) {

	.product-updates-hero__text {
		text-align: center;
	}
}

.product-updates-hero__title {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.1;
	color: #0f3f44;
	margin: 0 0 24px;
	letter-spacing: -0.02em;
}

@media screen and (max-width: 1024px) {

	.product-updates-hero__title {
		font-size: 2.75rem;
	}
}

@media screen and (max-width: 480px) {

	.product-updates-hero__title {
		font-size: 2.25rem;
	}
}

.product-updates-hero__subtitle {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #434c4d;
	max-width: 440px;
	margin: 0;
}

@media screen and (max-width: 768px) {

	.product-updates-hero__subtitle {
		max-width: 100%;
		margin: 0 auto;
	}
}

.product-updates-hero__subtitle__first {
	margin: 0 0 24px;
}

.product-updates-hero__nav {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 32px;
}

@media screen and (max-width: 768px) {

	.product-updates-hero__nav {
		display: none;
	}
}

.product-updates-hero__nav--mobile {
	display: none;
	justify-content: center;
	margin-top: 24px;
}

@media screen and (max-width: 768px) {

	.product-updates-hero__nav--mobile {
		display: flex;
	}
}

.product-updates-hero__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e6ebeb;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
	cursor: pointer;
	color: #0f3f44;
	transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
	padding: 0;
}

.product-updates-hero__arrow:hover {
	border-color: #1bb793;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
	color: #1bb793;
}

.product-updates-hero__counter {
	margin-left: 8px;
	font-size: 0.875rem;
	color: #434c4d;
}

.product-updates-hero__carousel-wrapper {
	position: relative;
	overflow: hidden;
	min-width: 0;
}

.product-updates-hero__carousel:not(.slick-initialized) .product-updates-hero__slide:not(:first-child) {
	display: none;
}

.product-updates-hero__carousel.slick-slider {
	overflow: hidden;
}

.product-updates-hero__carousel .slick-list {
	overflow: hidden;
	margin: 0 -12px;
}

.product-updates-hero__carousel .slick-track {
	display: flex;
}

.product-updates-hero__carousel .slick-slide {
	opacity: 0.4;
	transform: scale(0.95);
	transition: opacity 0.4s ease, transform 0.4s ease;
	height: auto;
}

.product-updates-hero__carousel .slick-slide > div {
	height: 100%;
}

.product-updates-hero__carousel .slick-slide.slick-current.slick-active {
	opacity: 1;
	transform: scale(1);
}

.product-updates-hero__carousel .slick-dots {
	display: none !important;
}

.product-updates-hero__slide {
	padding: 12px;
	height: 100%;
}

.pu-hero-card {
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pu-hero-card:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 1px rgba(0, 0, 0, 0.04);
}

.pu-hero-card__header {
	position: relative;
	height: 160px;
	background: linear-gradient(135deg, #1bb793, #2dd4a8);
	padding: 24px;
	display: flex;
	align-items: flex-start;
}

.pu-hero-card__pattern {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zNiAxOGMzLjMxNCAwIDYgMi42ODYgNiA2cy0yLjY4NiA2LTYgNi02LTIuNjg2LTYtNiAyLjY4Ni02IDYtNiIgc3Ryb2tlPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMSkiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48L3N2Zz4=");
	opacity: 0.3;
}

.pu-hero-card__emoji {
	position: relative;
	font-size: 3rem;
	line-height: 1;
}

.pu-hero-card__badge {
	position: absolute;
	bottom: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.9);
	color: #1bb793;
	gap: 4px;
}

.pu-hero-card__badge-icon {
	font-size: 0.75rem;
}

.pu-hero-card__body {
	padding: 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pu-hero-card__title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #0f3f44;
	margin: 0 0 8px;
	transition: color 0.2s;
}

.pu-hero-card:hover .pu-hero-card__title {
	color: #1bb793;
}

.pu-hero-card__desc {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #434c4d;
	margin: 0 0 16px;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pu-hero-card__link {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 500;
	color: #1bb793;
	text-decoration: none;
	gap: 4px;
	transition: color 0.2s;
}

.pu-hero-card__link:hover {
	color: #2dd4a8;
}

.pu-hero-card__link svg {
	transition: transform 0.2s;
}

.pu-hero-card__link:hover svg {
	transform: translateX(2px);
}

.product-updates-timeline {
	padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {

	.product-updates-timeline {
		padding: 50px 0 60px;
	}
}

.product-updates-timeline__heading {
	font-size: 1.875rem;
	font-weight: 700;
	color: #0f3f44;
	margin: 0 0 48px;
}

@media screen and (max-width: 480px) {

	.product-updates-timeline__heading {
		font-size: 1.5rem;
		margin: 0 0 32px;
	}
}

.product-updates-timeline__month {
	position: relative;
	margin-bottom: 48px;
}

.product-updates-timeline__month:last-child {
	margin-bottom: 0;
}

.product-updates-timeline__month:last-child .product-updates-timeline__line {
	display: none;
}

.product-updates-timeline__month-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.product-updates-timeline__dot-wrapper {
	position: relative;
	flex-shrink: 0;
}

.product-updates-timeline__dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #1bb793;
	box-shadow: 0 0 0 4px rgba(27, 183, 147, 0.15);
}

.product-updates-timeline__line {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 2px;
	height: calc(100% + 48px);
	transform: translateX(-50%);
	background: linear-gradient(to bottom, #1bb793, transparent);
	margin-top: 8px;
}

.product-updates-timeline__month-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #0f3f44;
	margin: 0;
}

.product-updates-timeline__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-left: 28px;
	align-items: start;
}

@media screen and (max-width: 1024px) {

	.product-updates-timeline__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {

	.product-updates-timeline__grid {
		grid-template-columns: 1fr;
		margin-left: 28px;
	}
}

.pu-timeline-card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #e6ebeb;
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: border-color 0.3s, box-shadow 0.3s;
}

.pu-timeline-card:hover {
	border-color: rgba(27, 183, 147, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.pu-timeline-card__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.pu-timeline-card__emoji {
	font-size: 1.5rem;
	line-height: 1;
}

.pu-timeline-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 600;
	gap: 4px;
}

.pu-timeline-card__badge--new {
	background: #e6f3f0;
	color: #0f3f44;
}

.pu-timeline-card__badge--improvement {
	background: rgba(27, 183, 147, 0.1);
	color: #1bb793;
}

.pu-timeline-card__badge-icon {
	font-size: 0.7rem;
}

.pu-timeline-card__title {
	font-size: 1rem;
	font-weight: 600;
	color: #0f3f44;
	margin: 0 0 8px;
	transition: color 0.2s;
}

.pu-timeline-card:hover .pu-timeline-card__title {
	color: #1bb793;
}

.pu-timeline-card__desc {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #434c4d;
	margin: 0 0 16px;
}

.pu-timeline-card__link {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 500;
	color: #1bb793;
	text-decoration: none;
	gap: 4px;
	transition: color 0.2s;
	margin-bottom: 16px;
}

.pu-timeline-card__link:hover {
	color: #2dd4a8;
}

.pu-timeline-card__link svg {
	transition: transform 0.2s;
}

.pu-timeline-card__link:hover svg {
	transform: translateX(2px);
}

.pu-timeline-card__details {
	border-top: 1px solid #e6ebeb;
	padding-top: 16px;
}

.pu-timeline-card__toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #1bb793;
	cursor: pointer;
	transition: color 0.2s;
	font-family: inherit;
}

.pu-timeline-card__toggle:hover {
	color: #2dd4a8;
}

.pu-timeline-card__toggle[aria-expanded="true"] .pu-timeline-card__chevron {
	transform: rotate(180deg);
}

.pu-timeline-card__chevron {
	transition: transform 0.25s ease;
	flex-shrink: 0;
}

.pu-timeline-card__details-content {
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	max-height: 0;
	opacity: 0;
}

.pu-timeline-card__details-content.is-open {
	opacity: 1;
}

.pu-timeline-card__details-content ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
}

.pu-timeline-card__details-content li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.875rem;
	color: #434c4d;
	line-height: 1.5;
	margin-bottom: 8px;
}

.pu-timeline-card__details-content li:last-child {
	margin-bottom: 0;
}

.pu-timeline-card__details-content li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	min-width: 6px;
	border-radius: 50%;
	background: #e6f3f0;
	margin-top: 7px;
}

.pu-timeline-card__bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #1bb793, #2dd4a8, #e6f3f0);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.pu-timeline-card:hover .pu-timeline-card__bar {
	transform: scaleX(1);
}
