/* Klacht.nl Phase 1 Enhancements
   Aligned with existing site design: Arial body, Bitter headings,
   #4a4a4a text, #0283af links, #fa9100 accent, #ccc borders, 7px radius */

/* Complaint Form Quality Enhancements */
.quality-guide {
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 12px 16px;
	margin: 8px 0 12px;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.quality-guide p {
	margin: 0 0 6px;
	font-weight: 700;
	color: #000;
}
.quality-guide ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.quality-guide li {
	padding: 3px 0 3px 22px;
	position: relative;
	color: #6a6a6a;
}
.quality-guide li::before {
	content: '\25CB';
	position: absolute;
	left: 2px;
	color: #999;
}
.quality-guide li.checked::before {
	content: '\25CF';
	color: #6fc126;
}
.word-counter {
	padding: 6px 0;
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #858585;
}
.word-counter__current {
	font-weight: 700;
}
.word-counter__too-short {
	color: #cf412c;
}
.word-counter__good {
	color: #6fc126;
}
.word-counter__great {
	color: #244d00;
	font-weight: 700;
}
.structured-fields {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 7px;
	padding: 12px 16px;
	margin: 12px 0;
}
.sf-row {
	margin-bottom: 10px;
}
.sf-row:last-child {
	margin-bottom: 0;
}
.sf-row label {
	display: block;
	font: 700 13px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin-bottom: 3px;
}
.sf-optional {
	font-weight: 400;
	color: #858585;
	font-size: 12px;
}
.sf-date,
.sf-ref {
	width: 220px;
	max-width: 100%;
}
.sf-steps {
	width: 100%;
	min-height: 50px;
	resize: vertical;
}
.quality-warning {
	background: #fff8e1;
	border: 1px solid #fa9100;
	border-radius: 4px;
	padding: 8px 12px;
	margin: 6px 0;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
}
.quality-warning p {
	margin: 2px 0;
	color: #4a4a4a;
}

/* PII Upload Warning */
.pii-warning {
	display: flex;
	gap: 10px;
	background: #fff8e1;
	border: 1px solid #fa9100;
	border-radius: 7px;
	padding: 12px 14px;
	margin: 10px 0 0;
	font: 13px/1.6 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.pii-warning__icon {
	font-size: 22px;
	flex-shrink: 0;
	line-height: 1;
}
.pii-warning__title {
	font-weight: 700;
	color: #000;
	margin: 0 0 4px;
	font-size: 14px;
}
.pii-warning__body > p {
	margin: 0 0 4px;
}
.pii-warning ul {
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
}
.pii-warning li {
	padding: 2px 0 2px 18px;
	position: relative;
	color: #6a6a6a;
}
.pii-warning li::before {
	content: '\2716';
	position: absolute;
	left: 0;
	color: #cf412c;
	font-size: 11px;
}
.pii-warning__consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	cursor: pointer;
}
.pii-warning__consent input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}
.pii-warning__consent span {
	font-size: 13px;
	color: #4a4a4a;
}
.pii-consent-error {
	color: #cf412c;
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 6px;
}

/* File Visibility Toggle */
.file-visibility {
	margin: 10px 0 0;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.file-visibility__label {
	font: 700 13px/1.4 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0 0 6px;
}
.file-visibility__options {
	display: flex;
	gap: 10px;
}
.file-visibility__card {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 2px solid #e7e7e7;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
	transition: border-color .2s, background .2s;
}
.file-visibility__card:hover {
	border-color: #0283af;
	background: #f5fbfd;
}
.file-visibility__card--active {
	border-color: #0283af;
	background: #f0f8fb;
}
.file-visibility__card input[type="radio"] {
	display: none;
}
.file-visibility__icon {
	font-size: 20px;
	flex-shrink: 0;
	line-height: 1;
}
.file-visibility__text {
	display: flex;
	flex-direction: column;
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #6a6a6a;
}
.file-visibility__text strong {
	font: 700 14px/1.3 Arial, Helvetica, sans-serif;
	color: #000;
}
@media (max-width: 480px) {
	.file-visibility__options {
		flex-direction: column;
	}
}

/* Company Notification Indicator */
.company-notified {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	margin: 12px 0 0;
	background: #e8f4f8;
	border-radius: 7px;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.cn-icon {
	font-size: 16px;
	flex-shrink: 0;
}
.cn-text strong {
	color: #000;
}

/* Resolution Summary Block */
.resolution-summary {
	border-radius: 7px;
	padding: 14px 18px;
	margin: 20px 0 17px;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.resolution-summary.status-open {
	background: #fff8e1;
	border-left: 4px solid #fa9100;
}
.resolution-summary.status-progress {
	background: #e8f4f8;
	border-left: 4px solid #0283af;
}
.resolution-summary.status-resolved {
	background: #eef7e8;
	border-left: 4px solid #6fc126;
}
.resolution-summary.status-closed {
	background: #f1f1f1;
	border-left: 4px solid #999;
}
.resolution-summary__header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}
.resolution-summary__icon {
	font-size: 16px;
}
.resolution-summary__status {
	font: 700 15px/18px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
}
.resolution-summary__date {
	color: #858585;
	font-size: 13px;
}
.resolution-summary__solution,
.resolution-summary__rating,
.resolution-summary__feedback {
	margin-top: 8px;
}
.resolution-summary__solution p,
.resolution-summary__feedback p {
	margin: 4px 0 0;
	color: #4a4a4a;
}
.resolution-summary__score {
	font: 700 15px/18px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 6px;
}
.resolution-summary__rating {
	display: flex;
	align-items: center;
	gap: 4px;
}

/* "Me too" button */
.metoo-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 15px;
	border: 1px solid #cbcbcb;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	transition: all .3s;
	margin: 12px 0;
	box-shadow: 0 0 3px #ccc;
}
.metoo-button:hover {
	border-color: #fa9100;
	color: #fa9100;
	background: #fff;
}
.metoo-button.voted {
	border-color: #fa9100;
	color: #f28100;
	background: #fff;
	cursor: default;
}
.metoo-button__count {
	font-weight: 700;
}

/* Related complaints */
.related-complaints {
	margin: 20px 0;
	padding: 16px 0;
	border-top: 1px solid #e7e7e7;
}
.related-complaints h4 {
	font: 700 15px/18px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px;
}
.related-complaints__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-complaints__list li {
	padding: 7px 0;
	border-bottom: 1px solid #e7e7e7;
}
.related-complaints__list li:last-child {
	border-bottom: none;
}
.related-complaints__list a {
	color: #0283af;
	text-decoration: underline;
	font-size: 14px;
}
.related-complaints__list a:hover {
	text-decoration: none;
}
.related-complaints__status {
	font-size: 13px;
	color: #858585;
	margin-left: 8px;
}
.related-complaints__date {
	font-size: 12px;
	color: #999;
	display: block;
}
.related-complaints__view-all {
	display: inline-block;
	margin-top: 8px;
	color: #0283af;
	font-size: 14px;
	text-decoration: underline;
}
.related-complaints__view-all:hover {
	text-decoration: none;
}

/* Enhanced Company Stats */
.company-enhanced-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 16px 0;
	margin: 12px 0;
}
.ces-card {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 7px;
	padding: 10px 14px;
	flex: 1 1 200px;
	min-width: 180px;
	box-shadow: 0 0 3px #ccc;
}
.ces-card__icon {
	font-size: 22px;
	flex-shrink: 0;
}
.ces-card__data {
	display: flex;
	flex-direction: column;
}
.ces-card__value {
	font: 700 16px/1.2 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
}
.ces-card__label {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #858585;
}
.ces-trend-up {
	color: #6fc126;
}
.ces-trend-down {
	color: #cf412c;
}
.ces-trend-stable {
	color: #f28100;
}

/* Company Editorial Content */
.company-editorial {
	margin: 16px 0 20px;
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.ce-block {
	margin-bottom: 20px;
}
.ce-block h2 {
	font: 700 17px/22px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 8px;
	padding: 0;
}
.ce-block p {
	margin: 0 0 10px;
}
.ce-block ol,
.ce-block ul {
	margin: 0 0 10px 20px;
	padding: 0;
}
.ce-block li {
	margin-bottom: 4px;
}
.ce-block--highlight {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 7px;
	padding: 14px 18px;
}
.ce-block--highlight h2 {
	color: #02678a;
}
.ce-block a {
	color: #0283af;
	text-decoration: underline;
}
.ce-block a:hover {
	text-decoration: none;
}

/* Footer version */
.site-version {
	font: 11px/1.4 'Trebuchet MS', Arial, sans-serif;
	color: #bab9b9;
	margin: 4px 0 0;
}

@media (max-width: 768px) {
	.company-enhanced-stats {
		flex-direction: column;
	}
	.ces-card {
		flex: 1 1 100%;
	}
}

/* ============================================================
   Phase 2 Component Styles
   ============================================================ */

/* ------ 1. Issue Cluster Pages ------ */

.single-post-section > .post-breadcrumb {
	padding: 18px 0 12px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 16px;
}
.cluster-hero {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 4px 0 20px;
}
.cluster-hero__logo {
	flex-shrink: 0;
	max-width: 100px;
	height: auto;
	border: 1px solid #e7e7e7;
	border-radius: 7px;
}
.cluster-hero__content {
	flex: 1;
}
.cluster-hero__company {
	font: 700 20px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 4px;
}
.cluster-hero__count {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #858585;
}

.cluster-section {
	margin: 20px 0;
}
.cluster-section h2 {
	font: 700 17px/22px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px;
}
.cluster-section--highlight {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 7px;
	padding: 14px 18px;
}

.cluster-cases {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cluster-case {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 14px;
	margin-bottom: 12px;
}
.cluster-case__header {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
.cluster-case__header a {
	font: 700 15px/1.3 Arial, Helvetica, sans-serif;
	color: #0283af;
	text-decoration: underline;
}
.cluster-case__header a:hover {
	text-decoration: none;
}
.cluster-case__status {
	display: inline-block;
	font: 700 11px/1 Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3px;
	vertical-align: middle;
}
.cluster-case__status--solved {
	background: #6fc126;
}
.cluster-case__status--pickedup {
	background: #0283af;
}
.cluster-case__status--open {
	background: #fa9100;
}
.cluster-case__date {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #999;
}
.cluster-case__excerpt {
	font: 14px/1.6 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 6px 0 0;
}
.cluster-case__resolution {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #e7e7e7;
}
.cluster-case__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font: 700 13px/1 Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 6px;
}

.cluster-faq {
	margin: 0;
	padding: 0;
}
.cluster-faq__item {
	margin-bottom: 16px;
}
.cluster-faq__item h3 {
	font: 700 15px/1.4 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 4px;
}
.cluster-faq__item p {
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0;
}

.cluster-siblings {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cluster-siblings li {
	padding: 5px 0;
	border-bottom: 1px solid #e7e7e7;
}
.cluster-siblings li:last-child {
	border-bottom: none;
}
.cluster-siblings a {
	color: #0283af;
	text-decoration: underline;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
}
.cluster-siblings a:hover {
	text-decoration: none;
}

/* ------ 2. Company Cluster Links ------ */

.company-clusters {
	margin: 20px 0;
}
.company-clusters__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.company-clusters__card {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 12px 14px;
	text-decoration: none;
	display: block;
	transition: border-color .25s;
}
.company-clusters__card:hover {
	border-color: #fa9100;
}
.company-clusters__title {
	font: 700 14px/1.4 Arial, Helvetica, sans-serif;
	color: #0283af;
	margin: 0 0 4px;
}
.company-clusters__count {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #858585;
}

/* ------ 3. Expert Tip ------ */

.expert-tip {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #e8f4f8;
	border-left: 4px solid #0283af;
	border-radius: 7px;
	padding: 14px 16px;
	margin: 16px 0;
	font: 14px/1.6 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.expert-tip__icon {
	font-size: 22px;
	flex-shrink: 0;
	line-height: 1;
}
.expert-tip__icon::before {
	content: '\1F4A1';
}
.expert-tip__body {
	flex: 1;
}
.expert-tip__label {
	font-weight: 700;
	color: #000;
	display: block;
	margin-bottom: 2px;
}
.expert-tip__text {
	margin: 0;
}
.expert-tip__source {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #858585;
}

/* ------ 4. Verified Badge ------ */

.verified-badge {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	background: #6fc126;
	color: #fff;
	font: 700 11px/1 Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	border-radius: 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.verified-badge::before {
	content: '\2713';
	font-size: 10px;
}

/* ------ 5. Moderation Note ------ */

.moderation-note {
	background: #f5f5f5;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #858585;
	padding: 10px;
	border-top: 1px solid #e7e7e7;
	margin-top: 16px;
}

/* ------ 6. Knowledge Base Archive ------ */

.kb-archive-hero {
	margin-bottom: 20px;
}
.kb-archive-hero h1 {
	font: 700 22px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 8px;
}
.kb-archive-hero__intro {
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0;
}

.kb-topic-group {
	margin: 24px 0;
}
.kb-topic-group h2 {
	font: 700 17px/22px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 6px;
}
.kb-topic-group__desc {
	font: 14px/1.6 Arial, Helvetica, sans-serif;
	color: #858585;
	margin: 0 0 12px;
}

.kb-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.kb-card {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	transition: box-shadow .25s;
}
.kb-card:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.kb-card h3 {
	font: 700 15px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 6px;
}
.kb-card p {
	font: 13px/1.6 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0 0 10px;
	flex: 1;
}
.kb-card__read {
	color: #0283af;
	font: 700 13px/1 Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.kb-card__read:hover {
	text-decoration: none;
}

/* ------ 7. Knowledge Base Article ------ */

.kb-article {
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.kb-article__header {
	margin-bottom: 16px;
}
.kb-article__header h1 {
	font: 700 22px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 8px;
}
.kb-article__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #858585;
}
.kb-article__author {
	font-weight: 700;
	color: #4a4a4a;
}
.kb-article__date,
.kb-article__updated {
	color: #999;
}
.kb-article__content h2 {
	font: 700 17px/22px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px 0 8px;
}
.kb-article__content h3 {
	font: 700 15px/20px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 16px 0 6px;
}
.kb-article__content p {
	margin: 0 0 12px;
}
.kb-article__content a {
	color: #0283af;
	text-decoration: underline;
}
.kb-article__content a:hover {
	text-decoration: none;
}
.kb-article__content ul,
.kb-article__content ol {
	margin: 0 0 12px 20px;
	padding: 0;
}
.kb-article__content li {
	margin-bottom: 4px;
}

.kb-toc {
	background: #f8f8f8;
	border-radius: 7px;
	padding: 14px 18px;
	margin-bottom: 20px;
}
.kb-toc__title {
	font: 700 14px/1.4 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 8px;
}
.kb-toc__list {
	list-style: decimal;
	margin: 0 0 0 20px;
	padding: 0;
}
.kb-toc__list li {
	padding: 3px 0;
}
.kb-toc__list a {
	color: #0283af;
	text-decoration: underline;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
}
.kb-toc__list a:hover {
	text-decoration: none;
}

.kb-breadcrumb-bar {
	padding: 12px 0;
	border-bottom: 1px solid #e7e7e7;
	background: #fff;
}
.kb-breadcrumb {
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #999;
}
.kb-breadcrumb a {
	color: #0283af;
	text-decoration: none;
}
.kb-breadcrumb a:hover {
	text-decoration: underline;
}
.kb-breadcrumb__sep {
	margin: 0 6px;
	color: #ccc;
}
.kb-breadcrumb__current {
	color: #4a4a4a;
}

.kb-related-companies {
	margin: 24px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e7e7e7;
}
.kb-related-companies h3 {
	font: 700 14px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 12px;
}
.kb-related-companies__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.kb-related-companies__item {
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 6px 14px;
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #0283af;
	text-decoration: none;
	transition: border-color .2s, background .2s;
}
.kb-related-companies__item:hover {
	border-color: #0283af;
	background: #f0f8ff;
}

.kb-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: linear-gradient(135deg, #0066cc 0%, #004a99 100%);
	border-radius: 8px;
	padding: 20px 24px;
	margin: 24px 0 16px;
}
.kb-cta__text {
	color: #fff;
}
.kb-cta__text strong {
	display: block;
	font: 700 16px/1.3 Bitter, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
.kb-cta__text span {
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	opacity: .9;
}
.kb-cta__btn {
	display: inline-block;
	flex-shrink: 0;
	background: #fff;
	color: #0066cc;
	font: 700 14px/1 Arial, Helvetica, sans-serif;
	padding: 12px 24px;
	border-radius: 6px;
	text-decoration: none;
	transition: background .2s, box-shadow .2s;
	white-space: nowrap;
}
.kb-cta__btn:hover {
	background: #f0f6ff;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.kb-article__source {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #999;
	border-top: 1px solid #eee;
	padding-top: 12px;
	margin-top: 8px;
}
.kb-article__source a {
	color: #999;
	text-decoration: underline;
}
.kb-article__source a:hover {
	color: #666;
}

/* ------ Social Share Buttons ------ */

.share-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 18px 0;
	padding: 14px 0;
	border-top: 1px solid #e7e7e7;
}
.share-buttons__label {
	font: 700 13px/1.4 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	white-space: nowrap;
}
.share-buttons__list {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: none;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: opacity .2s, transform .2s;
	position: relative;
	padding: 0;
	line-height: 1;
}
.share-btn:hover {
	opacity: .85;
	transform: scale(1.1);
}
.share-btn--whatsapp {
	background: #25D366;
}
.share-btn--facebook {
	background: #1877F2;
}
.share-btn--twitter {
	background: #000;
}
.share-btn--linkedin {
	background: #0A66C2;
}
.share-btn--copy {
	background: #666;
	font-family: inherit;
}
.share-btn--email {
	background: #666;
}
.share-btn__copied {
	display: none;
	position: absolute;
	bottom: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #fff;
	font: 700 11px/1 Arial, Helvetica, sans-serif;
	padding: 5px 9px;
	border-radius: 4px;
	white-space: nowrap;
	pointer-events: none;
}
.share-btn__copied::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top-color: #333;
}
.share-btn--copy.is-copied .share-btn__copied {
	display: block;
	animation: shareFadeIn .15s ease-out;
}
@keyframes shareFadeIn {
	from { opacity: 0; transform: translateX(-50%) translateY(3px); }
	to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ------ Newsletter Signup ------ */

.newsletter-signup {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 7px;
	padding: 20px 22px;
	margin: 20px 0;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.newsletter-signup__title {
	font: 700 17px/22px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 4px;
}
.newsletter-signup__subtitle {
	margin: 0 0 14px;
	color: #6a6a6a;
	font-size: 13px;
	line-height: 1.5;
}
.newsletter-signup__form {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}
.newsletter-signup__input {
	flex: 1;
	padding: 9px 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	outline: none;
	min-width: 0;
}
.newsletter-signup__input:focus {
	border-color: #0283af;
}
.newsletter-signup__input::placeholder {
	color: #999;
}
.newsletter-signup__btn {
	background: #fa9100;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 9px 20px;
	font: 700 14px/1.4 Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	transition: background .2s;
}
.newsletter-signup__btn:hover {
	background: #e58200;
}
.newsletter-signup__btn:disabled {
	opacity: .65;
	cursor: default;
}
.newsletter-signup__privacy {
	font-size: 12px;
	color: #999;
	margin: 0;
}
.newsletter-signup__success {
	color: #3a8c1f;
	font-weight: 700;
	margin: 0;
}
.newsletter-signup__error {
	color: #cf412c;
	font-weight: 700;
	margin: 0;
}

/* ------ Barometer Page ------ */

.barometer-hero {
	text-align: center;
	padding: 28px 20px 24px;
	margin-bottom: 24px;
	background: linear-gradient(135deg, #e8f4f8 0%, #f8f8f8 100%);
	border-radius: 7px;
	border: 1px solid #d4e8ef;
}
.barometer-hero h2 {
	font: 700 26px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 8px;
}
.barometer-hero p {
	font: 15px/1.6 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.barometer-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0 0 28px;
}
.barometer-stat {
	flex: 1 1 140px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 16px 14px;
	text-align: center;
	box-shadow: 0 0 3px #ccc;
}
.barometer-stat__value {
	display: block;
	font: 700 24px/1.2 Bitter, Arial, Helvetica, sans-serif;
	color: #0283af;
}
.barometer-stat__label {
	display: block;
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #858585;
	margin-top: 4px;
}

.barometer-section {
	margin: 28px 0;
}
.barometer-section h2 {
	font: 700 17px/22px Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px;
}
.barometer-section p {
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0 0 12px;
}
.barometer-section ol {
	margin: 0 0 12px 20px;
	padding: 0;
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.barometer-section li {
	margin-bottom: 4px;
}

.barometer-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 12px 0;
}
.barometer-table {
	width: 100%;
	border-collapse: collapse;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.barometer-table thead {
	background: #f5f5f5;
}
.barometer-table th {
	text-align: left;
	padding: 10px 12px;
	border: 1px solid #ddd;
	font: 700 13px/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	white-space: nowrap;
}
.barometer-table td {
	padding: 10px 12px;
	border: 1px solid #ddd;
}
.barometer-table tbody tr:hover {
	background: #f9f9f9;
}

.barometer-trend-up {
	color: #cf412c;
	font-weight: 700;
}
.barometer-trend-down {
	color: #6fc126;
	font-weight: 700;
}
.barometer-trend-neutral {
	color: #858585;
	font-weight: 700;
}

.barometer-cta {
	background: #fa9100;
	border-radius: 7px;
	padding: 22px 24px;
	margin: 28px 0;
	text-align: center;
	color: #fff;
}
.barometer-cta h3 {
	font: 700 18px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 6px;
}
.barometer-cta p {
	font: 14px/1.6 Arial, Helvetica, sans-serif;
	margin: 0 0 14px;
	color: #fff;
}
.barometer-cta a {
	display: inline-block;
	background: #fff;
	color: #fa9100;
	font: 700 14px/1 Arial, Helvetica, sans-serif;
	padding: 10px 24px;
	border-radius: 7px;
	text-decoration: none;
	transition: opacity .25s;
}
.barometer-cta a:hover {
	opacity: .85;
}

/* ------ 9. Pricing Page ------ */

.pricing-hero {
	text-align: center;
	padding: 28px 0 20px;
}
.pricing-hero h2 {
	font: 700 24px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 8px;
}
.pricing-hero p {
	font: 15px/1.6 Arial, Helvetica, sans-serif;
	color: #858585;
	margin: 0;
}

.pricing-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 0 0 28px;
}
.pricing-card {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	transition: box-shadow .25s;
}
.pricing-card:hover {
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}
.pricing-card--highlight {
	border: 2px solid #0283af;
	box-shadow: 0 4px 16px rgba(2, 131, 175, .15);
}
.pricing-card--highlight:hover {
	box-shadow: 0 6px 20px rgba(2, 131, 175, .2);
}
.pricing-card__label {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: #0283af;
	color: #fff;
	font: 700 11px/1 Arial, Helvetica, sans-serif;
	padding: 5px 14px;
	border-radius: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .3px;
}
.pricing-card__name {
	font: 700 18px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 8px 0 12px;
}
.pricing-card__price {
	font: 700 36px/1 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
}
.pricing-card__period {
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #858585;
	margin: 4px 0 16px;
}
.pricing-card__features {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
	text-align: left;
}
.pricing-card__features li {
	padding: 6px 0 6px 22px;
	position: relative;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	border-bottom: 1px solid #f0f0f0;
}
.pricing-card__features li:last-child {
	border-bottom: none;
}
.pricing-card__features li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	color: #6fc126;
	font-weight: 700;
	font-size: 13px;
}
.pricing-card__features li:first-child::before {
	content: '';
}
.pricing-card__features li:first-child {
	font-weight: 700;
	color: #000;
	padding-left: 0;
}
.pricing-card__cta {
	display: inline-block;
	background: #fa9100;
	color: #fff;
	font: 700 14px/1 Arial, Helvetica, sans-serif;
	padding: 12px 28px;
	border-radius: 7px;
	text-decoration: none;
	transition: opacity .25s;
	margin-top: auto;
}
.pricing-card__cta:hover {
	opacity: .85;
}

.pricing-social-proof {
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 24px 0;
	margin: 0 0 28px;
	background: #f8f8f8;
	border-radius: 7px;
}
.pricing-social-proof__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.pricing-social-proof__number {
	font: 700 22px/1.2 Bitter, Arial, Helvetica, sans-serif;
	color: #0283af;
}
.pricing-social-proof__desc {
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #858585;
	text-align: center;
}

.pricing-faq {
	margin: 0 0 28px;
}
.pricing-faq h2 {
	font: 700 20px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 16px;
}
.pricing-faq__item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e7e7e7;
}
.pricing-faq__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.pricing-faq__item h3 {
	font: 700 15px/1.4 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 4px;
}
.pricing-faq__item p {
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0;
}

/* ------ Phase 2 Responsive ------ */

@media (max-width: 767px) {
	html {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
	#wrapper {
		overflow-x: hidden;
	}
	#sidebar {
		float: none;
		width: auto;
		margin: 20px 0 0;
		padding: 0 !important;
		background: none !important;
	}
	#content,
	#content.c-d-content,
	#content.c-content,
	.no-ads #content,
	.no-ads #content.c-d-content,
	.no-ads #content.c-content {
		float: none !important;
		width: auto !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	.center-wrap-1264,
	.no-ads .center-wrap-1264 {
		width: auto !important;
		max-width: 100% !important;
		overflow-x: hidden;
		box-sizing: border-box;
	}

	/* Homepage complaint stream */
	.c-content .column,
	.c-content .h-tab-content .column {
		width: auto !important;
		float: none !important;
		margin-left: 0 !important;
	}
	.c-content .column .frame,
	.c-content .h-tab-content .column .frame {
		width: auto !important;
		float: none !important;
		padding: 0 10px !important;
	}
	.column .complaints {
		margin-left: 0 !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.c-box.mini {
		width: 100% !important;
		box-sizing: border-box;
	}

	/* --- Barometer page --- */
	.barometer-hero {
		padding: 18px 14px;
	}
	.barometer-hero h2 {
		font-size: 20px;
	}
	.barometer-hero p {
		font-size: 14px;
	}
	.barometer-stats {
		flex-direction: column;
		gap: 10px;
	}
	.barometer-stat {
		flex: 1 1 100%;
		padding: 12px 10px;
	}
	.barometer-stat__value {
		font-size: 20px;
	}
	.barometer-stat__label {
		font-size: 12px;
	}
	.barometer-section h2 {
		font-size: 16px;
		line-height: 1.3;
	}
	.barometer-section p,
	.barometer-section ol {
		font-size: 13px;
		line-height: 1.6;
	}
	.barometer-table-wrap {
		max-width: 100%;
	}
	.barometer-table {
		font-size: 13px;
	}
	.barometer-table th {
		font-size: 12px;
		white-space: normal;
	}
	.barometer-table th,
	.barometer-table td {
		padding: 8px 8px;
		font-size: 12px;
	}
	.barometer-cta {
		padding: 16px;
	}
	.barometer-cta h3 {
		font-size: 16px;
	}
	.barometer-cta p {
		font-size: 13px;
	}
	.faq-item h3 {
		font-size: 15px;
	}
	.faq-item p {
		font-size: 13px;
		line-height: 1.6;
	}
	.page-content h1 {
		font-size: 22px;
		line-height: 1.3;
	}
	.page-content h2 {
		font-size: 18px;
		line-height: 1.3;
	}

	/* --- Cluster (issue) pages --- */
	.cluster-hero {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.cluster-hero__logo {
		max-width: 70px;
	}
	.cluster-section {
		margin: 16px 0;
	}
	.cluster-section h2 {
		font-size: 16px;
		line-height: 1.3;
	}
	.cluster-section p {
		font-size: 13px;
		line-height: 1.6;
	}
	.cluster-section--highlight {
		padding: 12px 14px;
	}
	.cluster-section--highlight p {
		font-size: 13px;
		line-height: 1.6;
	}
	.cluster-case {
		padding: 10px;
	}
	.cluster-case__header a {
		font-size: 14px;
	}
	.cluster-case__excerpt,
	.cluster-case__excerpt p {
		font-size: 13px;
		line-height: 1.5;
	}
	.cluster-case__resolution {
		font-size: 12px;
	}
	.cluster-faq__item h3 {
		font-size: 14px;
	}
	.cluster-faq__item p {
		font-size: 13px;
		line-height: 1.6;
	}
	.cluster-siblings a {
		font-size: 13px;
	}

	/* --- Single complaint pages --- */
	.c-box .content {
		font-size: 13px;
		line-height: 1.6;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.c-box .content h3 {
		font-size: 16px;
		line-height: 1.3;
	}
	.c-box header .cell.rating {
		min-width: 0;
		white-space: normal;
	}
	.c-d-content .cluster-section p,
	.c-d-content .page-content p {
		font-size: 13px;
		line-height: 1.6;
	}

	/* --- KB / other page elements --- */
	.company-clusters__grid {
		grid-template-columns: 1fr;
	}
	.kb-cards {
		grid-template-columns: 1fr;
	}
	.kb-article__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	.kb-cta {
		flex-direction: column;
		text-align: center;
	}
	.kb-cta__btn {
		width: 100%;
		text-align: center;
	}
	.share-buttons {
		flex-wrap: wrap;
		gap: 8px;
	}
	.share-buttons__label {
		width: 100%;
	}
	.share-btn {
		width: 34px;
		height: 34px;
	}
	.newsletter-signup__form {
		flex-direction: column;
	}
	.newsletter-signup__btn {
		width: 100%;
	}
	.pricing-cards {
		grid-template-columns: 1fr;
	}
	.pricing-card--highlight {
		order: -1;
	}
	.pricing-social-proof {
		flex-direction: column;
		gap: 16px;
		padding: 20px 16px;
	}
	.register-benefits {
		grid-template-columns: 1fr;
	}
	.register-packages-grid {
		grid-template-columns: 1fr;
	}
}

/* ==============================================================
   Business Registration Page
   ============================================================ */

.pricing-terms-notice {
	background: #fff8e1;
	border: 1px solid #f0d060;
	border-radius: 8px;
	padding: 16px 20px;
	margin-bottom: 24px;
	font: 13px/1.6 Arial, Helvetica, sans-serif;
	color: #5a4e00;
}
.pricing-terms-notice p {
	margin: 0;
}
.pricing-terms-notice a {
	color: #5a4e00;
	text-decoration: underline;
}

.register-business-page {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 16px;
}
.register-hero {
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
	background: linear-gradient(135deg, #0066cc 0%, #004a99 100%);
	color: #fff;
	border-radius: 8px;
}
.register-hero h2 {
	font: 700 26px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 10px;
}
.register-hero p {
	font: 15px/1.6 Arial, Helvetica, sans-serif;
	margin: 0;
	opacity: 0.9;
}
.register-benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 30px;
}
.register-benefit {
	background: #f8f9fa;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 20px;
}
.register-benefit strong {
	display: block;
	font: 700 15px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 6px;
}
.register-benefit span {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #666;
}
.register-form-wrap {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.register-form-wrap h3 {
	font: 700 20px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 8px;
}
.register-form-wrap > p {
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 20px;
}
.register-form-wrap .gform_wrapper input[type="text"],
.register-form-wrap .gform_wrapper input[type="email"],
.register-form-wrap .gform_wrapper input[type="tel"],
.register-form-wrap .gform_wrapper input[type="number"],
.register-form-wrap .gform_wrapper select {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.2s;
}
.register-form-wrap .gform_wrapper input:focus,
.register-form-wrap .gform_wrapper select:focus {
	border-color: #0066cc;
	outline: none;
	box-shadow: 0 0 0 3px rgba(0,102,204,0.1);
}
.register-form-wrap .gform_wrapper .gfield_label {
	font: 600 13px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 4px;
}
.register-form-wrap .gform_wrapper .gform_button {
	background: #e87a00;
	color: #fff;
	border: none;
	padding: 12px 32px;
	font: 700 16px/1 Arial, Helvetica, sans-serif;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s;
	width: 100%;
	margin-top: 10px;
}
.register-form-wrap .gform_wrapper .gform_button:hover {
	background: #d06e00;
}
.register-form-wrap .gfield--type-radio .gfield_radio {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.register-form-wrap .gfield--type-radio .gchoice {
	background: #f8f9fa;
	border: 2px solid #e7e7e7;
	border-radius: 8px;
	padding: 14px 16px;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}
.register-form-wrap .gfield--type-radio .gchoice:hover {
	border-color: #0066cc;
	background: #f0f6ff;
}
.register-form-wrap .gfield--type-radio .gchoice input[type="radio"]:checked + label {
	font-weight: 700;
}
.register-form-wrap .gfield--type-radio .gchoice:has(input:checked) {
	border-color: #0066cc;
	background: #f0f6ff;
}
.register-packages-info {
	background: #f8f9fa;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
}
.register-packages-info h3 {
	font: 700 20px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 16px;
	text-align: center;
}
.register-packages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.register-pkg {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}
.register-pkg.highlight {
	border-color: #0066cc;
	box-shadow: 0 2px 8px rgba(0,102,204,0.12);
}
.register-pkg strong {
	display: block;
	font: 700 15px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 8px;
}
.register-pkg.highlight strong {
	color: #0066cc;
}
.register-pkg p {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
}

/* ------ Homepage Summary Block ------ */

.home-summary {
	background: #f8f9fa;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 24px 20px;
}
.home-summary__inner {
	max-width: 780px;
	margin: 0 auto;
}
.home-summary__lead {
	font: 15px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0 0 18px;
}
.home-summary__steps {
	display: flex;
	gap: 16px;
	margin: 0 0 18px;
}
.home-summary__step {
	flex: 1;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
	padding: 12px 14px;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.home-summary__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	background: #0283af;
	color: #fff;
	font: 700 13px/1 Arial, Helvetica, sans-serif;
	border-radius: 50%;
}
.home-summary__defs {
	font: 13px/1.6 Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	margin: 0;
	padding: 12px 0 0;
	border-top: 1px solid #e7e7e7;
}
.home-summary__defs strong {
	color: #4a4a4a;
}
.home-summary__defs a {
	color: #0283af;
	text-decoration: none;
	font-weight: 700;
}
.home-summary__defs a:hover {
	text-decoration: underline;
}

/* ------ Homepage FAQ ------ */

.home-faq {
	background: #fff;
	padding: 28px 20px;
	border-top: 1px solid #e7e7e7;
}
.home-faq__inner {
	max-width: 780px;
	margin: 0 auto;
}
.home-faq__title {
	font: 700 20px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 16px;
}
.home-faq__item {
	border-bottom: 1px solid #e7e7e7;
	padding: 0;
}
.home-faq__item summary {
	font: 700 15px/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	padding: 14px 0;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-faq__item summary::-webkit-details-marker {
	display: none;
}
.home-faq__item summary::after {
	content: '+';
	font: 700 18px/1 Arial, Helvetica, sans-serif;
	color: #858585;
	flex-shrink: 0;
	margin-left: 12px;
	transition: transform .2s;
}
.home-faq__item[open] summary::after {
	content: '\2212';
}
.home-faq__item p {
	font: 14px/1.7 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0 0 14px;
}

/* ------ Homepage Officiële routes ------ */

.home-routes {
	background: #f8f9fa;
	padding: 28px 20px;
	border-top: 1px solid #e7e7e7;
}
.home-routes__inner {
	max-width: 780px;
	margin: 0 auto;
}
.home-routes__title {
	font: 700 20px/1.3 Bitter, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 6px;
}
.home-routes__intro {
	font: 14px/1.6 Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	margin: 0 0 16px;
}
.home-routes__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.home-routes__card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 16px;
	text-decoration: none;
	display: block;
	transition: border-color .2s, box-shadow .2s;
}
.home-routes__card:hover {
	border-color: #0283af;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.home-routes__card strong {
	display: block;
	font: 700 15px/1.3 Arial, Helvetica, sans-serif;
	color: #0283af;
	margin: 0 0 6px;
}
.home-routes__card span {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}

@media (max-width: 767px) {
	.home-summary {
		padding: 18px 14px;
	}
	.home-summary__lead {
		font-size: 14px;
	}
	.home-summary__defs {
		font-size: 12px;
	}
	.home-faq {
		padding: 20px 14px;
	}
	.home-faq__title {
		font-size: 18px;
	}
	.home-faq__item summary {
		font-size: 14px;
	}
	.home-faq__item p {
		font-size: 13px;
	}
	.home-routes {
		padding: 20px 14px;
	}
	.home-routes__title {
		font-size: 18px;
	}
	.home-routes__grid {
		grid-template-columns: 1fr;
	}
}

/* === No-ads layout adjustments === */
.no-ads .center-wrap-1264 {
	width: 1040px;
}
.no-ads #content,
.no-ads #content.c-d-content {
	width: 710px !important;
	float: none !important;
	margin: 0 auto !important;
}
.no-ads #sidebar {
	display: none !important;
}
.no-ads #content.c-content {
	width: 710px;
}
.no-ads .c-content .h-tab-content {
	display: flex;
	gap: 0;
}
.no-ads .c-content .h-tab-content .column {
	float: none;
	width: 50%;
	flex: 1;
}
.no-ads .c-content .h-tab-content .column .frame {
	width: auto;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
}
.no-ads .c-content .h-tab-content .column:first-child {
	margin-left: 0;
	border-right: 1px solid #e7e7e7;
}
.no-ads .c-content .h-tab-content .column:first-child .frame {
	padding-left: 0;
}
@media (max-width: 1263px) {
	.no-ads .center-wrap-1264 {
		width: auto;
		max-width: 1040px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* Homepage: center the timeline columns and hide sidebar */
.no-ads #content.c-content.home-timeline {
	float: none !important;
	margin: 0 auto !important;
}
.no-ads #content.home-timeline ~ #sidebar {
	display: none !important;
}
@media (max-width: 767px) {
	.no-ads #content,
	.no-ads #content.c-content,
	.no-ads #content.c-d-content,
	.no-ads #content.home-timeline {
		float: none !important;
		width: auto !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	.no-ads #sidebar {
		float: none !important;
		width: auto !important;
		margin: 20px 0 0;
	}
	.no-ads .c-content .column,
	.no-ads .c-content .h-tab-content .column {
		width: auto !important;
		float: none !important;
		padding: 0;
		margin-left: 0 !important;
	}
	.no-ads .c-content .column .frame,
	.no-ads .c-content .h-tab-content .column .frame {
		width: auto !important;
		float: none !important;
		padding: 0 10px;
	}
	.no-ads .home-timeline .h-tab-content {
		flex-direction: column;
		gap: 0;
	}
}

/* ------ AI Chat Assistant ------ */
.btn-ai-wrap {
	margin-top: 12px;
}
.btn-ai-chat {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	background: #fff;
	color: #555;
	border: 2px solid #ddd;
	border-radius: 24px;
	font: 400 14px/1.4 Arial, Helvetica, sans-serif;
	cursor: pointer;
	transition: border-color .2s, color .2s, box-shadow .2s;
}
.btn-ai-chat:hover {
	border-color: #f7941d;
	color: #333;
	box-shadow: 0 2px 8px rgba(247,148,29,.15);
}
.btn-ai-chat svg {
	flex-shrink: 0;
}

.ai-chat {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	pointer-events: none;
	opacity: 0;
	transition: opacity .25s;
}
.ai-chat[aria-hidden="false"] {
	pointer-events: auto;
	opacity: 1;
}
.ai-chat__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.3);
}
.ai-chat__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 400px;
	max-width: 100vw;
	height: 520px;
	max-height: calc(100vh - 40px);
	margin: 20px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 40px rgba(0,0,0,.18);
	overflow: hidden;
	transform: translateY(20px);
	transition: transform .25s;
}
.ai-chat[aria-hidden="false"] .ai-chat__panel {
	transform: translateY(0);
}

.ai-chat__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: #f7941d;
	color: #fff;
	font: 600 15px/1.3 Arial, Helvetica, sans-serif;
}
.ai-chat__header-left {
	display: flex;
	align-items: center;
	gap: 8px;
}
.ai-chat__close {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 0 2px;
	opacity: .8;
	transition: opacity .2s;
}
.ai-chat__close:hover {
	opacity: 1;
}

.ai-chat__messages {
	flex: 1;
	overflow-y: auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ai-chat__msg {
	max-width: 85%;
	padding: 10px 14px;
	border-radius: 14px;
	font: 400 14px/1.5 Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}
.ai-chat__msg--ai {
	align-self: flex-start;
	background: #f0f2f5;
	color: #333;
	border-bottom-left-radius: 4px;
}
.ai-chat__msg--user {
	align-self: flex-end;
	background: #f7941d;
	color: #fff;
	border-bottom-right-radius: 4px;
}
.ai-chat__msg--typing {
	align-self: flex-start;
	background: #f0f2f5;
	color: #999;
	font-style: italic;
	border-bottom-left-radius: 4px;
}

.ai-chat__result {
	padding: 12px 16px;
	border-top: 1px solid #e8e8e8;
	background: #fafbfc;
}
.ai-chat__result-text {
	max-height: 160px;
	overflow-y: auto;
	padding: 10px 12px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	font: 400 13px/1.6 monospace, Arial, sans-serif;
	white-space: pre-wrap;
}
.ai-chat__result-actions {
	display: flex;
	gap: 8px;
}
.ai-chat__btn-form {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	background: #f7941d;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font: 600 14px/1.3 Arial, Helvetica, sans-serif;
	transition: background .2s;
}
.ai-chat__btn-form:hover {
	background: #e8850f;
}
.ai-chat__btn-copy {
	padding: 10px 14px;
	background: #fff;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 8px;
	font: 400 13px/1.3 Arial, Helvetica, sans-serif;
	cursor: pointer;
	transition: border-color .2s;
}
.ai-chat__btn-copy:hover {
	border-color: #999;
}

.ai-chat__input {
	display: flex;
	gap: 0;
	padding: 12px;
	border-top: 1px solid #e8e8e8;
	background: #fff;
}
.ai-chat__input input {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 8px 0 0 8px;
	font: 400 14px/1.4 Arial, Helvetica, sans-serif;
	outline: none;
	transition: border-color .2s;
}
.ai-chat__input input:focus {
	border-color: #f7941d;
}
.ai-chat__input button {
	padding: 10px 16px;
	background: #f7941d;
	color: #fff;
	border: none;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	transition: background .2s;
	display: flex;
	align-items: center;
}
.ai-chat__input button:hover {
	background: #e8850f;
}
.ai-chat__input button:disabled {
	background: #ccc;
	cursor: not-allowed;
}

.ai-chat--inline {
	position: static;
	opacity: 1;
	pointer-events: auto;
	display: block;
	inset: auto;
	z-index: auto;
}
.ai-chat--inline .ai-chat__panel {
	position: static;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	margin: 0;
	transform: none;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
	border: 1px solid #e0e0e0;
}
.ai-chat--inline .ai-chat__messages {
	min-height: 300px;
	max-height: 420px;
}
.ai-chat--inline .ai-chat__backdrop {
	display: none;
}

@media (max-width: 767px) {
	.ai-chat__panel {
		width: 100vw;
		height: 100vh;
		max-height: 100vh;
		margin: 0;
		border-radius: 0;
	}
	.btn-ai-chat {
		font-size: 13px;
		padding: 8px 16px;
	}
	.btn-ai-chat span {
		display: inline;
	}
}
