.page-aura {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -1;
	background:
		radial-gradient(circle at 8% 10%, rgba(245, 251, 247, 0.62), transparent 34%),
		radial-gradient(circle at 88% 16%, rgba(245, 251, 247, 0.8), transparent 36%),
		radial-gradient(circle at 50% 86%, rgba(236, 253, 245, 0.68), transparent 38%);
}

body.welcome-msgbox-open {
	overflow: hidden;
}

.oc-msgbox-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(31, 45, 39, 0.46);
	backdrop-filter: blur(8px);
}

.oc-msgbox {
	position: relative;
	width: min(100%, 440px);
	padding: 34px 28px 28px;
	border-radius: 28px;
	border: 1px solid rgba(245, 251, 247, 0.96);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 251, 247, 0.97));
	box-shadow: 0 26px 70px rgba(31, 45, 39, 0.18);
	text-align: center;
}

.oc-msgbox-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(245, 251, 247, 0.98);
	color: #0f8a55;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.oc-msgbox-icon {
	width: 74px;
	height: 74px;
	margin: 0 auto 18px;
	border-radius: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #22c781 0%, #0f8a55 100%);
	box-shadow: 0 18px 36px rgba(31, 45, 39, 0.22);
	color: #fff;
	font-size: 1.9rem;
}

.oc-msgbox-title {
	font-size: 1.5rem;
	color: #0f3d2e;
	margin-bottom: 12px;
}

.oc-msgbox-text {
	margin: 0;
	color: #0f3d2e;
	line-height: 1.8;
	font-size: 0.98rem;
}

.oc-msgbox-text strong {
	color: var(--primary-color);
	font-weight: 800;
}

.oc-msgbox-meta {
	margin-top: 14px;
	color: #22c781;
	font-size: 0.88rem;
}

.oc-msgbox-btn {
	min-width: 180px;
}

.home-main {
	padding-top: 30px;
	padding-bottom: 90px;
}

.hero-section {
	padding: 20px 0 40px;
}

.hero-layout {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 34px;
	align-items: center;
}

.hero-copy {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(245, 251, 247, 0.95);
	border-radius: var(--radius-xl);
	padding: clamp(28px, 5vw, 62px);
	box-shadow: var(--shadow-soft);
}

.hero-kicker {
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-weight: 700;
	font-size: 0.74rem;
	color: #22c781;
	margin-bottom: 12px;
}

.hero-copy h1 {
	font-size: clamp(2rem, 4vw, 3.8rem);
	line-height: 1.08;
	color: #0f3d2e;
	max-width: 18ch;
}

.hero-copy p {
	margin-top: 18px;
	font-size: 1.02rem;
	color: #0f8a55;
	line-height: 1.8;
	max-width: 54ch;
}

.hero-cta-btn {
	margin-top: 32px;
	min-height: 52px;
	padding: 0 32px;
}

.hero-visual {
	position: relative;
	min-height: 540px;
	border-radius: 34px;
	background:
		linear-gradient(160deg, rgba(245, 251, 247, 0.9) 0%, rgba(245, 251, 247, 0.92) 100%),
		radial-gradient(circle at 72% 24%, rgba(245, 251, 247, 0.35), transparent 42%);
	border: 1px solid rgba(245, 251, 247, 0.95);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.visual-glow {
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	top: 70px;
	right: 24px;
	background: radial-gradient(circle, rgba(245, 251, 247, 0.68), rgba(245, 251, 247, 0));
}

.display-stage {
	position: absolute;
	left: 50%;
	bottom: 58px;
	transform: translateX(-50%);
	width: min(82%, 460px);
	height: 132px;
	border-radius: 50%;
	background: radial-gradient(
		circle at 50% 20%,
		rgba(255, 255, 255, 0.95),
		rgba(245, 251, 247, 0.82) 55%,
		rgba(245, 251, 247, 0.62) 100%
	);
	box-shadow:
		inset 0 8px 14px rgba(255, 255, 255, 0.9),
		0 20px 36px rgba(31, 45, 39, 0.17);
}

.device {
	position: absolute;
	box-shadow: 0 20px 44px rgba(31, 45, 39, 0.22);
}

.phone-device {
	width: 399px;
	height: 400px;
	background: linear-gradient(150deg, #ffffff 0%, #f5fbf7 45%, #f8fbf9 100%);
	/* border: 1px solid rgba(245, 251, 247, 0.65); */
	left: 50%;
	top: 32px;
	transform: translateX(-50%) rotate(-5deg);
	animation: float-phone 5.2s ease-in-out infinite;
}

.camera-dot {
	position: absolute;
	top: 20px;
	left: 24px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, #22c781, #0f3d2e 72%);
}

.screen-sheen {
	position: absolute;
	inset: 18px;
	border-radius: 10px;
	background: linear-gradient(150deg, rgba(245, 251, 247, 0.74), rgba(245, 251, 247, 0.22));
	border: 1px solid rgba(255, 255, 255, 0.6);
	display: none;
}

.buds-device {
	width: 200px;
	height: 205px;
	/* background: linear-gradient(150deg, #ffffff 0%, #f5fbf7 100%); */
	/* border: 1px solid rgba(245, 251, 247, 0.78); */
	left: 10%;
	bottom: 122px;
	transform: rotate(-15deg);
	animation: float-buds 4.8s ease-in-out infinite;
}

.buds-lid {
	position: absolute;
	inset: 8px 12px 44px;
	border-radius: 28px;
	border: 1px solid rgba(245, 251, 247, 0.62);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 251, 247, 0.88));
	display: none;
}

.buds-unit {
	position: absolute;
	width: 16px;
	height: 38px;
	bottom: 14px;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
	display: none;
}

.buds-left {
	left: 50px;
}

.buds-right {
	right: 50px;
}

.watch-device {
	width: 162px;
	height: 206px;
	right: 10%;
	bottom: 124px;
	transform: rotate(13deg);
	animation: float-watch 5s ease-in-out infinite;
	background: url("../img/about-appliances.png") no-repeat;
	background-size: 100%;
	box-shadow: none;
	filter: drop-shadow(0 10px 20px rgba(31, 45, 39, 0.3));
}

.watch-device::before,
.watch-device::after {
	content: "";
	position: absolute;
	width: 74px;
	height: 68px;
	left: 49px;
	background: linear-gradient(160deg, #f5fbf7 0%, #f5fbf7 100%);
	border: 1px solid rgba(217, 239, 225, 0.72);
	display: none;
}

.watch-device::before {
	top: -8px;
}

.watch-device::after {
	bottom: -8px;
}

.watch-face {
	position: absolute;
	inset: 48px 36px;
	border-radius: 28px;
	background: linear-gradient(160deg, #f5fbf7 0%, #f5fbf7 100%);
	border: 1px solid rgba(217, 239, 225, 0.78);
	display: none;
}

.watch-highlight {
	position: absolute;
	inset: 62px 52px;
	border-radius: 20px;
	background: linear-gradient(130deg, rgba(255, 255, 255, 0.88), rgba(217, 239, 225, 0.25));
	display: none;
}

.section-head {
	margin-bottom: 26px;
}

.section-kicker {
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.75rem;
	color: #22c781;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-head h2 {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	color: #0f3d2e;
}

.service-section {
	padding: 12px 0 42px;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.service-card {
	border-radius: var(--radius-lg);
	border: 1px solid rgba(245, 251, 247, 0.95);
	background: rgba(255, 255, 255, 0.88);
	padding: 24px;
	box-shadow: var(--shadow-card);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.service-card:hover {
	transform: translateY(-3px);
}

.service-icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	border: 1px solid #f5fbf7;
	background: linear-gradient(150deg, #ffffff 0%, #f5fbf7 100%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0f3d2e;
	margin-bottom: 14px;
}

.service-card h3 {
	font-size: 1.08rem;
	margin-bottom: 8px;
}

.service-card p {
	color: var(--muted);
	line-height: 1.65;
	font-size: 0.94rem;
}

.featured-section {
	padding: 18px 0 44px;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.home-main .product-card {
	border-radius: 24px;
	border: 1px solid rgba(245, 251, 247, 0.92);
	background: var(--surface);
	padding: 14px;
	height: auto;
}

.wishlist-btn-home {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 36px;
	height: 36px;
	border-radius: 11px;
	border: 1px solid #f5fbf7;
	background: rgba(255, 255, 255, 0.92);
	color: #0f8a55;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
	z-index: 2;
}

.wishlist-btn-home.active,
.wishlist-btn-home:hover {
	color: #0f6b47;
	border-color: rgba(22, 163, 74, 0.25);
}

.product-media {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(150deg, #f5fbf7 0%, #f5fbf7 100%);

	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/* padding: 12px; */
}

.product-media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.product-content {
	padding: 14px 2px 2px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product-category {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-weight: 700;
	color: #22c781;
}

.product-content h3 {
	margin-top: 8px;
	font-size: 1rem;
	line-height: 1.38;
	min-height: 44px;
}

.rating-row {
	margin-top: 10px;
	color: #0f6b47;
	display: inline-flex;
	gap: 2px;
	font-size: 0.82rem;
}

.price-row {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 9px;
}

.price-row strong {
	font-size: 1rem;
}

.price-row span {
	color: #22c781;
	font-size: 0.85rem;
	text-decoration: line-through;
}

.add-to-cart-btn-home {
	margin-top: auto !important;
}

.promo-section {
	padding: 18px 0 44px;
	display: none;
}

.promo-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	gap: 22px;
	align-items: stretch;
}

.promo-banner {
	min-width: 0;
	border-radius: var(--radius-xl);
	border: 1px solid rgba(245, 251, 247, 0.95);
	background:
		linear-gradient(140deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 251, 247, 0.95) 100%),
		radial-gradient(circle at 88% 28%, rgba(245, 251, 247, 0.45), transparent 44%);
	padding: clamp(28px, 4vw, 48px);
	box-shadow: var(--shadow-soft);
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.promo-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.promo-tag {
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.74rem;
	font-weight: 700;
	color: #22c781;
}

.promo-banner h3 {
	margin-top: 12px;
	font-size: clamp(1.8rem, 3vw, 3.1rem);
	line-height: 1.1;
	max-width: 15ch;
}

.promo-banner p {
	margin-top: 14px;
	color: #0f8a55;
	line-height: 1.72;
	max-width: 42ch;
}

.promo-cta-btn {
	margin-top: 22px;
	min-height: 44px;
	padding: 0 24px;
}

.promo-carousel {
	margin-top: 28px;
	position: relative;
	width: 100%;
	min-width: 0;
	border-radius: 22px;
	border: 1px solid rgba(245, 251, 247, 0.9);
	background: linear-gradient(160deg, rgba(245, 251, 247, 0.92) 0%, rgba(245, 251, 247, 0.88) 100%);
	overflow: hidden;
	min-height: 300px;
}

.promo-swiper {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 8;
	min-height: 300px;
}

.promo-swiper .swiper-wrapper,
.promo-swiper .swiper-slide,
.promo-slide {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
}

.promo-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.promo-swiper-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(245, 251, 247, 0.9);
	background: rgba(255, 255, 255, 0.86);
	color: #0f3d2e;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 3;
}

.promo-swiper-prev {
	left: 12px;
}

.promo-swiper-next {
	right: 12px;
}

.promo-swiper-nav:hover {
	background: #ffffff;
}

.promo-swiper-pagination {
	bottom: 10px !important;
}

.promo-swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.58);
	transition: all 0.2s ease;
}

.promo-swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 999px;
	background: #ffffff !important;
}

.why-card {
	min-width: 0;
	border-radius: var(--radius-xl);
	border: 1px solid rgba(245, 251, 247, 0.95);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 251, 247, 0.94) 100%);
	padding: clamp(24px, 3vw, 30px);
	box-shadow: var(--shadow-soft);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.why-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.why-card h3 {
	font-size: clamp(1.4rem, 2.1vw, 1.85rem);
	margin-bottom: 2px;
}

.why-card ul {
	margin: 14px 0 16px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
	border-top: 1px dashed rgba(217, 239, 225, 0.7);
	padding-top: 10px;
}

.why-card li {
	position: relative;
	padding-left: 16px;
	color: #0f8a55;
	font-size: 0.95rem;
	line-height: 1.5;
}

.why-card li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0f8a55;
	position: absolute;
	left: 0;
	top: 0.55em;
}

.bundle-grid {
	display: grid;
	gap: 10px;
	margin-top: 2px;
}

.product-card.compact {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	align-items: start;
	gap: 0 10px;
	padding: 10px;
	border-radius: 16px;
	border: 1px solid rgba(245, 251, 247, 0.82);
	background: rgba(255, 255, 255, 0.76);
	box-shadow: none;
}

.product-card.compact:hover {
	border-color: rgba(217, 239, 225, 0.95);
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(31, 45, 39, 0.07);
}

.product-card.compact .wishlist-btn-home {
	top: 8px;
	right: 8px;
	width: 29px;
	height: 29px;
	border-radius: 10px;
}

.product-card.compact .product-media {
	border-radius: 10px;
	border: 1px solid #f5fbf7;
	background: linear-gradient(150deg, #f5fbf7 0%, #f5fbf7 100%);
	height: 86px;
}

.product-card.compact .product-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

.product-card.compact .product-content {
	padding: 1px 2px 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.product-card.compact .product-content h3 {
	min-height: 0;
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 0.93rem;
	line-height: 1.32;
	padding-right: 24px;
}

.product-card.compact .product-content h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card.compact .product-category {
	font-size: 0.74rem;
	letter-spacing: 0.1em;
}

.product-card.compact .rating-row {
	margin-top: 6px;
	font-size: 0.8rem;
}

.product-card.compact .price-row {
	margin-top: 7px;
	margin-bottom: 0;
	gap: 7px;
	align-items: baseline;
}

.product-card.compact .price-row strong {
	font-size: 1.01rem;
	font-weight: 800;
}

.product-card.compact .price-row span {
	font-size: 0.79rem;
}

.product-card.compact .btn {
	margin-top: 8px;
	min-height: 34px;
	font-size: 0.82rem;
	padding: 0 12px;
	line-height: 1;
}

.advantage-section {
	padding: 12px 0 44px;
}

.advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.advantage-card {
	border-radius: var(--radius-md);
	border: 1px solid rgba(245, 251, 247, 0.92);
	background: rgba(255, 255, 255, 0.88);
	padding: 24px;
	box-shadow: var(--shadow-card);
}

.advantage-card h3 {
	font-size: 1.06rem;
	margin-bottom: 10px;
}

.advantage-card p {
	color: #0f8a55;
	line-height: 1.7;
	font-size: 0.93rem;
}

.testimonial-section {
	padding: 10px 0 16px;
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.testimonial-card {
	border-radius: 20px;
	border: 1px solid rgba(245, 251, 247, 0.96);
	background: rgba(255, 255, 255, 0.9);
	padding: 22px;
	box-shadow: var(--shadow-card);
}

.testimonial-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.avatar {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	font-size: 0.84rem;
	font-weight: 700;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.avatar.tone-a {
	background: linear-gradient(140deg, #0f8a55, #0f3d2e);
}

.avatar.tone-b {
	background: linear-gradient(140deg, #0f8a55, #0f3d2e);
}

.avatar.tone-c {
	background: linear-gradient(140deg, #22c781, #0f3d2e);
}

.testimonial-head h3 {
	font-size: 1rem;
	margin-bottom: 4px;
}

.testimonial-head p {
	color: #22c781;
	font-size: 0.83rem;
}

.testimonial-card .rating-row {
	margin-top: 12px;
}

.testimonial-text {
	margin-top: 12px;
	color: #0f8a55;
	line-height: 1.75;
	font-size: 0.93rem;
}

@keyframes float-phone {
	0%,
	100% {
		transform: translateX(-50%) rotate(-5deg) translateY(0);
	}
	50% {
		transform: translateX(-50%) rotate(-5deg) translateY(-12px);
	}
}

@keyframes float-buds {
	0%,
	100% {
		transform: rotate(-15deg) translateY(0);
	}
	50% {
		transform: rotate(-15deg) translateY(-8px);
	}
}

@keyframes float-watch {
	0%,
	100% {
		transform: rotate(13deg) translateY(0);
	}
	50% {
		transform: rotate(13deg) translateY(-10px);
	}
}

@media (max-width: 1240px) {
	.oc-msgbox {
		padding: 30px 22px 24px;
		border-radius: 24px;
	}

	.hero-layout {
		grid-template-columns: 1fr;
	}

	.hero-visual {
		min-height: 500px;
	}

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

	.promo-layout {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 900px) {
	.hero-copy {
		padding: 30px 24px;
	}

	.hero-visual {
		min-height: 430px;
	}

	.phone-device {
		width: 330px;
		height: 332px;
	}

	.watch-device {
		right: 6%;
		width: 185px;
		height: 210px;
	}

	.buds-device {
		left: 12%;
	}

	.service-grid {
		grid-template-columns: 1fr;
	}

	.product-grid,
	.advantage-grid,
	.testimonial-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.oc-msgbox-backdrop {
		padding: 16px;
	}

	.oc-msgbox-title {
		font-size: 1.28rem;
	}

	.product-card.compact {
		grid-template-columns: 84px minmax(0, 1fr);
		padding: 10px;
		gap: 0 10px;
	}

	.product-card.compact .product-media {
		height: 84px;
	}

	.product-card.compact .product-content h3 {
		font-size: 0.9rem;
	}

	.product-card.compact .btn {
		min-height: 34px;
		font-size: 0.8rem;
	}

	.promo-carousel {
		margin-top: 22px;
		min-height: 220px;
	}

	.promo-swiper {
		min-height: 220px;
	}

	.promo-swiper-nav {
		width: 34px;
		height: 34px;
	}

	.hero-copy h1 {
		font-size: 2rem;
	}

	.hero-copy p {
		font-size: 0.94rem;
	}

	.hero-cta-btn {
		width: 100%;
	}

	.hero-visual {
		min-height: 370px;
	}

	.phone-device {
		width: 286px;
		height: 294px;
	}

	.watch-device {
		width: 140px;
		height: 162px;
		right: 6%;
	}

	.buds-device {
		width: 144px;
		height: 145px;
		left: 8%;
	}

	.display-stage {
		bottom: 42px;
		height: 96px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.phone-device,
	.buds-device,
	.watch-device {
		animation: none;
	}
}

/* White Green Theme Overrides */
.page-aura {
	background:
		radial-gradient(circle at 8% 10%, rgba(34, 199, 129, 0.34), transparent 34%),
		radial-gradient(circle at 88% 16%, rgba(31, 45, 39, 0.22), transparent 36%),
		radial-gradient(circle at 50% 86%, rgba(217, 239, 225, 0.22), transparent 38%);
}

.hero-copy,
.service-card,
.home-main .product-card,
.promo-banner,
.why-card,
.advantage-card,
.testimonial-card {
	border-color: rgba(217, 239, 225, 0.92);
	background: linear-gradient(160deg, rgba(245, 251, 247, 0.94), rgba(245, 251, 247, 0.9));
}

.hero-kicker,
.section-kicker,
.product-category,
.promo-tag {
	color: #0f6b47;
}

.hero-copy h1,
.section-head h2 {
	color: var(--heading-color);
}

.hero-copy p,
.promo-banner p,
.why-card li,
.advantage-card p,
.testimonial-text,
.testimonial-head p {
	color: var(--text-light);
}

.hero-visual {
	background:
		linear-gradient(160deg, rgba(245, 251, 247, 0.94) 0%, rgba(248, 255, 250, 0.92) 100%),
		radial-gradient(circle at 72% 24%, rgba(34, 199, 129, 0.24), transparent 42%);
	border-color: rgba(217, 239, 225, 0.78);
}

.visual-glow {
	background: radial-gradient(circle, rgba(34, 199, 129, 0.5), rgba(31, 45, 39, 0));
}

.phone-device,
.buds-device,
.watch-device::before,
.watch-device::after,
.watch-face {
	border-color: rgba(217, 239, 225, 0.82);
}

.phone-device {
	background: linear-gradient(150deg, #ffffff 0%, #f5fbf7 45%, #f5fbf7 100%);
	background: url("../img/about-appliances.png") no-repeat;
	background-size: 100%;
	box-shadow: none;
	filter: drop-shadow(0 10px 20px rgba(31, 45, 39, 0.3));
}

.camera-dot {
	background: radial-gradient(circle at 35% 35%, #f5fbf7, #0f3d2e 72%);
}

.screen-sheen {
	background: linear-gradient(150deg, rgba(245, 251, 247, 0.72), rgba(31, 45, 39, 0.14));
}

.buds-device {
	background: linear-gradient(150deg, #ffffff 0%, #f5fbf7 100%);
	background: url("../img/about-appliances.png") no-repeat;
	background-size: 100%;
	box-shadow: none;
	filter: drop-shadow(0 10px 20px rgba(31, 45, 39, 0.3));
}

.buds-lid {
	border-color: rgba(217, 239, 225, 0.62);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 249, 0.84));
}

.buds-unit {
	background: linear-gradient(180deg, #f5fbf7 0%, #f5fbf7 100%);
}

.watch-device::before,
.watch-device::after {
	background: linear-gradient(160deg, #f5fbf7 0%, #f5fbf7 100%);
}

.watch-face {
	background: linear-gradient(160deg, #f5fbf7 0%, #f5fbf7 100%);
}

.watch-highlight {
	background: linear-gradient(130deg, rgba(255, 255, 255, 0.9), rgba(34, 199, 129, 0.2));
}

.service-icon,
.product-card.compact .product-media,
.product-media {
	border-color: rgba(217, 239, 225, 0.92);
	background: linear-gradient(150deg, #ffffff 0%, #f5fbf7 100%);
	background: #fff;
	color: #0f6b47;
}

.rating-row {
	color: #22c781;
}

.price-row span {
	color: #22c781;
}

.wishlist-btn-home {
	border-color: #f5fbf7;
	color: #0f6b47;
}

.promo-carousel {
	border-color: rgba(217, 239, 225, 0.92);
	background: linear-gradient(160deg, rgba(245, 251, 247, 0.94) 0%, rgba(248, 255, 250, 0.92) 100%);
}

.promo-swiper-nav {
	border-color: rgba(217, 239, 225, 0.94);
	color: #0f6b47;
}

.promo-swiper-pagination .swiper-pagination-bullet {
	background: rgba(34, 199, 129, 0.35);
}

.promo-swiper-pagination .swiper-pagination-bullet-active {
	background: #22c781 !important;
}

.why-card ul {
	border-top-color: rgba(217, 239, 225, 0.5);
}

.why-card li::before {
	background: #22c781;
}

.product-card.compact {
	border-color: rgba(217, 239, 225, 0.9);
	background: rgba(245, 251, 247, 0.88);
}

.product-card.compact:hover {
	border-color: rgba(34, 199, 129, 0.8);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 20px rgba(34, 199, 129, 0.12);
}

.avatar.tone-a {
	background: linear-gradient(140deg, #22c781, #0f3d2e);
}

.avatar.tone-b {
	background: linear-gradient(140deg, #dff7e9, #0f3d2e);
}

.avatar.tone-c {
	background: linear-gradient(140deg, #f5fbf7, #22c781);
}

/* Digital hub hero visual */
.hero-tech-showcase {
	min-height: 540px;
	background:
		linear-gradient(145deg, rgba(31, 45, 39, 0.96), rgba(31, 45, 39, 0.94)),
		radial-gradient(circle at 78% 18%, rgba(34, 199, 129, 0.34), transparent 36%);
	border-color: rgba(217, 239, 225, 0.34);
	box-shadow: 0 26px 70px rgba(31, 45, 39, 0.22);
}

.hero-tech-showcase .visual-glow {
	width: 360px;
	height: 360px;
	top: 28px;
	right: -70px;
	background: radial-gradient(circle, rgba(34, 199, 129, 0.42), rgba(34, 199, 129, 0));
}

.showcase-grid {
	position: absolute;
	inset: 22px;
	border-radius: 28px;
	background-image:
		linear-gradient(rgba(34, 199, 129, 0.13) 1px, transparent 1px),
		linear-gradient(90deg, rgba(34, 199, 129, 0.13) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: linear-gradient(180deg, rgba(31, 45, 39, 0.8), transparent 92%);
}

.showcase-card {
	position: absolute;
	border: 1px solid rgba(245, 251, 247, 0.3);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(245, 251, 247, 0.86));
	box-shadow: 0 24px 50px rgba(31, 45, 39, 0.26);
}

.showcase-card-main {
	left: 50%;
	top: 64px;
	width: min(74%, 360px);
	height: 330px;
	transform: translateX(-50%);
	border-radius: 28px;
	padding: 22px;
	animation: float-phone 5.2s ease-in-out infinite;
}

.showcase-card-top {
	display: flex;
	gap: 8px;
}

.showcase-card-top span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #22c781;
}

.showcase-card-top span:nth-child(2) {
	background: #dff7e9;
}

.showcase-card-top span:nth-child(3) {
	background: #0f3d2e;
}

.showcase-headphones {
	position: absolute;
	inset: 62px 34px 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 26px;
	background:
		radial-gradient(circle at 50% 30%, rgba(34, 199, 129, 0.22), transparent 44%),
		linear-gradient(145deg, #0f3d2e, #0f3d2e);
	color: #f5fbf7;
	font-size: clamp(5rem, 11vw, 7.2rem);
}

.showcase-wave {
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 28px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	align-items: end;
	height: 42px;
}

.showcase-wave span {
	display: block;
	border-radius: 999px;
	background: linear-gradient(180deg, #22c781, #0f6b47);
}

.showcase-wave span:nth-child(1),
.showcase-wave span:nth-child(5) {
	height: 42%;
}

.showcase-wave span:nth-child(2),
.showcase-wave span:nth-child(4) {
	height: 72%;
}

.showcase-wave span:nth-child(3) {
	height: 100%;
	background: linear-gradient(180deg, #dff7e9, #22c781);
}

.showcase-card-keyboard {
	left: 28px;
	bottom: 64px;
	width: 220px;
	height: 128px;
	border-radius: 22px;
	padding: 18px;
	transform: rotate(-8deg);
	animation: float-buds 4.8s ease-in-out infinite;
}

.keyboard-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 7px;
	margin-bottom: 8px;
}

.keyboard-row span {
	height: 16px;
	border-radius: 5px;
	background: #0f3d2e;
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.14);
}

.keyboard-row-space {
	grid-template-columns: 1fr 2.2fr 1fr;
}

.showcase-card-control {
	right: 34px;
	bottom: 118px;
	width: 150px;
	height: 150px;
	border-radius: 28px;
	display: grid;
	place-items: center;
	transform: rotate(9deg);
	animation: float-watch 5s ease-in-out infinite;
}

.showcase-card-control i {
	width: 58px;
	height: 58px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0f3d2e;
	color: #dff7e9;
	font-size: 1.7rem;
}

.control-lines {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	display: grid;
	gap: 8px;
}

.control-lines span {
	height: 8px;
	border-radius: 999px;
	background: rgba(31, 45, 39, 0.18);
}

.control-lines span:last-child {
	width: 62%;
}

.showcase-card-mini {
	right: 72px;
	top: 44px;
	width: 86px;
	height: 86px;
	border-radius: 24px;
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, #22c781, #0f6b47);
	color: #fff;
	font-size: 2rem;
	transform: rotate(12deg);
}

@media (max-width: 900px) {
	.hero-tech-showcase {
		min-height: 460px;
	}

	.showcase-card-main {
		top: 54px;
		width: min(72%, 330px);
		height: 292px;
	}

	.showcase-card-keyboard {
		width: 194px;
		height: 116px;
		left: 24px;
		bottom: 54px;
	}

	.showcase-card-control {
		width: 128px;
		height: 128px;
		right: 26px;
		bottom: 100px;
	}
}

@media (max-width: 560px) {
	.hero-tech-showcase {
		min-height: 370px;
		border-radius: 24px;
	}

	.showcase-grid {
		inset: 16px;
		background-size: 30px 30px;
	}

	.showcase-card-main {
		top: 42px;
		width: min(78%, 268px);
		height: 236px;
		border-radius: 24px;
		padding: 16px;
	}

	.showcase-headphones {
		inset: 50px 24px 70px;
		font-size: 4.5rem;
	}

	.showcase-wave {
		left: 24px;
		right: 24px;
		bottom: 22px;
		height: 34px;
	}

	.showcase-card-keyboard {
		width: 156px;
		height: 96px;
		left: 14px;
		bottom: 40px;
		padding: 14px;
	}

	.keyboard-row {
		gap: 5px;
		margin-bottom: 6px;
	}

	.keyboard-row span {
		height: 12px;
	}

	.showcase-card-control {
		width: 98px;
		height: 98px;
		right: 14px;
		bottom: 78px;
		border-radius: 22px;
	}

	.showcase-card-control i {
		width: 44px;
		height: 44px;
		border-radius: 16px;
		font-size: 1.35rem;
	}

	.showcase-card-mini {
		width: 64px;
		height: 64px;
		right: 30px;
		top: 30px;
		border-radius: 18px;
		font-size: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.showcase-card-main,
	.showcase-card-keyboard,
	.showcase-card-control {
		animation: none;
	}
}
