/*-------------------------*/
/***** IKRA LANDING *****/
/*-------------------------*/

#ikra-page {
	font-size: 16px;
	color: #333;
}

/* Override vobla-box image with ikra */
#ikra-page #offer .vobla-box {
	background: none;
}

#ikra-page #offer .offer-container {
	background: none;
}

#ikra-page #offer .vobla-box:before {
	background: url(../img/ikra-without-light.png) center center no-repeat;
	background-size: contain;
}

#ikra-page #made .made-text {
    font-size: 1em;
}

/* #offer and #made sections use styles from voblamania.css */

/*-------------------------*/
/***** BENEFITS *****/
/*-------------------------*/

#ikra-benefits {
	padding: 90px 0;
	background: #f1f1f1;
}

.ikra-benefits-row {
	display: flex;
	gap: 60px;
	align-items: center;
}

.ikra-benefits-text {
	flex: 1.5;
}

.ikra-benefits-text h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2em;
	margin: 0 0 25px 0;
}

.ikra-benefits-text p {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #555;
	margin-bottom: 15px;
}

.ikra-nutrition-box {
	flex: 0.8;
	background: #ffffff;
	padding: 40px;
	border: 1px solid #eee;
	min-width: 300px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}

.ikra-nutrition-box h4 {
	margin: 0 0 5px 0;
	font-size: 1.15em;
}

.ikra-nutrition-box small {
	color: #999;
}

.ikra-nutrition-table {
	width: 100%;
	margin-top: 20px;
}

.ikra-nutrition-item {
	display: flex;
	justify-content: space-between;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
	font-size: 1.05em;
}

.ikra-nutrition-item:last-child {
	border: none;
}

.ikra-nutrition-val {
	font-weight: bold;
	color: #ff4c06;
	font-size: 1.2em;
}

/*-------------------------*/
/***** FEATURES *****/
/*-------------------------*/

#ikra-features {
	padding: 90px 0;
	background: #ffffff;
}

#ikra-features .trust-icon {
	font-size: 53px;
	color: #a6763f;
	line-height: 1;
}

#ikra-features .features-text {
	padding-bottom: 30px;
}

@media (max-width: 550px) {
	#ikra-features .trust-icon {
		font-size: 40px;
	}
}

/*-------------------------*/
/***** ASSORTMENT *****/
/*-------------------------*/

#ikra-assortment {
	padding: 90px 0;
	background: #f1f1f1;
}

.ikra-product-card {
	background: #ffffff;
	border: 1px solid #eee;
	padding: 40px 30px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ikra-product-card:hover {
	transform: translateY(-5px);
	border-color: #ff4c06;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
}

.ikra-product-card h3 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}

.ikra-product-card p {
	color: #666;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.ikra-product-card small {
	color: #999;
	display: block;
	margin-bottom: 15px;
}

.ikra-price-tag {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff4c06;
	margin-top: auto;
	padding-top: 15px;
}

.ikra-product-min {
	font-size: 0.9em;
	color: #999;
	padding: 5px 0 0 0;
	font-style: italic;
}

.ikra-assortment-cta {
	text-align: center;
	padding-top: 50px;
}

/*-------------------------*/
/***** PRICE TABLE *****/
/*-------------------------*/

#ikra-price-table {
	padding: 90px 0;
	background: #ffffff;
}

.ikra-price-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.ikra-price-table th,
.ikra-price-table td {
	padding: 20px 25px;
	border: 1px solid #eee;
	text-align: left;
	font-size: 1.05em;
}

.ikra-price-table th {
	background: #212121;
	color: #fff;
	font-size: 0.95em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ikra-price-table tbody tr:hover {
	background: #fafafa;
}

.ikra-price-note {
	margin-top: 15px;
	color: #999;
	font-size: 0.9em;
}

/*-------------------------*/
/***** GEO & GUARANTEE *****/
/*-------------------------*/

#ikra-info {
	padding: 90px 0;
	background: #f1f1f1;
}

.ikra-info-card {
	background: #ffffff;
	padding: 40px;
	border-left: 5px solid #ff4c06;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
	border-radius: 0 10px 10px 0;
	height: 100%;
}

.ikra-info-card h3 {
	font-size: 1.3em;
	margin: 0 0 15px 0;
}

.ikra-info-card p {
	color: #555;
	line-height: 1.6em;
	margin: 0;
}

/*-------------------------*/
/***** CONTACTS *****/
/*-------------------------*/

#ikra-contacts {
	padding: 90px 0;
	background: #ffffff;
}

.ikra-contacts-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 50px;
}

.ikra-contact-unit {
	text-align: center;
	min-width: 200px;
}

.ikra-contact-unit h4 {
	color: #ff4c06;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

.ikra-contact-unit p {
	margin: 5px 0;
	font-size: 1.1em;
}

.ikra-contact-unit a {
	color: #25d366;
	text-decoration: none;
	font-weight: bold;
}

.ikra-contact-unit a:hover {
	text-decoration: underline;
}

.ikra-address {
	margin-top: 50px;
	text-align: center;
	color: #555;
}

/*-------------------------*/
/***** RESPONSIVE *****/
/*-------------------------*/

@media (max-width: 992px) {
	.ikra-benefits-row {
		flex-direction: column;
	}

	.ikra-nutrition-box {
		margin-top: 30px;
		min-width: auto;
		width: 100%;
	}

	.ikra-contacts-list {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 768px) {
	#ikra-benefits,
	#ikra-features,
	#ikra-assortment,
	#ikra-price-table,
	#ikra-info,
	#ikra-contacts {
		padding: 60px 0;
	}

	.ikra-info-card {
		margin-bottom: 20px;
	}
	
	#ikra-page #offer .vobla-box:before {
		background-size: 128%;
	}	
	
	.ikra-benefits-row {
		gap: 0px;
	}	
	
}

@media (max-width: 550px) {
	.ikra-price-table th,
	.ikra-price-table td {
		padding: 12px 10px;
		font-size: 0.9em;
	}
	
	.ikra-price-table th {
		font-size: 0.75em;
	}	
		
	#ikra-price-table .section-big-title {
		padding-bottom: 13px;
	}	
	
	#ikra-page .section-big-title {
		padding-bottom: 40px;
		max-width: 95%;
		margin: 0 auto;
	}	
		
	.ikra-benefits-text h2 {
		font-size: 1.7em;
	} 
	
	#ikra-page .trust-item {
		margin-bottom: 35px;
	}
		
}
