/* ============================================
   CLUB SUIZO COSTA BLANCA – V2 Stylesheet
   Modern, Clean Design
   ============================================ */

/* === RESET & BASE === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --rot: #B30000;
  --rothell: #f5e6e6;
  --dunkel: #1c1c1e;
  --grau1: #f7f7f7;
  --grau2: #e8e8e8;
  --grau3: #999;
  --text: #2c2c2c;
  --rand: 24px;
}

html {
  font-size: 17px;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}

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

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

/* ── HEADER ── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--grau2);
  padding: 0 var(--rand);
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-flag {
  font-size: 1.5rem;
  line-height: 1;
}

.logo-name {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rot);
  line-height: 1.3;
}

.logo-sub {
  font-size: 0.7rem;
  color: var(--grau3);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.header-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.header-nav a {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--text);
  opacity: 0.75;
  transition: opacity 0.15s;
}

.header-nav a:hover {
  opacity: 1;
}

.header-nav .btn-nav {
  background: var(--rot);
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 1;
  letter-spacing: 0.3px;
  transition: background 0.15s;
}

.header-nav .btn-nav:hover {
  background: #990000;
}

/* ── HERO ── */
.hero {
  background: var(--dunkel);
  padding: 80px var(--rand) 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #7a0000 0%, #1c1c1e 60%);
  opacity: 0.95;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.hero-title span {
  color: #F5C800;
}

.hero-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 36px;
  font-weight: 400;
}

.hero-cta {
  display: inline-block;
  background: var(--rot);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.1s;
}

.hero-cta:hover {
  background: #990000;
  transform: translateY(-1px);
}

.hero-meta {
  margin-top: 28px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── SECTION WRAPPER ── */
.section {
  padding: 64px var(--rand);
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rot);
  margin-bottom: 8px;
}

.section-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--dunkel);
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}

/* ── CONTENT WRAPPER ── */
.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--rand);
}

/* ── PAGE HEADER (für Unterseiten) ── */
.page-header {
  background: var(--rot);
  color: #fff;
  padding: 48px var(--rand) 40px;
}

.page-header-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-header h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.page-header p {
  font-size: 0.95rem;
  opacity: 0.85;
}

.page-header.gelb {
  background: #F5C800;
  color: var(--dunkel);
}

.page-header.gelb h1,
.page-header.gelb p {
  color: inherit;
}

/* ── NAV KACHELN ── */
.nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.nav-card {
  background: var(--grau1);
  border-radius: 12px;
  padding: 24px 20px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  display: block;
}

.nav-card:hover {
  background: var(--rothell);
  border-color: var(--rot);
  transform: translateY(-2px);
}

.nav-card-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1;
}

.nav-card-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dunkel);
  margin-bottom: 4px;
}

.nav-card-sub {
  font-size: 0.78rem;
  color: var(--grau3);
}

/* ── ÜBER UNS STREIFEN ── */
.about-strip {
  background: var(--grau1);
  border-radius: 16px;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 640px) {
  .about-strip {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.about-text p {
  color: #555;
  font-size: 0.95rem;
  margin-top: 12px;
  line-height: 1.7;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stat {
  text-align: center;
  padding: 20px 12px;
  background: #fff;
  border-radius: 10px;
}

.stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--rot);
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--grau3);
  margin-top: 4px;
  letter-spacing: 0.3px;
}

/* ── HIGHLIGHTS ── */
.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 720px) {
  .highlights {
    grid-template-columns: 1fr;
  }
}

.hl-card {
  border: 1px solid var(--grau2);
  border-radius: 12px;
  padding: 28px 24px;
  transition: border-color 0.2s, transform 0.15s;
}

.hl-card:hover {
  border-color: var(--rot);
  transform: translateY(-2px);
}

.hl-icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.hl-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--dunkel);
}

.hl-text {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.6;
}

/* ── NEWSLETTER STRIP ── */
.newsletter-strip {
  background: var(--rot);
  border-radius: 16px;
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.nl-text h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.nl-text p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.nl-btn {
  background: #fff;
  color: var(--rot);
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}

.nl-btn:hover {
  background: var(--rothell);
}

/* ── FOOTER ── */
.footer {
  background: var(--dunkel);
  color: rgba(255, 255, 255, 0.6);
  padding: 48px var(--rand) 32px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}

@media (max-width: 640px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.footer-brand .logo-name {
  color: #F5C800;
  font-size: 0.78rem;
}

.footer-brand p {
  font-size: 0.82rem;
  margin-top: 12px;
  line-height: 1.7;
}

.footer-brand a {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.15s;
}

.footer-brand a:hover {
  color: #fff;
}

.footer-col h4 {
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  transition: color 0.15s;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  max-width: 1100px;
  margin: 32px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  gap: 8px;
}

/* ── BUTTONS ── */
.btn-cta {
  display: inline-block;
  background: var(--rot);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.1s;
}

.btn-cta:hover {
  background: #990000;
  transform: translateY(-1px);
}

.btn-dark {
  display: inline-block;
  background: var(--dunkel);
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background 0.15s;
}

.btn-dark:hover {
  background: #2a2a2c;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--grau1);
  border: 1px solid var(--grau2);
  color: var(--text);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: border-color 0.15s;
}

.back-btn:hover {
  border-color: var(--rot);
}

/* ── KARTE KOMPONENTEN ── */
.info-card {
  background: var(--grau1);
  border-radius: 12px;
  padding: 18px 16px;
  margin-bottom: 14px;
  border-left: 4px solid var(--rot);
}

.info-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--dunkel);
}

.info-card p {
  font-size: 0.95rem;
  color: #444;
  margin: 0;
}

.kontakt-card {
  background: var(--grau1);
  border-radius: 12px;
  padding: 20px 16px;
  margin-bottom: 16px;
  border: 1px solid var(--grau2);
}

.kontakt-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--rot);
}

.kontakt-zeile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--grau2);
  font-size: 1rem;
  text-decoration: none;
  color: var(--text);
  transition: color 0.15s;
}

.kontakt-zeile:last-child {
  border-bottom: none;
}

.kontakt-zeile:hover {
  color: var(--rot);
}

.kontakt-zeile .kz-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.kontakt-zeile .kz-text strong {
  display: block;
  font-size: 0.85rem;
  color: #888;
  font-weight: 600;
}

/* ── TILE GRID ── */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--grau1);
  border: 1px solid var(--grau2);
  border-radius: 12px;
  padding: 20px 10px;
  text-decoration: none;
  color: var(--text);
  min-height: 110px;
  text-align: center;
  gap: 8px;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.tile:hover {
  border-color: var(--rot);
  background: var(--rothell);
  transform: translateY(-2px);
}

.tile .t-icon {
  font-size: 2rem;
}

.tile .t-label {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

.tile .t-sub {
  font-size: 0.75rem;
  color: var(--grau3);
}

/* ── VORSTAND GRID ── */
.vs-card {
  border: 1px solid var(--grau2);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s, transform 0.15s;
}

.vs-card:hover {
  border-color: var(--rot);
  transform: translateY(-2px);
}

.vs-foto {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.vs-info {
  padding: 18px 16px;
}

.vs-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dunkel);
  margin-bottom: 4px;
}

.vs-rolle {
  font-size: 0.85rem;
  color: var(--rot);
  font-weight: 600;
  margin-bottom: 8px;
}

.vs-bio {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.5;
}

.vorstand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* ── KALENDER ── */
.kalender-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: var(--rot);
  color: white;
}

.kalender-header h2 {
  font-size: 1.2rem;
  font-weight: 900;
}

.kalender-nav-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: background 0.15s;
}

.kalender-nav-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}

.wochentage {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--dunkel);
  color: white;
}

.wochentag {
  padding: 10px 4px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.kalender-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-left: 1px solid var(--grau2);
  border-top: 1px solid var(--grau2);
}

.kal-tag {
  border-right: 1px solid var(--grau2);
  border-bottom: 1px solid var(--grau2);
  padding: 6px 4px;
  min-height: 52px;
  font-size: 0.9rem;
  cursor: pointer;
  position: relative;
  transition: background 0.15s;
}

.kal-tag:hover {
  background: var(--rothell);
}

.kal-tag.leer {
  background: #fafafa;
  color: #bbb;
}

.kal-tag.heute {
  background: var(--grau1);
  font-weight: 900;
}

.kal-tag.hat-events {
  background: var(--rothell);
}

.kal-tag .tag-nr {
  font-weight: 700;
}

.event-dot {
  display: block;
  width: 6px;
  height: 6px;
  background: var(--rot);
  border-radius: 50%;
  margin: 3px auto 0;
}

.event-liste {
  padding: 16px;
}

.event-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--grau2);
}

.event-item:last-child {
  border-bottom: none;
}

.event-datum {
  flex-shrink: 0;
  background: var(--rot);
  color: white;
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
  min-width: 54px;
}

.event-datum .e-tag {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.event-datum .e-monat {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-info {
  flex: 1;
}

.event-info h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--dunkel);
}

.event-info p {
  font-size: 0.88rem;
  color: #555;
  margin: 0;
}

.event-badge {
  display: inline-block;
  background: #fffbe6;
  border: 1px solid #F5C800;
  color: #7a6000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  margin-top: 4px;
}

/* ── FORMULAR STYLES ── */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--dunkel);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--grau2);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color 0.15s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--rot);
  box-shadow: 0 0 0 3px rgba(179, 0, 0, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .header-nav {
    gap: 18px;
  }

  .header-nav a {
    font-size: 0.75rem;
  }

  .hero {
    padding: 60px var(--rand) 50px;
  }

  .hero-title {
    font-size: clamp(1.5rem, 4vw, 2.4rem);
  }

  .section {
    padding: 48px var(--rand);
  }

  .section-title {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
  }

  .about-strip {
    padding: 32px 24px;
    gap: 32px;
  }

  .newsletter-strip {
    padding: 32px 24px;
    gap: 20px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  :root {
    --rand: 16px;
  }

  html {
    font-size: 16px;
  }

  .header-nav {
    gap: 12px;
  }

  .header-nav a {
    font-size: 0.7rem;
  }

  .header-nav .btn-nav {
    padding: 6px 12px;
    font-size: 0.75rem;
  }

  .logo-name {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }

  .logo-sub {
    font-size: 0.65rem;
  }

  .hero {
    padding: 48px var(--rand) 40px;
  }

  .hero-title {
    font-size: clamp(1.3rem, 3vw, 2rem);
  }

  .hero-eyebrow {
    font-size: 0.65rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .section {
    padding: 40px var(--rand);
  }

  .section-label {
    font-size: 0.65rem;
  }

  .section-title {
    font-size: clamp(1.1rem, 2vw, 1.6rem);
    margin-bottom: 28px;
  }

  .page-header {
    padding: 32px var(--rand) 24px;
  }

  .page-header h1 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
  }

  .nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tile-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vorstand-grid {
    grid-template-columns: 1fr;
  }

  .about-strip {
    padding: 24px 16px;
    gap: 20px;
  }

  .highlights {
    grid-template-columns: 1fr;
  }

  .newsletter-strip {
    padding: 24px 16px;
    flex-direction: column;
    text-align: center;
  }

  .nl-btn {
    width: 100%;
  }

  .footer {
    padding: 32px var(--rand) 24px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
