/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 13:45:03 */
.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 48px
}

.label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--nv-primary-accent) !important;
	margin-bottom: 14px;
}

.label::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: var(--nv-primary-accent)!important;
}

h1,
h2,
h3 {
	font-family: 'DM Serif Display', serif;
	line-height: 1.1;
	letter-spacing: -.02em;
	word-break: break-word
}

h1 {
	font-size: clamp(28px, 5vw, 52px)
}

h2 {
	font-size: clamp(22px, 3.5vw, 36px)
}

h3 {
	font-size: clamp(17px, 2.5vw, 22px)
}

em {
	font-style: italic;
	color: var(--nv-primary-accent);
	-webkit-text-fill-color: var(--nv-primary-accent)
}

p {
	line-height: 1.7
}

.lead {
	font-size: 17px;
	color: var(--muted);
	line-height: 1.75
}

.btn {
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 28px;
	border: none;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s, background .15s, color .15s;
	white-space: nowrap;
	text-align: center;
}

.btn-primary {
	background: var(--nv-primary-accent);
	color: var(--navy);
	box-shadow: 0 4px 18px rgba(0, 217, 176, .25)
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(0, 217, 176, .4)
}

.btn-outline {
	background: transparent;
	color: var(--navy);
	border: 2px solid var(--navy)
}

.btn-outline:hover {
	background: var(--navy);
	color: #fff
}

/* Single format card */
.single-format {
	border: 2px solid var(--nv-primary-accent);
	padding: 28px 24px;
	background: var(--teal-soft);
}

.sf-duration {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--nv-primary-accent);
	margin-bottom: 8px;
}

.sf-title {
	font-family: 'DM Serif Display', serif;
	font-size: clamp(20px, 3vw, 26px);
	color: var(--navy);
	margin-bottom: 12px;
	letter-spacing: -.01em;
}

.sf-desc {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.65;
	margin-bottom: 24px
}

.sf-btn {
	display: block;
	text-align: center;
	width: 100%
}

/* hide format card styles no longer needed */
.format-cards,
.format-card {
	display: none
}

.reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .6s ease, transform .6s ease
}

.reveal.visible {
	opacity: 1;
	transform: none
}

@media(max-width:768px) {
	.container {
		padding: 0 20px
	}
}


/* ═══════════════════════════════════════════
   PAGE HERO – split layout
═══════════════════════════════════════════ */
.page-hero {
	background: #fff;
	padding: 72px 0 0;
	position: relative;
	overflow: hidden;
}

.page-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 80% at 100% 50%, #DFF7F2 0%, transparent 55%),
		radial-gradient(ellipse 30% 40% at 0% 90%, #EEF0FA 0%, transparent 50%);
	pointer-events: none;
	z-index: 0;
}

.hero-inner {
	position: relative !important;
	padding: 0 !important;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 320px !important;
	gap: 64px;
	align-items: start;
}

.hero-content h1 {
	margin-bottom: 16px
}

.hero-content .lead {
	margin-bottom: 28px;
	max-width: 480px
}

/* Trust bar inline */
.trust-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 36px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--border);
}

.ti-item {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	font-weight: 600;
	color: var(--muted);
}

.ti-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--nv-primary-accent);
	flex-shrink: 0
}

/* Testimonial in hero */
.hero-testi {
	background: var(--offwhite);
	border: 1px solid var(--border);
	padding: 20px 22px;
	margin-bottom: 32px;
	border-left: 3px solid var(--nv-primary-accent);
}

.hero-testi p {
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: 15px;
	color: var(--navy);
	line-height: 1.5;
	margin-bottom: 10px;
}

.hero-testi-author {
	display: flex;
	align-items: center;
	gap: 10px
}

.testi-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--nv-primary-accent), #00B8E6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--navy);
	flex-shrink: 0;
}

.testi-name {
	font-size: 12px !important;
	font-weight: 700 !important;	
	color: var(--navy) !important;
}

.testi-role {
	font-size: 11px !important;
	color: var(--muted) !important;
}

/* What happens box */
.what-happens {
	background: var(--navy);
	padding: 24px 24px;
	margin-bottom: 0;
}

.wh-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--nv-primary-accent);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.wh-label::before {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: var(--nv-primary-accent)
}

.wh-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	font-size: 14px;
}

.wh-item:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.wh-num {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(0, 217, 176, .2);
	color: var(--nv-primary-accent);
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}

.wh-text {
	color: rgba(255, 255, 255, .8);
	line-height: 1.5
}

.wh-text strong {
	color: #fff;
	display: block;
	margin-bottom: 2px
}

/* Right: Format selector */
.format-col {
	align-self: start;
	margin-bottom: 40px
}

.format-cards {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.format-card {
	border: 2px solid var(--border);
	padding: 20px 20px;
	cursor: pointer;
	transition: border-color .2s, background .2s, transform .15s;
	position: relative;
}

.format-card:hover {
	border-color: var(--nv-primary-accent);
	background: var(--teal-soft);
	transform: translateX(3px)
}

.format-card.selected {
	border-color: var(--nv-primary-accent);
	background: var(--teal-soft)
}

.format-card::after {
	content: '→';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--border);
	font-size: 16px;
	transition: color .2s;
}

.format-card:hover::after,
.format-card.selected::after {
	color: var(--nv-primary-accent)
}

.fc-duration {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--nv-primary-accent);
	margin-bottom: 4px;
}

.fc-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 4px
}

.fc-for {
	font-size: 12px;
	color: var(--muted);
	line-height: 1.45;
	padding-right: 20px
}

@media(max-width:680px){
  .faq-section-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
}
.faq-row{ padding:16px 20px;
  border-bottom:1px solid var(--border);
  cursor:pointer;
  transition:background .15s;
}
.faq-row:hover{background:var(--offwhite)}
.faq-row.open{background:var(--teal-soft)}
.faq-row-head{
  display:flex;align-items:flex-start;
  justify-content:space-between;gap:12px;
}
.faq-q{
  font-size:14px;font-weight:600;color:var(--navy);
  line-height:1.45;flex:1;min-width:0;
  word-break:break-word;overflow-wrap:break-word;
}
.faq-a{
  display:none;
  font-size:13px;color:var(--muted);line-height:1.65;
  padding-top:10px;
  word-break:break-word;overflow-wrap:break-word;
}
.faq-row.open .faq-a{display:block}
.faq-icon{
  font-size:20px;color:var(--muted);flex-shrink:0;
  transition:transform .25s;line-height:1;
  width:24px;text-align:center;margin-top:1px;
}
.faq-row.open .faq-icon{transform:rotate(45deg);color:var(--nv-primary-accent)}
/* FAQ pills above calendar */
.faq-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border);
}

.faq-pill {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 500;
	color: var(--muted);
	background: var(--offwhite);
	border: 1px solid var(--border);
	padding: 5px 12px;
}

.faq-pill svg {
	stroke: var(--nv-primary-accent);
	flex-shrink: 0
}

@media(max-width:960px) {
	.hero-inner {
		grid-template-columns: 1fr !important;
		gap: 36px
	}

	.format-col {
		order: -1
	}

	.format-cards {
		flex-direction: row;
		flex-wrap: wrap
	}

	.format-card {
		flex: 1;
		min-width: 200px
	}
}

@media(max-width:600px) {
	.page-hero {
		padding: 48px 0 0
	}

	.format-cards {
		flex-direction: column
	}

	.format-card {
		min-width: unset
	}
}

/* ═══════════════════════════════════════════
   BOOKING SECTION
═══════════════════════════════════════════ */
.booking-section {
	padding: 64px 0 80px;
	background: #fff;
}

.booking-inner {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 48px;
	align-items: start;
}

/* Calendar embed area */
.calendar-wrap {
	border: 1px solid var(--border);
	overflow: hidden;
	background: var(--offwhite);
	min-height: 560px;
	position: relative;
}

.calendar-header {
	background: var(--navy);
	padding: 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cal-title {
	font-size: 14px;
	font-weight: 600;
	color: #fff
}

.cal-subtitle {
	font-size: 11px;
	color: rgba(255, 255, 255, .5);
	margin-top: 2px
}

.cal-system-badge {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--navy);
	background: var(--nv-primary-accent);
	padding: 3px 8px;
}

/* Embed placeholder (wird durch Zeeg/Meetergo Widget ersetzt) */
.embed-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 32px;
	text-align: center;
	min-height: 460px;
}

.embed-icon {
	width: 64px;
	height: 64px;
	background: var(--teal-soft);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.embed-icon svg {
	stroke: var(--nv-primary-accent);
	width: 28px;
	height: 28px
}

.embed-placeholder h3 {
	font-size: 17px;
	margin-bottom: 8px;
	color: var(--navy)
}

.embed-placeholder p {
	font-size: 13px;
	color: var(--muted);
	margin-bottom: 24px;
	max-width: 280px
}

.embed-code {
	background: var(--navy);
	padding: 16px 20px;
	text-align: left;
	width: 100%;
	max-width: 420px;
	font-family: monospace;
	font-size: 11px;
	color: #86efac;
	line-height: 1.6;
}

/* Fallback – always visible */
.booking-fallback {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	margin-top: 12px;
	background: var(--offwhite);
	border: 1px solid var(--border);
	font-size: 13px;
}

.booking-fallback svg {
	stroke: var(--nv-primary-accent);
	flex-shrink: 0
}

.booking-fallback a {
	color: var(--nv-primary-accent);
	font-weight: 600;
	text-decoration: none
}

.booking-fallback a:hover {
	text-decoration: underline
}

/* Mobile fallback */
.mobile-booking-btn {
	display: none;
	width: 100%;
	padding: 18px;
	background: var(--nv-primary-accent);
	color: var(--navy);
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 18px rgba(0, 217, 176, .3);
}

/* Sidebar */
.booking-sidebar {}

.sidebar-block {
	background: #fff;
	border: 1px solid var(--border);
	padding: 24px;
	margin-bottom: 16px;
}

.sidebar-block:last-child {
	margin-bottom: 0
}

.sb-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--nv-primary-accent);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.sb-label::before {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: var(--nv-primary-accent)
}

.sidebar-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.sidebar-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: var(--muted);
	line-height: 1.5
}

.sidebar-list li::before {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300B896' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat;
	margin-top: 1px;
}

/* Contact sidebar */
.contact-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--border);
	text-decoration: none;
	transition: background .15s;
}

.contact-row:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.contact-row:hover .cr-text {
	color: var(--nv-primary-accent)
}

.cr-icon {
	width: 34px;
	height: 34px;
	border-radius: 2px;
	background: var(--teal-soft);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cr-icon svg {
	stroke: var(--nv-primary-accent);
	width: 15px;
	height: 15px
}

.cr-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--muted)
}

.cr-text {
	font-size: 13px;
	font-weight: 600;
	color: var(--navy);
	transition: color .15s
}

/* Profile mini */
.profile-mini {
	display: flex;
	align-items: center;
	gap: 14px
}

.profile-photo {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--teal-soft);
	overflow: hidden;
	flex-shrink: 0;
	border: 2px solid var(--nv-primary-accent);
}

.profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top
}

.profile-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 2px
}

.profile-cred {
	font-size: 11px;
	color: var(--muted);
	line-height: 1.4
}

@media(max-width:900px) {
	.cal-system-badge {
display:none;
	}
	.booking-inner {
		grid-template-columns: 1fr;
		gap: 28px
	}

	.booking-sidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px
	}

	.sidebar-block:last-child {
		grid-column: span 2
	}
}

@media(max-width:560px) {
	.booking-sidebar {
		grid-template-columns: 1fr
	}

	.sidebar-block:last-child {
		grid-column: span 1
	}
}

/* ═══════════════════════════════════════════
   SYSTEM CHOICE NOTICE
═══════════════════════════════════════════ */
.system-notice {
	background: var(--offwhite);
	border: 1px solid var(--border);
	border-left: 4px solid var(--nv-primary-accent);
	padding: 20px 24px;
	margin-bottom: 48px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.sn-icon {
	flex-shrink: 0;
	margin-top: 2px
}

.sn-icon svg {
	stroke: var(--nv-primary-accent);
	width: 18px;
	height: 18px
}

.sn-content h4 {
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px
}

.sn-content p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.6
}

.sn-tools {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	flex-wrap: wrap
}

.sn-tool {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	padding: 5px 12px;
	border: 1px solid var(--border);
	color: var(--navy);
	background: #fff;
}

.sn-tool .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--nv-primary-accent)
}

/* ═══════════════════════════════════════════
   CTA DARK
═══════════════════════════════════════════ */
.cta-dark {
	background: var(--navy);
	padding: 72px 0;
	position: relative;
	overflow: hidden;
}

.cta-dark::before {
	content: '';
	position: absolute;
	right: -80px;
	top: -80px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 1px solid rgba(0, 217, 176, .12)
}

.cta-inner {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	align-items: center !important;
	text-align: center !important;
}

.cta-dark h2 {
	color: #fff;
	margin-bottom: 10px;
	max-width: 500px
}

.cta-dark h2 em {
	color: var(--nv-primary-accent);
	-webkit-text-fill-color: var(--nv-primary-accent)
}

.cta-dark .sub {
	font-size: 15px;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 28px;
	max-width: 420px
}

.cta-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center
}

.cta-dark .btn-primary {
	padding: 16px 36px;
	font-size: 13px
}

.direct-contact {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
	transition: color .15s;
	margin-top: 20px;
}

.direct-contact:hover {
	color: var(--nv-primary-accent)
}

.direct-contact svg {
	stroke: var(--nv-primary-accent)
}