.page-aura {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -1;
	background:
		radial-gradient(circle at 8% 10%, rgba(201, 219, 240, 0.62), transparent 34%),
		radial-gradient(circle at 88% 16%, rgba(222, 229, 241, 0.8), transparent 36%),
		radial-gradient(circle at 50% 86%, rgba(209, 217, 228, 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(15, 20, 28, 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(243, 202, 156, 0.95);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 235, 0.96));
	box-shadow: 0 26px 70px rgba(70, 40, 8, 0.24);
	text-align: center;
}

.oc-msgbox-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 247, 235, 0.96);
	color: #7d5a2e;
	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, #ffb347 0%, #ff8c00 100%);
	box-shadow: 0 18px 36px rgba(255, 140, 0, 0.28);
	color: #fff;
	font-size: 1.9rem;
}

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

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

.oc-msgbox-text strong {
	color: #d46f00;
	font-weight: 800;
}

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

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

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

.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(221, 227, 236, 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: #7c8593;
	margin-bottom: 12px;
}

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

.hero-copy p {
	margin-top: 18px;
	font-size: 1.02rem;
	color: #576070;
	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(247, 250, 254, 0.9) 0%, rgba(233, 238, 246, 0.92) 100%),
		radial-gradient(circle at 72% 24%, rgba(206, 219, 236, 0.35), transparent 42%);
	border: 1px solid rgba(219, 227, 238, 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(192, 208, 229, 0.68), rgba(192, 208, 229, 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(220, 228, 240, 0.82) 55%,
		rgba(177, 192, 210, 0.62) 100%
	);
	box-shadow:
		inset 0 8px 14px rgba(255, 255, 255, 0.9),
		0 20px 36px rgba(21, 32, 45, 0.17);
}

.device {
	position: absolute;
	box-shadow: 0 20px 44px rgba(18, 28, 40, 0.22);
}

.phone-device {
	width: 174px;
	height: 375px;
	border-radius: 25px;
	background: linear-gradient(150deg, #ffffff 0%, #e4eaf1 45%, #d2dae4 100%);
	/* border: 1px solid rgba(177, 189, 206, 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%, #8592a4, #273242 72%);
}

.screen-sheen {
	position: absolute;
	inset: 18px;
	border-radius: 10px;
	background: linear-gradient(150deg, rgba(244, 248, 252, 0.74), rgba(187, 200, 218, 0.22));
	border: 1px solid rgba(255, 255, 255, 0.6);
	display: none;
}

.buds-device {
	width: 153px;
	height: 166px;
	border-radius: 42px;
	/* background: linear-gradient(150deg, #fefefe 0%, #e4e9f0 100%); */
	/* border: 1px solid rgba(188, 198, 212, 0.78); */
	left: 18%;
	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(184, 194, 210, 0.62);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(231, 236, 244, 0.88));
	display: none;
}

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

.buds-left {
	left: 50px;
}

.buds-right {
	right: 50px;
}

.watch-device {
	width: 122px;
	height: 226px;
	right: 14%;
	bottom: 124px;
	transform: rotate(13deg);
	animation: float-watch 5s ease-in-out infinite;
	background: url("../img/img2.png") no-repeat;
	background-size: 100%;
	border-radius: 20px;
	box-shadow: none;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.watch-device::before,
.watch-device::after {
	content: "";
	position: absolute;
	width: 74px;
	height: 68px;
	left: 49px;
	border-radius: 22px;
	background: linear-gradient(160deg, #f8fafc 0%, #d9e1ec 100%);
	border: 1px solid rgba(171, 184, 202, 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, #f2f6fb 0%, #d6dfeb 100%);
	border: 1px solid rgba(168, 181, 198, 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(191, 206, 227, 0.25));
	display: none;
}

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

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

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

.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(215, 223, 234, 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 #d7dfe9;
	background: linear-gradient(150deg, #ffffff 0%, #e8eef6 100%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #344154;
	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(217, 225, 236, 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 #d8e0ea;
	background: rgba(255, 255, 255, 0.92);
	color: #435061;
	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: #c21b3a;
	border-color: rgba(194, 27, 58, 0.25);
}

.product-media {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(150deg, #f5f8fc 0%, #e6ecf5 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: #8a93a0;
}

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

.rating-row {
	margin-top: 10px;
	color: #f2b219;
	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: #8f98a6;
	font-size: 0.85rem;
	text-decoration: line-through;
}

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

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

.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(216, 224, 236, 0.95);
	background:
		linear-gradient(140deg, rgba(254, 255, 255, 0.98) 0%, rgba(234, 240, 248, 0.95) 100%),
		radial-gradient(circle at 88% 28%, rgba(193, 208, 225, 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: #7f8997;
}

.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: #5f6b7c;
	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(198, 212, 230, 0.9);
	background: linear-gradient(160deg, rgba(247, 251, 255, 0.92) 0%, rgba(231, 239, 249, 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(194, 207, 223, 0.9);
	background: rgba(255, 255, 255, 0.86);
	color: #1d2735;
	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(216, 224, 236, 0.95);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(240, 246, 254, 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(165, 180, 198, 0.7);
	padding-top: 10px;
}

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

.why-card li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4b607d;
	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(185, 201, 220, 0.82);
	background: rgba(255, 255, 255, 0.76);
	box-shadow: none;
}

.product-card.compact:hover {
	border-color: rgba(154, 173, 197, 0.95);
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(24, 40, 58, 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 #dce5f1;
	background: linear-gradient(150deg, #f7fafe 0%, #edf3fb 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(216, 224, 236, 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: #5d6777;
	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(216, 225, 236, 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, #4a688a, #1f2d3f);
}

.avatar.tone-b {
	background: linear-gradient(140deg, #5d6a8d, #2f3b57);
}

.avatar.tone-c {
	background: linear-gradient(140deg, #6f7b8d, #3f4b61);
}

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

.testimonial-head p {
	color: #7a8391;
	font-size: 0.83rem;
}

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

.testimonial-text {
	margin-top: 12px;
	color: #5a6372;
	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: 154px;
		height: 332px;
	}

	.watch-device {
		right: 9%;
		width: 105px;
		height: 194px;
	}

	.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: 136px;
		height: 294px;
		border-radius: 20px;
	}

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

	.buds-device {
		width: 124px;
		height: 135px;
		left: 8%;
	}

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

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

/* Sunset Orange Theme Overrides */
.page-aura {
	background:
		radial-gradient(circle at 8% 10%, rgba(255, 180, 92, 0.36), transparent 34%),
		radial-gradient(circle at 88% 16%, rgba(255, 155, 58, 0.32), transparent 36%),
		radial-gradient(circle at 50% 86%, rgba(255, 214, 152, 0.42), transparent 38%);
}

.hero-copy,
.service-card,
.home-main .product-card,
.promo-banner,
.why-card,
.advantage-card,
.testimonial-card {
	border-color: rgba(245, 197, 143, 0.96);
	background: rgba(255, 251, 245, 0.9);
}

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

.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(255, 247, 234, 0.92) 0%, rgba(255, 232, 199, 0.9) 100%),
		radial-gradient(circle at 72% 24%, rgba(255, 176, 89, 0.24), transparent 42%);
	border-color: rgba(245, 197, 143, 0.96);
}

.visual-glow {
	background: radial-gradient(circle, rgba(255, 175, 82, 0.5), rgba(255, 175, 82, 0));
}

.phone-device,
.buds-device,
.watch-device::before,
.watch-device::after,
.watch-face {
	border-color: rgba(238, 183, 124, 0.78);
}

.phone-device {
	background: linear-gradient(150deg, #fffefc 0%, #ffe9cb 45%, #ffd9ad 100%);
	background: url("../img/img3.png") no-repeat;
	background-size: 100%;
	box-shadow: none;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

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

.screen-sheen {
	background: linear-gradient(150deg, rgba(255, 250, 241, 0.72), rgba(255, 198, 130, 0.2));
}

.buds-device {
	background: linear-gradient(150deg, #fffefb 0%, #ffe9c9 100%);
	background: url("../img/img1.png") no-repeat;
	background-size: 100%;
	box-shadow: none;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.buds-lid {
	border-color: rgba(232, 174, 113, 0.62);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 232, 201, 0.84));
}

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

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

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

.watch-highlight {
	background: linear-gradient(130deg, rgba(255, 255, 255, 0.9), rgba(255, 190, 118, 0.25));
}

.service-icon,
.product-card.compact .product-media,
.product-media {
	border-color: rgba(241, 193, 136, 0.82);
	background: linear-gradient(150deg, #fffdf8 0%, #ffe9ca 100%);
	background: #fff;
	color: #9c6223;
}

.rating-row {
	color: #ff980f;
}

.price-row span {
	color: #b38e6b;
}

.wishlist-btn-home {
	border-color: #efc18d;
	color: #9b6a36;
}

.promo-carousel {
	border-color: rgba(239, 193, 137, 0.9);
	background: linear-gradient(160deg, rgba(255, 249, 239, 0.92) 0%, rgba(255, 233, 199, 0.9) 100%);
}

.promo-swiper-nav {
	border-color: rgba(238, 193, 139, 0.9);
	color: #8f5920;
}

.promo-swiper-pagination .swiper-pagination-bullet {
	background: rgba(255, 186, 105, 0.5);
}

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

.why-card ul {
	border-top-color: rgba(217, 166, 108, 0.6);
}

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

.product-card.compact {
	border-color: rgba(238, 192, 136, 0.86);
	background: rgba(255, 252, 246, 0.84);
}

.product-card.compact:hover {
	border-color: rgba(255, 172, 86, 0.95);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 20px rgba(167, 92, 18, 0.12);
}

.avatar.tone-a {
	background: linear-gradient(140deg, #ffb14f, #c16600);
}

.avatar.tone-b {
	background: linear-gradient(140deg, #ffc267, #d47707);
}

.avatar.tone-c {
	background: linear-gradient(140deg, #ffcf8d, #e08416);
}
