/* Lead Africa Network - Elementor Widgets - Shared Styles */
.lan-widget {
	--lan-dark:   #1A2E1A;
	--lan-green:  #3C782D;
	--lan-amber:  #E1870F;
	--lan-brown:  #5A2D0F;
	--lan-cream:  #F5F0E8;
	--lan-light:  #F8F6F2;
	--lan-border: #DDD8D0;
	--lan-text-main:  #1A1A1A;
	--lan-text-muted: #555;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	box-sizing: border-box;
}
.elementor-widget-lan-header,
.elementor-widget-lan-summit-banner,
.elementor-widget-lan-hero,
.elementor-widget-lan-pillars,
.elementor-widget-lan-lead-channel,
.elementor-widget-lan-resources,
.elementor-widget-lan-quote,
.elementor-widget-lan-cta,
.elementor-widget-lan-footer {
    --widgets-spacing: 0 !important;
    --widgets-spacing-row: 0 !important;
    --widgets-spacing-column: 0 !important;
}

.lan-widget *, .lan-widget *::before, .lan-widget *::after { box-sizing: border-box; }

/* Shared centered container - desktop max-width 1200px centred (per 7.3 breakpoints) */
.lan-container {  max-width: 100%; margin: 0 auto; }

/* ================= HEADER / NAV ================= */
.lan-header { background: var(--lan-dark); position: relative; }
.lan-header-inner {
	padding: 0 28px;
	display: flex; align-items: center; justify-content: space-between;
	height: 62px;
}
.lan-header-logo img { height: 50px; width: auto; display: block; }
.lan-header-logo-text { color: #fff; font-weight: 700; font-size: 18px; }
.lan-nav-toggle-input { display: none; }

.lan-header-nav { display: flex; align-items: center; }
.lan-nav-links {
	display: flex; align-items: center; gap: 20px;
	font-size: 13px; color: rgba(255,255,255,.65);
	list-style: none; margin: 0 20px 0 0; padding: 0;
}
.lan-nav-links li { position: relative; }
.lan-nav-links a {
	color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s;
}
.lan-nav-links a:hover, .lan-nav-links li:hover > a { color: #fff; }
.lan-nav-cta {
	background: var(--lan-amber); color: var(--lan-dark) !important;
	padding: 7px 16px; border-radius: 5px;
	font-weight: 600; font-size: 13px; text-decoration: none; white-space: nowrap;
}

/* Hamburger - hidden on desktop/tablet, shown on mobile */
.lan-hamburger {
	display: none;
	flex-direction: column; justify-content: center; gap: 4px;
	width: 26px; height: 20px; cursor: pointer;
}
.lan-hamburger span {
	display: block; width: 100%; height: 2px; background: #fff; border-radius: 2px;
}

/* ================= FOOTER ================= */
.lan-footer { background: var(--lan-dark); padding: 36px 0 20px; }
.lan-footer-inner { padding: 0 28px; }
.lan-footer-grid {
	display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 24px;
	margin-bottom: 28px;
}
.lan-ft-logo-wrap { margin-bottom: 14px; }
.lan-ft-logo-wrap img { height: 42px; width: auto; display: block; }
.lan-ft-tagline { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.65; max-width: 220px; }
.lan-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.lan-sc {
	width: 32px; height: 32px; border-radius: 50%;
	border: 1px solid rgba(255,255,255,.18);
	display: flex; align-items: center; justify-content: center;
	font-size: 14px; color: rgba(255,255,255,.5) !important; text-decoration: none;
}
.lan-sc:hover { border-color: var(--lan-amber); color: var(--lan-amber) !important; }
.lan-ft-head {
	font-size: 11px; font-weight: 600; text-transform: uppercase;
	letter-spacing: .08em; color: var(--lan-amber); margin-bottom: 12px;
}
.lan-ft-menu { display: block; list-style: none; margin: 0; padding: 0; }
.lan-ft-link {
	font-size: 13px; color: rgba(255,255,255,.42); margin-bottom: 8px;
}
.lan-ft-link a { color: inherit; text-decoration: none; }
.lan-ft-link a:hover { color: rgba(255,255,255,.8); }
.lan-footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin-bottom: 16px; }
.lan-footer-bottom { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: space-between; }
.lan-ft-copy { font-size: 11px; color: rgba(255,255,255,.25); }
.lan-ft-tag  { font-size: 11px; color: var(--lan-amber); opacity: .7; }

/* ================= PILLARS (Connect / Network / Learn / Transform) ================= */
.lan-pillars {
	display: grid; grid-template-columns: repeat(4,1fr);
	border-bottom: 1px solid var(--lan-border);
}
.lan-pillar {
	padding: 22px 20px;
	border-right: 1px solid var(--lan-border);
	transition: background .15s;
	text-decoration: none; display: block; color: inherit;
}
.lan-pillar:last-child { border-right: none; }
.lan-pillar:hover { background: var(--lan-light); }
.lan-pillar-head {
	display: flex; align-items: center; gap: 14px;
	margin-bottom: 14px;
}
.lan-pillar-icon {
	width: 56px; height: 56px; border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
	font-size: 26px; flex-shrink: 0;
}
.lan-pillar-icon.lan-c-green { background: #dff0d0; color: var(--lan-green); }
.lan-pillar-icon.lan-c-amber { background: #faecd4; color: var(--lan-brown); }
.lan-pillar-icon.lan-c-blue  { background: #d8eaf5; color: #1a5a8a; }
.lan-pillar-icon.lan-c-brown { background: #f0e0d0; color: var(--lan-brown); }
.lan-pillar-title { font-size: 20px; font-weight: 700; color: #1a1a1a; line-height: 1.2; }
.lan-pillar-desc  { font-size: 13px; color: var(--lan-text-muted); margin-top: 0; line-height: 1.55; }
.lan-pillar-arrow { font-size: 13px; color: var(--lan-green); margin-top: 8px; }

/* ================= HERO (v11 — illustrated landscape + particles) ================= */

.lan-hero {
	position: relative;
	width: 100%;
	min-height: 520px;
	display: flex;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	background: linear-gradient(110deg, #0b1a0b 0%, #0d1f12 40%, #112d25 70%, #122d26 100%);
}

.lan-hero__particles {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	display: block; z-index: 1;
}

.lan-hero__landscape {
	position: absolute; bottom: 0; right: 0;
	width: 55%; height: 88%;
	pointer-events: none; z-index: 2; overflow: visible;
}

.lan-hero__shade-left {
	position: absolute; inset: 0; z-index: 3; pointer-events: none;
	background: linear-gradient(90deg, rgba(5,12,5,.72) 0%, rgba(5,12,5,.42) 45%, rgba(5,12,5,.0) 65%);
}
.lan-hero__shade-bottom {
	position: absolute; inset: 0; z-index: 4; pointer-events: none;
	background: linear-gradient(180deg, rgba(5,12,5,.0) 55%, rgba(5,12,5,.65) 85%, rgba(5,12,5,.90) 100%);
}

.lan-hero__content {
	position: relative; z-index: 5;
	padding: 60px 52px 52px; max-width: 870px; width: 100%; box-sizing: border-box;
}
.lan-hero__eyebrow {
	font-size: 11px; font-weight: 700; letter-spacing: .18em;
	text-transform: uppercase; color: var(--lan-amber); margin: 0 0 16px;
}
.lan-hero__h1 { font-size: 44px; font-weight: 800; color: #fff; line-height: 1.12; margin: 0 0 18px; }
.lan-hero__h1 span { color: var(--lan-amber); }
.lan-hero__sub { font-size: 16px; color: rgba(255,255,255,.75); line-height: 1.75; margin: 0 0 32px; max-width: 460px; }
.lan-hero__btns { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.lan-hero__btn-primary {
	background: var(--lan-amber); color: var(--lan-dark) !important;
	padding: 14px 30px; border-radius: 6px;
	font-size: 15px; font-weight: 700; text-decoration: none; display: inline-block;
	transition: background .15s, transform .15s;
}
.lan-hero__btn-primary:hover { background: #c98828; transform: translateY(-1px); }
.lan-hero__btn-outline {
	border: 2px solid rgba(255,255,255,.40); color: #fff !important; padding: 14px 30px;
	border-radius: 6px; font-size: 15px; text-decoration: none; display: inline-block;
}
.lan-hero__btn-outline:hover { border-color: rgba(255,255,255,.72); }

.lan-hero__stats {
	display: flex; flex-wrap: nowrap;
	padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); width: 100%;
}
.lan-hero__stat {
	display: flex; flex-direction: column; align-items: center;
	flex: 1 1 0; min-width: 0; padding: 6px 3px;
	border-right: 1px solid rgba(255,255,255,.1); overflow: hidden;
	text-decoration: none; color: inherit;
}
.lan-hero__stat:last-child { border-right: none; }
.lan-hero__stat-icon {
	width: 42px; height: 42px; border-radius: 50%;
	background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.18);
	display: flex; align-items: center; justify-content: center;
	font-size: 17px; color: rgba(255,255,255,.85); margin-bottom: 6px; flex-shrink: 0;
	transition: background .2s, border-color .2s;
}
.lan-hero__stat:hover .lan-hero__stat-icon { background: rgba(226,160,63,.22); border-color: rgba(226,160,63,.55); }
.lan-hero__stat-icon svg { width: 1em; height: 1em; fill: currentColor; }
.lan-hero__stat-n { font-size: 17px; font-weight: 800; color: var(--lan-amber); line-height: 1; white-space: nowrap; }
.lan-hero__stat-l { font-size: 9px; color: rgba(255,255,255,.42); margin-top: 3px; text-align: center; white-space: nowrap; letter-spacing: .03em; }

.lan-hero__credit {
	position: absolute; bottom: 10px; right: 14px; z-index: 6;
	font-size: 10px; color: rgba(255,255,255,.28);
}

/* ================= SUMMIT BANNER (standalone LAN_Summit_Banner_Widget) ================= */
.lan-hero-strip {
	background: var(--lan-brown);
	border-top: 3px solid var(--lan-amber);
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.lan-hero-strip-left { display: flex; align-items: center; gap: 10px; }
.lan-hero-strip-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lan-amber); flex-shrink: 0; }
.lan-hero-strip-text { font-size: 16px; color: #f5ddb0; font-weight: 500; }
.lan-hero-strip-sub { font-size: 14px; color: rgba(255,255,255,.5); margin-top: 2px; }
.lan-hero-strip-btn {
	background: var(--lan-amber); color: var(--lan-dark) !important;
	padding: 6px 14px; border-radius: 5px;
	font-size: 13px; font-weight: 600; white-space: nowrap;
	text-decoration: none; display: inline-block;
}
.lan-summit-banner .lan-hero-strip {
	margin-bottom: 0;
}

/* ================= SECTION (shared head) ================= */
.lan-section { padding: 32px 28px; }
.lan-section-head {
	display: flex; align-items: flex-end; justify-content: space-between;
	flex-wrap: wrap; gap: 10px;
	margin-bottom: 20px;
}
.lan-section-label {
	font-size: 11px; font-weight: 600; letter-spacing: .1em;
	text-transform: uppercase; color: var(--lan-green); margin-bottom: 4px;
}
.lan-section-title { font-size: 18px; font-weight: 600; color: var(--lan-text-main); margin: 0; }
.lan-see-all { font-size: 13px; color: var(--lan-green); text-decoration: none; white-space: nowrap; }

/* ================= LEAD CHANNEL ================= */
.lan-cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.lan-vid-card {
	border: 1px solid var(--lan-border); border-radius: 8px;
	overflow: hidden; transition: box-shadow .15s; text-decoration: none; display: block; color: inherit;
}
.lan-vid-card:hover { box-shadow: 0 3px 12px rgba(0,0,0,0.1); }
.lan-vid-thumb {
	height: 150px; display: flex; align-items: center; justify-content: center;
	position: relative; background-size: cover; background-position: top;
}
.lan-play-btn {
	width: 40px; height: 40px; background: rgba(255,255,255,.2); border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-size: 14px; color: #fff; border: 1.5px solid rgba(255,255,255,.4);
}
.lan-vid-body { padding: 12px; }
.lan-vid-tag {
	font-size: 10px; font-weight: 600; text-transform: uppercase;
	letter-spacing: .07em; color: var(--lan-green); margin-bottom: 5px;
}
.lan-vid-title { font-size: 13px; font-weight: 600; color: var(--lan-text-main); line-height: 1.4; }

/* ================= RESOURCES ================= */
.lan-cards-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.lan-res-card {
	border: 1px solid var(--lan-border); border-radius: 8px;
	padding: 20px; transition: box-shadow .15s;
}
.lan-res-card:hover { box-shadow: 0 3px 12px rgba(0,0,0,0.08); }
.lan-res-icon {
	width: 40px; height: 40px; border-radius: 10px;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 12px; font-size: 20px;
}
.lan-res-icon.lan-c-amber { background: #faecd4; color: var(--lan-brown); }
.lan-res-icon.lan-c-green { background: #dff0d0; color: var(--lan-green); }
.lan-res-icon.lan-c-dark  { background: #d4dcd4; color: var(--lan-dark); }
.lan-res-icon.lan-c-brown { background: #f0e0d0; color: var(--lan-brown); }
.lan-res-title { font-size: 20px; font-weight: 600; color: var(--lan-text-main); margin: 0 0 6px; }
.lan-res-desc  { font-size: 13px; color: var(--lan-text-muted); line-height: 1.55; margin: 0 0 10px; }
.lan-res-link  { font-size: 13px; color: var(--lan-green); font-weight: 500; text-decoration: none; }
.lan-res-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}
.lan-res-icon,
.lan-res-image {
	margin-bottom: 0;   /* was 12px — spacing now comes from .lan-res-head gap */
	flex-shrink: 0;
}
.lan-res-image img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 8px;
}
.lan-res-title {
	margin: 0;   /* was "0 0 6px" — no longer stacked under the icon */
}

/* ================= QUOTE / QUOTE SLIDER ================= */
.lan-quote-slider {
	background: var(--lan-dark);
	line-height: 0; /* kills the extra inline whitespace gap under swiper */
}

.lan-quote-slide,
.lan-quote {
	background: var(--lan-dark);
	padding: 36px 48px;
	text-align: center;
}

.lan-quote-mark {
	font-size: 48px;
	color: var(--lan-amber);
	opacity: .4;
	line-height: 1;
	margin: 0 0 8px;
}

.lan-quote-text {
	font-size: 18px;
	font-style: italic;
	color: #e8d5a0;
	line-height: 1.7;
	max-width: 580px;
	margin: 0 auto 12px;
}

.lan-quote-attr {
	font-size: 12px;
	color: rgba(255,255,255,.35);
}

/* Single-slide mode: no swipe cursor, static like the original non-slider block */
.lan-quote-swiper.lan-quote-swiper--single .swiper-wrapper {
	cursor: default;
}
.lan-quote-swiper.lan-quote-swiper--single .swiper-button-prev,
.lan-quote-swiper.lan-quote-swiper--single .swiper-button-next,
.lan-quote-swiper.lan-quote-swiper--single .swiper-pagination {
	display: none !important;
}

/* ---- Swiper navigation (arrows) ---- */
.lan-quote-swiper .swiper-button-prev,
.lan-quote-swiper .swiper-button-next {
	color: rgba(255,255,255,.35);
	transform: scale(.6);
}
.lan-quote-swiper .swiper-button-prev:hover,
.lan-quote-swiper .swiper-button-next:hover {
	color: var(--lan-amber);
}

/* ---- Swiper pagination (dots) ---- */
.lan-quote-swiper .swiper-pagination {
	position: static;
	margin-top: 10px;
}
.lan-quote-swiper .swiper-pagination-bullet {
	background: rgba(255,255,255,.3);
	opacity: 1;
	width: 7px;
	height: 7px;
}
.lan-quote-swiper .swiper-pagination-bullet-active {
	background: var(--lan-amber);
}

/* ================= CTA ================= */
.lan-cta-strip {
	padding: 28px; display: flex; align-items: center; justify-content: space-between;
	flex-wrap: wrap; gap: 16px;
	background: var(--lan-cream);
	border-radius: 4px;
}
.lan-cta-main { font-size: 18px; font-weight: 600; color: var(--lan-dark); margin: 0; }
.lan-cta-sub  { font-size: 13px; color: var(--lan-text-muted); margin: 4px 0 0; }
.lan-cta-btn  {
	background: var(--lan-dark); color: #e8d5a0 !important;
	padding: 13px 24px; border-radius: 7px;
	font-size: 14px; font-weight: 600;
	white-space: nowrap; flex-shrink: 0;
	text-decoration: none; display: inline-block;
}

/* ================= RESPONSIVE — 7.3 Responsive Breakpoints ================= */
/* Mobile: <768px — Hamburger nav; summit strip wraps 2 lines; pillars 2x2;
   all card grids 1-column; hero stats wrap 3+3 */
@media (max-width: 900px) {
	.lan-hero { min-height: 460px; }
	.lan-hero__content { padding: 48px 32px 40px; }
	.lan-hero__h1 { font-size: 32px; }
	.lan-hero__landscape { width: 62%; }
}

@media (max-width: 767px) {
	/* Header: hamburger nav */
	.lan-hamburger { display: flex; }
	.lan-header-nav {
		position: absolute; top: 62px; left: 0; right: 0;
		background: var(--lan-dark);
		flex-direction: column; align-items: stretch;
		max-height: 0; overflow: hidden;
		transition: max-height .25s ease;
		z-index: 20;
	}
	.lan-nav-toggle-input:checked ~ .lan-header-inner .lan-header-nav { max-height: 500px; }
	.lan-nav-links {
		flex-direction: column; align-items: flex-start; gap: 0;
		margin: 0; width: 100%;
	}
	.lan-nav-links li { width: 100%; padding: 12px 20px; border-top: 1px solid rgba(255,255,255,.08); }
	.lan-nav-links a { display: block; }
	.lan-nav-cta { margin: 12px 20px; text-align: center; }

	/* Summit strip wraps to 2 lines on mobile */
	.lan-hero-strip { flex-direction: column; align-items: flex-start; }
	.lan-hero-strip-btn { align-self: flex-start; }

	/* Pillars 2x2 */
	.lan-pillars { grid-template-columns: repeat(2,1fr); }
	.lan-pillar:nth-child(2n) { border-right: none; }
	.lan-pillar:nth-child(-n+2) { border-bottom: 1px solid var(--lan-border); }

	/* All card grids 1-column */
	.lan-cards-3, .lan-cards-2 { grid-template-columns: 1fr; }

	/* Hero (v11) mobile sizing */
	.lan-hero { min-height: 420px; }
	.lan-hero__content { padding: 36px 22px 32px; max-width: 100%; }
	.lan-hero__h1 { font-size: 26px; }
	.lan-hero__sub { font-size: 14px; }
	.lan-hero__stat-icon { width: 36px; height: 36px; font-size: 15px; }
	.lan-hero__stat-n { font-size: 14px; }
	.lan-hero__stat-l { font-size: 8px; }
	.lan-hero__landscape { width: 80%; opacity: .6; }
	.lan-hero__shade-left { background: linear-gradient(90deg,rgba(5,12,5,.88) 0%,rgba(5,12,5,.65) 55%,rgba(5,12,5,.15) 80%,rgba(5,12,5,.0) 100%); }

	/* Pillar head shrinks slightly on mobile */
	.lan-pillar-icon { width: 48px; height: 48px; font-size: 22px; }
	.lan-pillar-title { font-size: 17px; }

	/* Footer stacks to single column */
	.lan-footer-grid { grid-template-columns: 1fr; }

	/* Quote slider tightens on mobile */
	.lan-quote-slide,
	.lan-quote {
		padding: 28px 24px;
	}
	.lan-quote-text {
		font-size: 15px;
	}
}

@media (max-width: 380px) {
	.lan-hero__h1 { font-size: 22px; }
	.lan-hero__btns { flex-direction: column; }
	.lan-hero__stats { flex-wrap: wrap; }
	.lan-hero__stat { flex: 1 1 30%; }
}

/* Tablet: 768px–1279px — Pillars 4-column; card grids 2-column;
   nav links visible; summit strip single line */
@media (min-width: 768px) {
	.lan-hamburger { display: none; }
	.lan-header-nav { position: static; max-height: none; overflow: visible; flex-direction: row; }
	.lan-nav-links { flex-direction: row; }

	.lan-hero-strip { flex-direction: row; }

	.lan-pillars { grid-template-columns: repeat(4,1fr); }

	.lan-cards-3 { grid-template-columns: repeat(3,1fr); }
	.lan-cards-2 { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.lan-cards-3 { grid-template-columns: repeat(2,1fr); }
	.lan-footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Desktop: ≥1280px — Full layout as per mockup; max-width 1200px centred */
@media (min-width: 1280px) {
	.lan-container {  max-width: 100%; margin: 0 auto; }
}