.page-template-template-application-obshchina {
	background-color: #f5efe7;
	background-image:
		radial-gradient(circle at 8% 14%, rgba(138, 61, 34, 0.08) 0, rgba(138, 61, 34, 0) 21%),
		radial-gradient(circle at 88% 10%, rgba(24, 33, 43, 0.06) 0, rgba(24, 33, 43, 0) 18%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0, rgba(255, 255, 255, 0.34) 1px, transparent 1px, transparent 34px);
}

.page-template-template-application-obshchina #content-wrap {
	width: 100%;
	max-width: 1200px;
}

.page-template-template-application-obshchina #primary.content-area,
.page-template-template-application-obshchina #content.site-content {
	width: 100%;
	max-width: none;
	margin: 0;
}

.ro-app-page {
	padding: 28px 0 72px;
	color: #18212b;
}

.ro-app-shell {
	display: grid;
	gap: 24px;
}

.ro-app-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 20px;
	align-items: stretch;
}

.ro-app-hero-copy,
.ro-app-hero-panel,
.ro-app-section,
.ro-app-feature-card,
.ro-app-download {
	border: 1px solid #d9e0e5;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
}

.ro-app-hero-copy {
	position: relative;
	overflow: hidden;
	padding: 30px;
	background: linear-gradient(180deg, #faf8f4 0%, #fff 100%);
}

.ro-app-eyebrow,
.ro-app-section-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a3d22;
}

.ro-app-title {
	max-width: 760px;
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.04;
	color: #18212b;
}

.ro-app-lead {
	max-width: 680px;
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: #415161;
}

.ro-app-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.ro-app-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #d9e0e5;
	border-radius: 999px;
	background: #fff;
	color: #18212b;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.2s ease;
}

.ro-app-button:hover,
.ro-app-button:focus {
	border-color: #bfc9d2;
	background: #f7f8f9;
	color: #18212b;
}

.ro-app-button-primary {
	border-color: #8a3d22;
	background: #8a3d22;
	color: #fff;
}

.ro-app-button-primary:hover,
.ro-app-button-primary:focus {
	border-color: #6c2d16;
	background: #6c2d16;
	color: #fff;
}

.ro-app-hero-panel {
	position: relative;
	display: grid;
	align-content: start;
	gap: 16px;
	min-height: 330px;
	padding: 24px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(251, 243, 237, 0.96) 0%, rgba(255, 255, 255, 0.96) 68%),
		linear-gradient(45deg, rgba(138, 61, 34, 0.08) 25%, transparent 25%, transparent 75%, rgba(138, 61, 34, 0.08) 75%);
	background-size: auto, 24px 24px;
	border-color: #e4d3c8;
}

.ro-app-hero-mark {
	position: absolute;
	right: -54px;
	bottom: -42px;
	width: 72%;
	max-width: 310px;
	height: auto;
	object-fit: contain;
	opacity: 0.13;
	pointer-events: none;
}

.ro-app-hero-panel h2 {
	position: relative;
	z-index: 1;
	max-width: 320px;
	margin: 0;
	font-size: 30px;
	line-height: 1.12;
	color: #18212b;
}

.ro-app-hero-panel p {
	position: relative;
	z-index: 1;
	max-width: 360px;
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: #4d5f70;
}

.ro-app-hero-points {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: auto;
}

.ro-app-hero-points span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid #d9e0e5;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	color: #263646;
	font-size: 14px;
	font-weight: 700;
}

.ro-app-section,
.ro-app-download {
	display: grid;
	gap: 20px;
	padding: 24px;
}

.ro-app-section-head {
	display: grid;
	gap: 10px;
}

.ro-app-section-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.12;
	color: #18212b;
}

.ro-app-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ro-app-capability {
	position: relative;
	min-height: 124px;
	padding: 18px 18px 18px 42px;
	border: 1px solid #d9e0e5;
	border-radius: 16px;
	background: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	color: #263646;
}

.ro-app-capability::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #8a3d22;
	box-shadow: 0 0 0 5px rgba(138, 61, 34, 0.1);
}

.ro-app-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ro-app-feature-card {
	display: grid;
	gap: 12px;
	padding: 22px;
}

.ro-app-feature-card h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	color: #18212b;
}

.ro-app-feature-card p,
.ro-app-download-copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #4d5f70;
}

.ro-app-download {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	background: linear-gradient(135deg, #fbf3ed 0%, #fff 74%);
	border-color: #e4d3c8;
}

.ro-app-download-copy {
	display: grid;
	gap: 12px;
}

.ro-app-store-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.ro-app-store-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 164px;
	height: 50px;
	padding: 6px 10px;
	border: 1px solid #d9e0e5;
	border-radius: 12px;
	background: #fff;
	transition: 0.2s ease;
}

.ro-app-store-link:hover,
.ro-app-store-link:focus {
	border-color: #bfc9d2;
	background: #f7f8f9;
}

.ro-app-store-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 960px) {
	.ro-app-hero,
	.ro-app-download {
		grid-template-columns: 1fr;
	}

	.ro-app-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ro-app-store-links {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.ro-app-page {
		padding: 18px 0 48px;
	}

	.ro-app-hero-copy,
	.ro-app-hero-panel,
	.ro-app-section,
	.ro-app-feature-card,
	.ro-app-download {
		border-radius: 16px;
	}

	.ro-app-hero-copy,
	.ro-app-section,
	.ro-app-download {
		padding: 20px;
	}

	.ro-app-hero-panel {
		min-height: 0;
		padding: 18px;
	}

	.ro-app-capability-grid,
	.ro-app-feature-grid {
		grid-template-columns: 1fr;
	}

	.ro-app-button,
	.ro-app-store-link {
		width: 100%;
	}
}
