/* =============================================
БИЗНЕС-СЕМИНАР — Лендинг
Figma → HTML/CSS | Pixel-accurate
============================================= */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap');

/*
@font-face { font-family: 'Gilroy'; src: url('fonts/Gilroy-Regular.woff2') format('woff2'); font-weight: 400; }
@font-face { font-family: 'Gilroy'; src: url('fonts/Gilroy-Medium.woff2')  format('woff2'); font-weight: 500; }
@font-face { font-family: 'Gilroy'; src: url('fonts/Gilroy-SemiBold.woff2') format('woff2'); font-weight: 600; }
@font-face { font-family: 'Gilroy'; src: url('fonts/Gilroy-Bold.woff2')    format('woff2'); font-weight: 700; }
@font-face { font-family: 'Gilroy'; src: url('fonts/Gilroy-ExtraBold.woff2') format('woff2'); font-weight: 800; }
*/

/* ─── Переменные ─── */
:root {
	--orange:       #FD7E01;
	--orange-glow:  rgba(255, 107, 53, 0.4);
	--dark-navy:    #001578;
	--deep-navy:    #020955;
	--text-dark:    #070F33;
	--white:        #FFFFFF;
	--bg:           #F3F3F4;
	--bg-light:     #F8FAFC;
	--bg-section:   #ECF0F5;
	--blue-light:   #E9F2FA;
	--blue-accent:  #4DB8FF;
	--blue-tag-bg:  rgba(77, 184, 255, 0.1);
	--blue-tag-br:  rgba(77, 184, 255, 0.2);
	--nav-color:    #3A506B;
	--gray-mid:     #475569;
	--gray-text:    #94A3B8;
	--slate:        #64748B;
	--glass-start:  rgba(254, 254, 255, 1);
	--glass-end:    rgba(179, 222, 255, 1);
	--white-border: rgba(255, 255, 255, 0.1);
	--font: 'Gilroy', 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--max-w: 1400px;
	--px: 120px;
}

/* ─── Сброс ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

body {
	font-family: var(--font);
	background: var(--bg);
	color: var(--text-dark);
	overflow-x: hidden;
}

.container {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 var(--px);
}

/* =============================================
	ПЕРЕИСПОЛЬЗУЕМЫЕ КНОПКИ
	============================================= */

.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	height: 62px;
	padding: 0 32px;
	border-radius: 12px;
	background: var(--orange);
	font-family: var(--font);
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
	color: var(--white);
	box-shadow: 0 0 20px 0 var(--orange-glow);
	transition: opacity 0.2s, transform 0.15s;
	white-space: nowrap;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }

.btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 62px;
	padding: 0 33px;
	border-radius: 12px;
	background: rgba(255,255,255,0.08);
	border: 1px solid var(--white-border);
	backdrop-filter: blur(12px);
	font-family: var(--font);
	font-weight: 600;
	font-size: 18px;
	line-height: 1em;
	color: var(--text-dark);
	transition: background 0.2s, transform 0.15s;
	white-space: nowrap;
}
.btn-ghost:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }

.btn-dark {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	height: 60px;
	padding: 0 35px;
	border-radius: 12px;
	background: var(--text-dark);
	font-family: var(--font);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.556em;
	color: var(--white);
	box-shadow: 0 8px 10px -6px rgba(0,0,0,0.1), 0 20px 25px -5px rgba(0,0,0,0.1);
	transition: opacity 0.2s, transform 0.15s;
}
.btn-dark:hover { opacity: 0.88; transform: translateY(-2px); }

.btn-pill {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 24px;
	border-radius: 9999px;
	background: var(--orange);
	font-family: var(--font);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4286em;
	color: var(--white);
	white-space: nowrap;
	box-shadow: 0 4px 6px -4px rgba(255,107,53,0.3), 0 10px 15px -3px rgba(255,107,53,0.3);
	transition: opacity 0.2s, transform 0.15s;
}
.btn-pill:hover { opacity: 0.9; transform: translateY(-1px); }


/* =============================================
	HERO
	============================================= */

.hero {
	position: relative;
	min-height: 849px;
	overflow: hidden;
	background: var(--bg);
}

.hero-photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.blur {
	position: absolute;
	background: var(--blue-light);
	filter: blur(200px);
	z-index: 1;
	pointer-events: none;
	border-radius: 50%;
}
.blur-1 { left: -142px; top: -69px;  width: 822px;  height: 1023px; }
.blur-2 { left: 1280px; top: -69px;  width: 822px;  height: 1023px; }
.blur-3 { left: -142px; top: 402px;  width: 945px;  height: 552px;  }
.blur-4 { left: -279px; top: 579px;  width: 1958px; height: 549px;  }

/* Header */
.header {
	position: relative;
	z-index: 20;
	height: 81px;
	background: var(--white);
}
.header__inner {
	max-width: var(--max-w);
	margin: 0 auto;
	height: 100%;
	padding: 0 var(--px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo { display: flex; align-items: center; flex-shrink: 0; }
.header__nav {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-left: auto;
	margin-right: auto;
}
.header__nav-link {
	font-family: var(--font);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4286em;
	color: var(--nav-color);
	white-space: nowrap;
	transition: color 0.2s;
}
.header__nav-link:hover { color: var(--orange); }

/* Hero content */
.hero__content {
	position: relative;
	z-index: 10;
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 var(--px);
	display: flex;
	align-items: flex-end;
	gap: 32px;
	min-height: calc(849px - 81px);
	padding-bottom: 20px;
}

.hero__left {
	flex: 0 0 683px;
	display: flex;
	flex-direction: column;
	padding-top: 79px;
}

.offline-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 30px;
	padding: 0 12px 0 13px;
	border-radius: 9999px;
	background: var(--blue-tag-bg);
	border: 1px solid var(--blue-tag-br);
	font-family: var(--font);
	font-weight: 600;
	font-size: 14px;
	color: var(--text-dark);
	width: fit-content;
	margin-bottom: 26px;
}
.offline-badge__dot {
	width: 8px; height: 8px;
	border-radius: 50%;
	background: var(--orange);
	flex-shrink: 0;
}

.hero__title {
	font-family: var(--font);
	font-weight: 700;
	font-size: 60px;
	line-height: 1em;
	color: var(--dark-navy);
	margin-bottom: 8px;
}

.hero__desc {
	font-family: var(--font);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2em;
	color: var(--text-dark);
	opacity: 0.9;
	max-width: 655px;
	margin-bottom: 27px;
}

.hero__btns {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 31px;
}

.audience-card {
	width: 683px;
	padding: 24px;
	border-radius: 24px;
	background: linear-gradient(58deg, var(--glass-start) 0%, var(--glass-end) 100%);
	border: 1px solid var(--blue-tag-br);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.audience-card__label {
	display: block;
	font-family: var(--font);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4286em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-dark);
	margin-bottom: 12px;
}
.audience-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tag {
	display: inline-flex;
	align-items: center;
	height: 38px;
	padding: 0 17px;
	border-radius: 9999px;
	background: var(--blue-tag-bg);
	border: 1px solid var(--blue-tag-br);
	font-family: var(--font);
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	color: var(--text-dark);
	white-space: nowrap;
}

.info-card {
	flex: 0 0 445px;
	border-radius: 24px;
	background: linear-gradient(66deg, var(--glass-start) 0%, var(--glass-end) 84%);
	border: 1px solid var(--blue-tag-br);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	overflow: hidden;
}
.info-card__items { padding: 36px 33px 0; display: flex; flex-direction: column; gap: 24px; }
.info-card__item { display: flex; align-items: flex-start; gap: 16px; }
.info-card__icon {
	flex-shrink: 0;
	width: 48px; height: 48px;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	border: 2px solid var(--blue-accent);
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-card__icon img { width: 24px; height: 24px; }
.info-card__details { display: flex; flex-direction: column; gap: 2px; padding-top: 2px; }
.info-card__label {
	font-family: var(--font);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4286em;
	color: var(--text-dark);
	opacity: 0.5;
}
.info-card__value {
	font-family: var(--font);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5556em;
	color: var(--text-dark);
}
.info-card__sub {
	font-family: var(--font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: var(--text-dark);
}
.info-card__footer {
	margin: 28px 33px 0;
	padding: 25px 0 28px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.info-card__free {
	font-family: var(--font);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4em;
	color: var(--orange);
	margin-bottom: 8px;
}
.info-card__limited {
	font-family: var(--font);
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3333em;
	color: var(--gray-text);
}


/* =============================================
	СЕКЦИЯ 2 — ЧТО ВАС ЖДЁТ (Features)
	============================================= */

.features {
	position: relative;
	background: var(--blue-light);
	overflow: hidden;
	padding: 58px 0 88px;
}

.features__blur {
	position: absolute;
	width: 384px; height: 384px;
	border-radius: 50%;
	background: rgba(77, 184, 255, 0.05);
	filter: blur(64px);
	pointer-events: none;
}
.features__blur--left  { left: -60px;  bottom: 0; }
.features__blur--right { right: 0; top: 166px; }

.features__inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 var(--px);
}

.features__grid {
	display: grid;
	grid-template-columns: repeat(4, 272px);
	gap: 24px;
	justify-content: center;
	margin-bottom: 34px;
}

.feature-card {
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 16px;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 4px 30px 0 rgba(0,0,0,0.05);
	padding: 33px 33px 33px;
	height: 201px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s, box-shadow 0.2s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 8px 40px 0 rgba(0,0,0,0.08); }

.feature-card__icon {
	width: 56px; height: 56px;
	border-radius: 12px;
	background: #F8FBFD;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px -2px rgba(0,0,0,0.1), 0 4px 6px -1px rgba(0,0,0,0.1);
}
.feature-card__icon--orange { background: var(--orange); }
.feature-card__icon--blue   { background: var(--nav-color); }
.feature-card__icon img { width: 36px; height: 36px; }

.feature-card__title {
	font-family: var(--font);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.05em;
	color: var(--text-dark);
}

.features__cta {
	display: flex;
	justify-content: center;
}


/* =============================================
	СЕКЦИЯ 3 — ПРОГРАММА МЕРОПРИЯТИЯ
	============================================= */

.program {
	position: relative;
	background: var(--bg-light);
	overflow: hidden;
	padding: 84px 0 100px;
}

.program__blur {
	position: absolute;
	width: 579px; height: 579px;
	border-radius: 50%;
	background: rgba(77, 184, 255, 0.1);
	pointer-events: none;
}
.program__blur--tl { filter: blur(200px); right: 50px;  top: 320px; }
.program__blur--br { filter: blur(300px); left: -458px; bottom: 300px; }

.section-title {
	font-family: var(--font);
	font-weight: 800;
	font-size: 48px;
	line-height: 1em;
	color: var(--text-dark);
	text-align: center;
	margin-bottom: 60px;
}

/* ─── Timeline ─── */
.timeline {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
}

/* Вертикальная градиентная линия */
.timeline__line {
	position: absolute;
	left: 260px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg,
	#FD7E01 0%,
	#3A506B 50%,
	#E2E8F0 100%
	);
	pointer-events: none;
	z-index: 0;
}

.timeline__row {
	display: grid;
	grid-template-columns: 270px 1fr;
	column-gap: 70px;
	align-items: center;       /* ← точки центрируются по высоте карточки */
	margin-bottom: 24px;
}
.timeline__row:last-child { margin-bottom: 0; }

/* Левая часть: время + точка */
.timeline__left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding-top убран — выравниваем через align-items: center в grid */
	position: relative;
	z-index: 1;
}

.timeline__time {
	font-family: var(--font);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.343em;
	color: var(--text-dark);
}
.timeline__time--orange  { color: var(--orange); }
.timeline__time--light   { color: var(--gray-text); }
.timeline__time--gradient {
	background: linear-gradient(90deg, #FD7E01 0%, #0B132B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 800;
	font-size: 24px;
}

/* Точки на линии */
.timeline__dot {
	flex-shrink: 0;
	width: 20px; height: 20px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	right: -1px;
	box-shadow: 0px 2.52px 5.04px -2.52px #0000001A;
	box-shadow: 0px 5.04px 7.56px -1.26px #0000001A;
}
.timeline__dot--white    { background: #fff; border: 5px solid #CBD5E1; }
.timeline__dot--orange   { background: var(--orange); border: 5px solid #fff; box-shadow: 0 0 0 2px var(--orange); }
.timeline__dot--dark     { background: var(--text-dark); border: 5px solid #fff; }
.timeline__dot--gray     { background: var(--gray-text); border: 5px solid #fff; }
.timeline__dot--blue     { background: var(--nav-color); border: 5px solid #fff; }
.timeline__dot--gradient {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #FD7E01 0%, #1C2541 100%);
	border: 5px solid #fff;
	width: 40px; height: 40px;
	right: -10px;
}

/* Простые карточки (регистрация, кофе-брейк, завершение) */
.timeline__card--simple,
.timeline__card--closing {
	display: flex;
	align-items: center;
	gap: 20px;
	background: var(--bg-light);
	border: 1px solid #F1F5F9;
	border-radius: 16px;
	padding: 22px 28px;
	box-shadow: 0 4px 6px -4px rgba(226,232,240,0.5), 0 8px 12px -3px rgba(226,232,240,0.5);
	font-family: var(--font);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.51em;
	color: var(--gray-mid);
}
.timeline__card--closing {
	border-color: var(--blue-tag-br);
	background: var(--blue-tag-bg);
	color: var(--text-dark);
}
.timeline__simple-icon {
	flex-shrink: 0;
	width: 48px; height: 48px;
	border-radius: 10px;
	background: #E2E8F0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.timeline__simple-icon--blue { background: var(--blue-tag-bg); border: 1px solid var(--blue-tag-br); }

/* Стандартные карточки со спикером */
.timeline__card {
	background: var(--white);
	border: 1px solid #E2E8F0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 6px -4px rgba(226,232,240,0.5), 0 12px 18px -3px rgba(226,232,240,0.5);
	display: flex;
}
.timeline__card-bar {
	width: 5px;
	flex-shrink: 0;
	border-radius: 4px 0 0 4px;
}
.timeline__card-body {
	flex: 1;
	padding: 28px 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.timeline__card-content { flex: 1; }

.tl-title {
	font-family: var(--font);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.469em;
	color: var(--text-dark);
	margin-bottom: 8px;
}
.tl-sub {
	font-family: var(--font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1em;
	color: var(--gray-mid);
}

.tl-speaker {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}
.tl-speaker__avatar {
	width: 84px; height: 84px;
	border-radius: 50%;
	background: #F1F5F9;
	border: 2px solid #fff;
	box-shadow: 0 1px 2.5px rgba(0,0,0,0.05);
	flex-shrink: 0;
}
.tl-speaker__info { display: flex; flex-direction: column; gap: 4px; }
.tl-speaker__label {
	font-family: var(--font);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.51em;
	color: var(--text-dark);
}
.tl-speaker__company {
	font-family: var(--font);
	font-weight: 600;
	font-size: 12px;
	line-height: 1.44em;
	letter-spacing: 0.054em;
	text-transform: uppercase;
}
.tl-speaker__company--dark  { color: var(--text-dark); }
.tl-speaker__company--gray  { color: var(--gray-text); }
.tl-speaker__company--blue  { color: var(--nav-color); }

/* Панельная сессия (главное событие) */
.timeline__card--panel {
	background: linear-gradient(90deg, #FD7E01 0%, #0B132B 100%);
	border: none;
	padding: 5px;
	display: block;
}
.panel-inner {
	background: var(--white);
	border-radius: 14px;
	padding: 32px 40px;
}
.panel-badge {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 21px;
	border-radius: 9999px;
	background: #FEF1E2;
	font-family: var(--font);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.054em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: 24px;
}
.panel-title {
	font-family: var(--font);
	font-weight: 800;
	font-size: 30px;
	line-height: 1.343em;
	color: var(--text-dark);
	margin-bottom: 20px;
}
.panel-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 28px;
}
.panel-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: var(--font);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1em;
	color: var(--gray-mid);
}
.panel-list li::before {
	content: '';
	flex-shrink: 0;
	width: 22px; height: 22px;
	margin-top: 1px;
	border: 2px solid var(--orange);
	border-radius: 50%;
	background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4 6.5L9 1' stroke='%23FD7E01' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}

.panel-participants {}
.panel-participants__label {
	font-family: var(--font);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.094em;
	text-transform: uppercase;
	color: var(--gray-text);
	margin-bottom: 12px;
}
.panel-participants__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.panel-badge-company {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 17px;
	border-radius: 5px;
	background: #F1F5F9;
	font-family: var(--font);
	font-weight: 700;
	font-size: 14px;
	color: var(--gray-mid);
}
.panel-badge-company--blue { background: #EFF6FF; }

/* CTA под программой */
.program__cta {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.program__cta .btn-primary { height: 60px; border-radius: 12px; }


/* =============================================
	СЕКЦИЯ 4 — АТМОСФЕРА МЕРОПРИЯТИЙ (Gallery)
	============================================= */

.gallery {
	position: relative;
	background: var(--text-dark);
	overflow: hidden;
	padding: 100px 0;
}

/* Декоративный фон с цветными размытиями */
.gallery__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
	radial-gradient(ellipse 600px 600px at 10% 120%, rgba(0, 37, 206, 0.35) 0%, transparent 70%),
	radial-gradient(ellipse 500px 400px at 85% -10%, rgba(253, 126, 1, 0.25) 0%, transparent 65%),
	radial-gradient(ellipse 700px 500px at 50% 140%, rgba(0, 234, 255, 0.15) 0%, transparent 70%);
}

.gallery__title {
	font-family: var(--font);
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1em;
	color: var(--white);
	text-align: center;
	margin-bottom: 48px;
	position: relative;
}

.gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	position: relative;
}

.gallery__item {
	border-radius: 16px;
	overflow: hidden;
	height: 268px;
	position: relative;
}
.gallery__item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(11, 19, 43, 0.2);
	border-radius: 16px;
}
.gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* =============================================
	СЕКЦИЯ 5 — ФОРМА РЕГИСТРАЦИИ
	============================================= */

.reg-section {
	background: #ECF0F5;
	padding: 120px 0;
}

.reg-card {
	max-width: 832px;
	margin: 0 auto;
	border-radius: 24px;
	overflow: hidden;
	display: flex;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* ─── Левая панель (тёмная) ─── */
.reg-info {
	flex: 0 0 346px;
	background: #070F33;
	padding: 40px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* Оранжевое свечение снизу-слева */
.reg-info::before {
	content: '';
	position: absolute;
	width: 256px; height: 256px;
	border-radius: 50%;
	background: rgba(253, 126, 1, 0.2);
	filter: blur(150px);
	bottom: -80px;
	left: -80px;
	pointer-events: none;
}

.reg-info__title {
	font-family: var(--font);
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	color: var(--white);
	margin-bottom: 16px;
	position: relative;
}

.reg-info__desc {
	font-family: var(--font);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4286em;
	color: var(--gray-text);
	margin-bottom: 48px;
	position: relative;
}

.reg-info__meta {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
}

.reg-info__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.reg-info__icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--orange);
}

.reg-info__text {
	font-family: var(--font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: var(--white);
}

/* ─── Правая панель (форма) ─── */
.reg-form-panel {
	flex: 1;
	background: var(--white);
	padding: 48px 40px 40px;
	display: flex;
	flex-direction: column;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 20px;
}

.form-group:last-of-type { margin-bottom: 0; }

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 20px;
}
.form-row .form-group { margin-bottom: 0; }

label.form-label {
	font-family: var(--font);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4286em;
	color: #334155;
}

.form-input {
	width: 100%;
	height: 50px;
	padding: 0 17px;
	background: #F8FAFC;
	border: 1px solid #CBD5E1;
	border-radius: 8px;
	font-family: var(--font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	color: var(--text-dark);
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	-webkit-appearance: none;
}
.form-input::placeholder { color: #9CA3AF; }
.form-input:focus {
	border-color: var(--orange);
	box-shadow: 0 0 0 3px rgba(253, 126, 1, 0.12);
	background: #fff;
}

.form-submit {
	width: 100%;
	height: 56px;
	margin-top: 37px;
	border-radius: 12px;
	background: var(--orange);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--font);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	color: var(--white);
	box-shadow: 0 4px 6px -4px rgba(0,0,0,0.1), 0 10px 15px -3px rgba(0,0,0,0.1);
	transition: opacity 0.2s, transform 0.15s;
}
.form-submit:hover { opacity: 0.9; transform: translateY(-1px); }
.form-submit:active { transform: translateY(0); }

.form-agree {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}

.form-agree__checkbox {
	flex-shrink: 0;
	width: 20px; height: 20px;
	border: 1px solid #94A3B8;
	border-radius: 3px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	position: relative;
	transition: border-color 0.2s, background 0.2s;
}
.form-agree__checkbox:checked {
	background: var(--orange);
	border-color: var(--orange);
}
.form-agree__checkbox:checked::after {
	content: '';
	position: absolute;
	top: 3px; left: 6px;
	width: 6px; height: 10px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
}
.form-agree__checkbox:focus { outline: 2px solid rgba(253,126,1,0.4); outline-offset: 2px; }

.form-agree__text {
	font-family: var(--font);
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3333em;
	color: var(--gray-text);
	cursor: pointer;
}

.form-agree span a{
	font-family: var(--font);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.125em;
    color: #081034;
    text-decoration: underline;
    transition: opacity 0.2s;
}


/* =============================================
	FOOTER
	============================================= */

.footer {
	background: var(--deep-navy);
}

/* ─── Верхняя часть (лого + контакты) ─── */
.footer__top {
	padding: 63px 0 55px;
}

.footer__top-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 var(--px);
}

.footer__logo {
	display: block;
	margin-bottom: 45px;
	width: fit-content;
}
.footer__logo img {
	width: 160px;
	height: 38px;
	display: block;
}

/* Контактный ряд — точно по Figma (все элементы в одну строку, y=146) */
.footer__contacts {
	display: flex;
	align-items: center;
	gap: 0;
}

.footer__socials {
	display: flex;
	align-items: center;
	gap: 0;
	margin-right: 64px; /* gap к телефону: 224-160=64px */
}

.footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 4px;
	overflow: hidden;
	transition: border-color 0.2s, background 0.2s;
}
.footer__social + .footer__social { margin-left: 32px; } /* gap между иконками = 96-64=32px */
.footer__social:hover { background: rgba(255,255,255,0.05); }
.footer__social img { object-fit: contain; }

.footer__contact {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 64px;
	color: var(--white);
	font-family: var(--font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	transition: opacity 0.2s;
	white-space: nowrap;
	text-wrap: wrap;
	line-height: 1.2;
}
.footer__contact:hover { opacity: 0.7; }
.footer__contact img { flex-shrink: 0; width: 18px; height: 18px; }
.footer__contact + .footer__contact { margin-left: 32px; } /* 32px между контактами */

/* ─── Копирайт (белая полоса) ─── */
.footer__bottom {
	background: var(--white);
}

.footer__bottom-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 var(--px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 102px;
}

.footer__copy {
	font-family: var(--font);
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	color: #081034;
}

.footer__policy {
	font-family: var(--font);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.125em;
	color: #081034;
	text-decoration: underline;
	transition: opacity 0.2s;
}
.footer__policy:hover { opacity: 0.6; }


/* =============================================
	BREAKPOINTS
	============================================= */

/* ─── ≤ 1400px (немного сужается) ─── */
@media (max-width: 1400px) {
	:root { --px: 40px; }

	.hero__title { font-size: 52px; }
	.hero-photo { left: 240px; }
	.blur-1 { left: -200px; }
	.blur-2 { left: calc(100% - 200px); }

	.features__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ─── ≤ 1200px (ноутбук) ─── */
@media (max-width: 1200px) {
	.hero__left { flex: 0 0 560px; }
	.audience-card { width: 100%; }
	.hero__desc { max-width: 100%; }

	.footer__contacts { flex-wrap: wrap; gap: 16px 0; }
	.footer__contact + .footer__contact { margin-left: 20px; }
	.footer__socials { margin-right: 40px; }
}

/* ─── ≤ 1024px (планшет-горизонталь) ─── */
@media (max-width: 1024px) {
	:root { --px: 32px; }

	/* Hero */
	.hero { min-height: auto; }
	.hero-photo { position: absolute; left: 0; opacity: 0.15; }
	.blur { display: none; }
	.header__nav { display: none; }
	.hero__content {
	flex-direction: column;
	align-items: stretch;
	padding: 40px var(--px) 40px;
	gap: 24px;
	min-height: auto;
	}
	.hero__left { flex: none; padding-top: 0; }
	.hero__title { font-size: 42px; }
	.info-card { flex: none; }

	/* Features */
	.features__grid { grid-template-columns: repeat(2, 1fr); }

	/* Section title */
	.section-title { font-size: 36px; margin-bottom: 40px; }

	/* Timeline */
	.timeline__row { grid-template-columns: 160px 1fr; column-gap: 40px; }
	.timeline__line { left: 150px; }
	.timeline__time { font-size: 16px; }
	.timeline__time--gradient { font-size: 17px; }
	.tl-title { font-size: 20px; }

	/* Gallery */
	/* Галерея: фото 2 на всю ширину (строка 1), фото 1 и 3 рядом (строка 2) */
	.gallery__grid {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	}
	.gallery__item:nth-child(1) { grid-row: 2; grid-column: 1; }
	.gallery__item:nth-child(2) { grid-row: 1; grid-column: 1 / -1; }
	.gallery__item:nth-child(3) { grid-row: 2; grid-column: 2; }
	.gallery__item { height: 200px; }
	.gallery__item:nth-child(2) { height: 300px; }

	/* Form */
	.reg-card { flex-direction: column; max-width: 600px; }
	.reg-info { flex: none; }
	.reg-info__desc { margin-bottom: 32px; }

	/* Footer */
	.footer__contacts { flex-direction: column; align-items: flex-start; gap: 0; }
	.footer__socials { margin-right: 0; margin-bottom: 8px; }
	.footer__contact + .footer__contact { margin-left: 0; margin-top: 4px; }
	.footer__bottom-inner {
	flex-direction: column;
	height: auto;
	padding-top: 24px;
	padding-bottom: 24px;
	gap: 12px;
	text-align: center;
	}
}

/* ─── ≤ 768px (планшет-вертикаль / большой мобильный) ─── */
@media (max-width: 768px) {
	:root { --px: 20px; }

	/* Header */
	.btn-pill { display: none; }

	/* Hero */
	.hero__title { font-size: 34px; }
	.hero__desc { font-size: 16px; }
	.hero__btns { flex-direction: column; align-items: stretch; }
	.btn-primary, .btn-ghost { justify-content: center; width: 100%; }
	.tag { white-space: normal; height: auto; padding: 8px 17px; line-height: 1.3; }

	/* Features */
	.features__grid { grid-template-columns: 1fr 1fr; }
	.feature-card { height: auto; min-height: 160px; padding: 24px; }

	/* Section title */
	.section-title { font-size: 26px; }

	/* Timeline — мобильный layout (убираем линию и точки, стакаем) */
	.timeline__row {
	grid-template-columns: 1fr;
	gap: 8px;
	margin-bottom: 16px;
	}
	.timeline__left {
	justify-content: flex-start;
	gap: 10px;
	padding-bottom: 0;
	}
	.timeline__line { display: none; }
	.timeline__dot { display: none; }
	.timeline__card-body { flex-direction: column; align-items: flex-start; gap: 16px; }
	.tl-title { font-size: 18px; }
	.tl-sub { font-size: 14px; }
	.tl-speaker { flex-direction: row; align-items: center; }
	.tl-speaker__avatar { width: 56px; height: 56px; }

	/* Gallery — 1 колонка, фото 2 сверху */
	.gallery__title { font-size: 26px; }
	.gallery__grid { grid-template-columns: 1fr; }
	.gallery__item:nth-child(1) { grid-row: 2; grid-column: 1; }
	.gallery__item:nth-child(2) { grid-row: 1; grid-column: 1; height: 220px; }
	.gallery__item:nth-child(3) { grid-row: 3; grid-column: 1; }
	.gallery__item { height: 220px; }

	/* Panel */
	.panel-title { font-size: 20px; }
	.panel-list li { font-size: 15px; }

	/* Form */
	.reg-section { padding: 60px 0; }
	.reg-card { border-radius: 16px; }
	.reg-info { padding: 32px 24px; }
	.reg-form-panel { padding: 32px 24px; }
	.form-row { grid-template-columns: 1fr; }

	/* Footer */
	.footer__top { padding: 40px 0 32px; }
	.footer__logo { margin-bottom: 28px; }
}

/* ─── ≤ 480px (маленький мобильный) ─── */
@media (max-width: 480px) {
	:root { --px: 16px; }

	/* Hero */
	.hero__title { font-size: 28px; }
	.hero__desc { font-size: 15px; }
	.offline-badge { font-size: 12px; }
	.btn-primary, .btn-ghost { font-size: 15px; height: 52px; }

	/* Features */
	.features__grid { grid-template-columns: 1fr; }

	/* Timeline */
	.timeline__time { font-size: 15px; }

	/* Gallery */
	.gallery { padding: 60px 0; }
	.gallery__title { font-size: 22px; }

	/* Form */
	.reg-info__title { font-size: 24px; }
	.form-submit { font-size: 15px; }

	/* Footer */
	.footer__copy { font-size: 13px; }
	.footer__policy { font-size: 13px; }
}

.feedback-form-section .partnership-content form .form-group input.-invalid:placeholder-shown {
	border-bottom: 1.5px solid #D5001A;
}

.feedback-form-section .partnership-content form .form-group textarea.-invalid:placeholder-shown {
	border: 1.5px solid #D5001A;
}

.feedback-form-section .partnership-content form .form-group input.-invalid:placeholder-shown ~ span,
.feedback-form-section .partnership-content form .form-group textarea.-invalid:placeholder-shown ~ span,
.feedback-form-section .partnership-content form label.form-group input.-invalid:placeholder-shown ~ span,
.feedback-form-section .partnership-content form label.form-group textarea.-invalid:placeholder-shown ~ span {
	color: #D5001A;
}

.feedback-form-section form .submit-component output.-invalid{
	color: #D5001A;
}

/* Error messages for registration form */
.reg-form-panel .form-group .error {
	display: block;
	color: #D5001A;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: -2px;
}

.reg-form-panel .form-group .error:empty {
	display: none;
}

/* Output message for form submission */
.itc-form output[name="output"] {
	display: block;
	margin-top: 20px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4286em;
	text-align: center;
	min-height: 1.4286em;
}

.itc-form output.-valid {
	background-color: #D4EDDA;
	color: #155724;
	border: 1px solid #C3E6CB;
}

.itc-form output.-invalid {
	background-color: #F8D7DA;
	color: #721C24;
	border: 1px solid #F5C6CB;
}
   