#page-home{
	overflow-x: hidden;
}
.hover-effect_1 {
	position: relative;
	overflow: hidden;
	display: flex;

}

.hover-effect_1::after {
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: hsla(0, 0%, 100%, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
	z-index: 1
}

.hover-effect_1:hover::after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent
}
.item-banner-slicks{
	margin-bottom: 0;
}
.promo-card{
	padding: 50px 0
}
.promo-card__ttl{
	font-size: 35px;
	margin-bottom: 10px;
}
.promo-card__ttl .lead{
	text-shadow: rgb(166, 166, 166) 1px 2px 2px;
}
.promo-card__ttl .txt{
	color: #a00009;
	text-shadow: rgb(166, 166, 166) 1px 2px 2px;
}
.promo-card__desc{
	color: #e05101;
	font-size: 25px;
	font-weight: 600;
    margin-bottom: 23px;
}
.promo-card__block {
	max-width: 1200px;
	background: white;
	border: 2px solid #f9c74f;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	/* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
	display: flex;
	gap: 60px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.promo-card__block::before,
.promo-card__block::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background: white;
	border: 2px solid #f9c74f;
	border-radius: 50%;
	top: -33px;
	left: 329px;
	z-index: 2;
}

.promo-card__block::before {
	clip-path:polygon(0 48%, 100% 48%, 100% 100%, 0% 100%);
}

.promo-card__block::after {
	bottom: -33px;
	top: auto;
	clip-path: polygon(0 0, 100% 0, 100% 51%, 0 51%);
}


.promo-card__sidebar {
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	/* gap: 20px; */
	gap: 10px;
	text-align: center;
}

.promo-card__sidebar:after{
	content:"";
	position: absolute;
	left: 360px;
	top: 0;
	height: 100%;
	border-left: 1px dashed rgb(255, 187, 1);
}
.promo-card__badge, .promo-card__sidebar>p:first-child {
	background: linear-gradient(140deg, rgb(252, 235, 214), rgb(133, 119, 0));
	color: white;
	padding: 12px 20px;
	border-radius: 16px 16px 16px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(212,165,116,0.3);
	margin-left: -59px;
	position: relative;
}

.promo-card__badge:before, .promo-card__sidebar>p:first-child::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 17px;
    background: linear-gradient(30deg, rgb(253, 251, 251), rgb(133, 119, 6));
    display: block;
    left: 0;
    top: 100%;
    border-radius: 0 0 0 99px;
}
.promo-card__badge:before{
	
}

.promo-card__price-box {
	background: white;
	/* border: 2px solid #e0e0e0; */
	border-radius: 12px;
	padding: 0;
	text-align: center;
	/* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

.promo-card__price-label {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 500;
}

.promo-card__price-amount {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}


.promo-card__cta-button, .promo-card__sidebar h3 {
	background: rgb(1, 181, 78);
	color: white;
	padding: 10px 12px;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
	max-width: 240px;
	margin: 0 auto 15px;
	box-shadow: rgb(126, 217, 87) 4px 4px 0px 0px;
	transition: all 0.3s ease;
}

.promo-card__cta-button:hover, .promo-card__sidebar h3:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(40,167,69,0.4);
}

.promo-card__notice, .promo-card__sidebar h4 {
	background: #f2decd;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    color: black;
    font-weight: 500;
}


.promo-card__content {
	flex: 1;
	padding-left: 20px;
}
.promo-card__content ul li::before{
	content:"";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2269px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2269px%22%20%20class%3D%22%22%20fill%3D%22rgba(13%2C%20183%2C%2079%2C%201.0)%22%3E%3Cpath%20d%3D%22m421-298%20283-283-46-45-237%20237-120-120-45%2045%20165%20166Zm59%20218q-82%200-155-31.5t-127.5-86Q143-252%20111.5-325T80-480q0-83%2031.5-156t86-127Q252-817%20325-848.5T480-880q83%200%20156%2031.5T763-763q54%2054%2085.5%20127T880-480q0%2082-31.5%20155T763-197.5q-54%2054.5-127%2086T480-80Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.promo-card__content ul {
	margin-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 18px;
}
.promo-card__content ul li{
	list-style: none;
}
.promo-card__content ul li{
	padding-left: 27px;
	position: relative;
}

.promo-card__title {
	color: #ff6b35;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}


.payment-section{
	background: url('../images/bg-payment-section.jpg') no-repeat center/cover;
	padding: 35px 0;
}
.payment-section__heading{
	text-decoration: underline;
	text-underline-offset: 3px;
	margin-bottom: 10px;
}
.payment-section__table table{
	border: 2px solid white;
	color: #03224c;
	font-size: 18px;
	border-collapse: collapse;
	text-align: center;
}
.payment-section__table table tr td, .payment-section__table table tr th{
	border: 2px solid white;
	padding: 10px 15px;
}
.payment-section__table table thead th{
	background: #7b2818;
	color: white;
}
.payment-section__table table tbody tr:nth-child(2n){
	background: #ffffff80;
}
.vista-price{
	padding: 40px 0;
	background: #560b0c;
	color: white;
}
.vista-price__ttl{
	color: #f2decd;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.vista-price__ttl span{
	color: #ffbb01;
}
.vista-price__column{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 5px;
	margin-bottom: 25px;
}
.vista-price__column-wrap{
	color: white;
}
.vista-price__column-wrap:hover{
	color: #f9c74f;
}
.vista-price__column-img{
	margin-bottom: 5px;
	line-height: 0;
}
.vista-price__column-ttl{
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	transition: all .3s ease-in;
	animation: pulse 3s infinite;
}
.vista-price__column-ttl:hover{
	color: #f9c74f;
}
.vista-price__seemore{
	width: 33px;
	height: 33px;
	display: inline-block;
	    padding: 5px;
}
.vista-price__seemore svg{
	width: 18px;
    height: 18px;
}
.overview-info {
	background: white;
	border: 1.5px solid #a6a6a6;
	border-radius: 8px;
	padding: 30px;
	max-width: 1018px;
	margin: 0 auto 20px;
}
.overview-info__title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 25px;
}
.overview-info__ct ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 18px;
	gap: 10px 30px;
}
.overview-info__ct ul li{
	position: relative;
	border-bottom: 1px solid rgb(217, 217, 217);
	padding-left: 50px;
	padding-bottom: 10px;
}
.overview-info__ct ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	border: 1px solid black;
	border-radius: 50%;
}

.home-overview{
	padding: 40px 0;
}
.home-overview__ttl {
    margin-bottom: 20px;
}
.home-overview__ttl-lead {
    font-size: 40px;
    color: #1d375a;
}

.home-overview__ttl-txt {
    font-size: 30px;
    color: #f85f00;
}
.overview-content{}
.overview-content__ttl{
	margin-bottom: 15px;
}
.overview-content__iframe iframe{
	width: 100%;
}
.home-location{
	background: #430405;
	padding: 30px 0;
	color: white;
}
.home-location__heading {
    border-left: 12px solid rgb(248, 95, 0);
    padding-left: 10px;
    color: #ffbb01;
	margin-bottom: 30px;
}
.masterplan {background: url(../images/bg-payment-section.jpg) no-repeat center / cover;padding: 35px 0;}


.masterplan__header {
	text-align: center;
	margin-bottom: 30px;
}


.masterplan__surtitle {
	color: #c4653c;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.masterplan__title {
	color: #1a4d7a;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1px;
}


.masterplan__map-img {
	margin-bottom: 40px;
}


.masterplan__map-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}





.masterplan__products-title {
	color: #8b2f1b;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 25px;
}


.masterplan__products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}


.product-card {
	background: white;
	border-radius: 12px;
	padding: 10px;
	text-align: center;
	box-shadow: rgb(0, 0, 0) 0px 0px 3px 0px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}


.product-card--yellow {
	background: #f4dc15;
	/* border: 3px solid #e6b000; */
}


.product-card--purple {
	background: #c28dd1;
	/* border: 3px solid #a370a3; */
}


.product-card--beige {
	background: white;
	/* border: 3px solid #d4c0a8; */
}


.product-card__count {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.product-card__percentage {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
}

.product-card__description {
	font-size: 16px;
	font-weight: 600;
	color: #2d2d2d;
	line-height: 1.4;
}
.zone-cards {

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.zone-card {
	background: linear-gradient(135deg, #f5e6d3 0%, #ead5be 100%);
	border-radius: 16px;
	padding: 25px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	display: flex;
    flex-direction: column;
}

.zone-card__header {
	margin-bottom: 20px;
}

.zone-card__subtitle {
	color: #8b2f1b;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.zone-card__title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.zone-card__image-wrapper {
	width: 100%;
	height: 220px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.zone-card__image-wrapper:hover img{
	transform: scale(1.09);
}
.zone-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease-in;
}

.zone-card__description {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 20px;
	min-height: 100px;
}

.zone-card__specs-title {
	color: #c4653c;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}

.zone-card__specs-list {
	list-style: none;
	margin-bottom: 20px;
}

.zone-card__spec-item {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}

.zone-card__spec-item::before {
	content: '▪';
	color: #8b2f1b;
	font-size: 16px;
	flex-shrink: 0;
}

.zone-card__spec-label {
	font-weight: 400;
}


.zone-card__spec-value {
	font-weight: 700;
	color: #c4653c;
}


.zone-card__data-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.zone-card__table-header {
	background: #8b2f1b;
	color: white;
	font-weight: 700;
	padding: 12px 10px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #7a2616;
}


.zone-card__table-cell {
	padding: 12px 10px;
	text-align: center;
	font-size: 13px;
	color: #333;
	border: 1px solid #ddd;
}


.zone-card__table-cell--left {
	text-align: left;
	font-weight: 600;
}


.zone-card__cta-button {
	width: 100%;
	background: linear-gradient(135deg, #8b2f1b 0%, #6d2415 100%);
	color: white;
	padding: 16px 30px;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: auto;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(139,47,27,0.3);
}

.zone-card__cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(139,47,27,0.4);
	background: linear-gradient(135deg, #a33620 0%, #8b2f1b 100%);
}
.section-zone{
	padding: 30px 0;
}
.section-zone__ttl{
	font-size: 30px;
	margin-bottom: 25px;
}
.section-zone__ttl>*{
	display: block;
	text-shadow: rgb(166, 166, 166) 1px 2px 2px;
}
.section-zone__ttl .blue{
	color: #022e6b;
}
.section-zone__ttl .red{
	color: #a00009;
}
.home-project{
	background: url(../images/bg-payment-section.jpg) no-repeat center / cover;
	padding: 35px 0 0;
}
.project-galaxy__item>a{
	display: block;
	line-height: 0;
	margin-bottom: 0;
}
.townhouse {
  padding: 30px 0;
  background-color: #4b0e0e;
  color: #fff;
}
.townhouse2{
	background: url(../images/bg-payment-section.jpg) no-repeat center / cover;
	background-attachment: fixed;
	color: #430405;
}
.townhouse4{
	color: #4f0e10;
	padding: 30px 0;
}
.townhouse2 .townhouse__title{
	color: #a00009;
	text-shadow: #545454 1px 0px 2px;
}
.townhouse2 .townhouse__subtitle{
	color: #a00009;
	text-shadow: #545454 1px 0px 2px;
}
.townhouse__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}

.townhouse__info {
 
}
.home-location__block{
	gap: 20px 0;
}
.townhouse-column{
	margin-top: 30px;
	gap: 15px 0;
}
.townhouse__block{
	gap: 20px;
}
.townhouse-column__img{
	margin-bottom: 5px;
}
.townhouse-column__img img{
	width: 100%;
}
.townhouse-column__ttl{
	font-weight: 700;
	text-decoration: underline;
	color: black;
}

.townhouse__subtitle {
  color: #ffcc00;
  font-size: 18px;
  margin: 0;
}

.townhouse__title {
  font-size: 55px;
  font-weight: bold;
  color: #ffcc66;
  margin-bottom: 20px;
}

.townhouse__desc table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.townhouse__desc table th,
.townhouse__desc table td {
  border: 1px solid #663333;
  padding: 10px;
  text-align: left;
}

.townhouse__desc table thead th {
  background-color: #e0b98a;
  color: #000;
  font-weight: bold;
}





.townhouse__image {

  text-align: center;
}

.townhouse__image img {
  max-width: 100%;
  height: 100%;
}
.home-banner{
	background: #f2decd;
	padding: 30px 0;
	
}
.home-banner2{
	position: relative;
	    z-index: 1;
    overflow: hidden;
}
.home-banner--red{
	background: #560b0c;
}
.home-banner2__bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	filter: blur(5px);
	z-index: -1;
	line-height: 0;
}
.home-banner2__bg img{
	width: 100%;
}
.home-banner2__img{
	line-height: 0;
}
.home-banner2__img img{
	width: 100%;
}
.sr-only {
    position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.price-cta {
	background: #4f0e10;
	color: #fff;
	text-align: center;
	padding: 32px  20px 22px;
}
.price-cta.style2{
	background: #f2decd;
	color: #560b0c;
}
.price-cta.style2 .price-cta__title{
	color: #560b0c;
}

.price-cta__title {
	margin: 0 0 6px;
	letter-spacing: 0.16em;
	font-weight: 800;
	font-size: clamp(20px, 3vw, 28px);
}
.price-cta__sub {

	margin-bottom: 16px;
	font-size: 20px;
}


.price-cta__form {
	display: grid;
	grid-template-columns: 1.1fr 1fr auto;
	gap: 16px;
	align-items: stretch;
	margin-inline: auto;
	max-width: 980px;
}
.price-cta__field {
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 48px;
}
.price-cta__input {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #111;
	font-size: 16px;
}
.price-cta__input::placeholder {
	color: #7a7a7a;
	letter-spacing: 0.03em;
}

.price-cta__option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #111;
	font-weight: 600;
	width: 100%;
}
.price-cta__radio {
	width: 16px;
	height: 16px;
	accent-color: #2c7dff;
}
.price-cta__option-text {
	white-space: nowrap;
}


.price-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 26px;
	height: 48px;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: linear-gradient(90deg, #ff6b00, #ff8a00);
	transition: transform 0.08s ease, filter 0.2s ease;
	min-width: 260px;
	font-size: 18px;
}
.price-cta__btn:hover {
	filter: brightness(1.05);
}
.price-cta__btn:active {
	transform: translateY(1px);
}
.price-cta__btn-icon {
	display: inline-flex;
}
.price-cta__btn-icon svg{
	width: 32px;
}

.price-cta__note {
	margin: 12px 0 0;
	
	font-size: 13px;
}
.home-galaxy{
	padding: 30px 0;
}
.home-galaxy__row{
	gap: 6px 0;
	--gutter: 3px; 
}
.home-galaxy__row>.clm:first-child{
	margin-bottom: 10px;
}
.home-galaxy__wrap{
	display: block;
	height: 100%;
}
.home-galaxy__img{
	line-height: 0;
	height: 100%;
}
.home-galaxy__img img{
	width: 100%;
	height: 100%;
}
.s360do{
	line-height: 0;
}
/* Popup overlay */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.popup.is-open{
	display: flex;
}

/* Content box */
.popup__content {
    background: #f5e3d5;
    border-radius: 6px;
    max-width: 420px;
    width: 100%;
    padding: 25px 20px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Close button */
.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Title */
.popup__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}

/* Update text */
.popup__update {
  text-align: center;
  color: #c40000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Description */
.popup__desc {
  text-align: center;
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

/* File list */
.popup__files-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

.popup__file-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.popup__file {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 6px;
}

.popup__file-icon {
  width: 25px;
  padding: 0;
  margin-right: 8px;
}
.popup__button-icon svg{
  width: 23px;
  height: 23px;
}

/* Form */
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup__input {
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 4px;
}

.popup__button {
  background: #b60000;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 14px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.popup__button:hover {
  background: #a00000;
}

.popup__button-icon {
  font-size: 16px;
}

/* Overlay */
.popup-price {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-price.is-open {
  display: flex;
}

.popup-price__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Content */
.popup-price__content {
  position: relative;
  background: #fff;
  max-width: 900px;
  width: 100%;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  z-index: 1001;
  max-height: 100%;
  overflow-y: auto;
}

/* Close button */
.popup-price__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Body layout */
.popup-price__body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Left */
.popup-price__left {

}
.popup-price__image {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Right */
.popup-price__right {

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title */
.popup-price__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #900;
  text-transform: uppercase;
}

/* List */
.popup-price__list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.popup-price__item {
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 25px;
  position: relative;
}
.popup-price__item::before {
  content: "✔";
  color: green;
  position: absolute;
  left: 0;
}

/* Description */
.popup-price__desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

/* Form */
.popup-price__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-price__input {
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 4px;
}
.popup-price__button {
  background: #900;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 14px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.popup-price__button:hover {
  background: #700;
}


@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@media screen and (max-width: 1200px) {
	.promo-card__block {
    	max-width: 90%;
		margin: 0 auto 20px;
	}
	.promo-card__sidebar {
    	flex: 0 0 230px;
	}
	.promo-card__cta-button{
		font-size: 16px;
	}
	.promo-card__block::before, .promo-card__block::after{
		left: 260px;
	}
	.promo-card__sidebar:after{
		left: 292px;
	}
	.promo-card__notice{
		font-size: 14px;
	}
	.promo-card__title{
		font-size: 22px;
	}
}
@media screen and (max-width: 992px) {
	.zone-cards{
		grid-template-columns: 1fr;
	}
	.promo-card {
		padding: 30px 0;
	}
	.promo-card__ttl{
		font-size: 24px;
	}
	.promo-card__desc {
		font-size: 20px;
	}
	.vista-price__ttl{
		font-size: 23px;
	}
	.vista-price__column{
		grid-template-columns: repeat(2, 1fr);
	}
	.vista-price__column-ttl{
		font-size: 13px;
	}
	.home-overview__ttl-lead{
		font-size: 23px;
	}
	.home-overview__ttl-txt{
		font-size: 25px;
	}
	.overview-info__ct ul{
		font-size: 16px;
	}
	
	
}
@media screen and (max-width: 767px) {
	.masterplan__header{
		margin-bottom: 20px;
	}
	.masterplan__title{
		font-size: 26px;
	}
	.home-overview{
		padding: 30px 0;
	}
	.overview-content{
		flex-direction: column-reverse;
	}
	.overview-content__ttl{
		margin-bottom: 5px;
    	font-size: 18px;
	}
	.overview-info{
		padding: 15px;
	}
	.overview-info__ct ul{
		grid-template-columns: 1fr;
	}
	.overview-info__ct ul li{
		padding-left: 24px;
		text-align: center;
	}
	.product-card{
		padding: 2px;
	}
	.masterplan__map-img {
    	margin-bottom: 20px;
	}
	.masterplan__products-grid{
		gap: 10px;
	}
	.product-card__count{
		font-size: 13px;
		margin-bottom: 0;
	}
	.product-card__description{
		font-size: 13px;
	}
	.promo-card__block{
		flex-wrap: wrap;
		gap: 25px;
		padding: 20px;
	}
	.promo-card__sidebar{
		flex: 100%;
		position: relative;
		padding-bottom: 30px;
		gap: 10px;
	}
	.promo-card__block::before, .promo-card__block::after{
		display: none;
	}
	.promo-card__sidebar::before, .promo-card__sidebar::after {
		content: '';
		position: absolute;
		width: 38px;
		height: 38px;
		background: white;
		border: 2px solid #f9c74f;
		border-radius: 50%;
		bottom: 0;
		left: -42px;
		top: auto;
		z-index: 2;
		transform: translateY(50%);
	}
	.promo-card__sidebar:before{
		clip-path: polygon(47% 0, 100% 0%, 100% 100%, 47% 100%)
	}
	.promo-card__sidebar::after {
		clip-path: polygon(0 0, 53% 0, 53% 100%, 0 100%);
	}
	.promo-card__badge, .promo-card__sidebar>p:first-child{
		margin-left: -48px;
		width: fit-content;
	}
	.promo-card__sidebar::after{
		left: auto;
		right: -42px;
	}
	.promo-card__content{
		position: relative;
		padding-left: 0;
	}
	.promo-card__content::before{
		content: "";
		border-top: 1px dashed #f9c74f;
		position: absolute;
		top: -25px;
		left: -20px;
        width: calc(100% + 40px);
	}
	.promo-card__price-label {
    	font-size: 16px;
		margin-bottom: 0px;
	}
	.payment-section__table table tr td, .payment-section__table table tr th{
		padding: 2px;
	}
	.payment-section__table table{
		font-size: 16px;
	}
	.payment-section__table table thead th:nth-child(1){
		width: 100px;
	}
	.section-zone__ttl {
    	font-size: 22px;
	}
	.price-cta__form{
		grid-template-columns: 1fr;
	}
	.masterplan__surtitle{
		margin-bottom: 0;
	}
	
}