/**
 * Guest pages – styles from CodeIgniter views (footer-view, mission-view, about-us-view, faq-view, blog-view, how-to-play)
 * Keep structure and look exactly like CodeIgniter.
 */

/* Body padding for fixed-top navbar – match nav height so no gap below nav */
body.guest-pages {
	padding-top: 60px;
}

/* Reduce gap between navbar and page content on guest pages */
body.guest-pages .competitions-section,
body.guest-pages .page-description,
body.guest-pages .about-section,
body.guest-pages .faq-section,
body.guest-pages section.pt-50,
body.guest-pages .guest-blog-single {
	padding-top: 1.5rem !important;
}
body.guest-pages .competitions-section {
	padding-bottom: 4rem;
}

/* ========== Footer (footer-view.php) ========== */
.footer-section {
	background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #1e2938 100%);
	color: #b8c5d6;
	padding: 60px 0 30px;
}
.footer-brand { margin-bottom: 30px; }
.footer-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.footer-tagline {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #8b9bb0;
	margin-bottom: 25px;
	max-width: 350px;
}
.footer-social { display: flex; gap: 12px; }
.footer-social-link {
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b8c5d6;
	font-size: 18px;
	transition: all 0.3s ease;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-social-link:hover {
	background-color: #ffc107;
	color: #1a1a1a;
	transform: translateY(-3px);
	border-color: #ffc107;
}
.footer-column-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: white;
	margin-bottom: 20px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a {
	color: #8b9bb0;
	text-decoration: none;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	display: inline-block;
}
.footer-links a:hover { color: #ffc107; padding-left: 5px; }
.footer-contact-info { list-style: none; padding: 0; margin: 0; }
.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}
.footer-contact-icon {
	color: #ffc107;
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 2px;
}
.footer-contact-text {
	font-size: 0.9rem;
	color: #8b9bb0;
	line-height: 1.6;
}
.footer-contact-text a {
	color: #8b9bb0;
	text-decoration: none;
	transition: color 0.3s ease;
}
.footer-contact-text a:hover { color: #ffc107; }
.footer-bottom {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom-el { width: 100%; }
.footer-copyright { font-size: 0.9rem; color: #6c7a8d; }
.footer-app-stores {
	display: flex;
	gap: 12px;
	justify-content: start;
	flex-wrap: wrap;
}
.footer-store-badge {
	transition: all 0.3s ease;
	display: inline-block;
}
.footer-store-badge:hover { transform: translateY(-3px); opacity: 0.9; }
.footer-store-badge img { height: 44px; border-radius: 8px; }
.footer-tagline-bottom { font-size: 0.95rem; color: #6c7a8d; }
@media (max-width: 992px) {
	.footer-section { padding: 50px 0 30px; }
	.footer-column-title { margin-top: 30px; }
	.footer-brand { margin-bottom: 0; }
}
@media (max-width: 768px) {
	.footer-section { padding: 40px 0 25px; }
	.footer-bottom { margin-top: 40px; padding-top: 25px; }
	.footer-app-stores { justify-content: flex-start; margin-bottom: 20px; }
	.footer-tagline-bottom { text-align: left; }
}

/* ========== Mission (mission-view.php) ========== */
.mission-section {
	background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #243447 100%);
	padding: 100px 0;
	color: white;
}
.mission-section .section-title { color: white; }
.mission-section .section-description {
	font-size: 1.15rem;
	color: #b8c5d6;
	line-height: 1.7;
	margin-bottom: 60px;
	max-width: 600px;
}
.mission-section .features-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 600px;
}
.mission-section .feature-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.mission-section .feature-icon {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 149, 0, 0.15);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff9500;
	font-size: 24px;
	flex-shrink: 0;
	border: 1px solid rgba(255, 149, 0, 0.3);
}
.mission-section .feature-content h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 8px;
	color: white;
}
.mission-section .feature-content p {
	font-size: 1rem;
	color: #b8c5d6;
	line-height: 1.6;
	margin: 0;
}
.mission-section .cta-card {
	background: white;
	border-radius: 24px;
	padding: 50px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	position: relative;
}
.mission-section .cta-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1a1a1a;
	margin-bottom: 20px;
	line-height: 1.3;
}
.mission-section .cta-subtitle {
	font-size: 1rem;
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 35px;
}
.mission-section .signup-btn {
	width: 100%;
	background-color: #ff9500;
	color: white;
	border: none;
	padding: 16px 32px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-bottom: 16px;
	text-decoration: none;
}
.mission-section .signup-btn:hover {
	background-color: #e68600;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 149, 0, 0.4);
	color: white;
}
.mission-section .download-btn {
	width: 100%;
	background-color: white;
	color: #1a1a1a;
	border: 2px solid #e5e7eb;
	padding: 16px 32px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-bottom: 30px;
}
.mission-section .download-btn:hover {
	background-color: #f8f9fa;
	border-color: #d1d5db;
}
.mission-section .tagline {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #e5e7eb;
}
.mission-section .tagline-highlight {
	font-size: 1.1rem;
	font-weight: 700;
	color: #ff9500;
	margin-bottom: 8px;
}
.mission-section .tagline-text { font-size: 0.95rem; color: #6c757d; }
@media (max-width: 768px) {
	.mission-section { padding: 60px 0; }
	.mission-section .cta-card { padding: 35px 25px; }
}

/* ========== About (about-us-view.php) ========== */
.about-section {
	padding: 6rem;
	background: white;
}
.about-section .page-title {
	font-size: 3rem;
	font-weight: 800;
	color: var(--primary-navy, #0a1628);
	margin-bottom: 3rem;
}
.about-section .content-section { margin-bottom: 3rem; }
.about-section .section-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--primary-navy, #0a1628);
	margin-bottom: 1rem;
}
.about-section .section-text {
	color: #64748b;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1rem;
}
.about-section .content-list,
.about-section .values-list { list-style: none; padding: 0; margin-top: 1rem; }
.about-section .content-list li,
.about-section .values-list li {
	color: #64748b;
	font-size: 1rem;
	margin-bottom: 0.8rem;
	padding-left: 1.5rem;
	position: relative;
	line-height: 1.6;
}
.about-section .content-list li::before,
.about-section .values-list li::before {
	content: '•';
	color: var(--accent-gold, #fbbf24);
	font-weight: bold;
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	top: -3px;
}
.about-section .values-section { margin-bottom: 3rem; }
.my-50 { margin-top: 3rem; margin-bottom: 3rem; }
@media (max-width: 768px) {
	.about-section { padding: 3rem 0 4rem; }
	.about-section .page-title { font-size: 2.5rem; }
}

/* ========== How to Play (how-to-play) – help-section ========== */
.help-section {
	padding: 6rem;
	background: white;
}
.help-section .page-title {
	font-size: 3rem;
	font-weight: 800;
	color: var(--primary-navy, #0a1628);
	margin-bottom: 1.5rem;
}
.help-section .page-description {
	color: #64748B;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 3rem;
}
.help-section .category-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--primary-navy, #0a1628);
	margin-bottom: 1.5rem;
}
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }
.mt-30 { margin-top: 30px; }
.mt-10 { margin-top: 10px; }
.f-17 { font-size: 17px; }
/* How to play page: section is container, content needs readable background */
section.pt-50.pb-50.page-description { background: #f8f9fa; color: #1a1a1a; }
section.pt-50.pb-50.page-description h5 { color: #0a1628; font-weight: 700; }
section.pt-50.pb-50.page-description ol, section.pt-50.pb-50.page-description ul { color: #374151; }

/* ========== FAQ (faq-view.php) ========== */
.faq-section {
	padding: 6rem;
	background: white;
}
.faq-section .page-title {
	font-size: 3rem;
	font-weight: 800;
	color: var(--primary-navy, #0a1628);
	margin-bottom: 1.5rem;
}
.faq-section .page-description {
	color: #64748b;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 3rem;
	max-width: 900px;
}
.faq-section .faq-category { margin-bottom: 3rem; }
.faq-section .category-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--primary-navy, #0a1628);
	margin-bottom: 1.5rem;
}
.faq-section .faq-accordion { border: none; }
.faq-section .accordion-item {
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
}
.faq-section .accordion-button {
	background: white;
	color: #1a1a1a;
	font-size: 1rem;
	font-weight: 600;
	padding: 1.2rem 1.5rem;
	border: none;
	box-shadow: none;
}
.faq-section .accordion-button::after {
	content: '+';
	background-image: none;
	font-size: 1.8rem;
	font-weight: 300;
	color: #1a1a1a;
	width: auto;
	height: auto;
}
.faq-section .accordion-button:not(.collapsed)::after { content: '−'; transform: none; }
.faq-section .accordion-body {
	padding: 0 1.5rem 1.5rem 1.5rem;
	color: #64748b;
	font-size: 0.95rem;
	line-height: 1.7;
}
@media (max-width: 768px) {
	.faq-section { padding: 3rem 0 4rem; }
	.faq-section .page-title { font-size: 2.5rem; }
}

/* ========== Blog (blog-view.php) – heading uses faq-section, then blog grid ========== */
.guest-blog-wrap .faq-section { padding: 40px 0; }
.guest-blog-wrap .faq-section h1 {
	font-size: 36px;
	margin-bottom: 40px;
	position: relative;
}
.guest-blog-wrap .faq-section h1:after {
	content: "";
	background-color: #ffc121;
	width: 100px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
}
.blog-item {
	background-color: #ffffff;
	box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.178);
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
	height: 100%;
}
.blog-image { width: 100%; }
.blog-image img { width: 100%; object-fit: cover; }
.blog-content h4 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #1a1a1a; }
.blog-meta { font-size: 0.9rem; color: #6c757d; margin-bottom: 0.5rem; }
.blog-content p { font-size: 0.95rem; color: #64748b; line-height: 1.6; }
.os-btn {
	color: #ECC144;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}
.os-btn:hover { color: #0a1628; }
