/* Посадочная SMSGate — /user/smsgate_landing.php */
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #0a1628;
	-webkit-font-smoothing: antialiased;
}
.sg-land {
	--sg-bg: #0a1628;
	min-height: 100vh;
	background: var(--sg-bg);
	--sg-surface: #12243d;
	--sg-surface2: #1a3050;
	--sg-text: #e8edf7;
	--sg-muted: #94a8c4;
	--sg-accent: #1565c0;
	--sg-accent2: #00b894;
	--sg-gold: #64b5f6;
	--sg-radius: 16px;
	--sg-shadow: 0 24px 60px rgba(0,0,0,.35);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: var(--sg-text);
	line-height: 1.55;
}
.sg-land * { box-sizing: border-box; }
.sg-land a { color: #90caf9; }
.sg-land a:hover { color: #fff; }
.sg-land-wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px 48px; }
.sg-land-hero {
	background: linear-gradient(145deg, #0d2137 0%, #1565c0 42%, #0a2838 100%);
	border-radius: 0 0 32px 32px;
	padding: 48px 20px 56px;
	margin: 0 0 40px;
	position: relative;
	overflow: hidden;
}
.sg-land-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 75% 15%, rgba(100,181,246,.22), transparent);
	pointer-events: none;
}
.sg-land-hero-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	position: relative;
}
@media (max-width: 860px) {
	.sg-land-hero-inner { grid-template-columns: 1fr; }
	.sg-land-phone { order: -1; max-width: 320px; margin: 0 auto; }
}
.sg-land-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #bbdefb;
	background: rgba(21,101,192,.35);
	border: 1px solid rgba(144,202,249,.45);
	padding: 6px 12px;
	border-radius: 999px;
	margin-bottom: 16px;
}
.sg-land-lead { font-size: 18px; color: var(--sg-muted); margin: 0 0 28px; max-width: 540px; }
.sg-land-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.sg-land-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none !important;
	transition: transform .15s, box-shadow .15s;
}
.sg-land-btn-primary {
	background: linear-gradient(135deg, #1976d2, #0d47a1);
	color: #fff !important;
	box-shadow: 0 8px 28px rgba(21,101,192,.5);
}
.sg-land-btn-primary:hover { transform: translateY(-2px); color: #fff !important; }
.sg-land-btn-ghost {
	background: rgba(255,255,255,.08);
	color: var(--sg-text) !important;
	border: 1px solid rgba(255,255,255,.15);
}
.sg-land-btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff !important; }
.sg-land-stats-note { text-align: center; font-size: 13px; color: var(--sg-muted); margin: 32px 0 12px; }
.sg-land-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 40px; }
@media (max-width: 700px) { .sg-land-stats { grid-template-columns: 1fr; } }
.sg-land-stat {
	background: var(--sg-surface);
	border: 1px solid rgba(255,255,255,.06);
	border-radius: var(--sg-radius);
	padding: 20px;
	text-align: center;
}
.sg-land-stat b { display: block; font-size: 28px; color: var(--sg-accent2); margin-bottom: 4px; }
.sg-land-stat span { font-size: 14px; color: var(--sg-muted); }
.sg-land h1, .sg-land h2, .sg-land h3,
.center .sg-land h1, .center .sg-land h2, .center .sg-land h3,
#main.center .sg-land h2, #main.center .sg-land h3 {
	color: #f4f6fc !important;
	letter-spacing: -0.02em;
	font-weight: 700;
	text-align: inherit;
}
.sg-land h1 { font-size: clamp(28px, 4vw, 42px); line-height: 1.15; margin: 0 0 16px; font-weight: 800; }
.sg-land-section-title {
	font-size: clamp(22px, 3vw, 28px);
	margin: 48px 0 24px;
	text-align: center;
	color: #fff !important;
}
.sg-land-section-title::before, .sg-land-section-title::after,
.sg-land-steps h3::before, .sg-land-steps h3::after,
.sg-land-card h3::before, .sg-land-card h3::after { display: none !important; content: none !important; }
.sg-land-section-title--left { text-align: left; margin-top: 0; }
.sg-land-section-title--cta { margin: 0 0 16px; }
.sg-land-card h3 { font-size: 17px; margin: 0 0 10px; color: #fff !important; font-weight: 600; }
.sg-land-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.sg-land-card {
	background: var(--sg-surface);
	border: 1px solid rgba(255,255,255,.07);
	border-radius: var(--sg-radius);
	padding: 24px;
}
.sg-land-card .ico { font-size: 28px; margin-bottom: 12px; }
.sg-land-card p { margin: 0; color: var(--sg-muted); font-size: 15px; }
.sg-land-card .scene { font-size: 14px; color: #c5d4e8; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.06); font-style: italic; }
.sg-land-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.sg-land-steps li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: var(--sg-surface2);
	border: 1px solid rgba(255,255,255,.06);
	border-radius: var(--sg-radius);
	padding: 20px 22px;
}
.sg-land-step-num {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--sg-accent), #0d47a1);
	color: #fff;
	font-weight: 800;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
}
.sg-land-step-text { flex: 1; min-width: 0; }
.sg-land-steps h3 { font-size: 17px; margin: 0 0 8px !important; color: #fff !important; font-weight: 600; }
.sg-land-steps p { margin: 0; color: var(--sg-muted); font-size: 15px; line-height: 1.5; }
.sg-land-trust {
	background: linear-gradient(90deg, rgba(0,184,148,.1), rgba(21,101,192,.15));
	border: 1px solid rgba(255,255,255,.08);
	border-radius: var(--sg-radius);
	padding: 28px 32px;
	margin: 48px 0;
}
.sg-land-trust ul { margin: 12px 0 0; padding-left: 20px; color: var(--sg-muted); }
.sg-land-trust li { margin: 8px 0; }
.sg-land-faq details {
	background: var(--sg-surface);
	border-radius: 12px;
	margin-bottom: 10px;
	padding: 4px 16px;
	border: 1px solid rgba(255,255,255,.06);
}
.sg-land-faq summary { cursor: pointer; font-weight: 600; padding: 12px 0; color: #f0f3fa !important; }
.sg-land-faq p { margin: 0 0 14px; color: var(--sg-muted); font-size: 15px; }
.sg-land-footer-cta {
	text-align: center;
	padding: 48px 24px;
	background: var(--sg-surface);
	border-radius: 24px;
	margin-top: 48px;
}
.sg-land-footer-cta p { color: var(--sg-muted); max-width: 520px; margin: 0 auto 24px; }
.sg-land-phone {
	background: #1a2744;
	border-radius: 32px;
	padding: 12px;
	box-shadow: var(--sg-shadow);
	border: 3px solid #2d4a6e;
}
.sg-land-phone-bar { height: 22px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #888; }
.sg-land-phone-body { background: #0f1828; border-radius: 22px; padding: 16px; min-height: 280px; }
.sg-land-bubble {
	background: #1e3352;
	border-radius: 14px 14px 14px 4px;
	padding: 12px 14px;
	margin-bottom: 10px;
	font-size: 13px;
	max-width: 95%;
}
.sg-land-bubble.ok { border-left: 3px solid var(--sg-accent2); }
.sg-land-bubble.sms { border-left: 3px solid var(--sg-gold); }
.sg-land-bubble b { color: #fff; }
.sg-land-note { font-size: 13px; color: var(--sg-muted); text-align: center; margin-top: 32px; }
.sg-land-site-footer {
	text-align: center;
	padding: 24px 20px 40px;
	font-size: 13px;
	color: var(--sg-muted);
	border-top: 1px solid rgba(255,255,255,.06);
	margin-top: 24px;
}
