/* Fanorama Travel Booking — enkelt-kamp skabelon (mørkt tema) */
.ftb-s {
	--navy: #0b1a2b;
	--panel: #12263c;
	--panel-2: #16324b;
	--green: #3a86ff;
	--green-d: #2f6fe0;
	--ink: #e8eef5;
	--muted: #93a4b8;
	--line: rgba(255,255,255,.08);
	position: relative; left: 50%; right: 50%;
	margin-left: -50vw; margin-right: -50vw; width: 100vw;
	background: var(--navy); color: var(--ink);
	font-family: inherit; overflow: hidden;
}
.ftb-s * { box-sizing: border-box; }
.ftb-s h2, .ftb-s h3 { color: #fff; }

/* Hero */
.ftb-s-hero {
	min-height: 360px; display: flex; align-items: center; justify-content: center;
	text-align: center; background-size: cover; background-position: center;
	background-color: #0a1524; padding: 3rem 1.25rem;
}
.ftb-s-hero__inner { max-width: 800px; }
.ftb-s-hero__title { font-size: 2.8rem; font-weight: 800; margin: 0 0 .6rem; letter-spacing: -.02em; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.ftb-s-hero__league {
	display: inline-block; background: rgba(58,134,255,.18); color: #9dc0ff;
	font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
	padding: .4rem .9rem; border-radius: 999px; text-decoration: none;
	transition: background .15s, color .15s;
}
a.ftb-s-hero__league:hover { background: rgba(58,134,255,.32); color: #fff; }
.ftb-s-btn {
	display: inline-block; margin-top: 1.4rem; background: var(--green); color: #fff;
	font-weight: 800; text-decoration: none; padding: .85rem 1.8rem; border-radius: 10px;
	transition: background .15s, transform .05s;
}
.ftb-s-btn:hover { background: var(--green-d); color: #fff; }
.ftb-s-btn--lg { font-size: 1.05rem; padding: 1rem 2.4rem; }

/* Info-bar */
.ftb-s-bar {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
	background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.ftb-s-bar__item { background: var(--panel); padding: 1.1rem 1.25rem; text-align: center; }
.ftb-s-bar__item span { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: .25rem; }
.ftb-s-bar__item strong { color: #fff; font-size: .95rem; }

/* Wrap */
.ftb-s-wrap { max-width: 1080px; margin: 0 auto; padding: 2.5rem 1.25rem 3rem; }
.ftb-s-h2 { font-size: 1.5rem; font-weight: 800; margin: 0 0 1rem; display: flex; align-items: center; gap: .5rem; }
.ftb-s-h2 .dashicons { color: var(--green); font-size: 1.5rem; width: auto; height: auto; }
.ftb-s-center { justify-content: center; text-align: center; }
.ftb-s-lead { color: var(--muted); line-height: 1.7; max-width: 780px; }
.ftb-s-lead.ftb-s-center { margin: 0 auto; }

.ftb-s-desc { color: #cdd8e4; line-height: 1.8; font-size: 1.05rem; margin-bottom: 1.5rem; }
.ftb-s-desc p { margin: 0 0 1rem; }

/* "Book denne rejse"-CTA-række */
.ftb-s-ctarow {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	gap: .8rem; margin: 1rem 0 2.5rem;
}
.ftb-s-ctarow .ftb-s-btn { margin-top: 0; }

/* Ghost-knap (sekundær) */
.ftb-s-btn--ghost {
	background: transparent; color: #cfe0ff; border: 2px solid rgba(58,134,255,.7);
	padding: calc(.85rem - 2px) calc(1.8rem - 2px);
}
.ftb-s-btn--ghost:hover { background: rgba(58,134,255,.14); color: #fff; }

/* Kolonner: får du / priseksempler */
.ftb-s-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
.ftb-s-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem 1.7rem; }
.ftb-s-card h2 { font-size: 1.25rem; margin: 0 0 1rem; }
.ftb-s-check { list-style: none; margin: 0; padding: 0; }
.ftb-s-check li { position: relative; padding-left: 1.8rem; margin-bottom: .7rem; color: #cdd8e4; }
.ftb-s-check li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.ftb-s-prices { list-style: none; margin: 0; padding: 0; }
.ftb-s-prices li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.ftb-s-prices li:last-child { border-bottom: 0; }
.ftb-s-prices span { color: #cdd8e4; }
.ftb-s-prices strong { color: #fff; white-space: nowrap; }
.ftb-s-prices strong em { font-style: normal; font-weight: 400; font-size: .78rem; color: var(--muted); }

/* Galleri */
.ftb-s-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
.ftb-s-gallery figure { margin: 0; border-radius: 14px; overflow: hidden; }
.ftb-s-gallery img { width: 100%; height: 220px; object-fit: cover; display: block; }

/* Booking */
.ftb-s-book { margin-bottom: 2.8rem; }
.ftb-s-book .ftb-booking { margin: 0 auto; }

/* Hoteller */
.ftb-s-hotels { margin-bottom: 2.8rem; }
.ftb-s-hotelgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 1.4rem; }
.ftb-s-hotel { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.ftb-s-hotel__img img { width: 100%; height: 180px; object-fit: cover; display: block; }
.ftb-s-hotel__body { padding: 1.1rem 1.2rem 1.3rem; }
.ftb-s-hotel__body h3 { font-size: 1.1rem; margin: 0 0 .3rem; }
.ftb-s-stars { color: #f5b301; letter-spacing: 2px; margin-bottom: .5rem; }
.ftb-s-hotel__price { color: var(--green); font-weight: 800; margin: 0 0 .2rem; }
.ftb-s-hotel__meta { color: var(--muted); font-size: .85rem; margin: 0; }

/* Derfor vælg os */
.ftb-s-why { margin: 3rem 0; }
.ftb-s-why__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 1.6rem; }
.ftb-s-why__col { text-align: center; padding: 0 .5rem; }
.ftb-s-why__col .dashicons { color: var(--green); font-size: 2.4rem; width: 2.4rem; height: 2.4rem; margin-bottom: .6rem; }
.ftb-s-why__col h3 { font-size: 1.15rem; margin: 0 0 .5rem; }
.ftb-s-why__col p { color: var(--muted); line-height: 1.65; margin: 0; }

/* Bund */
.ftb-s-bottom { margin: 3rem 0; text-align: center; }
.ftb-s-bottom__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.6rem; }
.ftb-s-bottom__imgs figure { margin: 0; border-radius: 14px; overflow: hidden; }
.ftb-s-bottom__imgs img { width: 100%; height: 300px; object-fit: cover; display: block; }

/* CTA */
.ftb-s-cta {
	background: linear-gradient(160deg, var(--panel-2), var(--panel));
	border: 1px solid var(--line); border-radius: 18px; padding: 2.4rem 2rem; text-align: center; margin-top: 1rem;
}
.ftb-s-cta h2 { font-size: 1.6rem; margin: 0 0 .4rem; }
.ftb-s-cta__date { color: var(--green); font-weight: 700; margin: 0 0 1.2rem; }
.ftb-s-prices--cta { max-width: 460px; margin: 0 auto 1.6rem; text-align: left; }

.ftb-s-guarantee { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 2rem; display: flex; align-items: center; justify-content: center; gap: .4rem; }
.ftb-s-guarantee .dashicons { color: var(--green); }

@media (max-width: 900px) {
	.ftb-s-bar { grid-template-columns: 1fr 1fr; }
	.ftb-s-cols, .ftb-s-gallery, .ftb-s-hotelgrid, .ftb-s-why__cols, .ftb-s-bottom__imgs { grid-template-columns: 1fr; }
	.ftb-s-hero__title { font-size: 2rem; }
}
