/* ════════════════════════════════════════════════════════════════════════ */
/* Common & Base Styles                                                    */
/* ════════════════════════════════════════════════════════════════════════ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'DM Sans', -apple-system, sans-serif;
  background-color: #f5ede0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='700' viewBox='0 0 500 700'%3E%3Cg opacity='0.28' fill='%23b8895a'%3E%3C!-- left palm trunk: leans right from top-left corner --%3E%3Cpath d='M20 0 Q40 100 70 220 Q90 320 80 500 Q72 500 68 320 Q58 200 2 0Z'/%3E%3C!-- left palm leaves --%3E%3Cpath d='M70 220 Q30 180 0 140 Q35 175 70 220Z'/%3E%3Cpath d='M70 220 Q20 200 5 170 Q30 195 70 220Z'/%3E%3Cpath d='M70 220 Q50 170 55 130 Q58 170 70 220Z'/%3E%3Cpath d='M70 220 Q100 170 120 145 Q98 172 70 220Z'/%3E%3Cpath d='M70 220 Q105 195 125 175 Q102 193 70 220Z'/%3E%3Cpath d='M70 220 Q90 185 95 160 Q88 183 70 220Z'/%3E%3C/g%3E%3Cg opacity='0.28' fill='%23b8895a'%3E%3C!-- right palm trunk: leans left from top-right corner --%3E%3Cpath d='M480 0 Q460 100 430 220 Q410 320 420 500 Q428 500 432 320 Q442 200 498 0Z'/%3E%3C!-- right palm leaves --%3E%3Cpath d='M430 220 Q470 180 500 140 Q465 175 430 220Z'/%3E%3Cpath d='M430 220 Q480 200 495 170 Q470 195 430 220Z'/%3E%3Cpath d='M430 220 Q450 170 445 130 Q442 170 430 220Z'/%3E%3Cpath d='M430 220 Q400 170 380 145 Q402 172 430 220Z'/%3E%3Cpath d='M430 220 Q395 195 375 175 Q398 193 430 220Z'/%3E%3Cpath d='M430 220 Q410 185 405 160 Q412 183 430 220Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.card {
  background: #fffaf5;
  border-radius: 24px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(160, 80, 20, 0.13);
}

/* ── Hero Section ── */
.hero {
  background: linear-gradient(160deg, #e8622a 0%, #f0924a 60%, #f7b870 100%);
  padding: 28px 28px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-palms {
  display: none;
}

.hero h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(120, 40, 0, 0.25);
  margin-bottom: 4px;
}

.hero .meta {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  font-weight: 500;
}

.hero .meta-small {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.students-badge {
  display: inline-block;
  margin-top: 10px;
  background: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.95);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.3);
}

/* ── Price Compare ── */
.price-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.price-col {
  flex: 1;
  max-width: 130px;
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
}

.price-col--online {
  background: rgba(255,255,255,0.95);
  border: none;
}

.price-col--door {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35);
}

.price-col-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #c8622a;
  margin-bottom: 2px;
}

.price-col--door .price-col-label {
  color: rgba(255,255,255,0.7);
}

.price-col-amount {
  font-size: 26px;
  font-weight: 700;
  color: #c8622a;
  line-height: 1;
}

.price-col--door .price-col-amount {
  color: rgba(255,255,255,0.6);
}

.price-col-sub {
  font-size: 11px;
  color: #d07040;
  margin-top: 3px;
}

.price-col--door .price-col-sub {
  color: rgba(255,255,255,0.5);
}

.price-col-divider {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
}

/* ── Language Switcher ── */
.lang-switcher {
  display: flex;
  justify-content: flex-end;
  padding: 16px 24px 8px;
  gap: 6px;
  background: #fffaf5;
}

.lang-btn {
  background: none;
  border: 1.5px solid #ede8e0;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #b0a090;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
}

.lang-btn.active {
  border-color: #c8873a;
  color: #c8873a;
  background: #fffbf5;
}

/* ── Buttons ── */
.btn-primary {
  width: 100%;
  padding: 16px;
  background: #3a8a50;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  font-family: inherit;
  letter-spacing: -0.2px;
}

.btn-primary:hover {
  background: #2e7040;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(58, 138, 80, 0.3);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  width: 100%;
  padding: 14px;
  background: none;
  color: #b0a090;
  border: 1.5px solid #ede8e0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  font-family: inherit;
  margin-top: 10px;
}

.btn-secondary:hover {
  border-color: #c0a880;
  color: #888;
}

/* ── Divider ── */
.divider {
  height: 1px;
  background: #f0ebe4;
  margin: 20px 0;
}

/* ── Body ── */
.body {
  padding: 24px 32px 32px;
}

/* ── Internationalization ── */
[data-lang] {
  display: none;
}

.lang-en [data-lang="en"] {
  display: inline;
}

.lang-de [data-lang="de"] {
  display: inline;
}
