/* HouseSOS Instagram Follow-Gate
 * Heller, eleganter "White Look" passend zum Event-Design. */

.hsos-igfg-card {
	box-sizing: border-box;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	padding: 40px 34px;
	text-align: center;
	color: #14110f;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
	font-family: inherit;
}

.hsos-igfg-card *,
.hsos-igfg-card *::before,
.hsos-igfg-card *::after {
	box-sizing: border-box;
}

.hsos-igfg-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
}

.hsos-igfg-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.hsos-igfg-icon svg {
	width: 36px;
	height: 36px;
	fill: #14110f;
}

.hsos-igfg-headline {
	margin: 0 0 12px;
	font-family: inherit;
	font-size: 1.95rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.12;
	color: #14110f;
}

.hsos-igfg-text {
	margin: 0 0 28px;
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(20, 17, 15, 0.6);
}

.hsos-igfg-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.hsos-igfg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px 24px;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.1;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hsos-igfg-btn:hover {
	transform: translateY(-1px);
}

/* Schritt 1: Folgen */
.hsos-igfg-btn-follow,
.hsos-igfg-btn-follow:link,
.hsos-igfg-btn-follow:visited {
	color: #fff !important;
	background: #000 !important;
	border-color: #000 !important;
	font-weight: 800;
}

.hsos-igfg-btn-follow .hsos-igfg-btn-label,
.hsos-igfg-btn-follow .hsos-igfg-ig-glyph {
	color: #fff !important;
}

.hsos-igfg-btn-follow:hover {
	background: #1a1a1a !important;
}

/* Schritt 3: Freischalten */
.hsos-igfg-btn-unlock {
	color: #14110f !important;
	background: #fff !important;
	border-color: #14110f !important;
}

.hsos-igfg-btn-unlock:hover {
	background: #14110f !important;
	color: #fff !important;
}

/* Schritt 2: Wartezeit */
.hsos-igfg-btn-waiting {
	color: rgba(20, 17, 15, 0.55) !important;
	background: #f1efec !important;
	border-color: transparent !important;
}

.hsos-igfg-btn:disabled,
.hsos-igfg-btn[aria-disabled="true"] {
	cursor: default;
	transform: none;
}

.hsos-igfg-ig-glyph {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	display: block;
	color: currentColor;
}

.hsos-igfg-btn-label {
	display: inline-block;
	line-height: 1;
}

.hsos-igfg-btn-waiting .hsos-igfg-ig-glyph {
	display: none;
}
