: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;
}

#speakers-grid {
    padding: 0px;
    margin-top: 132px;
}

#partners {
    margin-top: 30px;
    padding: 100px 0px;
}

.hero {
    padding-top: 62px;
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
	background: white;
	color: #111;
}

h2 {
	font-size: clamp(34px, 4.8vw, 52px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	margin: 0 0 18px;
	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;
	line-height: 150%;
}

header {
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(12px);
	z-index: 50;
}

.header-logo,
.header-logo img {
	width: fit-content;
	max-height: 40px !important;
}

.section-dark {
	background: black;
	color: white;
}

body #search-input {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.section-head p {
	font-size: 18px;
	color: #374151;
	max-width: 700px;
	line-height: 156%;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.section-head h2 {
    font-weight: 800;
}

.container {
    max-width: 1216px !important;
    margin: 0 auto !important;
    padding: 0px 2rem !important;
}

/* NAV */
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13.5px 24px !important;
}

.nav-links {
	display: flex;
	gap: 30px;
	align-items: center;
}

.nav-links .a-under {
	font-weight: 700;
	position: relative;
}

.nav-links .a-under: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;
}

.btn--apply {
    width: fit-content;
    padding: 0px 4px !important;
    background: black;
    border-radius: 8px;
    color: white !important;
    transition: .3s;
    height: 27.5px;
    font-weight: 400 !important;
    max-height: 27.5px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 0.5rem;
}

.btn--apply:hover {
    color: var(--accent) !important;
}

/* 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;
	line-height: 150%;
	margin: 11px 0px;
}

.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 !important;
	line-height: 150%;
}

.summit-body p {
	margin: 0;
	font-size: 15px;
	color: #6b7280;
	font-weight: 300 !important;
	line-height: 150%;
}


/* GRID */
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 14px;
	margin-top: 30px;
}


.card {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.card img {
    margin-bottom: 12px;
    border-radius: 8px;
    height: 50px;
    min-height: 50px;
    max-width: 95%;
    object-fit: contain;
    filter: brightness(1) invert(0.75);
}
.card h3 {
	margin: 0;
	font-size: 18px;
}

.tag {
	color: rgb(121 198 15 / var(--tw-text-opacity, 1));
	font-size: 12px;
	margin: 8px 0;
}

.card p {
	color: #777;
	font-size: 14px;
}

.partner-link {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: auto;
}

/* ---------------- 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;
	line-height: 150%;
}

.footer-col h5 {
	margin: 0 0 14px;
	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: 14px;
	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: 24px;
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 14px;
}

.socials {
	display: flex;
	gap: 14px;
}

.socials img {
	width: inherit;
	height: 17px;
	object-fit: contain;
}

#events {
    padding: 50px 0px;
}

#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: 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;
	}
	
	.summit-grid {
	    grid-template-columns: repeat(2, 1fr);
	}

	.main-rating-img img {
		width: 30px;
		height: 30px;
		max-height: 32px;
	}

	.hero {
		padding: 50px 0 14px;
	}

	.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;
	}
	
	.hero small {
	    display: block;
	    margin-bottom: 12px;
	}

	section {
		padding: 50px 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;
		margin: 0;
	}

	.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%;
	}


	.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: #ffffffc4;
		border-top: 1px solid var(--line);
		display: none;
		text-align: center;
		padding: 16px 20px;
		z-index: 100;
	}

	.nav-links a {
		font-size: 16px;
		font-weight: 600;
	}

	.nav-links.show {
		display: flex;
		padding: 24px 20px 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: 100%;
	}

	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;
		margin: 0 0 12px;
	}

	p {
		margin-top: 12px;
	}
	
	.hero-stats {
	    margin-top: 0px;
	    float: none;
	    text-align: left;
	}
	
	.filters {
	    margin: 0px 0;
	}
}

.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;
}

/* ---------------- 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;
	margin: 0;
}

.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;
}

@media (max-width: 992px) {
	.partners-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.partners-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 48px;
	}
	
	#speakers-grid {
	    margin-top: 70px;
	}
}

.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 p {
	overflow: hidden;

	max-height: 6em; /* ≈ 4 рядки */
	line-height: 1.5em;

	transition: max-height 1s ease;
}

.card:hover p {
	max-height: 700px; /* велике значення */
}

@media screen and (max-width: 520px) {
    	.summit-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.footer-col {
	    min-width: 100%;
	    flex: 1;
	}
}

@media screen and (max-width: 470px) {
    .grid {
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    }
    
    .card {
        padding: 12px 8px;
    }
    
    .card p {
        margin-top: 5px;
    }
}

.nav-links a {
    font-weight: 500;
    position: relative;
    color: #374151;
}

.search-box {
	position: relative;
	max-width: 576px;
	margin-top: 32px;
}

.search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding-left: 16px;
	display: flex;
	align-items: center;
	pointer-events: none;
	color: #9ca3af;
	transition: color 0.3s ease;
}

.search-box:focus-within .search-icon {
	color: #000000;
}

.search-input {
    display: block;
    width: calc(100% - 67px);
    padding: 17.5px 16px 17.5px 48px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    outline: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 16px;
    color: black;
    font-size: 15px;
    font-weight: 200;
}

.search-input::placeholder {
    color: #9ca3b7;
}

.search-input:focus {
	border-color: transparent;
	box-shadow: 0 0 0 2px #B4FF4C;
}

@media (max-width: 768px) {
	.search-box {
	    margin-top: 12px;
	}
	
	.container {
	    padding: 0px 1rem !important;
	}
	
	
	.nav {
        padding: 13.5px 1rem !important;
    }
}