:root {
	--bg: #ffffff;
	--text: #0b0f14;
	--muted: #6b7280;
	--line: #e5e7eb;
	--accent: #b6ff3b; /* lime */
	--accent-soft: #e9ffd0;
	--black: #000000;
	--radius-lg: 28px;
	--radius-md: 18px;
	--radius-sm: 12px;
	--maxw: 1200px;
}

html {
    scroll-behavior: smooth;
}


#events, #partners, #speakers-grid {
    scroll-margin-top: 120px;
}

.hero-section-pt {
    padding-top: 149px;
}

#speakers-grid {
    padding: 0px;
    margin: 0px;
}

#partners {
    margin-top: 30px;
    padding: 100px 0px;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    background: white !important;
    color: var(--text);
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}


body #search-input {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

#search-input {
    font-size: 15px;
}

h2 {
	font-size: clamp(34px, 4.8vw, 52px) !important;
	line-height: 1.1 !important;
	letter-spacing: -0.04em;
	margin: 0 0 18px;
	font-weight: 900;
}

.section-head h2 {
    font-weight: 900;
}


#back-sae {
	background: url(https://fsummit.net/checkout/wp-content/uploads/2025/09/bg-Vietnam-scaled.jpg)
		bottom;
	background-size: cover;
}

#back-mee {
	background: url(https://fsummit.net/checkout/wp-content/uploads/2025/11/bg-Qatar-scaled.jpg)
		bottom;
	background-size: cover;
}

#back-usa {
	background: url(https://fsummit.net/checkout/wp-content/uploads/2026/02/photo_2026-02-18_11-32-13.jpg)
		bottom;
	background-size: cover;
}

#back-ee {
	background: url(https://fsummit.net/checkout/wp-content/uploads/2025/11/photo_2025-11-09_12-12-33.jpg)
		bottom;
	background-size: cover;
}

.bg-black {
	background: #0e0e0e;
	color: #fff;
}

.navbar-brand {
	display: block;
	margin-bottom: 16px;
}

.eyebrow {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
	color: #6b7280;
	margin-bottom: 12px;
}

header {
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(12px);
	z-index: 50;
	padding: 12.5px 0;
}

.header-logo,
.header-logo img {
	width: fit-content;
	max-height: 40px !important;
}

.section-dark {
	background: black;
	color: white;
}

.section-head p {
	font-size: 18px;
	color: #374151;
	max-width: 700px;
	line-height: 150%;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.container {
	max-width: 1280px !important;
	margin: 0 auto !important;
	padding: 0px 2rem !important;
}

/* NAV */
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
}

.nav-links {
	display: flex;
	gap: 30px;
	align-items: center;
}

.nav-links a {
	font-weight: 500;
	color: #374151;
	position: relative;
}

.nav-links a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: var(--accent);
	width: 100%;
	height: 2.5px;
	border-radius: 8px;
	transform: scaleX(0);
	transition: 0.3s;
}

.nav-links a:hover:before {
	transform: scaleX(1);
}

.nav-cta {
	padding: 12px 18px;
	background: var(--accent);
	border-radius: 14px;
	font-weight: 700 !important;
	font-size: 14px;
	border: 1px solid #a3e635;
	transition: all 0.2s ease;
}

.nav-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.btn {
	background: #9eff00;
	padding: 10px 18px;
	border-radius: 20px;
	font-weight: 600;
}

/* HERO */
.hero small {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 12px;
}

.hero h1 {
	font-size: 64px;
	line-height: 1.1;
	margin: 10px 0;
	font-weight: 900;
}

.hero h1 span {
	color: #9aa3ad;
}

.hero p {
	max-width: 600px;
	color: #374151;
	font-size: 18px;
}

.hero-stats {
	float: right;
	margin-top: -100px;
	text-align: right;
}

.hero-stats h2 {
	font-size: 36px;
	margin: 0;
}

/* FILTERS */
.filters {
	margin: 60px 0 20px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.filter {
	padding: 10px 16px;
	border-radius: 20px;
	background: #e9ecf1;
	font-size: 14px;
}

.filter.active {
	background: #000;
	color: #fff;
}

.search {
	margin-left: auto;
	padding: 10px 16px;
	border-radius: 20px;
	border: 1px solid #ddd;
}

/* ---------------- SUMMITS ---------------- */

.summit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	padding-bottom: 50px;
}

.summit-card {
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	overflow: hidden;
	background: white;
	transition: all 0.2s ease;
}

.summit-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.summit-img {
	height: 140px;
	background: linear-gradient(135deg, #111827, #4b5563);
	position: relative;
}

.summit-img span {
	position: absolute;
	bottom: 12px;
	left: 12px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(8px);
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
}

.summit-body {
	padding: 18px 20px 22px;
}

.summit-body h4 {
	margin: 0 0 6px;
	font-size: 18px;
	letter-spacing: -0.02em;
	font-weight: 600;
}

.summit-body p {
	margin: 0;
	font-size: 15px;
	color: #6b7280;
}

.btn--apply {
    width: fit-content;
    padding: 4px 4px !important;
    background: black;
    color: white !important;
    border-radius: 8px;
    transition: .3s;
    font-weight: 600 !important;
}

.btn--apply:hover {
    color: var(--accent) !important;
}

/* GRID */
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.tag {
	color: #6bff00;
	font-size: 12px;
	margin: 8px 0;
}

/* ---------------- FOOTER ---------------- */

footer {
	border-top: 1px solid var(--line);
	padding: 80px 0 60px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 48px;
}

.footer-brand h4 {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.footer-brand a {
	transition: 0.3s;
}

.footer-brand a:hover {
	color: #a3e635;
}

.footer-brand p {
	margin: 0;
	font-size: 14px;
	color: #6b7280;
	max-width: 360px;
}

.footer-col h5 {
	margin: 0 0 12px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b7280;
	font-weight: 700;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col li {
	width: fit-content;
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	color: #111827;
	font-weight: 500;
}

.footer-col li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: var(--accent);
	width: 100%;
	height: 2.5px;
	border-radius: 8px;
	transform: scaleX(0);
	transition: 0.3s;
}

.footer-col li:hover::before {
	transform: scaleX(1);
}

.footer-bottom {
	margin-top: 60px;
	padding-top: 26px;
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 14px;
}

/* ---------------- NETWORK ---------------- */

.network-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 38px 30px;
	max-width: 1200px;
}

.network-pill {
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	background: #fafafa;
	word-wrap: nowrap;
}

.footer-bottom__list {
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.partner {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.partner img {
	max-height: 120px;
	max-width: 100%;
	filter: brightness(0) invert(1);
	object-fit: contain;
}

.socials {
	display: flex;
	gap: 14px;
}

.socials img {
	width: inherit;
	height: 17px;
	object-fit: contain;
}

#events .container {
	overflow: visible;
}

.socials a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	background: white;
	transition: all 0.2s ease;
}

.socials a:hover {
	background: var(--accent);
	transform: translateY(-2px);
}

/* FOCUS */

.focus-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.focus-block {
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 24px 20px;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
	transition: box-shadow 0.3s ease;
}

.focus-block:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.focus-block h4 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #111827;
}

.focus-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 6px;
}

.focus-block li {
	font-size: 14px;
	color: var(--muted);
	padding-left: 18px;
	position: relative;
}

.focus-block li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: 900;
}

.main-rating-wrapper {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	width: 100%;
	margin-top: 16px;
}

.main-rating-img {
	display: flex;
}

.main-rating-img img {
	width: 36px;
	max-width: 36px;
	max-height: 36px;
	border-radius: 50%;
	border: 2px solid black;
}

.main-rating-img img:not(:first-child) {
	margin-left: -17px;
}

.main-rating {
	display: block;
	align-items: center;
	gap: 5px;
	margin-left: 8px;
}

.main-stars {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-bottom: -4px;
}

.main-stars img {
	display: block;
	width: 13px;
	height: 13px;
}

.main-rating .text-left {
	margin-top: 8px;
	font-size: 14px;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 980px) {
	.hero-grid {
		grid-template-columns: 1fr;
	}
	.platform-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.engine-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.summit-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.network-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 560px) {
	.stats {
		grid-template-columns: 1fr;
	}
	.segment-grid {
		grid-template-columns: 1fr;
	}
	.focus-grid {
		grid-template-columns: 1fr;
	}
	.footer-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 50px !important;
	}
}

/* ----------- Burger Styles ----------- */
.burger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 26px;
	height: 18px;
	cursor: pointer;
}

.burger.active span:nth-child(1) {
	transform: rotate(45deg) translateY(11px) translateX(3px);
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(-7px);
}

.burger span {
	height: 3px;
	background: #111827;
	border-radius: 3px;
	transition: 0.3s ease;
}

.brands-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.brands-track {
	display: flex;
	width: max-content;
	animation: scroll 20s linear infinite;
	margin-top: 30px;
}

.brand {
	flex: 0 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.brands-track {
		animation: scroll 20s linear infinite;
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* ----------- Mobile Menu ----------- */
@media (max-width: 772px) {
	.br-mobile {
		display: none;
	}

	.main-rating-img img {
		width: 30px;
		height: 30px;
		max-height: 32px;
	}

	.hero {
		padding: 0px 0 0px;
	}

	.hero-cta a {
		flex: 1;
		width: auto;
		text-align: center;
	}

	.hero h1 span {
		font-size: 36px;
		line-height: 130%;
	}

	.hero h1 {
		font-size: 36px;
		line-height: 130%;
		margin: 0 0 14px;
	}

	.hero p {
		font-size: 16px;
	}

	section {
		padding: 30px 0px;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 0px;
		align-items: baseline;
	}

	.footer-bottom__list {
		flex-direction: column;
		gap: 10px;
		padding-left: 0;
		text-align: left;
		align-items: baseline;
		font-size: 14px;
	}

	.section-head {
		margin-bottom: 24px;
	}

	.partner-cta {
		padding: 40px 20px 50px;
	}

	.partner-cta h2 {
		font-size: 25px;
	}

	.partner-cta p {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.testimonial-grid,
	.execution-grid {
		grid-template-columns: 1fr;
	}

	.reviews-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.audience__grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.segment-grid {
		gap: 16px;
	}

	.stats {
		gap: 14px;
	}

	.stat {
		padding: 16px;
	}

	.stat strong {
		font-size: 30px;
	}

	.cta-box > div {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.cta-box p {
		margin-bottom: 14px;
	}

	.cta-box {
		padding: 40px 24px;
	}

	.stat span {
		font-size: 13px;
		line-height: 120%;
	}

	.summit-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.footer-col {
	    min-width: 100%;
	    flex: 1;
	}
	
	.footer-bottom__list {
	    align-items: flex-start;
	}

	.segment-card {
		padding: 16px 18px;
	}

	.focus-grid {
		gap: 12px;
	}

	.engine-grid,
	.platform-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.engine-card {
		padding: 16px 18px;
	}

	.burger {
		display: flex;
	}

	.nav-links {
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		flex-direction: column;
		background: white;
		border-top: 1px solid var(--line);
		display: none;
		text-align: center;
		padding: 16px 0;
		z-index: 100;
	}

	.nav-links a {
		font-size: 16px;
		font-weight: 600;
	}

	.nav-links.show {
		display: flex;
		padding: 24px 0 16px;
		gap: 14px;
	}

	.nav-cta.nav-mobile-btn {
		width: 100%;
		font-weight: 900;
		margin-top: 8px;
		border-radius: 10px;
		max-width: calc(100% - 40px);
		margin-inline: auto;
	}

	.network-grid {
		grid-template-columns: 1fr 1fr;
		align-items: center;
		justify-content: space-around;
		padding: 10px 0px 40px;
	}

	.support.partner {
		width: auto;
		max-width: 22%;
	}

	footer {
		padding: 40px 0px 20px;
	}

	.footer-grid {
		gap: 16px !important;
	}

	.footer-bottom {
		margin-top: 30px;
		justify-content: center;
	}

	.summit-img {
		height: 170px;
	}

	h2 {
		font-size: 26px !important;
		margin: 0 0 12px;
	}

	p {
		margin-top: 12px;
	}
}

.logo {
	font-weight: 900;
	letter-spacing: -0.04em;
	font-size: 20px;
}

/* ===== МОБИЛЬНЫЙ SWIPER ===== */
.swiper {
	display: none;
}

@media (max-width: 772px) {
	.testimonial-grid,
	.reviews-grid {
		display: none;
	}

	.swiper {
		display: block;
		padding: 12px 0 14px 0;
	}

	.swiper-slide {
		width: 85%;
		max-height: 550px;
		padding-bottom: 14px;
		box-sizing: border-box;
		background: white;
		padding: 20px 20px;
	}

	.swiper-slide .engine-card {
		border: 0;
		padding: 0;
		height: 230px;
	}

	.swiper-slide video {
		max-height: 420px;
		border-radius: 8px;
	}

	.swiper-pagination {
		display: none;
	}
}
a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 992px) {
	.partners-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.partners-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#speakers-grid {
	    margin-top: 0px;
	}
	
	.hero-section-pt {
	    padding-top: 120px;
	}
}

.section-title {
	margin-top: 0;
	margin-bottom: 32px;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
}

.hr {
	width: 64px;
	height: 2px;
	background-color: #8ec53b;
	margin: 34px 0 50px;
}

.card .description {
	overflow: hidden;

	max-height: 6em; /* ≈ 4 рядки */
	line-height: 1.5em;

	transition: max-height 1s ease;
}

.card:hover .description {
	max-height: 700px; /* велике значення */
}

@media (max-width: 768px) {
	.container {
	    padding: 0px 1rem !important;
	}
	
	
	.nav {
        padding: 13.5px 1rem !important;
    }
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}