/* Homepage-specific stylesheet. */

.nearyo-homepage {
	max-width: 1488px;
	gap: var(--space-0);
	width: 100%;
	margin: 0 auto;
	margin-top: -45px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.nearyo-homepage.has-global-padding {
	padding-bottom: 0;
}

.nearyo-home-hero,
.nearyo-home-section {
	padding: 88px;
	border-top: 1px solid #e2e2e2;
}

.nearyo-home-hero {
	position: relative;
	padding: 112px 72px;
	background: #ffffff;
	min-height: 779px;
	z-index: 1;
}

.nearyo-home-section {
	background: #fff;
}

.nearyo-home-section--light {
	background: #f5f5f5;
}

.nearyo-home-section--dark {
	padding: 0;
	border-top: 0;
	background: transparent;
}

.nearyo-home-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.92fr);
	grid-template-areas:
		"content visual"
		"details details";
	column-gap: var(--space-60);
	row-gap: var(--space-30);
	align-items: start;
	width: 100%;
	max-width: 100%;
	min-height: 555px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

/* Moved to assets/css/base.css: shared light pill primitives. */

.nearyo-home-eyebrow {
	align-self: flex-start;
	padding: 10px 18px;
	border-radius: 999px;
	letter-spacing: 1.2px;
}

.nearyo-home-chip--center {
	display: table;
	margin: 0 auto 20px;
}

.nearyo-home-chip--dark {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.nearyo-home-hero__title {
	width: auto;
	max-width: 620px;
	margin: 0;
	color: #000;
	font-size: var(--font-h1);
	font-weight: var(--font-weight-h1);
	line-height: 1.08;
	letter-spacing: -1.5px;
}

.nearyo-home-hero__body {
	width: auto;
	max-width: 560px;
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-lg);
	font-weight: var(--font-weight-text);
	line-height: 1.7;
}

.nearyo-home-hero__content > * {
	max-width: 620px;
}

.nearyo-home-hero__content {
	grid-area: content;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--space-30);
	width: 100%;
	max-width: 760px;
	align-self: start;
}

.nearyo-home-hero__details {
	grid-area: details;
	display: flex;
	justify-content: center;
	width: 100%;
}

.nearyo-search-panel {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1040px;
	height: 92px;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	background: #fff;
}

.nearyo-search-panel button {
	border: 0;
	cursor: pointer;
}

.nearyo-search-panel__filters {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
}

.nearyo-search-panel__field {
	flex: 1 1 0;
	min-width: 0;
	padding: 0 15px;
}

.nearyo-search-panel__field--wide {
	flex: 1.2 1 0;
}

.nearyo-search-panel__field--city {
	flex: 0.95 1 0;
}

.nearyo-search-panel__label {
	margin: 0;
	display: block;
	color: #999ca0;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.4;
}

.nearyo-search-panel__label label {
	display: inline-block;
}

.nearyo-search-panel__select-wrap {
	position: relative;
	margin-top: 6px;
}

.nearyo-search-panel__select {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	pointer-events: none;
	z-index: 1;
}

.nearyo-search-panel__select:disabled {
	opacity: 0;
	cursor: not-allowed;
}

.nearyo-search-panel__display {
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: 23px;
	padding: 0 26px 0 0;
	color: #000;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	pointer-events: none;
}

.nearyo-search-panel__display.is-placeholder {
	font-size: var(--font-text-sm);
}

.nearyo-search-panel__display.is-disabled {
	color: #999ca0;
}

.nearyo-search-panel__display-text {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nearyo-search-panel__trigger {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: 23px;
	padding: 0 26px 0 0;
	border: 0;
	background: transparent;
	color: #000;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-align: left;
	cursor: pointer;
	z-index: 3;
}

.nearyo-search-panel__trigger.is-placeholder {
	font-size: var(--font-text-sm);
}

.nearyo-search-panel__trigger.is-disabled {
	color: #999ca0;
	cursor: not-allowed;
}

.nearyo-search-panel__trigger-text {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nearyo-search-panel__chevron {
	position: relative;
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	pointer-events: none;
	line-height: 0;
	color: #595d62;
	transition: transform 160ms ease;
	z-index: 4;
}

.nearyo-search-panel__select-wrap.is-open .nearyo-search-panel__chevron {
	transform: translateY(-50%) rotate(180deg);
}

.nearyo-search-panel__menu {
	position: absolute;
	top: calc(100% + 15px);
	left: -15px;
	z-index: 15;
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	min-width: 220px;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nearyo-search-panel__select-wrap.is-open .nearyo-search-panel__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nearyo-search-panel__menu-item {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.6;
	text-align: left;
	cursor: pointer;
}

.nearyo-search-panel__menu-item.is-selected {
	color: #000;
	font-weight: var(--font-weight-text-strong);
}

.nearyo-search-panel__menu-item.is-placeholder,
.nearyo-search-panel__menu-item:disabled {
	color: #999ca0;
	cursor: default;
}

.nearyo-search-panel__divider {
	display: block;
	width: 1px;
	height: 44px;
	background: #e2e2e2;
}

.nearyo-search-panel__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-15);
	width: 166px;
	height: var(--cta-prominent-height);
	padding: var(--cta-prominent-padding);
	border-radius: var(--cta-prominent-radius);
	background: #4e46b4;
	color: #fff;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
	flex: 0 0 166px;
}

.nearyo-search-panel__cta:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.nearyo-search-panel__cta-icon {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	line-height: 0;
}

.nearyo-stat-row {
	display: flex;
	gap: var(--space-15);
	margin-top: 0;
	width: auto;
	padding: 0;
	list-style: none;
}

.nearyo-stat-card {
	width: 164px;
	padding: 14px 16px;
	border-radius: 14px;
	box-shadow: none;
}

.nearyo-stat-card__number {
	margin: 0 0 2px;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.2;
}

.nearyo-stat-card__label {
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.5;
}

.nearyo-home-hero__visual {
	grid-area: visual;
	position: relative;
	display: flex;
	justify-self: center;
	align-self: center;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 0;
	width: 100%;
	overflow: visible;
	z-index: 1;
}

.nearyo-home-hero__visual-stack {
	position: relative;
	width: 100%;
	max-width: 520px;
	max-height: 420px;
	height: auto;
	aspect-ratio: 52 / 53;
	margin: 0 auto;
	overflow: visible;
}

.nearyo-home-hero__visual-orb {
	position: absolute;
	top: 4%;
	left: 50%;
	width: 68%;
	aspect-ratio: 1;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #ebe7ff;
	z-index: 0;
}

.nearyo-home-hero__figure {
	margin: 0;
	position: absolute;
	top: calc(47% - 80px);
	left: 50%;
	width: 43.85%;
	aspect-ratio: 228 / 334;
	overflow: hidden;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.nearyo-home-hero__figure-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center 18%;
}

.nearyo-stat-row--hero-visual {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	pointer-events: none;
}

.nearyo-stat-card--hero {
	position: absolute;
	width: 17rem;
	padding: 16px 18px;
	border-radius: 16px;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
	pointer-events: auto;
}

.nearyo-stat-card--hero-businesses {
	top: 18%;
	left: 0;
}

.nearyo-stat-card--hero-cities {
	top: 12%;
	right: 0;
}

.nearyo-stat-card--hero-fresh {
	right: 9%;
	bottom: 10%;
}

.nearyo-popular-countries {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-60);
	background: #f5f5f5;
}

.nearyo-popular-countries__intro,
.nearyo-top-rated-studios__intro,
.nearyo-testimonials__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
}

.nearyo-popular-countries__divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}

/* Moved to assets/css/base.css: shared section title/body primitives. */

.nearyo-popular-countries__title {
	width: 100%;
	max-width: 90rem;
	color: #000;
	letter-spacing: -1.2px;
	text-align: center;
}

.nearyo-popular-countries__body {
	width: 100%;
	max-width: 62rem;
	color: #595d62;
	line-height: 1.65;
	text-align: center;
}

.nearyo-popular-countries__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: stretch;
	gap: var(--space-30);
	width: 100%;
	margin-top: 0;
	padding: 0;
	list-style: none;
}

.nearyo-country-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.12);
}

.nearyo-country-card__media {
	margin: 0;
	line-height: 0;
}

.nearyo-country-card__content {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	flex: 1 1 auto;
	padding: 30px;
}

.nearyo-country-card__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background: #f5f5f5;
	line-height: 0;
	align-self: stretch;
}

.nearyo-country-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.nearyo-country-card__title {
	width: auto;
	margin: 0;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.15;
	letter-spacing: 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nearyo-country-card__title a {
	color: #000;
	text-decoration: none;
}

.nearyo-country-card__meta {
	width: auto;
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.5;
}

.nearyo-country-card__divider {
	width: 100%;
	height: 1px;
	background: #e6e7eb;
}

.nearyo-country-card__excerpt {
	width: auto;
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nearyo-country-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-15);
	margin-top: auto;
	padding-top: 15px;
	flex-wrap: nowrap;
}

.nearyo-country-card__action-slot {
	display: flex;
	align-items: center;
}

.nearyo-country-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--cta-card-height);
	border: 1px solid #e2e2e2;
	border-radius: var(--cta-card-radius);
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
	white-space: nowrap;
}

.nearyo-country-card__button {
	gap: var(--space-7);
	padding: var(--cta-card-padding);
	border-color: #4e46b4;
	background: transparent;
	color: #4e46b4;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nearyo-country-card__button:hover,
.nearyo-country-card__button:focus-visible {
	border-color: #4e46b4;
	background: #4e46b4;
	color: #fff;
}

.nearyo-country-card__pricing {
	display: flex;
	align-items: center;
	gap: var(--space-8);
	color: #000;
	min-height: 48px;
	justify-content: center;
}

.nearyo-country-card__price-value {
	color: #000;
	font-size: var(--font-text-lg);
	font-weight: var(--font-weight-text-strong);
	line-height: 1;
	white-space: nowrap;
}

.nearyo-country-card__price-duration {
	color: #000;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1;
	white-space: nowrap;
}

.nearyo-country-card__button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	line-height: 0;
}

.nearyo-country-states,
.nearyo-popular-countries,
.nearyo-top-rated-studios,
.nearyo-testimonials,
.nearyo-owner-section,
.nearyo-why-trust,
.nearyo-newsletter-section {
	padding: 112px 72px;
}

.nearyo-country-states {
	position: relative;
	padding: 112px 72px;
	background: #fff;
	border-top: 1px solid #e2e2e2;
}

.nearyo-country-cities {
	background: #f5f5f5;
}

.nearyo-home-latest-studios {
	background: #f5f5f5;
}

.nearyo-country-states__divider {
	display: none;
}

.nearyo-country-states__inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-60);
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.nearyo-country-states__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: var(--space-60);
}

.nearyo-country-states__intro {
	display: flex;
	flex-direction: column;
	gap: var(--space-30);
	max-width: 56rem;
}

.nearyo-country-states__title-group,
.nearyo-country-states__control-group,
.nearyo-studio-card__intro,
.nearyo-testimonial-card__author-meta {
	display: flex;
	flex-direction: column;
}

.nearyo-country-states__title-group,
.nearyo-studio-card__intro {
	gap: var(--space-15);
}

.nearyo-country-states__title {
	color: #000;
	letter-spacing: -0.03em;
}

.nearyo-country-states__body {
	color: #595d62;
}

.nearyo-country-states__controls {
	display: flex;
	align-items: center;
	gap: var(--space-15);
	flex: 0 0 auto;
}

.nearyo-country-states__control-group {
	gap: var(--space-6);
}

.nearyo-country-states__control-label {
	margin: 0;
	color: #595d62;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
}

.nearyo-country-states__control-label::after {
	content: ":";
}

.nearyo-country-states__search {
	display: flex;
	align-items: center;
	gap: var(--space-15);
	width: 264px;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	background: #fff;
}

.nearyo-country-states__search-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	color: #999ca0;
	flex: 0 0 auto;
}

.nearyo-country-states__search-input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #000;
	font-size: var(--font-text-md);
	line-height: 1.5;
}

.nearyo-country-states__search-input::placeholder {
	color: #999ca0;
}

.nearyo-country-cities__sort {
	min-width: 168px;
	min-height: 48px;
	padding: 12px 44px 12px 16px;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	background-color: #fff;
	background-image: url("../icons/chevron-down.svg");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	color: #000;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.nearyo-country-states__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-30);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nearyo-country-states__results {
	display: flex;
	flex-direction: column;
	gap: var(--space-30);
}

.nearyo-country-states__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-15);
}

.nearyo-country-states__pagination-item a,
.nearyo-country-states__pagination-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fff;
	color: #000;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-strong);
	line-height: 1;
	text-decoration: none;
}

.nearyo-country-states__pagination-item .current {
	border-color: #4e46b4;
	background: #4e46b4;
	color: #fff;
}

.nearyo-country-states__empty {
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	line-height: 1.7;
	text-align: center;
}

.nearyo-top-rated-studios {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-60);
	background: #f5f5f5;
}

.nearyo-top-rated-studios__divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}

.nearyo-top-rated-studios__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
}

.nearyo-top-rated-studios__title {
	width: 100%;
	max-width: 80rem;
	color: #000;
	line-height: 1.06;
	letter-spacing: -1.2px;
	text-align: center;
}

.nearyo-top-rated-studios__body {
	width: 100%;
	max-width: 62rem;
	color: #595d62;
	line-height: 1.65;
	text-align: center;
}

.nearyo-top-rated-studios__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-30);
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nearyo-top-rated-studios__item {
	height: 100%;
}

.nearyo-top-rated-studios__empty {
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	line-height: 1.7;
}

.nearyo-studio-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	height: 100%;
	min-height: 528px;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.16);
}

.nearyo-studio-card__media {
	position: relative;
	line-height: 0;
}

.nearyo-studio-card__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 270 / 236;
	overflow: hidden;
	border-radius: 20px;
	background: #f5f5f5;
}

.nearyo-studio-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nearyo-studio-card__rating-badge,
.nearyo-studio-card__favorite {
	position: absolute;
	top: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	border: 1px solid rgba(226, 226, 226, 0.96);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.9);
}

.nearyo-studio-card__rating-badge {
	left: 12px;
	gap: var(--space-6);
	min-width: 68px;
	padding: 0 12px;
	color: #000;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.4;
}

.nearyo-studio-card__rating-star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	line-height: 0;
	color: #ffb319;
}

.nearyo-studio-card__favorite {
	right: 12px;
	width: 30px;
	padding: 0;
	cursor: pointer;
}

.nearyo-studio-card__status {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 32px);
	padding: var(--space-8) var(--space-12);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	background: rgba(255, 60, 1, 0.85);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.3;
	text-align: center;
}

.nearyo-studio-card__status--permanent {
	background: #ff0000d9;
}

.nearyo-studio-card__favorite-icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 0;
	color: #000;
}

.nearyo-studio-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: var(--space-30);
	min-height: 0;
}

.nearyo-studio-card__details,
.nearyo-studio-card__excerpt {
	display: flex;
	flex-direction: column;
	gap: var(--space-7);
}

.nearyo-studio-card__intro {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
}

.nearyo-studio-card__title {
	margin: 0;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.15;
}

.nearyo-studio-card__title a {
	display: block;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nearyo-studio-card__location {
	display: flex;
	align-items: center;
	gap: var(--space-7);
	min-height: 24px;
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.5;
}

.nearyo-studio-card__location-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nearyo-studio-card__location-icon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	line-height: 0;
	color: #4e46b4;
}

.nearyo-studio-card__summary {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #999ca0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.55;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nearyo-studio-card__reviews {
	min-height: 24px;
}

.nearyo-studio-card__highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-7);
	padding: 0;
	margin: 0;
	list-style: none;
}

.nearyo-studio-card__location[data-empty="1"],
.nearyo-studio-card__reviews[data-empty="1"],
.nearyo-studio-card__details[data-empty="1"] {
	visibility: hidden;
}

.nearyo-studio-card__excerpt[data-empty="1"] {
	display: none;
}

.nearyo-studio-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-7);
	margin-top: auto;
	flex-wrap: wrap;
}

.nearyo-studio-card__save {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	border-radius: 8px;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.7142857143;
	text-decoration: none;
}

.nearyo-studio-card__save {
	min-width: 92px;
	padding: 8px 16px;
	border: 1px solid #e2e2e2;
	background: #f5f5f5;
	color: #000;
	cursor: pointer;
}

.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nearyo-country-top-rated-studios .nearyo-top-rated-studios__item {
	min-width: 0;
}

.nearyo-country-top-rated-studios .nearyo-studio-card {
	gap: var(--space-0);
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 26px;
	box-shadow: 0 18px 42px -18px rgba(17, 24, 39, 0.15), 0 3px 10px -4px rgba(17, 24, 39, 0.07);
}

.nearyo-country-top-rated-studios .nearyo-studio-card__media {
	position: relative;
	overflow: hidden;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__image {
	aspect-ratio: 36 / 26;
	border-radius: 0;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__image img {
	transform: scale(1.01);
}

.nearyo-country-top-rated-studios .nearyo-studio-card__hot-badge,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite {
	position: absolute;
	top: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
}

.nearyo-country-top-rated-studios .nearyo-studio-card__hot-badge {
	left: 16px;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__favorite {
	right: 16px;
	padding: 0;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__hot-icon,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	line-height: 0;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__hot-icon {
	color: #4e46b4;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart {
	width: 18px;
	height: 18px;
	color: #000;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart__icon {
	width: 18px;
	height: 18px;
	stroke: #000;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart.is-favorited,
.nearyo-country-top-rated-studios .nearyo-studio-card__favorite .ds2-favorite-heart.is-favorited .ds2-favorite-heart__icon {
	color: #4e46b4;
	stroke: #4e46b4;
	fill: #4e46b4;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: var(--space-30);
	padding: 30px;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__title {
	font-size: var(--font-h4);
	line-height: 1.15;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__location {
	gap: var(--space-7);
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.5;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__location-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: #595d62;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__reviews {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-7);
	margin: 0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__reviews-stars {
	color: #4e46b4;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	letter-spacing: 0.08em;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__reviews-score {
	color: #000;
	font-weight: var(--font-weight-text-strong);
}

.nearyo-country-top-rated-studios .nearyo-studio-card__reviews-count {
	color: #4e46b4;
	font-weight: var(--font-weight-text-medium);
}

.nearyo-country-top-rated-studios .nearyo-studio-card__highlights {
	gap: var(--space-7);
}

.nearyo-country-top-rated-studios .nearyo-studio-card__details {
	padding: 15px 0;
	border-top: 1px solid #e6e7eb;
	border-bottom: 1px solid #e6e7eb;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__highlight {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
	min-width: 0;
	text-align: center;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	line-height: 0;
	color: #999ca0;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__highlight-icon .nearyo-icon-svg {
	fill: none;
	stroke: currentColor;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__highlight-label {
	display: -webkit-box;
	overflow: hidden;
	color: #595d62;
	font-size: var(--font-label);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__summary {
	display: -webkit-box;
	overflow: hidden;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.6;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__actions {
	padding-top: 15px;
	margin-top: auto;
	gap: var(--space-7);
	flex-wrap: nowrap;
	align-items: center;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__pricing {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: var(--space-15);
	margin-left: auto;
	text-align: right;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__price-value {
	color: #000;
	font-size: var(--font-text-lg);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.1;
}

.nearyo-country-top-rated-studios .nearyo-studio-card__price-duration,
.nearyo-country-top-rated-studios .nearyo-studio-card__price-fallback {
	color: #000;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
}

.nearyo-testimonials {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--space-60);
	background: #fff;
}

.nearyo-testimonials__divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}

.nearyo-testimonials__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
}

.nearyo-testimonials__title {
	width: 100%;
	max-width: 60rem;
	color: #000;
	letter-spacing: -1.2px;
	text-align: center;
}

.nearyo-testimonials__rating-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: var(--space-15);
	margin: 0;
}

.nearyo-testimonials__score {
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.5;
}

.nearyo-testimonials__star {
	display: inline-block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	background: #4e46b4;
}

.nearyo-testimonials__brand {
	color: #000;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.3;
}

.nearyo-testimonials__meta {
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.5;
}

.nearyo-testimonials__layout {
	display: grid;
	grid-template-columns: 232px minmax(0, 1fr);
	column-gap: var(--space-60);
	align-items: start;
}

.nearyo-testimonials__rail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-15);
	padding-top: 2px;
}

.nearyo-testimonials__quote-mark {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 54px;
	height: 54px;
	color: #999ca0;
	font-size: 54px;
	font-weight: var(--font-weight-text-strong);
	line-height: 1;
}

.nearyo-testimonials__quote-mark::before {
	content: "\201C";
}

.nearyo-testimonials__rail-title {
	width: 220px;
	margin: 0;
	color: #000;
	font-size: var(--font-h3);
	font-weight: var(--font-weight-h3);
	line-height: 1.08;
}

.nearyo-testimonials__rail-nav {
	display: flex;
	align-items: center;
	gap: var(--space-15);
	width: 160px;
	margin-top: auto;
	padding-top: 30px;
}

.nearyo-testimonials__rail-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	line-height: 0;
	cursor: pointer;
}

.nearyo-testimonials__rail-button:disabled {
	opacity: 0.35;
	cursor: default;
}

.nearyo-testimonials__rail-button .nearyo-icon-svg {
	width: 18px;
	height: 18px;
}

.nearyo-testimonials__rail-line {
	display: inline-block;
	width: 84px;
	height: 1px;
	background: #999ca0;
}

.nearyo-testimonials__slider {
	width: 1056px;
	max-width: 100%;
	min-width: 0;
}

.nearyo-testimonials__viewport {
	overflow: hidden;
}

.nearyo-testimonials__track {
	display: flex;
	align-items: stretch;
	gap: var(--space-30);
	transition: transform 220ms ease;
	will-change: transform;
}

.nearyo-testimonial-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	flex: 0 0 336px;
	height: auto;
	min-height: 100%;
	padding: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.16);
}

.nearyo-testimonial-card__quote {
	margin: 0;
}

.nearyo-testimonial-card__quote p {
	margin: 0;
	color: #000;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.7;
}

.nearyo-testimonial-card__stars {
	margin: 0;
	color: #4e46b4;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.4;
}

.nearyo-testimonial-card__author-row {
	display: flex;
	align-items: center;
	gap: var(--space-15);
	margin-top: auto;
	margin-inline: 0;
}

.nearyo-testimonial-card__avatar {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 22px;
}

.nearyo-testimonial-card--lavender .nearyo-testimonial-card__avatar {
	background: #ebe7ff;
}

.nearyo-testimonial-card--mint .nearyo-testimonial-card__avatar {
	background: #dff4ed;
}

.nearyo-testimonial-card--peach .nearyo-testimonial-card__avatar {
	background: #ffe8dd;
}

.nearyo-testimonial-card__author-meta {
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
}

.nearyo-testimonial-card__author {
	color: #000;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.4;
}

.nearyo-testimonial-card__role {
	color: #595d62;
	font-size: var(--font-caption);
	font-weight: var(--font-weight-text);
	line-height: 1.5;
}

/* Moved to assets/css/base.css: shared dark-surface shell. */

.nearyo-owner-cta__title,
.nearyo-owner-cta__body,
.nearyo-owner-cta__footnote {
	color: #fff;
}

.nearyo-owner-cta__body,
.nearyo-owner-cta__footnote {
	color: #999ca0;
}

.nearyo-owner-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36.4rem;
	column-gap: var(--space-60);
	align-items: start;
	padding: 0;
}

.nearyo-owner-cta__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-15);
	width: 100%;
	max-width: 64rem;
}

/* Moved to assets/css/base.css: shared dark pill primitives. */

.nearyo-owner-cta__title {
	width: 100%;
	max-width: 64rem;
	color: #fff;
	letter-spacing: -1.2px;
}

.nearyo-owner-cta__body {
	width: 100%;
	max-width: 56rem;
	color: #999ca0;
}

.nearyo-owner-cta__actions {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	width: 100%;
	max-width: 36.4rem;
	padding-top: 30px;
}

.nearyo-owner-cta__primary,
.nearyo-owner-cta__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--cta-standard-height);
	padding: var(--cta-standard-padding);
	border-radius: var(--cta-standard-radius);
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
}

.nearyo-owner-cta__primary {
	border: 1px solid transparent;
	background: #4e46b4;
	color: #fff;
}

.nearyo-owner-cta__secondary {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #000;
}

.nearyo-owner-cta__footnote {
	width: 100%;
	max-width: 32rem;
	margin: 0;
	color: #999ca0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.7142857143;
	text-align: center;
	align-self: center;
}

.nearyo-why-trust {
	position: relative;
	background: #fff;
}

.nearyo-why-trust__divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}

.nearyo-why-trust__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	column-gap: var(--space-60);
	align-items: start;
	width: 100%;
	margin: 0;
	padding: 0;
}

.nearyo-why-trust__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-30);
}

.nearyo-why-trust__title {
	width: 100%;
	max-width: 43rem;
	color: #000;
	letter-spacing: -1.4px;
}

.nearyo-why-trust__body {
	width: 100%;
	max-width: 36rem;
	color: #595d62;
}

.nearyo-why-trust__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-30);
}

.nearyo-why-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-15);
	min-height: 192px;
	padding: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 6px 10px -8px rgba(0, 0, 0, 0.16);
}

.nearyo-why-card__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	color: #4e46b4;
	line-height: 0;
}

.nearyo-why-card__title {
	margin: 0;
	color: #000;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.3;
}

.nearyo-why-card__body {
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.55;
}

.nearyo-newsletter-section {
	padding: 112px 72px;
}

.nearyo-newsletter-cta__title,
.nearyo-newsletter-cta__body {
	color: #fff;
}

.nearyo-newsletter-cta__body {
	color: #999ca0;
}

.nearyo-newsletter-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--space-30);
	padding: 0;
}

.nearyo-newsletter-cta__input-icon {
	position: relative;
	display: inline-block;
	line-height: 0;
	color: #595d62;
}

.nearyo-newsletter-cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-15);
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
}

.nearyo-newsletter-cta__title {
	width: 100%;
	max-width: 72rem;
	font-size: var(--font-h2);
	letter-spacing: -1.1px;
	text-align: center;
}

.nearyo-newsletter-cta__body {
	width: 100%;
	max-width: 62rem;
	text-align: center;
}

.nearyo-newsletter-cta__form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-15);
	width: 100%;
	max-width: 62rem;
	margin: 0;
}

.nearyo-newsletter-cta__form > p:empty {
	display: none;
}

.nearyo-newsletter-cta .ds2-form--newsletter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-15);
	width: 100%;
	max-width: 62rem;
	margin: 0;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__fields {
	flex: 1 1 auto;
	width: 100%;
	max-width: 43.2rem;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field {
	position: relative;
	width: 100%;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::before,
.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::after {
	content: "";
	position: absolute;
	left: 16px;
	pointer-events: none;
	z-index: 1;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::before {
	top: 12px;
	width: 24px;
	height: 24px;
	background: #595d62;
	-webkit-mask-image: url("../icons/mail.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("../icons/mail.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__field--email::after {
	display: none;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__control {
	width: 100%;
	height: 48px;
	padding: 12px 16px 12px 55px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	outline: 0;
	background: #fff;
	color: #595d62;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.7142857143;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__control::placeholder {
	color: #595d62;
	opacity: 1;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__actions {
	flex: 0 0 auto;
}

.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 176px;
	height: var(--cta-standard-height);
	padding: var(--cta-standard-padding);
	border: 0;
	border-radius: var(--cta-standard-radius);
	background: #4e46b4;
	color: #fff;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	cursor: pointer;
}

.nearyo-newsletter-cta .ds2-form__notice {
	width: 100%;
	max-width: 62rem;
	margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.nearyo-country-states,
	.nearyo-popular-countries,
	.nearyo-top-rated-studios,
	.nearyo-testimonials,
	.nearyo-why-trust,
	.nearyo-newsletter-section {
		padding: 96px 56px;
	}

	.nearyo-owner-cta {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		justify-items: center;
	}

	.nearyo-owner-cta__content {
		align-items: center;
		text-align: center;
	}

	.nearyo-owner-cta__pill {
		align-self: center;
	}

	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body {
		text-align: center;
	}

	.nearyo-owner-cta__actions {
		align-items: center;
		padding-top: 0;
	}

	.nearyo-country-states {
		padding: 96px 56px;
	}

	.nearyo-country-states__top {
		gap: var(--space-60);
	}

	.nearyo-country-states__intro {
		max-width: 48rem;
	}

	.nearyo-country-states__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--space-30);
	}

	.nearyo-testimonials {
		gap: var(--space-60);
	}

	.nearyo-testimonials__layout {
		display: flex;
		flex-direction: column;
		gap: var(--space-30);
	}

	.nearyo-testimonials__rail {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: var(--space-30);
		width: 100%;
	}

	.nearyo-testimonials__quote-mark {
		display: none;
	}

	.nearyo-testimonials__rail-title {
		width: auto;
		max-width: 42rem;
		font-size: var(--font-h3);
	}

	.nearyo-testimonials__rail-nav {
		width: auto;
		margin-top: 0;
		margin-left: auto;
		padding-top: 0;
	}

	.nearyo-testimonials__slider,
	.nearyo-testimonials__viewport {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-top-rated-studios__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-flow: row;
		justify-content: stretch;
	}

	.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.nearyo-why-trust__inner {
		grid-template-columns: 1fr;
		row-gap: var(--space-60);
		padding-right: 0;
		padding-left: 0;
	}

	.nearyo-why-trust__intro {
		align-items: center;
		gap: var(--space-30);
		text-align: center;
	}

	.nearyo-why-trust__title,
	.nearyo-why-trust__body {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-why-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-30);
		width: 100%;
	}

	.nearyo-home-hero,
	.nearyo-home-section {
		padding: 56px;
	}

	.home .nearyo-home-hero {
		min-height: 700px;
		padding: 96px 56px;
	}

	.home .nearyo-home-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"content"
			"visual"
			"details";
		row-gap: var(--space-60);
		column-gap: var(--space-0);
		width: 100%;
		min-height: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.home .nearyo-home-hero__content,
	.home .nearyo-home-hero__details {
		max-width: 100%;
	}

	.home .nearyo-home-hero__content {
		align-items: center;
		text-align: center;
	}

	.home .nearyo-home-eyebrow {
		align-self: center;
	}

	.home .nearyo-home-hero__title {
		width: 100%;
		max-width: 100%;
	}

	.home .nearyo-home-hero__body {
		width: 100%;
		max-width: 100%;
	}

	.home .nearyo-stat-row {
		justify-content: center;
		width: 100%;
	}

	.home .nearyo-home-hero__visual {
		width: 100%;
		height: auto;
		min-height: 0;
		justify-self: center;
		align-self: center;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.home .nearyo-home-hero__visual-stack {
		width: 100%;
		max-width: 520px;
		max-height: 420px;
		height: auto;
		aspect-ratio: 40 / 46;
	}

	.home .nearyo-stat-card--hero {
		width: 16rem;
		padding: 14px 16px;
	}

	.home .nearyo-stat-card--hero-businesses {
		left: 2%;
	}

	.home .nearyo-stat-card--hero-cities {
		right: 2%;
	}

	.home .nearyo-stat-card--hero-fresh {
		right: 7%;
		bottom: 8%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nearyo-country-states,
	.nearyo-popular-countries,
	.nearyo-top-rated-studios,
	.nearyo-testimonials,
	.nearyo-owner-section,
	.nearyo-why-trust,
	.nearyo-newsletter-section {
		padding: 80px 40px;
	}

	.nearyo-owner-section {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		column-gap: var(--space-0);
		justify-items: center;
	}

	.nearyo-owner-cta {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		column-gap: var(--space-0);
		justify-items: center;
	}

	.nearyo-owner-cta__content,
	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body,
	.nearyo-owner-cta__actions {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-owner-cta__content {
		align-items: center;
		text-align: center;
	}

	.nearyo-owner-cta__pill {
		align-self: center;
	}

	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body,
	.nearyo-owner-cta__footnote {
		text-align: center;
	}

	.nearyo-owner-cta__actions {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		align-items: center;
	}

	.nearyo-owner-cta__primary,
	.nearyo-owner-cta__secondary {
		width: auto;
		min-width: 22rem;
		max-width: 100%;
	}

	.nearyo-owner-cta__footnote {
		width: 100%;
		max-width: 32rem;
		text-align: center;
	}

	.nearyo-why-trust__intro {
		align-items: center;
		gap: var(--space-30);
		text-align: center;
	}

	.nearyo-why-trust__title,
	.nearyo-why-trust__body {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.nearyo-country-states__top {
		flex-direction: column;
		gap: var(--space-60);
	}

	.nearyo-country-states__intro,
	.nearyo-country-states__controls,
	.nearyo-country-states__control-group {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-country-states__controls {
		justify-content: flex-start;
	}

	.nearyo-home-latest-studios .nearyo-country-states__intro,
	.nearyo-home-latest-studios .nearyo-country-states__body {
		text-align: center;
	}

	.nearyo-home-latest-studios .nearyo-country-states__title-group {
		align-items: center;
	}

	.nearyo-home-latest-studios .nearyo-section-pill {
		align-self: center;
		margin-inline: auto;
	}

	.nearyo-country-cities__sort {
		min-width: 168px;
	}

	.nearyo-country-states__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-30);
	}

	.nearyo-testimonials {
		gap: var(--space-60);
	}

	.nearyo-testimonials__layout {
		display: flex;
		flex-direction: column;
		gap: var(--space-30);
	}

	.nearyo-testimonials__rail {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: var(--space-30);
		width: 100%;
	}

	.nearyo-testimonials__quote-mark {
		display: none;
	}

	.nearyo-testimonials__rail-title {
		width: auto;
		max-width: 42rem;
		font-size: var(--font-h4);
	}

	.nearyo-testimonials__rail-nav {
		width: auto;
		margin-top: 0;
		margin-left: auto;
		padding-top: 0;
	}

	.nearyo-testimonials__slider,
	.nearyo-testimonials__viewport {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-top-rated-studios {
		gap: var(--space-60);
	}

	.nearyo-newsletter-cta {
		gap: var(--space-30);
	}

	.nearyo-newsletter-cta__content,
	.nearyo-newsletter-cta__title,
	.nearyo-newsletter-cta__body,
	.nearyo-newsletter-cta .ds2-form--newsletter {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-popular-countries {
		gap: var(--space-60);
	}

	.nearyo-homepage {
		margin-top: -32px;
	}

	.nearyo-home-hero,
	.nearyo-why-trust {
		padding-top: 88px;
		padding-bottom: 88px;
	}

	.nearyo-home-hero {
		min-height: 760px;
		padding: 80px 40px;
	}

	.home .nearyo-home-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"content"
			"visual"
			"details";
		row-gap: var(--space-60);
		column-gap: var(--space-0);
		min-height: auto;
	}

	.home .nearyo-home-hero__content,
	.home .nearyo-home-hero__details {
		max-width: 100%;
	}

	.home .nearyo-home-hero__visual {
		width: 100%;
		height: auto;
		min-height: 0;
		justify-self: center;
		align-self: center;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.home .nearyo-home-hero__visual-stack {
		width: 100%;
		max-width: 520px;
		max-height: 420px;
		height: auto;
		aspect-ratio: 42 / 48;
	}

	.home .nearyo-stat-card--hero {
		width: 15rem;
		padding: 14px 16px;
	}

	.home .nearyo-stat-card--hero-businesses {
		left: 3%;
	}

	.home .nearyo-stat-card--hero-cities {
		right: 3%;
	}

	.home .nearyo-stat-card--hero-fresh {
		right: 8%;
		bottom: 8%;
	}

	.nearyo-home-hero__inner {
		grid-template-columns: minmax(0, 1fr) 360px;
		column-gap: var(--space-60);
		grid-template-areas:
			"content visual"
			"details details";
		align-items: start;
		width: 100%;
		min-height: 640px;
		padding-right: 0;
		padding-left: 0;
	}

	.nearyo-home-hero__content {
		width: auto;
		min-height: auto;
		gap: var(--space-30);
		align-items: center;
		text-align: center;
	}

	.nearyo-home-hero__content > * {
		max-width: 100%;
	}

	.nearyo-why-trust__inner {
		grid-template-columns: 1fr;
		row-gap: var(--space-60);
		column-gap: var(--space-0);
	}

	.nearyo-why-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-30);
	}

	.home .nearyo-home-eyebrow {
		align-self: center;
	}

	.nearyo-home-hero__details {
		display: flex;
		justify-content: center;
	}

	.nearyo-home-hero__title {
		width: 100%;
		max-width: 560px;
		letter-spacing: -1.3px;
	}

	.nearyo-home-hero__body {
		width: 100%;
		max-width: 520px;
	}

	.home .nearyo-home-hero__title,
	.home .nearyo-home-hero__body {
		max-width: 100%;
	}

	.home .nearyo-stat-row {
		justify-content: center;
		width: 100%;
	}

	.nearyo-search-panel {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		width: 100%;
		height: auto;
		gap: var(--space-15);
		padding: 15px;
	}

	.nearyo-search-panel__filters {
		display: contents;
	}

	.nearyo-search-panel__field,
	.nearyo-search-panel__field--wide,
	.nearyo-search-panel__field--city {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		min-height: 72px;
		padding: 15px;
		border: 1px solid #e2e2e2;
		border-radius: 12px;
		background: #fff;
	}

	.nearyo-search-panel__select-wrap {
		margin-top: 4px;
	}

	.nearyo-search-panel__field--city {
		grid-column: auto;
	}

	.nearyo-search-panel__cta-slot {
		width: 100%;
	}

	.nearyo-search-panel__cta {
		width: 100%;
		height: 72px;
		padding-right: 24px;
		padding-left: 20px;
		justify-content: flex-start;
		border-radius: 12px;
	}

	.nearyo-search-panel__divider {
		display: none;
	}

	.nearyo-stat-row {
		width: auto;
		gap: var(--space-15);
	}

	.nearyo-stat-card {
		width: 152px;
	}

	.nearyo-home-hero__visual {
		width: 100%;
		min-height: 0;
		justify-self: center;
		align-self: center;
		align-items: center;
		justify-content: center;
	}

	.nearyo-home-hero__visual-stack {
		width: 100%;
		max-width: 520px;
		max-height: 420px;
		height: auto;
		aspect-ratio: 42 / 48;
	}

	.nearyo-stat-card--hero {
		width: 15rem;
		padding: 14px 16px;
	}

	.nearyo-stat-card--hero-businesses {
		left: 4%;
	}

	.nearyo-stat-card--hero-cities {
		right: 4%;
	}

	.nearyo-stat-card--hero-fresh {
		right: 8%;
		bottom: 9%;
	}

	.nearyo-popular-countries {
		gap: var(--space-48);
	}

	.nearyo-popular-countries__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-flow: row;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nearyo-country-card__image {
		width: 100%;
	}

	.nearyo-country-card__title,
	.nearyo-country-card__meta,
	.nearyo-country-card__excerpt {
		width: auto;
	}
}

@media (max-width: 767px) {
	.nearyo-country-states,
	.nearyo-top-rated-studios,
	.nearyo-testimonials,
	.nearyo-owner-section,
	.nearyo-why-trust,
	.nearyo-newsletter-section,
	.nearyo-popular-countries {
		padding: 64px 24px;
	}

	.nearyo-owner-section {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		column-gap: var(--space-0);
		justify-items: center;
	}

	.nearyo-owner-cta {
		grid-template-columns: minmax(0, 1fr);
		row-gap: var(--space-30);
		column-gap: var(--space-0);
		justify-items: center;
	}

	.nearyo-owner-cta__content,
	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-owner-cta__content {
		align-items: center;
		text-align: center;
	}

	.nearyo-owner-cta__pill {
		align-self: center;
	}

	.nearyo-owner-cta__title,
	.nearyo-owner-cta__body {
		text-align: center;
	}

	.nearyo-owner-cta__actions {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		align-items: center;
	}

	.nearyo-owner-cta__primary,
	.nearyo-owner-cta__secondary {
		width: auto;
		min-width: 22rem;
		max-width: 100%;
	}

	.nearyo-owner-cta__footnote {
		width: 100%;
		max-width: 32rem;
		text-align: center;
	}

	.nearyo-country-states__inner {
		gap: var(--space-60);
	}

	.nearyo-country-states__top {
		flex-direction: column;
		gap: var(--space-60);
	}

	.nearyo-country-states__intro,
	.nearyo-country-states__controls,
	.nearyo-country-states__control-group,
	.nearyo-country-states__search {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-country-states__intro {
		text-align: center;
	}

	.nearyo-home-latest-studios .nearyo-country-states__title-group {
		align-items: center;
	}

	.nearyo-home-latest-studios .nearyo-section-pill {
		align-self: center;
		margin-inline: auto;
	}

	.nearyo-country-states__controls {
		flex-direction: row;
		align-items: center;
	}

	.nearyo-country-cities__sort {
		width: auto;
		min-width: 132px;
	}

	.nearyo-country-states__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-30);
	}

	.nearyo-testimonials {
		gap: var(--space-30);
	}

	.nearyo-testimonials__layout {
		display: flex;
		flex-direction: column;
		gap: var(--space-30);
	}

	.nearyo-testimonials__rail {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: var(--space-15);
		width: 100%;
	}

	.nearyo-testimonials__quote-mark {
		display: none;
	}

	.nearyo-testimonials__rail-title {
		width: auto;
		max-width: 26rem;
		font-size: var(--font-h4);
	}

	.nearyo-testimonials__rail-nav {
		width: auto;
		margin-top: 0;
		margin-left: auto;
		padding-top: 0;
	}

	.nearyo-testimonials__slider,
	.nearyo-testimonials__viewport {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-newsletter-cta {
		gap: var(--space-30);
	}

	.nearyo-newsletter-cta .ds2-form--newsletter {
		flex-direction: column;
	}

	.nearyo-home-hero,
	.nearyo-why-trust {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.nearyo-home-hero {
		min-height: auto;
		padding: 64px 24px;
	}

	.home .nearyo-home-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"content"
			"visual"
			"details";
		row-gap: var(--space-60);
		column-gap: var(--space-0);
		min-height: auto;
	}

	.home .nearyo-home-hero__content,
	.home .nearyo-home-hero__details {
		max-width: 100%;
	}

	.home .nearyo-home-hero__visual {
		width: 100%;
		height: auto;
		min-height: 0;
		justify-self: center;
		align-self: center;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.home .nearyo-home-hero__visual-stack {
		width: 100%;
		max-width: 520px;
		max-height: 420px;
		height: auto;
		aspect-ratio: 32 / 38;
	}

	.home .nearyo-stat-card--hero {
		width: 14rem;
		padding: 12px 14px;
	}

	.home .nearyo-stat-card--hero-businesses {
		left: 2%;
	}

	.home .nearyo-stat-card--hero-cities {
		right: 2%;
	}

	.home .nearyo-stat-card--hero-fresh {
		right: 6%;
		bottom: 7%;
	}

	.nearyo-home-hero__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-height: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.nearyo-home-hero__content {
		width: 100%;
		padding: 0;
		gap: var(--space-30);
		align-items: center;
		text-align: center;
	}

	.nearyo-home-hero__content > * {
		max-width: 100%;
	}

	.home .nearyo-home-eyebrow {
		align-self: center;
	}

	.nearyo-home-hero__details {
		display: flex;
		justify-content: center;
	}

	.nearyo-home-hero__title {
		width: 100%;
		max-width: 333px;
		line-height: 1.04;
		letter-spacing: -1.2px;
	}

	.nearyo-home-hero__body {
		width: 100%;
		max-width: 320px;
	}

	.home .nearyo-home-hero__title,
	.home .nearyo-home-hero__body {
		width: 100%;
	}

	.home .nearyo-stat-row {
		justify-content: center;
		width: 100%;
	}

	.nearyo-search-panel {
		display: flex;
		flex-direction: column;
		height: auto;
		gap: var(--space-15);
		padding: 15px;
	}

	.nearyo-search-panel__filters {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		height: auto;
		align-items: stretch;
		row-gap: var(--space-15);
	}

	.nearyo-search-panel__field,
	.nearyo-search-panel__field--wide,
	.nearyo-search-panel__field--city,
	.nearyo-search-panel__cta {
		width: 100%;
	}

	.nearyo-search-panel__field,
	.nearyo-search-panel__field--wide {
		padding: 0 15px;
	}

	.nearyo-search-panel__field--city {
		grid-column: auto;
		padding: 0 15px;
	}

	.nearyo-search-panel__cta-slot {
		width: 100%;
	}

	.nearyo-search-panel__menu {
		position: absolute;
		top: calc(100% + 15px);
		left: -15px;
		min-width: 220px;
		margin-top: 0;
		padding: 15px;
		border: 1px solid #e2e2e2;
		border-radius: 14px;
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
		opacity: 0;
		visibility: hidden;
		transform: translateY(8px);
	}

	.nearyo-search-panel__divider {
		display: none;
	}

	.nearyo-search-panel__select-wrap.is-open .nearyo-search-panel__menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.nearyo-stat-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		gap: var(--space-15);
	}

	.nearyo-stat-row > .nearyo-stat-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.nearyo-stat-card {
		width: auto;
		min-width: 0;
	}

	.nearyo-home-hero__visual {
		width: 100%;
		height: auto;
		min-height: 0;
		justify-self: center;
		align-self: center;
		align-items: center;
		justify-content: center;
		margin: 15px auto 0;
	}

	.nearyo-home-hero__visual-stack {
		width: 100%;
		max-width: 520px;
		max-height: 420px;
		height: auto;
		aspect-ratio: 32 / 38;
	}

	.nearyo-stat-card--hero {
		width: 14rem;
		padding: 12px 14px;
	}

	.nearyo-stat-card--hero-businesses {
		left: 2%;
	}

	.nearyo-stat-card--hero-cities {
		right: 2%;
	}

	.nearyo-stat-card--hero-fresh {
		right: 6%;
		bottom: 7%;
	}

	.nearyo-popular-countries__grid {
		grid-template-columns: 1fr;
	}

	.nearyo-country-top-rated-studios .nearyo-top-rated-studios__grid {
		grid-template-columns: 1fr;
	}

	.nearyo-country-card__image,
	.nearyo-country-card__title,
	.nearyo-country-card__meta,
	.nearyo-country-card__excerpt {
		width: auto;
	}

	.nearyo-why-trust__inner {
		grid-template-columns: 1fr;
		gap: var(--space-30);
	}

	.nearyo-why-trust__intro {
		align-items: center;
		gap: var(--space-30);
		text-align: center;
	}

	.nearyo-why-trust__title {
		width: 100%;
		font-size: var(--font-h2);
	}

	.nearyo-why-trust__body {
		width: 100%;
	}

	.nearyo-why-trust__grid {
		grid-template-columns: 1fr;
	}

	.nearyo-newsletter-cta__content,
	.nearyo-newsletter-cta__title,
	.nearyo-newsletter-cta__body,
	.nearyo-newsletter-cta .ds2-form--newsletter,
	.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__submit {
		width: 100%;
		max-width: 100%;
	}

	.nearyo-newsletter-cta .ds2-form--newsletter .ds2-form__fields {
		width: 100%;
		max-width: 100%;
	}
}


