/* Sonder.by homepage — supplementary styles */

/* ── Hero: sizes unchanged ── */
body.home-page #home h1.h1 {
	font-size: 64px;
	line-height: 1.2;
}

body.home-page #home .hero-content-a > p {
	font-size: 26px;
	line-height: 1.65;
}

body.home-page #home .uniq-card p {
	font-size: 20px;
	line-height: 1.5;
	padding-left: 0;
	margin: 0;
	text-align: left;
}

body.home-page #home .uniq-points {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}

body.home-page #home .uniq-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 24px;
}

body.home-page #home .uniq-card i {
	margin-bottom: 0;
	margin-right: 14px;
	flex-shrink: 0;
}

/* Hero image: fix inline gap and crop bottom artifact line from hero_ru.jpg */
body.home-page #home .sol-image {
	overflow: hidden;
	line-height: 0;
	border-radius: 14px;
}

body.home-page #home .sol-image img {
	display: block;
	width: 100%;
}

/* ── All sections except Hero: larger text ── */
body.home-page section:not(#home) h2 {
	font-size: 48px;
	line-height: 1.25;
}

body.home-page section:not(#home) h3 {
	font-size: 38px;
	line-height: 1.3;
}

body.home-page section:not(#home) h4 {
	font-size: 28px;
	line-height: 1.35;
}

body.home-page section:not(#home) h5 {
	font-size: 27px;
	line-height: 1.4;
}

body.home-page section:not(#home) p {
	font-size: 24px;
	line-height: 1.65;
}

body.home-page section:not(#home) .sec-heading p,
body.home-page section:not(#home) .page-headings p {
	font-size: 25px;
	line-height: 1.65;
}

/* ── FAQ: even larger ── */
body.home-page #faq h2 {
	font-size: 54px;
}

body.home-page #faq .home-faq .btn-link {
	font-size: 24px;
	padding: 24px 28px;
}

body.home-page #faq .home-faq .card-body {
	font-size: 23px;
	padding: 0 28px 24px;
}

/* ── Footer ── */
body.home-page .home-footer-minimal .footer-ree-c p,
body.home-page .home-footer-minimal .ft-copyright p {
	font-size: 21px;
	line-height: 1.6;
}

body.home-page .home-footer-minimal h5 {
	font-size: 24px;
}

body.home-page .home-footer-minimal .footer-links-list li a {
	font-size: 21px;
}

#contact.home-contact {
	margin-top: 0;
	padding-top: 80px;
	/* секция свёрстана белым текстом — ей нужен тёмный фон палитры */
	background: #172b43;
}

#contact.home-contact .sub-heading {
	color: #ff8a5c;
}

.sonder-quote {
	background: #fff;
	border-left: 4px solid #ff5b2e;
	border-radius: 0 12px 12px 0;
	padding: 28px 32px;
	margin: 40px auto 0;
	max-width: 720px;
	box-shadow: 0 8px 24px rgba(82, 0, 57, 0.06);
}

.sonder-quote p {
	font-size: 25px;
	line-height: 1.7;
	color: #30303c;
	margin: 0;
	font-style: italic;
}

.sonder-quote cite {
	display: block;
	margin-top: 12px;
	font-size: 19px;
	font-style: normal;
	color: #ff5b2e;
	font-weight: 600;
}

.steps-row {
	align-items: stretch;
}

.step-card {
	background: #fff;
	border-radius: 14px;
	padding: 32px 28px;
	height: 100%;
	box-shadow: 0 10px 30px rgba(82, 0, 57, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(82, 0, 57, 0.1);
}

.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff5b2e, #ff8a5c);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.step-card h4 {
	font-size: 28px;
	margin-bottom: 12px;
	color: #172b43;
}

.step-card p {
	font-size: 22px;
	line-height: 1.65;
	color: #6a6a7a;
	margin: 0;
}

.pricing-card {
	background: #fff;
	border-radius: 14px;
	padding: 36px 28px;
	text-align: center;
	height: 100%;
	box-shadow: 0 10px 30px rgba(82, 0, 57, 0.06);
	border: 2px solid transparent;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.pricing-card:hover {
	border-color: #ff5b2e;
	transform: translateY(-4px);
}

.pricing-card.featured {
	border-color: #ff5b2e;
	position: relative;
}

.pricing-card .price-tag {
	font-size: 44px;
	font-weight: 700;
	color: #172b43;
	margin: 16px 0 8px;
}

.pricing-card .price-tag span {
	font-size: 21px;
	font-weight: 500;
	color: #6a6a7a;
}

.pricing-card .price-note {
	font-size: 21px;
	color: #6a6a7a;
}

.pricing-disclaimer {
	background: #fff5f0;
	border-radius: 12px;
	padding: 20px 28px;
	margin-top: 40px;
	text-align: center;
	font-size: 22px;
	line-height: 1.65;
	color: #30303c;
}

.portfolio-placeholder {
	background: #f7f7f7;
	border: 2px dashed #e0e0e0;
	border-radius: 14px;
	padding: 48px 24px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 220px;
}

.portfolio-placeholder i {
	font-size: 40px;
	color: #ccc;
	margin-bottom: 16px;
}

.portfolio-placeholder p {
	color: #999;
	font-size: 22px;
	margin: 0;
}

.mobile-direction-card {
	background: linear-gradient(135deg, #172b43 0%, #2a3f5f 100%);
	border-radius: 14px;
	padding: 48px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}

.mobile-direction-card h3 {
	color: #fff;
	margin-bottom: 12px;
	font-size: 32px;
}

.mobile-direction-card p {
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	max-width: 520px;
	font-size: 21px;
	line-height: 1.65;
}

.request-placeholder {
	background: #fff;
	border-radius: 14px;
	padding: 60px 40px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(82, 0, 57, 0.08);
	max-width: 720px;
	margin: 0 auto;
}

.request-placeholder .request-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #fff5f0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.request-placeholder .request-icon i {
	font-size: 28px;
	color: #ff5b2e;
}

.request-placeholder h3 {
	margin-bottom: 16px;
	font-size: 34px;
}

.request-placeholder p {
	color: #6a6a7a;
	max-width: 480px;
	margin: 0 auto 28px;
	line-height: 1.65;
	font-size: 24px;
}

.request-email-note {
	font-size: 21px !important;
	color: #999;
}

.btn-soon {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.home-faq .card {
	border: none;
	border-radius: 12px;
	margin-bottom: 12px;
	box-shadow: 0 4px 16px rgba(82, 0, 57, 0.04);
	overflow: hidden;
}

.home-faq .card-header {
	background: #fff;
	border: none;
	padding: 0;
}

.home-faq .btn-link {
	display: block;
	width: 100%;
	text-align: left;
	padding: 20px 24px;
	color: #172b43;
	font-weight: 600;
	font-size: 24px;
	text-decoration: none;
}

.home-faq .btn-link:hover,
.home-faq .btn-link:focus {
	color: #ff5b2e;
	text-decoration: none;
}

.home-faq .btn-link.collapsed {
	color: #172b43;
}

.home-faq .card-body {
	padding: 0 24px 20px;
	color: #6a6a7a;
	line-height: 1.7;
	font-size: 23px;
}

.home-contact-simple {
	padding: 40px 0;
}

.home-contact-simple .contact-email {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}

.home-contact-simple .contact-email:hover {
	color: #fff;
	opacity: 0.85;
}

.home-footer-minimal .footer-links-list li a {
	color: rgba(255, 255, 255, 0.7);
}

.home-footer-minimal .footer-links-list li a:hover {
	color: #ff5b2e;
}

.about-photo-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}

.about-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

@media (max-width: 991px) {
	#how .step-card h4 {
		font-size: 24px;
	}

	#how .step-card p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	body.home-page #home h1.h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	body.home-page #home .hero-content-a > p {
		font-size: 19px;
	}

	body.home-page section:not(#home) h2 {
		font-size: 34px;
	}

	body.home-page #faq h2 {
		font-size: 38px;
	}

	body.home-page section:not(#home) p {
		font-size: 20px;
	}

	body.home-page #faq .home-faq .btn-link {
		font-size: 21px;
	}

	body.home-page #faq .home-faq .card-body {
		font-size: 20px;
	}

	.mobile-direction-card {
		padding: 32px 24px;
		text-align: center;
		justify-content: center;
	}

	.request-placeholder {
		padding: 40px 24px;
	}
}

/* Hero растёт вниз вместе с визардом, а не вылезает под фиксированное меню */
body.home-page .hero-sec {
	height: auto;
	min-height: 100vh;
	padding-top: 130px;
	padding-bottom: 60px;
}

/* Кнопка входа в ЛК в мобильном меню */
#main-nav .mob-nav-login { margin-top: 28px; }
#main-nav .mob-login-btn {
	display: inline-block;
	background: #ff5b2e;
	border: 1px solid #ff5b2e;
	color: #fff !important;
	line-height: 46px;
	padding: 0 26px;
	border-radius: 100px;
	font-size: 16px;
}
#main-nav .mob-login-btn:hover { background: #fff; color: #ff5b2e !important; }

/* ...и его клон в мобильном offcanvas-меню (hc-offcanvas-nav) */
.hc-offcanvas-nav li.mob-nav-login { margin: 22px 14px 0; }
.hc-offcanvas-nav li.mob-nav-login .nav-item-wrapper { border: none; }
.hc-offcanvas-nav li.mob-nav-login a.nav-item-link {
	background: #ff5b2e !important;
	color: #fff !important;
	border: 1px solid #ff5b2e !important;
	border-radius: 100px !important;
	text-align: center;
	padding: 0px 5px !important;
	font-size: 16px;
}
.hc-offcanvas-nav li.mob-nav-login a.nav-item-link:hover {
	background: #fff !important;
	color: #ff5b2e !important;
}
