/* ============================================================
   Report Landing — Business Sector Brief
   Reuses global tokens from style.css.
   ============================================================ */

body.rb-page { background: var(--cream); }
.rb-page .site-header {
  background: rgba(244, 241, 234, 0.9);
  border-bottom: 1px solid rgba(194, 160, 76, 0.38);
}

/* ============================================================
   HERO (dark navy)
   ============================================================ */
.rb-hero {
  background: radial-gradient(120% 120% at 78% 0%, var(--navy-soft) 0%, var(--navy) 46%, var(--navy-deep) 100%);
  color: #fff; padding: 14px 0 18px;
}
.rb-hero-inner {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(240px, 0.95fr) 300px;
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
}
.rb-breadcrumb { font-size: 0.8rem; letter-spacing: .03em; color: rgba(255,255,255,.62); margin-bottom: 9px; }
.rb-breadcrumb a { color: var(--gold); }
.rb-breadcrumb a:hover { color: var(--gold-soft); }
.rb-breadcrumb .sep { color: rgba(255,255,255,.35); margin: 0 8px; }
.rb-hero-text h1 {
  font-family: var(--serif); font-weight: 600; line-height: 1.05;
  font-size: clamp(2rem, 2.9vw, 2.85rem); margin: 0 0 4px;
}
.rb-hr { width: 52px; height: 3px; background: var(--gold); margin: 8px 0 10px; }
.rb-hero-text .lead { font-size: 0.9rem; line-height: 1.5; color: rgba(255,255,255,.82); max-width: 430px; margin: 0 0 14px; }

/* trust / value points */
.rb-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.rb-trust-item .ic {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(194,160,76,.5); display: grid; place-items: center;
  color: var(--gold); margin-bottom: 10px;
}
.rb-trust-item .ic svg { width: 18px; height: 18px; }
.rb-trust-item h3 { font-family: var(--sans); font-size: 0.82rem; font-weight: 600; color: #fff; margin: 0 0 3px; letter-spacing: .01em; }
.rb-trust-item p { font-size: 0.74rem; line-height: 1.4; color: rgba(255,255,255,.6); margin: 0; }

/* hero map */
.rb-hero-map { display: flex; justify-content: center; align-items: center; }
.rb-map { height: clamp(300px, 40vh, 430px); width: auto; max-width: 100%; display: block; overflow: visible;
  filter: drop-shadow(0 16px 34px rgba(0,0,0,.30)); }
.rb-state { fill: rgba(255,255,255,.06); stroke: rgba(194,160,76,.42); stroke-width: .65; stroke-linejoin: round; }
.rb-active { fill: var(--gold); stroke: #f0dca0; stroke-width: 1;
  filter: drop-shadow(0 0 16px rgba(194,160,76,.7)); }
.rb-node { fill: #fff; filter: drop-shadow(0 0 4px rgba(255,255,255,.85)); }
.rb-ltext { fill: #233149; font-family: var(--serif); font-size: 16px; font-weight: 600;
  letter-spacing: .24em; text-anchor: middle; }

/* ============================================================
   PRICE / PAYMENT CARD
   ============================================================ */
.rb-price {
  background: var(--white); color: var(--navy);
  border-radius: var(--radius); padding: 15px 18px 14px;
  box-shadow: 0 24px 56px rgba(15,28,48,.4); border: 1px solid var(--line);
}
.rb-price .lbl { font-size: 0.7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.rb-price .amount { display: flex; align-items: baseline; gap: 8px; margin: 6px 0 3px; }
.rb-price .amount .num { font-family: var(--serif); font-size: 1.95rem; font-weight: 600; line-height: 1; color: var(--navy); }
.rb-price .amount .cur { font-size: 1.1rem; font-weight: 600; color: var(--navy); letter-spacing: .04em; }
.rb-price .b2b { font-weight: 600; color: var(--navy); font-size: 0.92rem; margin-top: 4px; }
.rb-price .vat { font-size: 0.78rem; color: var(--grey-text); margin-bottom: 10px; }

.rb-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%;
  font-family: var(--sans); font-weight: 600; font-size: 0.95rem; letter-spacing: .02em;
  border-radius: 10px; padding: 9px 15px; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .18s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.rb-btn svg { width: 18px; height: 18px; }
.rb-btn-buy { background: var(--gold); color: var(--navy-deep); }
.rb-btn-buy:hover { background: var(--gold-soft); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(194,160,76,.4); }
.rb-btn-paypal { background: #ffc439; color: #0a2540; margin-bottom: 8px; }
.rb-btn-paypal:hover { background: #ffd066; transform: translateY(-1px); }
.rb-btn-paypal .pp1 { font-style: italic; font-weight: 800; color: #003087; }
.rb-btn-paypal .pp2 { font-style: italic; font-weight: 800; color: #009cde; }
.rb-btn-card { background: #fff; color: var(--navy); border-color: var(--line); }
.rb-btn-card:hover { border-color: var(--gold); color: var(--gold); }

.rb-or { display: flex; align-items: center; gap: 12px; color: var(--grey-text); font-size: 0.78rem; margin: 8px 0; }
.rb-or::before, .rb-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.rb-secure { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.74rem; color: var(--grey-text); margin-top: 8px; }
.rb-secure svg { width: 14px; height: 14px; color: var(--gold); }

.rb-b2bnote { font-size: 0.66rem; line-height: 1.32; color: var(--grey-text); margin: 7px 0 0; padding-top: 7px; border-top: 1px solid var(--line); }
.rb-check { display: flex; gap: 7px; align-items: flex-start; margin-top: 6px; font-size: 0.66rem; color: var(--navy); }
.rb-check input { margin-top: 3px; accent-color: var(--gold); flex: none; }
.rb-delivery { font-size: 0.65rem; color: var(--grey-text); margin-top: 6px; line-height: 1.32; }

/* ============================================================
   CONTENT AREA (warm beige)
   ============================================================ */
.rb-content { padding: 20px 0 18px; }
.rb-grid4 { display: grid; grid-template-columns: 0.95fr 1.28fr 1fr 0.95fr; gap: 22px; align-items: start; }
.rb-col-head { font-size: 0.7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0 0 9px; }

.rb-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.rb-summary p { font-size: 0.85rem; line-height: 1.5; color: var(--grey-text); margin: 0 0 10px; }
.rb-link { display: inline-flex; align-items: center; gap: 7px; color: var(--gold); font-weight: 600; font-size: 0.88rem; }
.rb-link:hover { gap: 11px; }

/* What's inside checklist */
.rb-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 1px 18px; list-style: none; margin: 0; padding: 0; }
.rb-checklist li { display: flex; gap: 7px; align-items: flex-start; font-size: 0.78rem; color: var(--navy); padding: 2px 0; white-space: nowrap; }
.rb-checklist li svg { width: 15px; height: 15px; color: var(--gold); flex: none; margin-top: 2px; }
.rb-pages { margin-top: 12px; display: flex; align-items: center; gap: 8px; color: var(--grey-text); font-size: 0.82rem; }
.rb-pages svg { width: 15px; height: 15px; color: var(--gold); }

/* Indicator snapshot */
.rb-snap h3 { font-family: var(--serif); font-size: 1.1rem; margin: 0 0 12px; color: var(--navy); }
.rb-ind { display: grid; grid-template-columns: auto 1fr auto; gap: 7px 10px; align-items: center; }
.rb-ind .k { font-size: 0.82rem; color: var(--grey-text); white-space: nowrap; }
.rb-ind .bar { height: 8px; border-radius: 5px; background: var(--line); position: relative; overflow: hidden; }
.rb-ind .bar > span { position: absolute; left: 0; top: 0; bottom: 0; background: linear-gradient(90deg, var(--navy-soft), var(--navy)); border-radius: 5px; }
.rb-ind .v { font-size: 0.82rem; font-weight: 600; color: var(--navy); white-space: nowrap; }
.rb-snap .src { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 0.74rem; color: var(--grey-text); }

/* Report preview cover */
.rb-cover {
  background: linear-gradient(160deg, var(--navy-soft) 0%, var(--navy) 55%, var(--navy-deep) 100%);
  color: #fff; border-radius: 12px; padding: 26px 24px; aspect-ratio: 3/4; position: relative; overflow: hidden;
  border: 1px solid rgba(194,160,76,.3); box-shadow: 0 18px 40px rgba(15,28,48,.32);
  display: flex; flex-direction: column;
}
.rb-cover .cv-mark { width: 30px; height: 30px; border: 1.5px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-weight: 600; margin-bottom: 26px; }
.rb-cover h4 { font-family: var(--serif); font-size: 1.3rem; line-height: 1.15; margin: 0 0 12px; color: #fff; }
.rb-cover .cv-region { color: var(--gold-soft); font-size: 0.95rem; margin: 0 0 auto; }
.rb-cover .cv-foot { font-size: 0.72rem; color: rgba(255,255,255,.6); margin: 0; }
.rb-cover .cv-year { font-family: var(--serif); color: var(--gold); font-size: 1.1rem; margin-top: 8px; }
.rb-cover .cv-rule { width: 40px; height: 2px; background: var(--gold); margin: 8px 0 14px; }
.rb-dlbtn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 16px;
  border: 1px solid var(--line); background: #fff; color: var(--navy); border-radius: 10px; padding: 11px 14px; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: border-color .2s, color .2s; }
.rb-dlbtn:hover { border-color: var(--gold); color: var(--gold); }
.rb-dlbtn svg { width: 15px; height: 15px; }

/* ============================================================
   DETAILED OVERVIEW + DISCLAIMER row
   ============================================================ */
.rb-row2 { display: grid; grid-template-columns: 1.7fr 1fr; gap: 18px; padding: 12px 0 0; align-items: stretch; }
.rb-overview h2, .rb-disclaimer h3 { font-size: 0.7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0 0 12px; }
.rb-tabs { display: flex; flex-wrap: wrap; gap: 6px 24px; border-bottom: 1px solid var(--line); padding-bottom: 9px; margin-bottom: 14px; }
.rb-tab { font-size: 0.88rem; color: var(--grey-text); cursor: pointer; background: none; border: none; padding: 4px 0; position: relative; font-family: var(--sans); }
.rb-tab.active { color: var(--navy); font-weight: 600; }
.rb-tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--gold); }
.rb-tabbody { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.rb-tabbody p { font-size: 0.92rem; color: var(--grey-text); margin: 0; line-height: 1.6; }
.rb-disclaimer { background: #fff; border: 1px solid rgba(194,160,76,.4); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.rb-disclaimer .dh { display: flex; align-items: center; gap: 9px; }
.rb-disclaimer .dh svg { width: 18px; height: 18px; color: var(--gold); }
.rb-disclaimer p { font-size: 0.84rem; line-height: 1.55; color: var(--grey-text); margin: 0 0 10px; }
.rb-disclaimer p.b2b { color: var(--navy); font-weight: 600; margin: 0; }

/* ============================================================
   BOTTOM CTA
   ============================================================ */
.rb-cta { padding: 18px 0 44px; }
.rb-cta-inner {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 30px; box-shadow: var(--shadow-sm);
}
.rb-cta .ic { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--gold); display: grid; place-items: center; color: var(--gold); }
.rb-cta .ic svg { width: 24px; height: 24px; }
.rb-cta h2 { font-size: 1.4rem; margin: 0 0 4px; }
.rb-cta p { margin: 0; color: var(--grey-text); font-size: 0.95rem; }
.rb-cta .btn { white-space: nowrap; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .rb-hero-inner { grid-template-columns: 1fr 1fr; }
  .rb-price { grid-column: 1 / -1; max-width: 420px; }
  .rb-grid4 { grid-template-columns: repeat(2, 1fr); }
  .rb-row2 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .rb-hero-inner { grid-template-columns: 1fr; }
  .rb-hero-map { order: 2; }
  .rb-price { order: 3; max-width: none; }
  .rb-trust { grid-template-columns: repeat(2, 1fr); }
  .rb-grid4 { grid-template-columns: 1fr; }
  .rb-checklist { grid-template-columns: 1fr; }
  .rb-cta-inner { grid-template-columns: 1fr; text-align: left; }
  .rb-tabbody { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   REGIONAL GATEWAY PAGE (e.g. Lower Saxony)
   ============================================================ */
.ls-hero {
  background: radial-gradient(120% 120% at 80% 0%, var(--navy-soft) 0%, var(--navy) 46%, var(--navy-deep) 100%);
  color: #fff; padding: 60px 0 50px;            /* more editorial breathing room */
}
.ls-hero-inner { display: grid; grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr); gap: clamp(34px, 5vw, 76px); align-items: center; }
.ls-hero-text h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(3rem, 5vw, 4.2rem); line-height: 1.02; letter-spacing: -0.01em; margin: 0 0 12px; }
.ls-hero-text .lead { font-size: 1.18rem; line-height: 1.72; color: rgba(255,255,255,.85); max-width: 500px; margin: 4px 0 0; }
.ls-hero-map { display: flex; justify-content: center; align-items: center; }
.ls-hero-map .rb-map { height: clamp(360px, 46vh, 520px); }     /* larger, balances the text block */

/* ---- Compact premium fact strip (bottom of the hero) ---- */
.ls-facts {
  display: grid; grid-template-columns: 1fr 1.05fr 1.2fr 1.1fr;   /* room for figures + Major Cities */
  margin-top: 42px; padding: 26px 30px;
  background: rgba(255, 255, 255, 0.035);                /* real information band, not a footer */
  border: 1px solid rgba(194, 160, 76, 0.28);
  border-radius: 16px;
}
.ls-fact { position: relative; padding: 2px 24px; }
.ls-fact:first-child { padding-left: 0; }
.ls-fact:last-child { padding-right: 0; }
.ls-fact + .ls-fact::before {                        /* subtle vertical divider */
  content: ""; position: absolute; left: 0; top: 2px; bottom: 2px; width: 1px;
  background: rgba(255, 255, 255, 0.13);
}
.ls-fact .v {
  font-family: var(--serif); color: var(--gold-soft);
  font-size: 1.62rem; line-height: 1.12; font-weight: 600; white-space: nowrap;
  display: flex; align-items: flex-start; min-height: 3.4rem;   /* aligns the four labels */
}
.ls-fact .v.txt { white-space: normal; }   /* cities / focus may wrap */
.ls-fact .v.txt { font-size: 1.04rem; font-weight: 500; line-height: 1.42; color: #fff; }
.ls-fact .v.cities { letter-spacing: .005em; }
.ls-fact .v.focus { color: var(--gold-soft); font-weight: 600; }   /* Key Focus carries weight */
.ls-fact .k {
  font-size: 0.72rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62); margin-top: 12px;
}
@media (max-width: 860px) {
  .ls-facts { grid-template-columns: repeat(2, 1fr); gap: 24px 0; margin-top: 32px; padding: 24px 24px; }
  .ls-fact { padding: 2px 24px; }
  .ls-fact:nth-child(odd) { padding-left: 0; }
  .ls-fact:nth-child(even) { padding-right: 0; }
  .ls-fact + .ls-fact::before { display: none; }   /* simplify dividers on small screens */
  .ls-fact .v { min-height: 2.6rem; margin-bottom: 2px; }
}
@media (max-width: 460px) {
  .ls-facts { grid-template-columns: 1fr; gap: 20px; padding: 22px 20px; }
  .ls-fact, .ls-fact:nth-child(odd) { padding: 0; }
  .ls-fact .v { min-height: 0; }
}
/* Mobile: stack the hero so the map sits below the text — removes the
   tall empty navy area caused by the two-column grid on small screens. */
@media (max-width: 700px) {
  .ls-hero { padding: 44px 0 38px; }
  .ls-hero-inner { grid-template-columns: 1fr; gap: 26px; }
  .ls-hero-text h1 { font-size: clamp(2.6rem, 9vw, 3.4rem); }
  .ls-hero-text .lead { font-size: 1.08rem; }
  .ls-hero-map .rb-map { height: clamp(250px, 56vw, 360px); }
}

.ls-reports { padding: 64px 0 24px; }
.ls-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ls-card {
  display: flex; flex-direction: column; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ls-card::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--gold); transition: width .3s ease; }
.ls-card.is-available:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.ls-card.is-available:hover::before { width: 100%; }
.ls-card .ls-sector { font-family: var(--serif); font-size: 1.6rem; color: var(--navy); margin: 0; line-height: 1.1; }
.ls-card .ls-kind { font-size: 0.72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 6px 0 14px; }
.ls-card p { font-size: 0.93rem; color: var(--grey-text); margin: 0 0 18px; }
.ls-card .ls-price { font-size: 0.9rem; color: var(--navy); font-weight: 600; margin: 0 0 16px; }
.ls-card .ls-price span { color: var(--grey-text); font-weight: 400; }
.ls-card .ls-go { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-weight: 600; font-size: 0.92rem; }
.ls-card.is-available:hover .ls-go { gap: 12px; }
.ls-card.soon { background: rgba(22,38,63,.02); }
.ls-card.soon .ls-sector { color: var(--navy); opacity: .85; }
.ls-badge { display: inline-block; font-size: 0.7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600;
  color: var(--grey-text); border: 1px solid var(--line); border-radius: 30px; padding: 6px 14px; margin-top: auto; }

/* Region & sector card grid must stack on smaller screens — otherwise the
   fixed 3 columns crush each card into a tall, stretched sliver on mobile
   (affects the Reports catalogue steps 2 & 3 and the Lower Saxony sectors). */
@media (max-width: 880px) { .ls-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 560px) { .ls-grid { grid-template-columns: 1fr; gap: 16px; } }

/* Mobile/tablet (Reports Step 2 & 3 + Lower Saxony sectors): size cards by
   their content instead of forcing equal heights, and trim vertical padding,
   so short cards no longer stretch tall with empty areas. Desktop 3-col keeps
   its aligned equal-height look. */
@media (max-width: 880px) {
  .ls-grid { align-items: start; }
  .ls-card { padding: 22px 22px; }
  .ls-card .ls-sector { font-size: 1.4rem; }
  .ls-card .ls-kind { margin: 5px 0 10px; }
  .ls-card p { margin-bottom: 12px; }
  .ls-card .ls-go, .ls-card .ls-badge { margin-top: 4px; }
}


/* ---- Report cover: real logo lockup + Germany line art ---- */
.rb-cover > :not(.cv-art) { position: relative; z-index: 1; }
.rb-cover .cv-art { position: absolute; right: -16%; bottom: -4%; width: 64%; height: auto; opacity: .8; pointer-events: none; z-index: 0; }
.rb-cover .cv-de { fill: none; stroke: rgba(255,255,255,.13); stroke-width: .8; vector-effect: non-scaling-stroke; }
.rb-cover .cv-de-ni { stroke: rgba(194,160,76,.55); fill: rgba(194,160,76,.14); }
.cv-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; }
.cv-logo { width: 36px; height: 36px; border-radius: 50%; background: #fff; display: grid; place-items: center; flex: none; box-shadow: 0 4px 12px rgba(0,0,0,.25); }
.cv-logo img { width: 26px; height: 26px; }
.cv-wordmark { display: flex; flex-direction: column; line-height: 1; }
.cv-name { font-family: var(--serif); font-size: 1rem; letter-spacing: .14em; font-weight: 600; color: #fff; }
.cv-sub { font-size: 0.5rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }




/* ---- Hero map: Hannover glowing point ---- */
.rb-han-halo { opacity: .85; }
.rb-han-dot { fill: #ffe08a; filter: drop-shadow(0 0 4px rgba(255,224,138,.9)); }
.rb-han-lbl { fill: #3a4459; font-family: var(--sans); font-size: 9.5px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; paint-order: stroke; stroke: rgba(244,238,226,.7); stroke-width: 2px; }

/* ---- Regional profile (reuses china-business.css .prov-* components) ---- */
.ls-profile-intro { background: var(--cream); padding: 64px 0 44px; }
.ls-profile-intro .cn-label { font-family: var(--serif); color: var(--gold); font-size: 1.3rem; margin: 0; }
.ls-profile-intro h2 { font-family: var(--serif); font-weight: 600; color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.06; margin: 4px 0 0; }
.ls-profile-intro .rb-hr { margin: 18px 0 0; }
.ls-profile-intro .lead { font-size: 1.06rem; line-height: 1.65; color: var(--grey-text); max-width: 760px; margin: 18px 0 0; }
.ls-profile-cta { margin-top: 42px; }
.ls-reports { scroll-margin-top: 88px; }

/* ---- Two-version product area (Free Sample + Premium) ---- */
.rb-products { margin-top: 16px; }
.rb-products .rb-dlbtn { margin-top: 0; }
.rb-buy-premium { width: 100%; margin-top: 9px; }
.rb-buy-premium svg { width: 16px; height: 16px; }
.rb-distinction { margin: 12px 0 0; font-size: 0.74rem; line-height: 1.5; color: var(--grey-text); }
.rb-distinction strong { color: var(--navy); font-weight: 600; }

/* Language selector for the multilingual download (EN / DE / 中文) */
.rb-langsel { display: flex; align-items: center; gap: 6px; margin: 0 0 12px; flex-wrap: wrap; }
.rb-langlbl { font-size: 0.7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--grey-text); margin-right: 2px; }
.rb-lang { font: inherit; font-size: 0.74rem; font-weight: 600; line-height: 1; cursor: pointer;
  padding: 6px 11px; border: 1px solid rgba(22,38,63,.18); border-radius: 999px;
  background: #fff; color: var(--navy); transition: all .15s ease; }
.rb-lang:hover { border-color: var(--gold); color: var(--gold); }
.rb-lang.active { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ============================================================
   PREMIUM HERO GERMANY MAP — German federal state gateway pages
   Namespaced .gmap* so the report-page .rb-map is untouched.
   No CSS filters on SVG paths (Safari-safe): fill / stroke /
   opacity / transform + SVG gradients + wrapper radial glow only.
   ============================================================ */
.ls-hero-map .gmap-wrap { position: relative; width: 100%; max-width: 560px; margin: 0 auto; }
.gmap-wrap::before {                                   /* soft radial background glow */
  content: ""; position: absolute; inset: -8% -6% -12% -6%; z-index: 0; pointer-events: none;
  background: radial-gradient(56% 50% at 60% 42%, rgba(194,160,76,.15), rgba(194,160,76,0) 70%);
}
.gmap { position: relative; z-index: 1; width: 100%; height: auto; display: block; overflow: visible; }
.gmap-ring { fill: none; stroke: rgba(194,160,76,.13); stroke-width: .6; }       /* faint circular linework */
.gmap-state {
  fill: #1b2c49; stroke: rgba(194,160,76,.40); stroke-width: .7; stroke-linejoin: round;
  transition: fill .28s ease, stroke .28s ease, filter .28s ease;
}
.gmap-state.is-active { fill: url(#gmFill); stroke: #ecd49a; stroke-width: 1.15; }
/* other states are explorable — hover matches the Germany Gateway map:
   slate-blue fill, gold-soft border, subtle gold glow */
.gmap-link { cursor: pointer; }
.gmap-link:hover .gmap-state,
.gmap-link:focus-visible .gmap-state {
  fill: #34507f; stroke: var(--gold-soft); stroke-width: .9;
  filter: drop-shadow(0 0 3px rgba(194,160,76,.55));
}
.gmap-link:focus { outline: none; }
.gmap-link:focus-visible .gmap-state { stroke: #fff; }
/* labels/decoration never intercept clicks — clicks reach the state link or a dot */
.gmap-deco, .gmap-glow, .gmap-labels, .gmap-slabel, .gmap-cap { pointer-events: none; }
/* capital dots */
.gmap-dot { cursor: pointer; }
.gmap-dot-hit { fill: transparent; }
.gmap-dot-core {
  fill: var(--gold); stroke: rgba(15,28,48,.55); stroke-width: .5;
  transform-box: fill-box; transform-origin: center; transition: transform .18s ease, fill .18s ease;
}
.gmap-dot-ring { fill: none; stroke: none; }
.gmap-dot:hover .gmap-dot-core,
.gmap-dot:focus-visible .gmap-dot-core { transform: scale(1.45); fill: #f0dca0; }
.gmap-dot.is-active .gmap-dot-core { fill: #ffe6a8; }
.gmap-dot.is-active .gmap-dot-ring { stroke: var(--gold-soft); stroke-width: 1.1; opacity: .85; }
.gmap-dot:focus { outline: none; }
.gmap-dot:focus-visible .gmap-dot-ring { stroke: #fff; stroke-width: 1.2; opacity: 1; }
/* Berlin uses the same subtle gold capital dot as every other state on the
   federal-state hero pages. (The red Berlin marker lives only on the main
   Germany Gateway map, styled separately via .de-bj in germany-business.css.) */
/* state-name labels — refined brand-serif, warm off-white, dark halo.
   Editorial/premium treatment shared in spirit across Germany, China and UK. */
.gmap-slabel {
  fill: rgba(245,239,227,0.92); font-family: var(--serif); font-size: 13.5px;
  font-weight: 600; letter-spacing: .01em; transition: fill .22s ease;
  paint-order: stroke; stroke: rgba(13,23,40,0.62); stroke-width: 2px; stroke-linejoin: round;
}
.gmap-slabel.is-active-label { fill: #ffffff; font-size: 15px; font-weight: 700; }
.gmap-slabel.is-hover { fill: #ffffff; }
/* permanent capital pill for the selected state */
.gmap-cap rect { fill: rgba(15,28,48,.92); stroke: var(--gold); stroke-width: .8; }
.gmap-cap text { fill: var(--gold-soft); font-family: var(--sans); font-size: 10.5px;
  font-weight: 600; letter-spacing: .03em; }
/* hover tooltip (HTML, inside the wrapper) */
.gmap-tip {
  position: absolute; left: 0; top: 0; transform: translate(-50%, -132%); z-index: 6;
  pointer-events: none; white-space: nowrap;
  background: var(--navy-deep); border: 1px solid var(--gold); color: var(--gold-soft);
  font: 600 0.72rem/1 var(--sans); letter-spacing: .03em; padding: 6px 10px; border-radius: 7px;
  box-shadow: 0 6px 16px rgba(0,0,0,.42);
}
.gmap-tip[hidden] { display: none; }
@media (max-width: 760px) {
  .gmap-slabel { display: none; }    /* declutter on mobile — dots + tooltip + capital pill remain */
  .gmap-cap text { font-size: 12px; }
}

/* superseded by the global header language switcher (/js/i18n.js) */
.rb-langsel { display: none; }

/* Repositioning: request/scope card replaces the price card */
.rb-scope .rb-scope-t { font-family: var(--serif); font-size: 1.3rem; color: var(--navy); margin: 10px 0 12px; line-height: 1.25; }
.rb-scope-list { list-style: none; margin: 0 0 18px; padding: 0; }
.rb-scope-list li { position: relative; padding: 6px 0 6px 22px; font-size: 0.88rem; color: var(--grey-text); }
.rb-scope-list li::before { content: ""; position: absolute; left: 0; top: 14px; width: 12px; height: 2px; background: var(--gold); }
.rb-scope-mail { display: block; margin-top: 12px; font-size: 0.8rem; color: var(--grey-text); text-decoration: none; }
.rb-scope-mail:hover { color: var(--gold-soft); }
.rb-tab:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.rb-products .rb-btn { justify-content: center; }

/* ============================================================
   Sample-landing redesign: editorial rhythm, calm surfaces
   ============================================================ */
.rb-eyebrow { font-size: 0.78rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 10px; }
.rb-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.rb-chip {
  font-size: 0.78rem; font-weight: 600; letter-spacing: .05em; color: var(--gold-soft);
  border: 1px solid rgba(216,189,120,.5); border-radius: 18px; padding: 6px 14px;
}
/* Scope card: deep navy, fine gold hairline, no heavy box */
.rb-scope2 {
  align-self: center; background: rgba(15,28,48,.55); border: 1px solid rgba(216,189,120,.35);
  border-radius: 12px; padding: 26px 26px 22px; max-width: 320px;
}
.rb-scope2-line { width: 38px; height: 2px; background: var(--gold); margin-bottom: 14px; }
.rb-scope2-t { font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; color: #fff; margin: 0 0 14px; }
.rb-scope2-list { list-style: none; margin: 0 0 20px; padding: 0; }
.rb-scope2-list li { position: relative; padding: 6px 0 6px 20px; font-size: 0.88rem; color: rgba(255,255,255,.82); }
.rb-scope2-list li::before { content: ""; position: absolute; left: 0; top: 14px; width: 11px; height: 2px; background: var(--gold); }
.rb-scope2-cta { display: block; text-align: center; }
.rb-scope2-mail { display: block; margin-top: 13px; font-size: 0.78rem; color: rgba(255,255,255,.6); text-decoration: none; line-height: 1.5; }
.rb-scope2-mail:hover { color: var(--gold-soft); }
/* Advisory note: calm, not a warning */
.rb-note { background: var(--cream); padding: 30px 0 0; }
.rb-note p {
  max-width: 860px; margin: 0; padding: 16px 22px; font-size: 0.95rem; line-height: 1.65; color: var(--navy);
  background: #fff; border-left: 2px solid var(--gold); border-radius: 0 10px 10px 0;
}
/* Editorial sections */
.rb2-sec { padding: 44px 0 8px; }
.rb2-sec + .rb2-sec { border-top: 1px solid var(--line); margin-top: 36px; }
.rb2-eyebrow { font-size: 0.78rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
.rb2-show { display: grid; grid-template-columns: 1.5fr 1fr; gap: 34px; align-items: start; }
.rb2-coverwrap { justify-self: center; }
.rb2-covercap { text-align: center; font-size: 0.78rem; letter-spacing: .06em; color: var(--grey-text); margin-top: 10px; text-transform: uppercase; }
.rb2-pages { margin-top: 18px; font-size: 0.86rem; color: var(--grey-text); }
.rb2-duo { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 34px; align-items: start; }
.rb2-duo .rb2-eyebrow { margin-bottom: 18px; }
.rb-snap-badge {
  display: inline-block; margin: 4px 0 10px; font-size: 0.68rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); border: 1px solid rgba(194,160,76,.45); border-radius: 12px; padding: 3px 10px;
}
.rb-snap .bar > span { opacity: .8; }
/* Tabs: calm briefing navigator */
.rb-tabs { gap: 4px 28px; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 18px; }
.rb-tab { font-size: 0.9rem; padding: 6px 0; letter-spacing: .01em; }
.rb-tab.active::after { bottom: -13px; }
.rb-tabbody { min-height: 56px; }
/* process strip reuse (from the hub) */
.rep-proc-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rep-proc { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px 22px 20px; }
.rep-proc .n { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: var(--gold-soft); font-family: var(--serif); font-size: 1rem; font-weight: 600; margin-bottom: 12px; }
.rep-proc h3 { font-family: var(--serif); font-size: 1.2rem; color: var(--navy); margin: 0 0 6px; }
.rep-proc p { font-size: 0.9rem; line-height: 1.55; color: var(--grey-text); margin: 0; }

@media (max-width: 1024px) {
  .rb2-show, .rb2-duo { grid-template-columns: 1fr; }
  .rb-scope2 { max-width: none; }
}
@media (max-width: 760px) {
  .rb-chips { gap: 7px; }
  .rb-chip { font-size: 0.74rem; padding: 5px 11px; }
  .rb-note p { font-size: 0.9rem; }
  .rb2-sec { padding: 32px 0 6px; }
  .rep-proc-grid { grid-template-columns: 1fr; gap: 12px; }
  .rb-tabs { gap: 2px 18px; }
}
.rb2-sec .rb-overview > h2 { display: none; }

/* Regional gateway: hero actions + on-request sector cards */
.ls-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.ls-card.on-request { cursor: pointer; }
.ls-card.on-request:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.ls-card.on-request:hover::before { width: 100%; }
.ls-card.on-request .ls-go { color: var(--gold); }
@media (max-width: 760px) { .ls-hero-actions .btn { width: 100%; text-align: center; } }
.ls-card.on-request .ls-go { display: inline-flex; gap: 8px; transition: gap .25s ease; }
.ls-card.on-request:hover .ls-go { gap: 12px; }

/* Rich area tooltip on the regional hero map (China-gateway style card) */
.gmap-tip--rich {
  transform: none; white-space: normal; text-align: left;
  width: 250px; padding: 16px 18px 14px; border-radius: 10px;
  border: 1px solid rgba(216,189,120,.55);
}
.gmap-tip--rich .gt-name { font: 600 1.15rem/1.15 var(--serif); color: #fff; margin: 0; letter-spacing: .02em; }
.gmap-tip--rich .gt-sub { font: 500 0.8rem/1.2 var(--sans); color: var(--gold-soft); margin: 3px 0 0; }
.gmap-tip--rich .gt-div { width: 32px; height: 2px; background: var(--gold); margin: 10px 0; }
.gmap-tip--rich .gt-stmt { font: 400 0.78rem/1.5 var(--sans); color: rgba(255,255,255,.82); margin: 0 0 10px; letter-spacing: 0; }
.gmap-tip--rich .gt-ind { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.gmap-tip--rich .gt-ind li {
  font: 600 0.62rem/1 var(--sans); letter-spacing: .02em; color: var(--gold-soft);
  border: 1px solid rgba(216,189,120,.4); border-radius: 11px; padding: 4px 8px;
}
.gmap-tip--rich .gt-more { margin: 11px 0 0; font: 600 0.68rem/1 var(--sans); letter-spacing: .04em; color: var(--gold); }
