@media (min-width: 1400px) {
	.container {
		max-width: 80%;
	}
}

@media (max-width: 991px) {
	html {
		scroll-padding-top: 72px;
	}

	p,
	.section-subtitle,
	.plush-step p,
	.plush-benefits-intro p,
	.plush-benefit p,
	.plush-final-cta p {
		font-size: 1rem;
	}

	#header,
	.plush-header-inner {
		height: 60px;
		min-height: 60px;
		overflow: visible;
	}

	.plush-mobile-logo {
		width: clamp(5.9rem, 27vw, 7rem);
		height: 5.4rem;
		padding: 0.45rem;
		background: var(--plush-pink-dark);
		border: 2px solid var(--plush-yellow);
		border-top: 0;
		border-radius: 0 0 12px 12px;
		display: grid;
		place-items: center;
		position: absolute;
		top: -6px;
		left: 50%;
		z-index: 3;
		transform: translateX(-50%);
		filter: drop-shadow(3px 6px 0 var(--plush-yellow));
	}

	.plush-mobile-logo img {
		width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.plush-header-social {
		left: 0;
	}

	.plush-header-social .social .styled-icons {
		gap: 0.35rem;
	}

	.plush-header-social .social a {
		width: 30px;
		height: 30px;
	}

	.plush-header-social .social .bta-icon {
		width: 0.9rem;
		height: 0.9rem;
	}

	.mobile-nav-show {
		display: inline-flex;
		position: absolute;
		right: 0;
	}

	.mobile-nav-active .mobile-nav-show {
		display: none;
	}

	.mobile-nav-hide:not(.d-none) {
		display: inline-flex;
	}

	.navbar {
		position: fixed;
		inset: 0;
		width: 100vw;
		min-height: 100svh;
		background: var(--plush-white);
		transform: translateX(100%);
		transition: transform 0.25s ease;
		z-index: 9997;
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .navbar {
		transform: translateX(0);
	}

	.navbar ul {
		width: 100%;
		min-height: 100svh;
		padding: 5rem 1.75rem 2rem;
		background: var(--plush-white);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0.35rem;
		position: relative;
		z-index: 1;
	}

	.navbar li {
		width: 100%;
	}

	.navbar a {
		width: 100%;
		min-height: 52px;
		color: var(--plush-pink-dark);
		font-size: 1.05rem;
		font-weight: 800;
		justify-content: flex-start;
	}

	.navbar a:hover,
	.navbar a.active {
		color: var(--plush-pink);
	}

	.plush-brand-item {
		display: none;
	}

	.plush-hero {
		margin-top: 60px;
	}

	.plush-hero-copy {
		width: min(58%, 300px);
		top: 19%;
	}

	.plush-hero-copy h1 {
		font-size: clamp(1.4rem, 4.4vw, 2rem);
	}

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

	.plush-hero-btn {
		bottom: 4%;
	}

	.plush-benefits-intro {
		text-align: center;
	}
}

@media (max-width: 575px) {
	body {
		font-size: 16px;
	}

	.plush-hero {
		padding: 0;
	}

	.plush-mobile-logo {
		width: clamp(5.2rem, 24vw, 6rem);
		height: 4.7rem;
		padding: 0.35rem;
		filter: drop-shadow(2px 5px 0 var(--plush-yellow));
	}

	.plush-header-social .social a {
		width: 28px;
		height: 28px;
	}

	.plush-header-social .social .bta-icon {
		width: 0.82rem;
		height: 0.82rem;
	}

	.plush-hero > .container-fluid {
		width: 100%;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.plush-hero-content {
		padding-right: 0;
		padding-left: 0;
	}

	.plush-hero-frame {
		min-height: 0;
		overflow: visible;
		border-radius: 0;
		width: 100%;
	}

	.plush-hero-img {
		width: 100%;
		max-width: 100%;
		height: auto;
		object-fit: initial;
		object-position: initial;
		transform: none;
		border-radius: 0;
	}

	.plush-hero-copy {
		width: min(92%, 360px);
		top: 11%;
	}

	.plush-hero-copy h1 {
		color: var(--plush-button-pink);
		font-size: clamp(1.05rem, 5.2vw, 1.45rem);
		gap: 0.05rem;
		-webkit-text-stroke: 1px var(--plush-white);
		text-shadow:
			1px 1px 0 var(--plush-white),
			-1px 1px 0 var(--plush-white),
			1px -1px 0 var(--plush-white),
			-1px -1px 0 var(--plush-white);
	}

	.plush-title-line {
		padding: 0;
		background: transparent;
		border-radius: 0;
		color: inherit;
	}

	.plush-hero-copy p {
		display: block;
		max-width: 82%;
		margin-top: 0.25rem;
		padding: 0.35rem 0.5rem;
		font-size: clamp(0.56rem, 2.7vw, 0.72rem);
		line-height: 1.12;
	}

	.plush-hero-btn {
		width: max-content;
		max-width: calc(100% - 2rem);
		min-height: 34px;
		padding: 0.4rem 0.85rem;
		bottom: -35px;
		font-size: 0.62rem;
		box-shadow: 0 6px 0 var(--plush-green-dark);
	}

	.plush-hero-btn::before {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
	}

	.plush-how {
		padding-top: 3.2rem;
	}

	.plush-steps {
		margin-top: 3rem;
		row-gap: 3rem;
	}

	.plush-step {
		min-height: 205px;
		padding: 3.7rem 1.45rem 1.55rem;
		grid-template-rows: 64px auto 1fr;
	}

	.plush-step img {
		width: 60px;
		height: 60px;
	}

	.plush-step h3 {
		margin-top: 0.75rem;
		font-size: 2rem;
	}

	.plush-benefits,
	.plush-final-cta {
		text-align: center;
	}

	.plush-benefits-grid {
		margin-top: 2rem;
	}

	.plush-gallery .row {
		--bs-gutter-x: 0.65rem;
		--bs-gutter-y: 0.65rem;
	}

	.plush-gallery-item {
		aspect-ratio: 1 / 1;
	}

	.plush-gallery-lightbox {
		padding: 0.85rem;
	}

	.plush-gallery-lightbox-dialog {
		width: 100%;
	}

	.plush-gallery-lightbox-img {
		max-height: 78vh;
		border-width: 3px;
		border-radius: 10px;
	}

	.plush-gallery-close,
	.plush-gallery-arrow {
		width: 42px;
		height: 42px;
	}

	.plush-gallery-close {
		top: -18px;
		right: -6px;
	}

	.plush-gallery-prev {
		left: 0.35rem;
	}

	.plush-gallery-next {
		right: 0.35rem;
	}

	#wa_button {
		right: -45px;
	}
}
