/* About page styles loaded only on About template/page. */

.about-hero {
	background-color: var(--surface);
	padding: 4.8rem 0 3.8rem;
}

.about-hero h1 {
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	letter-spacing: -0.03em;
}

.about-hero p {
	max-width: 760px;
	font-size: 1.08rem;
}

.about-story-section {
	background-color: var(--bg-color);
	padding: 4.5rem 0;
}

.about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.2rem;
	align-items: start;
}

.about-story-content h2 {
	font-size: clamp(1.7rem, 3.1vw, 2.2rem);
	margin: 0 0 1.3rem;
	color: var(--accent);
}

.about-story-text {
	color: var(--text-main);
}

.about-story-text p {
	margin: 0 0 1.2rem;
	font-size: 1.02rem;
	line-height: 1.85;
}

.about-story-text p:last-child {
	margin-bottom: 0;
}

.about-founder-card {
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.founder-cover {
	height: 72px;
	background-color: var(--primary-light);
}

.founder-body {
	text-align: center;
	padding: 0 1.5rem 1.75rem;
}

.founder-avatar {
	width: 124px;
	height: 124px;
	border-radius: 50%;
	margin: -42px auto 1rem;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: var(--shadow-sm);
	background-color: #dbe8fa;
}

.founder-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: var(--primary);
	font-size: 2rem;
	font-weight: 700;
}

.founder-name {
	margin: 0;
	font-size: 1.55rem;
}

.founder-role {
	margin: 0.5rem 0 1rem;
	color: var(--primary);
	font-size: 0.95rem;
	font-weight: 700;
}

.founder-bio {
	margin: 0 0 1.4rem;
	color: var(--text-light);
	font-size: 0.94rem;
}

.founder-highlights {
	text-align: left;
	border-top: 1px solid var(--border-color);
	padding-top: 1.2rem;
}

.founder-highlights h4 {
	margin: 0 0 0.85rem;
	font-size: 1rem;
	color: var(--accent);
}

.founder-highlights ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.founder-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
	color: var(--text-main);
}

.founder-highlights li:last-child {
	margin-bottom: 0;
}

.founder-highlight-icon {
	flex-shrink: 0;
	margin-top: 1px;
	stroke: var(--primary);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-mission-section {
	background-color: var(--accent);
	padding: 4.8rem 0;
}

.about-section-head {
	text-align: center;
	max-width: 770px;
	margin: 0 auto 2.8rem;
}

.about-mission-section .about-section-head h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.5rem);
	color: #fff;
}

.about-mission-section .about-section-head p {
	margin: 1rem 0 0;
	color: #94a3b8;
	font-size: 1.04rem;
}

.about-mission-section .mission-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.4rem;
}

.about-mission-section .mission-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(148, 163, 184, 0.23);
	border-radius: var(--radius);
	padding: 1.7rem;
}

.about-mission-section .mission-icon {
	width: 48px;
	height: 48px;
	border-radius: var(--radius-sm);
	background: rgba(37, 99, 235, 0.2);
	color: #60a5fa;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.1rem;
}

.about-mission-section .mission-icon svg {
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-mission-section .mission-card h3 {
	margin: 0 0 0.8rem;
	font-size: 1.2rem;
	color: #fff;
}

.about-mission-section .mission-card p {
	margin: 0;
	color: #94a3b8;
	font-size: 0.95rem;
	line-height: 1.8;
}

.about-stats-section {
	padding: 3.6rem 0 2.2rem;
}

.about-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.about-stat-card {
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: var(--radius);
	padding: 1.6rem 1rem;
	text-align: center;
	box-shadow: var(--shadow-sm);
}

.about-stat-value {
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1;
	color: var(--primary);
}

.about-stat-label {
	margin-top: 0.45rem;
	font-size: 0.94rem;
	color: var(--text-light);
}

.about-topics-section {
	padding: 2rem 0 4.8rem;
}

.about-section-head-light h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.6rem);
	color: var(--accent);
}

.about-section-head-light p {
	margin: 0.9rem 0 0;
	color: var(--text-light);
}

.about-topics-section .topics-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}

.about-topics-section .topic-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: var(--radius);
	padding: 1.15rem 1.2rem;
	box-shadow: var(--shadow-sm);
}

.about-topics-section .topic-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--primary-light);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.about-topics-section .topic-icon svg {
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-topics-section .topic-info h3 {
	margin: 0;
	font-size: 1rem;
	color: var(--accent);
}

.about-topics-section .topic-info p {
	margin: 0.25rem 0 0;
	font-size: 0.85rem;
	color: var(--text-muted);
}

.about-cta-section {
	background: #eaf0fb;
	border-top: 1px solid var(--border-color);
	padding: 4.6rem 0;
}

.about-cta-inner {
	text-align: center;
	max-width: 760px;
}

.about-cta-inner h2 {
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 3rem);
	color: var(--accent);
}

.about-cta-inner p {
	margin: 1rem auto 1.8rem;
	color: var(--text-main);
	font-size: 1.04rem;
}

.about-cta-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
}

.about-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.74rem 1.5rem;
	border-radius: var(--radius-sm);
	font-weight: 600;
	border: 1px solid transparent;
}

.about-btn-primary {
	background: var(--primary);
	color: #fff;
}

.about-btn-primary:hover {
	background: var(--primary-hover);
	color: #fff;
}

.about-btn-secondary {
	background: #fff;
	color: var(--accent);
	border-color: var(--border-color);
}

.about-btn-secondary:hover {
	color: var(--primary);
	border-color: var(--primary);
}

@media (min-width: 768px) {
	.about-story-grid {
		grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
		gap: 3rem;
	}

	.about-mission-section .mission-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.8rem;
	}

	.about-topics-section .topics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.3rem;
	}
}

@media (min-width: 992px) {
	.about-stats-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.6rem;
	}

	.about-topics-section .topics-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
