/* ═══════════════════════════════════════════════════════════════
   NAMASTE CARS V14 — Styles partagés tous templates
   ═══════════════════════════════════════════════════════════════ */

/* ── HERO GÉNÉRIQUE ────────────────────────────────────────── */
.nc14-hero {
	position: relative;
	min-height: 480px;
	background: #1C2B3A;
	background-image: var(--hero-bg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.nc14-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15,28,40,.90) 0%, rgba(15,28,40,.60) 100%);
}
.nc14-hero__inner {
	position: relative;
	z-index: 2;
	padding-block: 64px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	width: 100%;
}
.nc14-hero__eyebrow {
	display: inline-block;
	background: rgba(200,150,62,.18);
	border: 1px solid rgba(200,150,62,.45);
	color: #E8C882;
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 4px 14px;
	border-radius: 50px;
	margin-bottom: 14px;
}
.nc14-hero__h1 {
	font-family: var(--nc-font);
	font-size: clamp(1.8rem, 4.5vw, 3.2rem);
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.18;
	margin: 0 0 16px;
	max-width: 820px;
}
.nc14-hero__sub {
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255,255,255,.75);
	max-width: 620px;
	margin: 0 0 28px;
}
.nc14-hero__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* ── SEO INTRO BLOCK ───────────────────────────────────────── */
/* ─── SEO BLOCK WRAPPER — full viewport width breakout ───── */
.nc14-seo-block-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: var(--sp-lg) 60px var(--sp-md);
	background: #FFFFFF;
}

/* Intro text variant — same wrapper, text only */
.nc14-intro-wrap {
	background: #FAF7F0;
	padding: var(--sp-md) 60px var(--sp-lg);
	border-top: 1px solid #E5E0D8;
	border-bottom: 1px solid #E5E0D8;
}

.nc14-intro-text {
	font-size: 1.05rem;
	line-height: 1.82;
	color: #4A5560;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 760px) {
	.nc14-seo-block-wrap { padding: 32px 20px; }
	.nc14-intro-wrap { padding: 28px 20px; }
	.nc14-intro-text { font-size: 0.97rem; text-align: left; }
}

/* ─── SEO BLOCK (Style J + E title) ───────────────────────── */
.nc14-seo-block {
	margin: 44px 0;
	width: 100%;
}

/* Title row — Style E */
.nc14-seo-block__header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}
.nc14-seo-block__line {
	flex: 1;
	height: 1px;
	background: #C8963E;
	opacity: .3;
}
.nc14-seo-block__eyebrow {
	font-size: 0.95rem;
	font-weight: 600;
	color: #C8963E;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	white-space: nowrap;
}

/* Card — Style J full width */
.nc14-seo-block__card {
	display: grid;
	grid-template-columns: 220px 1fr;
	border: 1px solid #E5E0D8;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
}

/* Left dark panel */
.nc14-seo-block__left {
	background: #1C2B3A;
	padding: 36px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.nc14-seo-block__num {
	font-family: var(--nc-font);
	font-size: 2.6rem;
	font-weight: 700;
	color: #C8963E;
	line-height: 1;
}
.nc14-seo-block__unit {
	font-size: 0.72rem;
	color: rgba(255,255,255,.45);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 6px;
}
.nc14-seo-block__tag {
	font-size: 0.78rem;
	color: rgba(255,255,255,.55);
	margin-top: 14px;
	line-height: 1.55;
	text-align: center;
}

/* Right text panel */
.nc14-seo-block__right {
	padding: 32px 40px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
}
.nc14-seo-block__right p {
	font-size: 0.97rem;
	line-height: 1.8;
	color: #3D4752;
	margin: 0 0 12px;
}
.nc14-seo-block__right p:last-child { margin: 0; }

/* Override nc-container to allow full width for this block */
.nc-container .nc14-seo-block {
	max-width: 100%;
}

/* Keep old class for backward compat */
.nc14-seo-intro {
	background: #FAF7F0;
	border-left: 4px solid #C8963E;
	padding: 24px 28px;
	border-radius: 0 12px 12px 0;
	margin: 40px 0;
	max-width: 900px;
}
.nc14-seo-intro p {
	font-size: 1rem;
	line-height: 1.78;
	color: #4A5560;
	margin: 0;
}

/* Responsive */
@media (max-width: 760px) {
	.nc14-seo-block__card { grid-template-columns: 1fr; }
	.nc14-seo-block__left {
		padding: 24px;
		flex-direction: row;
		gap: 20px;
		justify-content: flex-start;
		text-align: left;
	}
	.nc14-seo-block__tag { margin-top: 0; text-align: left; }
	.nc14-seo-block__right { padding: 24px; }
}

/* ── SECTION WRAPPERS ──────────────────────────────────────── */
.nc14-section {
	padding: var(--sp-xl) 0;
}
.nc14-section--dark {
	background: linear-gradient(145deg, #0F1C28, #16232F);
	color: #fff;
}
.nc14-section--light {
	background: #FAF7F0;
}
.nc14-section--white {
	background: #FFFFFF;
}

.nc14-section__eyebrow {
	display: block;
	color: #C8963E;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 12px;
	text-align: center;
}
.nc14-section--dark .nc14-section__eyebrow { color: #C8963E; }

.nc14-section__title {
	font-family: var(--nc-font);
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 700;
	color: #1C2B3A;
	line-height: 1.22;
	text-align: center;
	margin: 0 0 14px;
}
.nc14-section--dark .nc14-section__title { color: #FFFFFF; }

.nc14-section__lead {
	font-size: 1.02rem;
	line-height: 1.7;
	color: #5A6470;
	text-align: center;
	max-width: 660px;
	margin: 0 auto 44px;
}
.nc14-section--dark .nc14-section__lead { color: rgba(255,255,255,.65); }

/* ── CIRCUITS GRID (taxonomy / archive) ────────────────────── */
.nc14-circuits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 16px;
}

/* ── CAR CARDS ─────────────────────────────────────────────── */
.nc14-cars-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
	margin-top: 44px;
}
.nc14-car-card {
	background: #FFFFFF;
	border: 1px solid #E5E0D8;
	border-radius: 14px;
	padding: 28px 24px;
	border-top: 4px solid #C8963E;
	transition: all .25s ease;
}
.nc14-car-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(28,43,58,.08);
}
.nc14-car-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 14px;
	gap: 12px;
}
.nc14-car-card__name {
	font-family: var(--nc-font);
	font-size: 1.18rem;
	font-weight: 700;
	color: #1C2B3A;
	flex: 1;
}
.nc14-car-card__price {
	background: #C8963E;
	color: #FFF;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 50px;
	white-space: nowrap;
}
.nc14-car-card__capacity {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 0.82rem;
	color: #8A9199;
	margin-bottom: 10px;
}
.nc14-car-card__desc {
	font-size: 0.92rem;
	line-height: 1.65;
	color: #5A6470;
	margin: 0;
}

/* ── FAQ ACCORDION ─────────────────────────────────────────── */
.nc14-faq-list {
	max-width: 860px;
	margin: 44px auto 0;
}
.nc14-faq-item {
	background: #FFFFFF;
	border: 1px solid #E5E0D8;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.nc14-faq-light .nc14-faq-item {
	background: #FFFFFF;
}
.nc14-faq-dark .nc14-faq-item {
	background: rgba(255,255,255,.05);
	border-color: rgba(255,255,255,.1);
}
.nc14-faq-q {
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	padding: 18px 22px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	font-size: 0.98rem;
	font-weight: 600;
	color: #1C2B3A;
	transition: color .2s ease;
	line-height: 1.4;
}
.nc14-faq-dark .nc14-faq-q { color: rgba(255,255,255,.9); }
.nc14-faq-q:hover { color: #C8963E; }
.nc14-faq-q.is-open { color: #C8963E; }
.nc14-faq-q span.nc14-faq-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(200,150,62,.12);
	border: 1px solid rgba(200,150,62,.3);
	color: #C8963E;
	font-size: 1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .25s ease, background .2s ease;
	line-height: 1;
}
.nc14-faq-q.is-open span.nc14-faq-icon {
	background: #C8963E;
	color: #FFF;
	transform: rotate(45deg);
}
.nc14-faq-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease, padding .35s ease;
}
.nc14-faq-body.is-open {
	max-height: 600px;
}
.nc14-faq-body-inner {
	padding: 0 22px 18px;
	font-size: 0.94rem;
	line-height: 1.72;
	color: #5A6470;
	border-top: 1px solid #F0EBE3;
	padding-top: 14px;
	margin-top: -1px;
}
.nc14-faq-dark .nc14-faq-body-inner {
	color: rgba(255,255,255,.62);
	border-top-color: rgba(255,255,255,.08);
}

/* ── BLOG GRID ─────────────────────────────────────────────── */
.nc14-blog-header {
	background: linear-gradient(135deg, #1C2B3A, #243447);
	padding: 64px 0 48px;
}
.nc14-blog-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 24px;
}
.nc14-blog-cat {
	padding: 6px 18px;
	border-radius: 50px;
	border: 1px solid rgba(200,150,62,.35);
	color: rgba(255,255,255,.7);
	font-size: 0.82rem;
	font-weight: 500;
	text-decoration: none;
	transition: all .2s ease;
	background: rgba(200,150,62,.06);
}
.nc14-blog-cat:hover, .nc14-blog-cat.active {
	background: #C8963E;
	border-color: #C8963E;
	color: #FFF;
}
.nc14-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}
.nc14-post-card {
	background: #FFFFFF;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,.05);
	transition: all .25s ease;
	display: flex;
	flex-direction: column;
}
.nc14-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(28,43,58,.1);
}
.nc14-post-card__img {
	aspect-ratio: 16/9;
	overflow: hidden;
	background: #F0EBE3;
}
.nc14-post-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
.nc14-post-card:hover .nc14-post-card__img img { transform: scale(1.04); }
.nc14-post-card__body { padding: 22px 20px; flex: 1; display: flex; flex-direction: column; }
.nc14-post-card__cat {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #C8963E;
	margin-bottom: 8px;
}
.nc14-post-card__title {
	font-family: var(--nc-font);
	font-size: 1.12rem;
	font-weight: 600;
	color: #1C2B3A;
	line-height: 1.35;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
}
.nc14-post-card__title:hover { color: #C8963E; }
.nc14-post-card__excerpt {
	font-size: 0.88rem;
	line-height: 1.65;
	color: #6B7280;
	flex: 1;
	margin-bottom: 16px;
}
.nc14-post-card__meta {
	font-size: 0.78rem;
	color: #A0A8B0;
	display: flex;
	gap: 14px;
	align-items: center;
	padding-top: 12px;
	border-top: 1px solid #F2EFE8;
}

/* ── SINGLE ARTICLE — editorial ────────────────────────────── */
.nc14-article-hero {
	position: relative;
	background: linear-gradient(135deg, #1C2B3A 0%, #243447 55%, #2C3E52 100%);
	padding: 72px 0 56px;
	overflow: hidden;
}
.nc14-article-hero::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
	background: linear-gradient(90deg, #C8963E, #E8C882, #C8963E);
}
.nc14-article-cats { margin-bottom: 16px; }
.nc14-article-cat {
	display: inline-block;
	background: rgba(200,150,62,.16);
	border: 1px solid rgba(200,150,62,.45);
	color: #E8C882;
	font-size: 0.72rem; font-weight: 700;
	text-transform: uppercase; letter-spacing: .12em;
	padding: 4px 14px; border-radius: 50px;
	text-decoration: none; margin-right: 6px;
}
.nc14-article-cat:hover { background: rgba(200,150,62,.28); color: #F0DFC0; }
.nc14-article-h1 {
	font-family: var(--nc-font-h);
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 600; color: #FFFFFF; line-height: 1.15;
	margin: 0 0 20px; max-width: 880px; letter-spacing: -.01em;
}
.nc14-article-meta {
	font-size: 0.85rem; color: rgba(255,255,255,.6);
	display: flex; gap: 20px; flex-wrap: wrap; align-items: center;
}
.nc14-article-body {
	max-width: 720px; margin: 0 auto; padding: 56px 24px 24px;
	font-size: 1.12rem;
}
.nc14-article-featured {
	width: 100%; max-height: 480px; object-fit: cover;
	border-radius: 16px; margin-bottom: 44px; display: block;
	box-shadow: 0 20px 50px rgba(28,43,58,.18);
}
/* Lead paragraph + drop cap */
.nc14-article-body > p:first-of-type { font-size: 1.22rem; line-height: 1.62; color: #2D3742; }
.nc14-article-body > p:first-of-type::first-letter {
	float: left; font-family: var(--nc-font-h); font-size: 4.2rem;
	line-height: .78; font-weight: 600; color: #C8963E; margin: 6px 12px 0 0;
}
.nc14-article-body h2 {
	font-family: var(--nc-font-h); font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: 600; color: #1C2B3A; margin: 52px 0 18px;
	padding-bottom: 12px; position: relative;
}
.nc14-article-body h2::after {
	content: ""; position: absolute; left: 0; bottom: 0;
	width: 56px; height: 3px; background: #C8963E; border-radius: 2px;
}
.nc14-article-body h3 { font-family: var(--nc-font-h); font-size: 1.4rem; font-weight: 600; color: #243447; margin: 34px 0 12px; }
.nc14-article-body p { line-height: 1.85; color: #3D4752; margin-bottom: 22px; }
.nc14-article-body a { color: var(--nc-gold-text); text-decoration: underline; text-decoration-color: rgba(138,98,32,.35); text-underline-offset: 3px; }
.nc14-article-body a:hover { text-decoration-color: var(--nc-gold-text); }
/* Buttons inside article body must keep their own colours, not the link colour */
.nc14-article-body a.nc-btn { text-decoration: none; }
.nc14-article-body a.nc-btn--primary,
.nc14-article-body a.nc-btn--dark,
.nc14-article-body a.nc-btn--wa { color: #fff; }
.nc14-article-body a.nc-btn--secondary,
.nc14-article-body a.nc-btn--outline,
.nc14-article-body a.nc-btn--white { color: var(--nc-dark); }
.nc14-article-body strong { color: #1C2B3A; }
/* Custom lists */
.nc14-article-body ul, .nc14-article-body ol { margin: 0 0 24px; padding-left: 2px; }
.nc14-article-body ul li, .nc14-article-body ol li {
	line-height: 1.72; color: #3D4752; margin-bottom: 11px;
	padding-left: 30px; position: relative; list-style: none;
}
.nc14-article-body ul li::before {
	content: "›"; position: absolute; left: 8px; top: -1px;
	color: #C8963E; font-weight: 700; font-size: 1.15rem;
}
.nc14-article-body ol { counter-reset: nc-ol; }
.nc14-article-body ol li { counter-increment: nc-ol; }
.nc14-article-body ol li::before {
	content: counter(nc-ol); position: absolute; left: 0; top: 3px;
	width: 21px; height: 21px; background: #C8963E; color: #fff;
	border-radius: 50%; font-size: .72rem; font-weight: 700;
	display: flex; align-items: center; justify-content: center;
}
/* Tables */
.nc14-article-body table {
	width: 100%; border-collapse: collapse; margin: 28px 0;
	font-size: .98rem; border-radius: 12px; overflow: hidden;
	box-shadow: 0 2px 16px rgba(0,0,0,.06);
}
.nc14-article-body thead th {
	background: #1C2B3A; color: #E8C882; text-align: left;
	padding: 14px 16px; font-weight: 600; font-size: .8rem;
	text-transform: uppercase; letter-spacing: .04em;
}
.nc14-article-body tbody td { padding: 13px 16px; border-top: 1px solid #ECE7DE; color: #3D4752; }
.nc14-article-body tbody tr:nth-child(even) { background: #FAF7F0; }
.nc14-article-body blockquote {
	border-left: 4px solid #C8963E; background: #FAF7F0;
	padding: 18px 22px; border-radius: 0 10px 10px 0;
	font-style: italic; color: #4A5560; margin: 28px 0; font-size: 1.08rem;
}
.nc14-article-body img { border-radius: 12px; margin: 28px 0; box-shadow: 0 10px 30px rgba(0,0,0,.1); }
/* Author box */
.nc14-article-author {
	display: flex; gap: 18px; align-items: flex-start;
	background: linear-gradient(135deg,#FAF7F0,#F3ECE0);
	border: 1px solid #ECE3D3; border-radius: 16px;
	padding: 24px 26px; margin: 48px 0 8px;
}
.nc14-article-author__badge {
	flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
	background: #1C2B3A; color: #C8963E; display: flex;
	align-items: center; justify-content: center; font-size: 1.55rem;
}
.nc14-article-author__name { font-family: var(--nc-font-h); font-weight: 600; color: #1C2B3A; font-size: 1.1rem; margin-bottom: 4px; }
.nc14-article-author__bio { font-size: .94rem; line-height: 1.65; color: #5A6572; margin: 0; }
.nc14-article-sidebar {
	background: #FAF7F0; border: 1px solid #ECE3D3;
	border-radius: 16px; padding: 28px; margin-top: 8px;
	border-left: 4px solid #C8963E;
}
.nc14-article-sidebar__title {
	font-family: var(--nc-font-h); font-size: 1.2rem;
	font-weight: 600; color: #1C2B3A; margin-bottom: 16px;
}

/* ── CONTACT PAGE ──────────────────────────────────────────── */
.nc14-contact-grid {
	display: grid;
	grid-template-columns: 1fr 440px;
	gap: 52px;
	align-items: flex-start;
	margin-top: 48px;
}
.nc14-contact-info__item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 18px 0;
	border-bottom: 1px solid #EDE8E0;
}
.nc14-contact-info__item:last-child { border-bottom: none; }
.nc14-contact-info__icon {
	width: 44px;
	height: 44px;
	background: rgba(200,150,62,.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	flex-shrink: 0;
}
.nc14-contact-info__label {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #C8963E;
	margin-bottom: 4px;
}
.nc14-contact-info__val {
	font-size: 0.98rem;
	color: #1C2B3A;
	font-weight: 500;
}
.nc14-contact-info__note {
	font-size: 0.82rem;
	color: #8A9199;
	margin-top: 2px;
}
.nc14-contact-form-wrap {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 8px 32px rgba(28,43,58,.08);
	border-top: 4px solid #C8963E;
	position: sticky;
	top: 90px;
}
.nc14-contact-form-wrap h3 {
	font-family: var(--nc-font);
	font-size: 1.3rem;
	color: #1C2B3A;
	margin-bottom: 20px;
}

/* ── SEO BOTTOM BLOCK ──────────────────────────────────────── */
.nc14-seo-bottom {
	background: #FAF7F0;
	padding: var(--sp-xl) 0;
}
.nc14-seo-bottom__inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 24px;
}
.nc14-seo-bottom p {
	font-size: 0.97rem;
	line-height: 1.8;
	color: #5A6470;
	margin-bottom: 16px;
}
.nc14-seo-bottom h2 { font-family: var(--nc-font-h); font-size: clamp(1.4rem,2.6vw,1.9rem); font-weight: 600; color: #1C2B3A; margin: 42px 0 14px; padding-bottom: 10px; position: relative; }
.nc14-seo-bottom h2:first-child { margin-top: 0; }
.nc14-seo-bottom h2::after { content:""; position:absolute; left:0; bottom:0; width:52px; height:3px; background:#C8963E; border-radius:2px; }
.nc14-seo-bottom h3 { font-family: var(--nc-font-h); font-size: 1.24rem; font-weight: 600; color: #243447; margin: 28px 0 10px; }
.nc14-seo-bottom strong { color:#1C2B3A; }
.nc14-seo-bottom a { color: var(--nc-gold-text); text-decoration: underline; text-decoration-color: rgba(138,98,32,.35); text-underline-offset: 3px; }
.nc14-seo-bottom a:hover { text-decoration-color: var(--nc-gold-text); }
.nc14-seo-bottom ul, .nc14-seo-bottom ol { margin: 0 0 20px; padding-left: 2px; }
.nc14-seo-bottom li { line-height: 1.7; color:#5A6470; margin-bottom: 9px; padding-left: 26px; position: relative; list-style: none; font-size: .97rem; }
.nc14-seo-bottom ul li::before { content:"›"; position:absolute; left:6px; top:-1px; color:#C8963E; font-weight:700; font-size:1.1rem; }
.nc14-seo-bottom ol { counter-reset: nc-sb; }
.nc14-seo-bottom ol li { counter-increment: nc-sb; }
.nc14-seo-bottom ol li::before { content: counter(nc-sb); position:absolute; left:0; top:2px; width:20px; height:20px; background:#C8963E; color:#fff; border-radius:50%; font-size:.7rem; font-weight:700; display:flex; align-items:center; justify-content:center; }
.nc14-seo-bottom table { width:100%; border-collapse:collapse; margin:24px 0; font-size:.94rem; border-radius:12px; overflow:hidden; box-shadow:0 3px 18px rgba(0,0,0,.07); background:#fff; }
.nc14-seo-bottom thead th { background:#1C2B3A; color:#E8C882; text-align:left; padding:13px 15px; font-weight:600; font-size:.76rem; text-transform:uppercase; letter-spacing:.04em; }
.nc14-seo-bottom tbody td { padding:12px 15px; border-top:1px solid #EFE9DD; color:#3D4752; }
.nc14-seo-bottom tbody tr:nth-child(even){ background:#F7F2E9; }
.nc14-seo-bottom table td:first-child { font-weight:600; color:#1C2B3A; }

/* ── REVIEWS IN PAGES ──────────────────────────────────────── */
.nc14-reviews-section { padding: var(--sp-xl) 0; }
.nc14-reviews-section .nc-reviews-grid { margin-top: 40px; }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.nc14-contact-grid { grid-template-columns: 1fr; }
	.nc14-contact-form-wrap { position: static; }
}
@media (max-width: 900px) {
	.nc14-circuits-grid { grid-template-columns: repeat(2, 1fr); }
	.nc14-blog-grid { grid-template-columns: repeat(2, 1fr); }
	.nc14-cars-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.nc14-hero { min-height: 380px; }
	.nc14-circuits-grid, .nc14-blog-grid { grid-template-columns: 1fr; }
	.nc14-section { padding: var(--sp-xl) 0; }
	.nc14-faq-q { font-size: 0.92rem; padding: 15px 16px; }
}
