/* ============================================================
   SEO/GEO PAGES — Long-form Content Stylesheet
   For programmatic SEO landing pages on brandsauce.io
   ============================================================ */

/* ============ SEO Hero ============ */
.seo-hero {
	padding: 100px 0 60px;
	text-align: center;
}

.seo-hero .seo-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 6%;
}

.seo-hero-eyebrow {
	font: 1.3rem/1 'Archivo', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #38002A;
	margin-bottom: 20px;
	display: inline-block;
}

.seo-hero-title {
	font-family: 'Archivo', sans-serif;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -1.5px;
	color: #000;
	margin-bottom: 24px;
}

.seo-hero-subtitle {
	font-size: 1.8rem;
	line-height: 1.65;
	color: #444;
	max-width: 640px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.seo-hero-title { font-size: 3.8rem; }
}

@media (max-width: 768px) {
	.seo-hero { padding: 70px 0 40px; }
	.seo-hero-title { font-size: 2.8rem; letter-spacing: -0.5px; }
	.seo-hero-subtitle { font-size: 1.6rem; }
}

@media (max-width: 480px) {
	.seo-hero-title { font-size: 2.4rem; }
}


/* ============ SEO Container ============ */
.seo-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 6%;
}


/* ============ Main Article Content ============ */
.seo-content {
	padding: 40px 0 80px;
}

.seo-content .seo-container {
	max-width: 1200px;
}

/* Typography for long-form reading */
.seo-article {
	font-family: 'Archivo', sans-serif;
	font-size: 1.125rem; /* 18px */
	line-height: 1.78;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.seo-article h2 {
	font-family: 'Archivo', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
	margin: 56px 0 20px;
	letter-spacing: -0.5px;
}

.seo-article h2:first-child {
	margin-top: 0;
}

.seo-article h3 {
	font-family: 'Archivo', sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	color: #111;
	line-height: 1.3;
	margin: 40px 0 16px;
}

.seo-article h4 {
	font-family: 'Archivo', sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	color: #222;
	line-height: 1.4;
	margin: 32px 0 12px;
}

.seo-article p {
	margin: 0 0 24px;
}

.seo-article p:last-child {
	margin-bottom: 0;
}

.seo-article a {
	color: #38002A;
	text-decoration: underline;
	text-decoration-color: rgba(56, 0, 42, 0.3);
	text-underline-offset: 3px;
	transition: color 0.2s, text-decoration-color 0.2s;
}

.seo-article a:hover {
	color: #3C6797;
	text-decoration-color: #3C6797;
}

.seo-article strong {
	font-weight: 600;
	color: #111;
}

.seo-article em {
	font-style: italic;
}

/* Lists */
.seo-article ul,
.seo-article ol {
	margin: 0 0 28px;
	padding-left: 28px;
}

.seo-article ul {
	list-style: none;
	padding-left: 0;
}

.seo-article ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	line-height: 1.65;
}

.seo-article ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #38002A;
	border-radius: 50%;
}

.seo-article ol {
	list-style: none;
	padding-left: 0;
	counter-reset: seo-ol;
}

.seo-article ol li {
	position: relative;
	padding-left: 36px;
	margin-bottom: 14px;
	line-height: 1.65;
	counter-increment: seo-ol;
}

.seo-article ol li::before {
	content: counter(seo-ol);
	position: absolute;
	left: 0;
	top: 1px;
	width: 26px;
	height: 26px;
	background: #38002A;
	color: #fff;
	border-radius: 50%;
	font-size: 0.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Nested lists */
.seo-article ul ul,
.seo-article ol ol,
.seo-article ul ol,
.seo-article ol ul {
	margin-top: 12px;
	margin-bottom: 12px;
}

.seo-article ul ul li::before {
	background: transparent;
	border: 2px solid #38002A;
	width: 6px;
	height: 6px;
	top: 11px;
}

/* Blockquote */
.seo-article blockquote {
	margin: 40px 0;
	padding: 28px 32px;
	border-left: 4px solid #38002A;
	background: #fff;
	border-radius: 0 12px 12px 0;
	font-size: 1.2rem;
	line-height: 1.7;
	color: #222;
	font-style: italic;
	position: relative;
}

.seo-article blockquote p {
	margin-bottom: 0;
}

.seo-article blockquote cite {
	display: block;
	margin-top: 16px;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 600;
	color: #38002A;
}

/* Horizontal rule */
.seo-article hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 48px 0;
}

/* Images in content */
.seo-article img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 32px 0;
	display: block;
}

.seo-article figure {
	margin: 32px 0;
}

.seo-article figure img {
	margin: 0 0 12px;
}

.seo-article figcaption {
	font-size: 0.9rem;
	color: #888;
	text-align: center;
	line-height: 1.5;
}

/* Tables */
.seo-article table {
	width: 100%;
	border-collapse: collapse;
	margin: 32px 0;
	font-size: 1rem;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}

.seo-article thead th {
	background: #38002A;
	color: #fff;
	font-weight: 600;
	padding: 14px 20px;
	text-align: left;
	font-size: 0.95rem;
}

.seo-article tbody td {
	padding: 14px 20px;
	border-bottom: 1px solid #eee;
	color: #333;
}

.seo-article tbody tr:last-child td {
	border-bottom: none;
}

.seo-article tbody tr:hover {
	background: #faf8f6;
}

/* Code (inline) */
.seo-article code {
	background: #f3f0ec;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 0.9em;
	color: #38002A;
}

/* Callout box */
.seo-callout {
	margin: 40px 0;
	padding: 28px 32px;
	background: #fff;
	border: 1px solid #e8e4e0;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.seo-callout-title {
	font-family: 'Archivo', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: #38002A;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.seo-callout p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #555;
}


/* ============ FAQ Accordion ============ */
.seo-faq {
	padding: 80px 0;
	background: #fff;
}

.seo-faq .seo-container {
	max-width: 1200px;
}

.seo-faq-header {
	text-align: center;
	margin-bottom: 48px;
}

.seo-faq-title {
	font-family: 'Archivo', sans-serif;
	font-size: 3.2rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
}

.seo-faq-subtitle {
	font-size: 1.6rem;
	color: #666;
	line-height: 1.5;
}

.seo-faq-list {
	display: flex;
	flex-direction: column;
}

.seo-faq-item {
	border-bottom: 1px solid #e0e0e0;
}

.seo-faq-item:first-child {
	border-top: 1px solid #e0e0e0;
}

.seo-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	font-family: 'Archivo', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	color: #000;
	cursor: pointer;
	gap: 20px;
	background: none;
	border: none;
	transition: color 0.2s;
}

.seo-faq-question:hover {
	color: #38002A;
}

.seo-faq-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1.5px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.seo-faq-item.active .seo-faq-icon {
	transform: rotate(180deg);
	border-color: #38002A;
	background: #38002A;
}

.seo-faq-icon svg {
	width: 14px;
	height: 14px;
	color: #666;
	transition: color 0.35s ease;
}

.seo-faq-item.active .seo-faq-icon svg {
	color: #fff;
}

.seo-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-faq-answer-inner {
	padding: 0 0 24px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #555;
}

.seo-faq-answer-inner p {
	margin: 0;
}

.seo-faq-item.active .seo-faq-answer {
	max-height: 500px;
}

@media (max-width: 768px) {
	.seo-faq { padding: 60px 0; }
	.seo-faq-title { font-size: 2.4rem; }
	.seo-faq-question { font-size: 1rem; padding: 18px 0; }
}


/* ============ CTA Section ============ */
.seo-cta {
	padding: 80px 0;
	background: #38002A;
	text-align: center;
}

.seo-cta .seo-container {
	max-width: 1200px;
}

.seo-cta-title {
	font-family: 'Archivo', sans-serif;
	font-size: 3.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.12;
	margin-bottom: 18px;
	letter-spacing: -0.5px;
}

.seo-cta-text {
	font-size: 1.7rem;
	color: rgba(255,255,255,0.75);
	line-height: 1.6;
	margin-bottom: 36px;
}

.seo-cta-btn {
	display: inline-block;
	background: #fff;
	color: #38002A;
	font-family: 'Archivo', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 44px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.seo-cta-btn:hover {
	background: #f9f7f4;
	color: #38002A;
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
	.seo-cta { padding: 60px 0; }
	.seo-cta-title { font-size: 2.6rem; }
	.seo-cta-text { font-size: 1.4rem; }
	.seo-cta-btn { font-size: 1.4rem; padding: 14px 36px; }
}

@media (max-width: 480px) {
	.seo-cta-title { font-size: 2.2rem; }
}


/* ============ Breadcrumbs ============ */
.seo-breadcrumbs {
	padding: 16px 0 0;
}

.seo-breadcrumbs .seo-container {
	max-width: 1200px;
}

.seo-breadcrumb-list {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	color: #999;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.seo-breadcrumb-list li {
	display: flex;
	align-items: center;
	gap: 6px;
}

.seo-breadcrumb-list a {
	color: #666;
	text-decoration: none;
	transition: color 0.2s;
}

.seo-breadcrumb-list a:hover {
	color: #38002A;
}

.seo-breadcrumb-sep {
	color: #ccc;
	font-size: 0.75rem;
}


/* ============ Table of Contents (optional) ============ */
.seo-toc {
	margin: 0 0 40px;
	padding: 28px 32px;
	background: #fff;
	border: 1px solid #e8e4e0;
	border-radius: 16px;
}

.seo-toc-title {
	font-family: 'Archivo', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 16px;
}

.seo-toc ol {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: toc;
}

.seo-toc ol li {
	counter-increment: toc;
	padding: 0;
	margin-bottom: 8px;
}

.seo-toc ol li::before {
	display: none;
}

.seo-toc ol li a {
	color: #38002A;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	transition: color 0.2s;
	line-height: 1.5;
}

.seo-toc ol li a:hover {
	color: #3C6797;
	text-decoration: underline;
}
