/* Hero Section module — mobile-first, loaded only on pages that render it. */

.myio-hero {
	position: relative;
	overflow: hidden;
	background: #ffe6ee94 !important;
	padding: 0 0 15px;
}

.myio-hero__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.myio-hero__text {
	min-width: 0;
}

.myio-hero__eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ff4d72;
}

.myio-hero__heading {
	font-size: 34px;
    line-height: 45px;
    font-weight: 600;
    color: #16162a;
	max-width: 810px;
    margin: 12px 0 14px;
}

.myio-hero__heading-highlight {
	display: block;
	color: #ff4d72;
}

.myio-hero__desc {
	font-size: 15px;
    line-height: 24px;
    color: #5a5a6e;
    margin: 0 0 22px;
    max-width: 810px;

}

.myio-hero__rating-card {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	flex-wrap: wrap;
}

.myio-hero__rating-icon {
	display: flex;
	align-items: center;
	gap: 10px;
}

.myio-hero__rating-icon-text {
	font-size: 14px;
	font-weight: 600;
	color: #76717a;
	line-height: 0;
}

.myio-hero__rating-info {
	flex: 1;
	min-width: 0;
}

.myio-hero__rating-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.myio-hero__rating-score {
	font-size: 15px;
	font-weight: 600;
	color: #17131a;
}

.myio-hero__rating-stars {
	display: flex;
	gap: 1px;
}

.myio-hero__rating-count {
	font-size: 13px;
	color: #76717a;
}

.myio-hero__rating-caption {
	display: block;
	font-size: 12.5px;
	color: #76717a;
	width: 100%;
}

.myio-hero__badges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	gap: 12px;
	padding-bottom: 10px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.myio-hero__badge {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	border-radius: 30px;
	padding: 5px 10px;
	box-shadow: 0 2px 10px rgba(34, 23, 27, 0.06);
}
.myio-hero__badge-title{
	white-space: nowrap;
}

.myio-hero__badge-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	color: #ff4d72;
	flex-shrink: 0;
}

.myio-hero__badge-icon svg {
	width: 100%;
	height: 100%;
}

.myio-hero__badge-arrow {
	display: none;
}

.myio-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.myio-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.myio-hero__cta--primary {
	background: #ff4d72;
	color: #fff;
}

.myio-hero__cta--secondary {
	background: transparent;
	color: #ff4d72;
	border: 1.5px solid #ff4d72;
}

.myio-hero__side {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.myio-hero__media {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
}

.myio-hero__media-item {
	position: relative;
	max-width: 80%;
}

.myio-hero__media-item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.myio-hero__media-item--phone {
	max-width: 80%;
	z-index: 1;
}

.myio-hero__media-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
}

.myio-hero__media-play svg {
	width: 20px;
	height: 20px;
}

.myio-hero__petal {
	position: absolute;
	pointer-events: none;
	opacity: 0.5;
	width: 60px;
}

.myio-hero__petal img {
	width: 100%;
	display: block;
}

.myio-hero__petal--1 {
	top: -10px;
	left: -15px;
}

.myio-hero__petal--2 {
	bottom: -10px;
	right: -15px;
	transform: scaleX(-1);
}

.myio-cat-intro.container{
	max-width: 1099px;
    margin: 0 auto;
    text-align: center;
	margin-top: 40px;

}


.myio-cat-intro__heading{
	font-size: 32px;
    font-weight: 600;
    color: #222;
	margin: 0;
	line-height: 42px;
	margin-bottom: 15px;
}

.myio-cat-intro__subheading{
	color: #5a5a6e;
    margin: 0;
    font-size: 15px;

}

.myio-cat-intro__subheading-text{
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.myio-cat-intro__readmore-toggle{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.myio-cat-intro__readmore-label{
	display: inline-block;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #FF7396;
	text-decoration: underline;
	cursor: pointer;
}

.myio-cat-intro__readmore-label .myio-cat-intro__readmore-less{
	display: none;
}

.myio-cat-intro__readmore-toggle:checked ~ .myio-cat-intro__subheading-text{
	-webkit-line-clamp: unset;
	line-clamp: unset;
	overflow: visible;
}

.myio-cat-intro__readmore-toggle:checked ~ .myio-cat-intro__readmore-label .myio-cat-intro__readmore-more{
	display: none;
}

.myio-cat-intro__readmore-toggle:checked ~ .myio-cat-intro__readmore-label .myio-cat-intro__readmore-less{
	display: inline;
}

/* ── Tablet and up ── */
@media (min-width: 768px) {
	.myio-hero {
		padding: 30px 0 38px;
	}

	.myio-hero__inner {
		flex-direction: row;
		align-items: center;
		gap: 40px;
	}

	.myio-hero__text {
		flex: 1 1 55%;
	}

	.myio-hero__heading-highlight {
		display: inline;
	}

	.myio-hero__desc {
		font-size: 16px;
	}

	.myio-hero__side {
		flex: 1 1 45%;
	}

	.myio-hero__badges {
		flex-direction: column;
		overflow-x: visible;
		padding-bottom: 0;
		gap: 10px;
	}

	.myio-hero__badge {
		background: #fff;
		border-radius: 14px;
		padding: 18px 20px;
		box-shadow:none;
		gap: 8px;
		border: 1px solid #ede7e9;
	}

	.myio-hero__badge-title {
		font-size: 16px;
		font-weight: 600;
		color: #16162a;
		white-space: normal;
	}

	.myio-hero__badge-icon {
		width: 20px;
		height: 20px;
	}

	.myio-hero__badge-arrow {
		display: flex;
		align-items: center;
		margin-left: auto;
		flex-shrink: 0;
		display: none;
	}

	.myio-hero__petal {
		width: 90px;
	}
}
@media (max-width: 768px) {
	.myio-cat-intro.container{
		display: block;
		text-align: left;
		margin-top: 20px;
	}
	.myio-cat-intro__heading,
	.myio-cat-intro__subheading{
		width: 100%;
	}
	.myio-cat-intro__subheading-text{
		font-size: 14px;
	}
}
@media (max-width: 580px) {
	.myio-hero__heading{
		font-size: 26px;
        line-height: 32px;
        margin-top: 5px;
        margin-bottom: 5px;
		padding: 0 15px;
	}
	.myio-hero__desc{
		font-size: 14px;
        line-height: 21px;
        margin-bottom: 12px;
		padding: 0 15px;
	}
	.myio-hero .container{
		padding: 0;
	}
	.myio-hero__badges{
		padding-left: 15px;
		padding-right: 15px;
	}

	.myio-hero__rating-card {
		gap: 10px;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.myio-hero__rating-score {
		font-size: 24px;
		line-height: 0;
	}
	.myio-hero__rating-stars {
		width: auto;
	}
	.myio-hero__rating-stars svg {
		width: 20px;
		height: 20px;
	}
	.myio-hero__rating-count {
		position: relative;
		font-size: 12px;
	}
	.myio-hero__rating-caption {
		display: none;
	}
	.myio-hero__rating-row {
		gap: 3px;
	}
	.myio-cat-intro__heading{
		line-height: 32px;
    	margin-bottom: 10px;
	}
}