@charset "utf-8";
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&amp;display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap" rel="stylesheet');
/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.hero h1,
.cta h2 {
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.white {
	color: #fff !important;
}

/* =========================
BACKGROUND
========================= */
body {
	font-family: 'Poppins', sans-serif;
	background: #f7f5fa;
	color: #1f2235;
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(255, 60, 150, .08), transparent 30%),
		radial-gradient(circle at bottom left, rgba(200, 80, 255, .08), transparent 30%);
	z-index: -1;
	pointer-events: none;
}

/* =========================
CONTAINER
========================= */
.container,
.container2 {
	width: min(1500px, 92%);
	margin: 0 auto;
	max-width: 100%;
}

.container2 {
	margin: -40px auto 0;
}

/* =========================
NAV
========================= */
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	background: rgba(255, 255, 255, .86);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	z-index: 999;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .03);
}

.nav-inner {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo img {
	height: 55px;
}

.nav-links {
	display: flex;
	gap: 36px;
}

.nav-links a {
	text-decoration: none;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

.nav-links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #ff3f9f, #c93fff);
	transition: .35s ease;
}

.nav-links a:hover::after {
	width: 100%;
}

.nav-links a.active {
	color: #ff3f9f !important;
}

.nav-btn {
	height: 56px;
	padding: 0 28px;
	border-radius: 18px;
	background: linear-gradient(135deg, #ff3f9f, #c93fff);
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	box-shadow: 0 15px 35px rgba(255, 60, 150, .22);
	transition: .35s ease;
}

.nav-btn:hover {
	transform: translateY(-5px);
}

.nav-dropdown {
	position: relative;
	display: flex;
	align-items: center;
}

.dropdown-menu {
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	transform: translateX(-50%) translateY(15px);
	min-width: 280px;
	background: #fff;
	border-radius: 24px;
	padding: 15px 0;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
	opacity: 0;
	visibility: hidden;
	transition: .35s ease;
	z-index: 999;
}

.nav-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
	display: block;
	padding: 14px 24px;
	font-size: 14px;
	color: #222;
	transition: .3s ease;
}

.dropdown-menu a::after {
	display: none;
}

.dropdown-menu a:hover {
	background: #f8f6fb;
	color: #ff3f9f;
	padding-left: 30px;
}

/* Hamburger */
.hamburger {
	display: none;
	width: 48px;
	height: 48px;
	border: none;
	background: none;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.hamburger span {
	width: 28px;
	height: 2px;
	background: #222;
	transition: .3s ease;
}

.hamburger.active span:nth-child(1) {
	transform:
		translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform:
		translateY(-8px) rotate(-45deg);
}

.mobile-menu::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -100px;
	width: 350px;
	height: 350px;
	background: url('../en/waves.png') no-repeat center;
	background-size: contain;
	opacity: 0.08;
	pointer-events: none;
}

.menu-contact {
	position: absolute;
	left: 40px;
	bottom: 40px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	opacity: .7;
}

/* =========================
HERO
========================= */
.hero {
	padding-top: 160px;
	padding-bottom: 120px;
	overflow: hidden;
	background-size: cover !important;
}

#startseite.hero {
	background: url(../img/startseite/header-startseite.png) center right no-repeat;
}

.hero-image {
	position: relative;
	z-index: 3;
	display: none;
}

.hero-image img {
	width: 100%;
	filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .25));
	display: none;
	border-radius: 32px;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.hero-tag {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 24px;
	border-radius: 22px;
	border: 2px solid #f0bfd8;
	background: #fff;
	color: #ff3f9f;
	font-weight: 600;
	margin-bottom: 34px;
}

.hero-tag {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 24px;
	border-radius: 22px;
	border: 2px solid #f0bfd8;
	background: #fff;
	color: #ff3f9f;
	font-weight: 600;
	margin-bottom: 34px;
}

.hero small {
  color: #ff0a78;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero h1 {
	margin-bottom: 30px;
	font-size: 58px;
	line-height: 1.15;
}

.hero h1 span {
	background: linear-gradient(135deg, #ff3f9f, #c93fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-line {
	width: 90px;
	height: 5px;
	border-radius: 20px;
	background: linear-gradient(90deg, #ff3f9f, #c93fff);
	margin-bottom: 34px;
}

.hero .spruch {
	width: 380px;
	max-width: 100%;
}

.hero .spruch img {
	width: 100%;
}

.hero p {
	font-size: 21px;
	line-height: 2;
	color: #666;
	margin-bottom: 18px;
	max-width: 700px;
}

.hero-buttons {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 38px;
}

.btn {
	height: 68px;
	padding: 0 34px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-weight: 600;
	transition: .35s;
}

.btn-primary {
	background: linear-gradient(135deg, #ff3f9f, #c93fff);
	color: #fff;
	box-shadow: 0 18px 35px rgba(255, 60, 150, .22);
}

.btn-secondary {
	background: #fff;
	border: 2px solid #edd7e6;
	color: #444;
}

.btn:hover {
	transform: translateY(-5px);
}

/* HERO VISUAL */
.hero-visual {
	position: relative;
}

.hero-book {
	position: relative;
	z-index: 3;
	animation: floatBook 7s ease-in-out infinite;
}

.hero-book img {
	width: 100%;
	filter: drop-shadow(0 30px 70px rgba(180, 120, 220, .20));
	border-radius: 40px;
}

.hero-visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge {
	position: absolute;
	left: -20px;
	bottom: -200px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff5eb5, #ff3f9f, #c93fff);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	box-shadow: 0 25px 50px rgba(255, 60, 150, .28);
	animation: floatBadge 5s ease infinite;
}

@keyframes floatBadge {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

/* =========================
SOCIALS
========================= */
.socials {
	display: flex;
	gap: 16px;
}

.socials a {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	background: rgba(255, 255, 255, .10);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .15);
	transition: .35s ease;
}

.socials a:hover {
	transform: translateY(-6px) scale(1.05);
	background: #ff4cc7;
	box-shadow: 0 12px 25px rgba(255, 80, 210, .35);
}	

.socials img {
    filter: brightness(0);
}

.socials img:hover {
    filter: brightness(100);
}

/* =========================
REVEAL
========================= */
.reveal {
	opacity: 0;
	transform: translateY(70px);
	transition: 1s ease;
}

.reveal.active {
	opacity: 1;
	transform: translateY(0);
}

/* ANALYSIS */
.analysis {
	padding: 0 0 100px;
	margin-top: -60px;
}

.analysis-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
}

.analysis-card {
	background: #fff;
	border-radius: 28px;
	padding: 30px 22px;
	text-align: center;
	box-shadow: 0 14px 35px rgba(190, 140, 220, .08);
	transition: .35s ease;
}

.analysis-card:hover {
	transform: translateY(-8px);
}

.analysis-card i {
	font-size: 34px;
	margin-bottom: 18px;
	color: #e648b7;
}

.analysis-card h4 {
	font-size: 20px;
	margin-bottom: 14px;
}

.analysis-card p {
	font-size: 14px;
	line-height: 1.9;
	color: #666;
}

.serif {
	font-family: "Caveat", Arial, serif;
	font-size: 22px;
	line-height: 1.2em !important;
}

@media(max-width:1300px) {

	.hero-grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width:1200px) {

	.nav-links {
		gap: 24px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
	}
	
	.analysis-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media(max-width:1000px) {

	.hero-image,
	.hero-image img {
		display: flex;
		order: -1;
	}
}

@media (min-width:992px) {

	.menu-signature,
	.menu-contact {
		display: none;
	}
}

@media (max-width:991px) {

	.nav-inner {
		height: 92px;
	}
	
		.hamburger {
		display: flex;
	}

	.nav-btn {
		display: none;
	}

	.logo img {
		height: 42px;
	}

	.nav-dropdown:hover .dropdown-menu {
		transform: none;
	}

	.nav-dropdown {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.dropdown-menu {
		position: static;
		left: auto;
		top: auto;
		transform: none;
		margin: 10px 0 0 25px;
		padding: 0;
		min-width: auto;
		width: auto;
		opacity: 1;
		visibility: visible;
		background: none;
		box-shadow: none;
		border-radius: 0;
	}

	.dropdown-menu a {
		display: block;
		padding: 8px 0;
		font-size: 1rem;
	}

	.dropdown-menu a:hover {
		background: none;
		padding-left: 0;
		color: #ff3f9f;
	}
	
		.nav-links {
		position: fixed;
		top: 92px;
		left: 0;
		width: 100%;
		height: calc(100vh - 92px);
		padding: 40px;
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
		transform: translateX(100%);
		transition: .4s ease;
		overflow-y: auto;
		background: linear-gradient(135deg,
				#f6f6f6 0%,
				#fafafa 60%,
				#f8eef7 100%);
	}

	.nav-links.active {
		transform: translateX(0);
	}

	.nav-links a {
		font-size: 18px;
	}

	.logo img {
		height: 42px;
	}

	.nav-dropdown:hover .dropdown-menu {
		transform: none;
	}

	.nav-link::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -6px;
		width: 0;
		height: 2px;
		background: linear-gradient(90deg, #ff4fd8, #7f5cff);
		transition: width .3s ease;
	}

	.nav-link:hover::after,
	.nav-link.active::after {
		width: 100%;
	}
}

@media (max-width:1000px) {
	#startseite.hero {
		background: none !important;
	}
	
	.badge {
		display: none;
	}
}

@media (min-width:992px) {

	.menu-signature,
	.menu-contact {
		display: none;
	}
}

@media (max-width:991px) {

	.hamburger {
		display: flex;
	}
	
		.nav-btn {
		display: none;
	}

	.logo img {
		height: 42px;
	}

	.nav-dropdown:hover .dropdown-menu {
		transform: none;
	}

	.nav-dropdown {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.dropdown-menu {
		position: static;
		left: auto;
		top: auto;
		transform: none;
		margin: 10px 0 0 25px;
		padding: 0;
		min-width: auto;
		width: auto;
		opacity: 1;
		visibility: visible;
		background: none;
		box-shadow: none;
		border-radius: 0;
	}

	.dropdown-menu a {
		display: block;
		padding: 8px 0;
		font-size: 1rem;
	}

	.dropdown-menu a:hover {
		background: none;
		padding-left: 0;
		color: #ff3f9f;
	}

	.menu-signature {
		font-family: 'Allura', cursive;
		display: inline-flex;
		align-items: center;
		gap: 0.15em;
		cursor: default;
		position: absolute;
		right: 40px;
		bottom: 35px;
		font-size: 1.8rem;
		opacity: .35;
	}

	.heart {
		display: inline-block;
		transition: all 0.6s cubic-bezier(.22, 1, .36, 1);
	}

	.signature:hover .heart {
		transform: scale(4);
		opacity: 0;
	}

	.signature small {
		display: block;
		margin-top: 10px;
		font-size: 1rem;
		color: var(--text);
		font-family: 'Poppins';
	}
	
	.nav-links {
		position: fixed;
		top: 92px;
		left: 0;
		width: 100%;
		height: calc(100vh - 92px);
		padding: 40px;
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
		transform: translateX(100%);
		transition: .4s ease;
		overflow-y: auto;
		background: linear-gradient(135deg,
				#f6f6f6 0%,
				#fafafa 60%,
				#f8eef7 100%);
	}

	.nav-links.active {
		transform: translateX(0);
	}

	.nav-links a {
		font-size: 18px;
	}
	
	.logo img {
		height: 42px;
	}

	.nav-dropdown:hover .dropdown-menu {
		transform: none;
	}

	.nav-link::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -6px;
		width: 0;
		height: 2px;
		background: linear-gradient(90deg, #ff4fd8, #7f5cff);
		transition: width .3s ease;
	}

	.nav-link:hover::after,
	.nav-link.active::after {
		width: 100%;
	}
}

@media(max-width:980px) {
	.menu {
		display: none;
	}
	
	.hero,
	.grid {
		grid-template-columns: 1fr;
	}

	.hero h1 {
		font-size: 48px;
	}
}

@media(max-width:800px) {

	.hero h1 {
			font-size: 46px;
	}
	
	.signature {
		font-size: 2.2rem;
	}
}

@media(max-width:600px) {

	.hero p {
		font-size: 18px;
	}

	.analysis-grid {
		grid-template-columns: 1fr !important;
	}
	
	.contact-section h2 {
  		font-size: 42px;
	}
	
	.submit-btn {
		font-size: 18px;
	}
}




