/*
Theme Name: mehrMeer Kreuzfahrten Final
Theme URI: https://mehrmeer-kreuzfahrten.de
Author: Philipp Benedict
Description: Premium One-Page WordPress Theme für mehrMeer-Kreuzfahrten mit Hero, Reederei-Logos, Beratung, Reisearten, Vorteilen, Kontakt und rechtlichen Seiten.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: mehrmeer-kreuzfahrten-final
*/

:root {
  --blue: #021E3E;
  --cream: #F9F3EE;
  --gold: #DA9851;
  --teal: #046C8D;
  --white: #ffffff;
  --text: #13233a;
  --muted: #69778a;
  --line: rgba(2, 30, 62, .10);
  --shadow: 0 26px 70px rgba(2, 30, 62, .13);
  --soft-shadow: 0 16px 40px rgba(2, 30, 62, .08);
  --radius: 28px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 22px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: -.02em;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}

.brand img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(0,0,0,.20);
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255,255,255,.92);
  font-size: .94rem;
  font-weight: 700;
}

.nav a {
  text-shadow: 0 2px 12px rgba(0,0,0,.24);
}

.nav a:hover {
  color: var(--gold);
}

.nav-cta {
  background: var(--teal);
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 999px;
  text-shadow: none !important;
  box-shadow: 0 16px 32px rgba(4,108,141,.30);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
  border: 1px solid transparent;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: .96;
}

.btn-gold {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 18px 36px rgba(218,152,81,.28);
}

.btn-teal {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 18px 36px rgba(4,108,141,.25);
}

.btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,.54);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(7px);
}

.hero {
  min-height: 790px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2,30,62,.90) 0%, rgba(2,30,62,.70) 39%, rgba(2,30,62,.28) 74%, rgba(2,30,62,.12) 100%),
    url('assets/hero-ocean.jpg');
  background-size: cover;
  background-position: center center;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 145px;
  background: linear-gradient(180deg, rgba(249,243,238,0), var(--cream));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 150px 0 110px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: .92rem;
  margin-bottom: 22px;
}

.hero h1 {
  font-family: Cardo, Georgia, serif;
  font-size: clamp(3.15rem, 6.2vw, 6.25rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 400;
  margin: 0 0 22px;
}

.hero p {
  max-width: 650px;
  font-size: 1.22rem;
  color: rgba(255,255,255,.88);
  margin: 0 0 32px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.section {
  padding: 88px 0;
}

.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.kicker {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .78rem;
  margin-bottom: 11px;
}

h2 {
  font-family: Cardo, Georgia, serif;
  color: var(--blue);
  font-size: clamp(2.2rem, 3.6vw, 3.7rem);
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: -.035em;
  margin: 0 0 17px;
}

h3 {
  font-family: Cardo, Georgia, serif;
  color: var(--blue);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 12px;
}

p {
  margin-top: 0;
}

.muted {
  color: var(--muted);
}

.logo-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 42px 0;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: center;
}

.partner-logo {
  min-height: 132px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(2,30,62,.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.partner-logo img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  filter: saturate(.95);
}

.about-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 54px;
  align-items: center;
}

.about-image {
  background: #fff;
  border-radius: 34px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.about-image img {
  border-radius: 26px;
  width: 100%;
}

.about-text .lead {
  font-size: 1.12rem;
  color: #213653;
}

.travel-styles {
  background: #fff;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.style-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  min-height: 230px;
  box-shadow: 0 8px 28px rgba(2,30,62,.045);
}

.style-card .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
  margin-bottom: 18px;
}

.advantages {
  background:
    radial-gradient(circle at 91% 0%, rgba(218,152,81,.22), transparent 34%),
    linear-gradient(135deg, var(--blue), #062f61);
  color: #fff;
}

.advantages h2,
.advantages h3 {
  color: #fff;
}

.advantages .muted {
  color: rgba(255,255,255,.74);
}

.advantages .kicker {
  color: #ffd0a4;
}

.adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.adv-card {
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  padding: 24px;
}

.adv-card p {
  color: rgba(255,255,255,.76);
  margin-bottom: 0;
  font-size: .96rem;
}

.contact-section {
  background: var(--cream);
}

.contact-card {
  background: #fff;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 58px);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 42px;
  align-items: center;
}

.contact-details {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
}

.contact-details p {
  margin: 0 0 14px;
}

.contact-details strong {
  color: var(--blue);
}

.whatsapp-wide {
  margin-top: 16px;
  width: 100%;
}

.site-footer {
  background: var(--blue);
  color: rgba(255,255,255,.72);
  padding: 36px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(37,211,102,.34);
}

.legal {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 5vw, 52px);
  box-shadow: var(--soft-shadow);
}

.legal h1 {
  font-family: Cardo, Georgia, serif;
  color: var(--blue);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -.035em;
}

.legal h2 {
  font-size: 2rem;
  margin-top: 32px;
}

@media (max-width: 980px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .site-header {
    padding: 16px 0;
  }

  .brand img {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .brand span {
    font-size: .96rem;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(2,30,62,.28) 0%, rgba(2,30,62,.65) 48%, rgba(2,30,62,.94) 100%),
      url('assets/hero-ocean.jpg');
    background-size: cover;
    background-position: center center;
  }

  .hero-content {
    padding: 120px 0 92px;
  }

  .hero p {
    font-size: 1.05rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section {
    padding: 62px 0;
  }

  .logo-row,
  .about-grid,
  .style-grid,
  .adv-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    min-height: 112px;
  }

  .adv-grid {
    gap: 14px;
  }

  .footer-inner,
  .footer-links {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}
