* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	background: #fff;
	line-height: 1.6;
	font-size: 16px;
}

a {
	color: #ee1c24;
}

.container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

header.site-header {
	background: #fff;
	border-bottom: 3px solid #ee1c24;
	padding: 18px 0;
	position: sticky;
	top: 0;
	z-index: 10;
}

header.site-header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.logo {
	font-size: 22px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
}

.logo span {
	color: #ee1c24;
}

header.site-header .phone {
	display: inline-block;
	background: #ee1c24;
	color: #fff;
	font-weight: bold;
	padding: 10px 22px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px;
}

nav.topnav {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

nav.topnav .container {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	font-size: 14px;
}

nav.topnav a {
	color: #555;
	text-decoration: none;
}

nav.topnav a:hover {
	color: #ee1c24;
}

.hero {
	background: #2b2b2b;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}

.hero h1 {
	font-size: 26px;
	margin-bottom: 14px;
}

.hero p {
	font-size: 16px;
	color: #ddd;
	max-width: 760px;
	margin: 0 auto;
}

section {
	padding: 42px 0;
	border-bottom: 1px solid #eee;
}

section.alt {
	background: #f9f9f9;
}

h2 {
	font-size: 22px;
	margin-bottom: 22px;
	color: #222;
	border-left: 5px solid #ee1c24;
	padding-left: 12px;
}

h3 {
	font-size: 17px;
	margin: 20px 0 10px;
	color: #222;
}

p {
	margin-bottom: 12px;
	font-size: 15px;
	color: #444;
}

ul.plain, ol.plain {
	margin: 10px 0 14px 22px;
	font-size: 15px;
	color: #444;
}

ul.plain li, ol.plain li {
	margin-bottom: 6px;
}

.usp-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.usp-grid .usp {
	flex: 1 1 220px;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
	text-align: center;
}

.usp-grid .usp .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ee1c24;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
}

.usp-grid .usp h3 {
	font-size: 15px;
	margin: 0 0 6px;
}

.usp-grid .usp p {
	font-size: 13px;
	color: #666;
	margin: 0;
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tag-cloud span {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 6px 14px;
	font-size: 13px;
	color: #444;
}

.assort-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 26px;
}

.assort-cats .cat {
	background: #fff;
	border-radius: 6px;
	padding: 14px 18px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
	font-size: 14px;
	font-weight: bold;
	color: #222;
	flex: 1 1 200px;
}

.news-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.news-grid .card {
	flex: 1 1 220px;
	background: #fff;
	border-radius: 6px;
	padding: 18px;
	border-top: 3px solid #ee1c24;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.news-grid .card .eyebrow {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.news-grid .card h3 {
	margin-top: 0;
	font-size: 15px;
}

.news-grid .card p {
	font-size: 13px;
	color: #666;
	margin: 0;
}

table.weight-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 20px;
	font-size: 14px;
}

table.weight-table th, table.weight-table td {
	border: 1px solid #ddd;
	padding: 8px 12px;
	text-align: left;
}

table.weight-table th {
	background: #f2f2f2;
	color: #222;
}

.note-box {
	background: #fff6e5;
	border: 1px solid #ffd98c;
	border-radius: 6px;
	padding: 12px 16px;
	font-size: 14px;
	color: #6b5000;
	margin: 12px 0;
}

.pay-options {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.pay-options .opt {
	flex: 1 1 280px;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.pay-options .opt h3 {
	margin-top: 0;
	color: #ee1c24;
}

.license-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.license-list .lic {
	flex: 1 1 260px;
	background: #fff;
	border-radius: 6px;
	padding: 18px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
	display: flex;
	align-items: center;
	gap: 14px;
}

.license-list .lic .badge {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	background: #f2f2f2;
	color: #ee1c24;
	font-weight: bold;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.license-list .lic .meta {
	font-size: 13px;
	color: #777;
}

.blog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.blog-list .post {
	flex: 1 1 220px;
	background: #fff;
	border-radius: 6px;
	padding: 16px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.blog-list .post .date {
	font-size: 12px;
	color: #999;
	margin-bottom: 4px;
}

.blog-list .post .cat {
	font-size: 11px;
	color: #ee1c24;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: bold;
}

.blog-list .post h3 {
	font-size: 14px;
	margin: 0;
}

details.policy summary {
	cursor: pointer;
	font-weight: bold;
	color: #ee1c24;
	padding: 14px 0;
	font-size: 15px;
}

details.policy .policy-body {
	padding-top: 10px;
}

details.policy .policy-body p {
	font-size: 13px;
	color: #555;
}

.contacts-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}

.contacts-grid .block h3 {
	margin-top: 0;
	font-size: 15px;
}

.contacts-grid .block p {
	font-size: 14px;
	color: #555;
}

footer {
	background: #222;
	color: #ccc;
	text-align: center;
	padding: 22px 0;
	font-size: 13px;
}

footer a {
	color: #fff;
}

footer .legal {
	font-size: 12px;
	color: #888;
	margin-top: 8px;
}

@media (max-width: 700px) {
	header.site-header .inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.hero h1 {
		font-size: 21px;
	}
}
