/* ========== GLOBAL LANDINGPAGE CSS ==========
   Gültig für alle Express-Landingpages (Standard-Design: schwarz/gold & weiß/gold)
   Stand: refactored 2025-06-08
*/

/* HERO SECTION pro Land */
/* Russland */
.hero-russia {
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.7)), 
              url('../img/eilbrief-nach-russland-sicher.webp') no-repeat center center;
  background-size: cover;
  color: #f0c13b; /* Gold */
  padding: 100px 20px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #f0c13b;
}

.hero-tuerkei {
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.7)), 
              url('../../img/eilbrief-in-die-tuerkei-sicher.webp') no-repeat center center;
  background-size: cover;
  color: #f0c13b; /* Gold */
  padding: 100px 20px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #f0c13b;
}

.hero-australia {
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.7)), 
              url('../img/eilbrief-nach-australien-mit-care-courier.webp') no-repeat center center;
  background-size: cover;
  color: #f0c13b; /* Gold */
  padding: 100px 20px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #f0c13b;
}

.hero-china {
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.7)), 
              url('../img/eilbrief-nach-china.webp') no-repeat center center;
  background-size: cover;
  color: #f0c13b; /* Gold */
  padding: 100px 20px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #f0c13b;
}

.hero-korea {
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.7)), 
              url('../img/eilbrief-nach-korea.webp') no-repeat center center;
  background-size: cover;
  color: #f0c13b; /* Gold */
  padding: 100px 20px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #f0c13b;
}

.hero-content1 .hero-content {
  max-width: 1000px;
  margin: 0 auto;
}

.hero-content1 h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-content1 p {
  font-size: 18px;
  color: #f0c13b;
  margin-bottom: 30px;
}

.hero-content1 .cta-button {
  background-color: #f0c13b;
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-content1 .cta-button:hover {
  background-color: #ffffff;
  color: #000;
}

  ^1,

/* Globaler Bereich:
   .hero-eilbrief-russland { background-image: url('/img/eilbrief-nach-russland-care-courier.webp'); }
*/
.vorteile-section {
  background-color: #000;
  padding: 60px 20px;
  color: #C89D00;
  text-align: center;
}

.vorteile-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #C89D00;
}

.vorteile-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.vorteil-box {
  background-color: #111;
  border: 2px solid #C89D00;
  border-radius: 15px;
  padding: 30px 20px;
  width: 300px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vorteil-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
}

.vorteil-box h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #C89D00;
}

.vorteil-box p {
  font-size: 1rem;
  color: #f5f5f5;
}

.ablauf-section {
  background-color: #f9f9f9; /* Heller Hintergrund */
  padding: 60px 20px;
  text-align: center;
}

.ablauf-section h2 {
  font-size: 2.5rem;
  color: #C89D00; /* Goldton */
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.ablauf-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.ablauf-box {
  flex: 1 1 260px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  text-align: center;
  transition: transform 0.3s ease;
}

.ablauf-box:hover {
  transform: translateY(-8px);
}

.ablauf-box h3 {
  color: #C89D00; /* Goldene Titel */
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.ablauf-box p {
  color: #1a1a1a; /* Dunkler Lesetext */
  font-size: 1rem;
  line-height: 1.5;
}

/* Trennlinie mit Goldverlauf */
.gold-gradient-divider {
  height: 12px;
  background: linear-gradient(to right, #C89D00, transparent);
  margin-bottom: 0px;
}

/* Hauptsektion */
.a-section {
  background-color: #f9f9f9;
  padding: 20px 20px;
  color: #1a1a1a;
}

.a-section .container {
  max-width: 900px;
  margin: auto;
}

.a-section h2 {
  color: #C89D00;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.a-section h3 {
  color: #C89D00;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 5px;
}

.a-section p {
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 1rem;
}

.a-section .lead {
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
}

.a-section .info-text {
  background-color: #fff8e1;
  border-left: 4px solid #C89D00;
  padding: 15px 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-style: italic;
}

.highlight-section {
  background: linear-gradient(to right, #C89D00, #fff9e6);
  padding: 40px 20px;
  text-align: center;
}

.highlight-box {
  background: #fff;
  border: 2px solid #C89D00;
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0,0,0,0.05);
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-list li {
  font-size: 1.15rem;
  font-weight: 500;
  color: #333;
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-list li i {
  color: #C89D00;
  margin-right: 12px;
  font-size: 1.2rem;
}

.express-a-section {
  background-color: #000;
  color: #d4af37;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.express-box {
  background-color: #111;
  border: 2px solid #d4af37;
  border-radius: 16px;
  max-width: 800px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

.express-title a {
  color: #C89D00;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.express-title a:hover {
  text-decoration: underline;
}

.express-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 20px 0;
}

.express-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.express-list li {
  margin: 8px 0;
  font-size: 1rem;
}

.express-list span {
  color: #fff;
  font-weight: bold;
}

.express-cta {
  display: inline-block;
  background-color: #C89D00;
  color: #000;
  padding: 12px 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.express-cta:hover {
  background-color: #C89D00;
  color: #fff;
}

#section_content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.cta-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  background-color: #000;
  color: #C89D00;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #C89D00;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #C89D00;
  color: #000;
}

.section-whitegold {
  position: relative;
  padding: 60px 20px;
  margin: 40px 0;
}



.container-whitegold {
  max-width: 1100px;
  margin: 0 auto;
  color: #111;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
}

.section-heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  border-left: 5px solid gold;
  padding-left: 10px;
}

.section-heading a {
  color: goldenrod;
  text-decoration: none;
}

.section-heading a:hover {
  text-decoration: underline;
}

.section-text {
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.section-text a {
  color: goldenrod;
  font-weight: bold;
  text-decoration: none;
}

.section-text a:hover {
  text-decoration: underline;
}

.image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  border: 2px solid #f5d76e;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(218, 165, 32, 0.4);
}

.section-divider {
  all: unset; /* entfernt alle Browser-Standards */
  display: block;
  height: 6px;
  width: 100%;
  background-image: linear-gradient(to right, #b8860b, #ffd700);
  margin: 40px 0;
}

.vorteile-grid {
  display: flex;
  flex-wrap: wrap;         /* Wichtig für Umbruch */
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
}

.care-benefit-section {
  background-color: #000;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.care-benefit-box {
  background-color: #111;
  border: 2px solid #FFD700;
  border-radius: 12px;
  padding: 40px 30px;
  color: #FFD700;
  max-width: 800px;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.2);
  text-align: left;
}

.care-benefit-box h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-align: center;
}

.care-benefit-box p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #f5f5f5;
  margin-bottom: 16px;
}