:root {
  --ink: #123449;
  --blue: #176b8f;
  --blue-dark: #0f4e6a;
  --sky: #eaf6fb;
  --green: #78a93b;
  --green-soft: #edf5df;
  --cream: #fbfaf6;
  --line: #dbe8ed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-geist), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.launchNotice {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 10px 20px;
  color: #3b2c00;
  text-align: center;
  background: linear-gradient(90deg,#ffd76e,#ffbf2f);
  border-bottom: 1px solid rgba(107,75,0,.18);
  box-shadow: 0 5px 18px rgba(97,68,0,.12);
}
.launchNotice > span:first-child {
  color: #8c5a00;
  font-size: 10px;
  animation: launchPulse 1.8s ease-in-out infinite;
}
.launchNotice strong { font-weight: 800; }
.launchNotice > span:last-child { color: #654b0d; }
@keyframes launchPulse { 50% { opacity: .35; transform: scale(.8); } }

.siteHeader {
  height: 78px;
  max-width: 1180px;
  padding: 0 24px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.94);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 24px; }
.brand strong { letter-spacing: -.8px; }
.brand small { color: var(--blue); font-size: inherit; font-weight: 700; }
.brandMark {
  width: 42px;
  height: 34px;
  border: 3px solid var(--blue);
  border-radius: 7px;
  display: inline-block;
  position: relative;
  background: white;
  overflow: hidden;
}
.brandMark::before, .brandMark::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 27px;
  height: 3px;
  background: var(--blue);
}
.brandMark::before { left: -3px; transform: rotate(34deg); transform-origin: left; }
.brandMark::after { right: -3px; transform: rotate(-34deg); transform-origin: right; }
.brandMark span {
  position: absolute;
  width: 38px;
  height: 18px;
  border: 5px solid #64b5df;
  border-radius: 50%;
  left: 6px;
  bottom: -13px;
  transform: rotate(-12deg);
}
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
nav a:hover { color: var(--blue); }
.navLogin { border: 1px solid var(--blue); padding: 10px 17px; border-radius: 99px; color: var(--blue); }
.mailLogin {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px;
  border-radius: 99px; color: white; background: var(--ink);
  box-shadow: 0 9px 24px rgba(18,52,73,.2);
}
.mailLogin span { color: #73d3ee; font-size: 10px; }
.mailLogin:hover { color: white; background: #071f2c; }
.heroLogin { margin: -8px 0 22px; }
.heroLogin a {
  width: fit-content; display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 16px; border: 1px solid rgba(18,52,73,.16); border-radius: 10px;
  color: var(--ink); background: rgba(255,255,255,.7);
}
.heroLogin a:hover { background: white; box-shadow: 0 8px 22px rgba(18,52,73,.1); }
.heroLogin span { color: var(--blue); font-size: 20px; }

.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr);
  background: linear-gradient(112deg, #f9fcfd 0%, #e9f6fb 100%);
  overflow: hidden;
}
.heroCopy { padding: 86px max(5vw, calc((100vw - 1180px)/2 + 24px)); padding-right: 40px; z-index: 2; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.7px; margin: 0 0 16px; }
h1 { font-size: clamp(48px, 5.3vw, 76px); line-height: .98; letter-spacing: -3.5px; margin: 0; }
h1 span { color: var(--blue); }
.lead { max-width: 620px; font-size: 19px; line-height: 1.65; color: #466171; margin: 28px 0; }
.addressCheck { max-width: 650px; }
.addressCheck > label, .reserve label { display: block; font-size: 13px; font-weight: 750; margin-bottom: 9px; }
.addressInput {
  min-height: 60px;
  display: grid;
  grid-template-columns: minmax(120px,1fr) auto auto;
  align-items: center;
  background: white;
  border: 1px solid #cfe0e7;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 12px 30px rgba(18,52,73,.1);
}
.addressInput input { border: 0; outline: 0; min-width: 0; padding: 0 8px 0 14px; font-size: 16px; color: var(--ink); }
.addressInput span { color: var(--blue); font-weight: 800; padding-right: 12px; }
.addressInput button, .reserve button {
  border: 0;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  padding: 15px 24px;
  font-weight: 750;
}
.addressInput button:hover, .reserve button:hover { background: var(--blue-dark); }
.checkResult { font-size: 14px; margin: 11px 3px; color: #447021; }
.checkResult span { background: var(--green); color: white; border-radius: 50%; padding: 1px 5px; }
.trustRow { display: flex; flex-wrap: wrap; gap: 19px; color: #597380; font-size: 12px; font-weight: 650; margin-top: 22px; }

.heroVisual { position: relative; min-height: 610px; overflow: hidden; }
.sun { position: absolute; width: 58px; height: 58px; border-radius: 50%; background: #f5b927; top: 73px; right: 14%; }
.cloud, .cloud::before, .cloud::after { position: absolute; background: rgba(255,255,255,.72); border-radius: 99px; }
.cloud { width: 105px; height: 25px; top: 110px; left: 10%; }
.cloud::before, .cloud::after { content:""; bottom: 0; }
.cloud::before { width: 44px; height: 44px; left: 18px; }
.cloud::after { width: 53px; height: 53px; right: 10px; }
.cloud.two { transform: scale(.6); top: 177px; left: 65%; opacity: .75; }
.mailCard {
  position: absolute;
  z-index: 4;
  width: 330px;
  height: 210px;
  background: rgba(255,255,255,.96);
  border-radius: 16px;
  left: 15%;
  top: 170px;
  transform: rotate(-3deg);
  box-shadow: 0 24px 48px rgba(18,52,73,.18);
  padding: 28px;
}
.miniLogo { display: flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; font-size: 18px; }
.miniLogo .brandMark { transform: scale(.65); transform-origin: left center; margin-right: -11px; }
.mailLine { height: 8px; background: #e7eff2; border-radius: 5px; margin-top: 16px; width: 100%; }
.mailLine.short { margin-top: 22px; width: 38%; background: #b9d9e6; }
.mailLine.medium { width: 72%; }
.mailStamp { position: absolute; right: 25px; bottom: 22px; border: 2px solid #a6c76e; color: #69942d; border-radius: 50%; padding: 10px 6px; font-size: 11px; font-weight: 800; transform: rotate(-8deg); }
.land { position: absolute; width: 130%; height: 280px; border-radius: 50% 50% 0 0; left: -15%; }
.landBack { background: #b8d783; bottom: -95px; transform: rotate(5deg); }
.landFront { background: #76aa3b; bottom: -170px; transform: rotate(-7deg); z-index: 2; }
.town { position: absolute; display: flex; gap: 10px; align-items: flex-end; bottom: 124px; left: 10%; z-index: 1; }
.town i { width: 55px; height: 72px; background: #95bbcc; clip-path: polygon(50% 0,100% 24%,100% 100%,0 100%,0 24%); opacity: .75; }
.town i:nth-child(2) { height: 105px; width: 63px; }
.town i:nth-child(3) { height: 62px; width: 76px; }
.town i:nth-child(4) { height: 90px; width: 50px; }
.town i:nth-child(5) { height: 76px; width: 90px; }
.river { position: absolute; z-index: 3; width: 145px; height: 420px; bottom: -260px; left: 46%; border-radius: 50%; border: 45px solid #65b5de; transform: rotate(14deg); }

.pageShell { max-width: 1180px; margin: auto; padding: 0 24px; }
.adSlot { margin: 28px 0 0; min-height: 92px; border: 1px dashed #bdd0d8; background: #fafcfc; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #6b808a; border-radius: 8px; }
.adSlot span { font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; }
.adSlot strong { font-size: 14px; color: #4a6572; margin: 3px 0; }
.adSlot small { font-size: 11px; }
.adSlot.compact { min-height: 68px; margin-bottom: 56px; }
.managedAd__link { width: 100%; min-height: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; color: inherit; text-decoration: none; padding: 12px 20px; }
.managedAd__label { font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; }
.managedAd__headline { font-size: 14px; color: #4a6572; margin: 3px 0; }
.managedAd__subline { font-size: 11px; }
.managedAd__image { display: block; max-width: min(100%, 760px); max-height: 160px; object-fit: contain; border-radius: 7px; margin: 5px 0 8px; }
.managedAd--image { padding: 8px; }

.topAdBand { padding: 8px 24px; border-top: 1px solid #dbe7eb; border-bottom: 1px solid #d4e2e7; background: #e8eff2; }
.topAdSlot { max-width: 1120px; min-height: 70px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #b7cbd3; border-radius: 10px; background: rgba(255,255,255,.78); color: #637b86; }
.topAdSlot .managedAd__link { flex-direction: row; flex-wrap: wrap; gap: 6px 16px; }
.topAdSlot .managedAd__label { flex: 0 0 100%; text-align: center; }
.topAdSlot .managedAd__image { max-width: min(70%,760px); max-height: 70px; margin: 0; }
.topAdSlot .managedAd__headline { font-size: 15px; }
.newsTeaser { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; padding: 90px 0 20px; }
.newsTeaser > div > p:not(.eyebrow) { color: #617984; line-height: 1.7; }
.newsPreview { display: grid; gap: 13px; }
.newsPreview article { display: grid; gap: 8px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 30px rgba(18,52,73,.06); }
.newsPreview span, .newsMeta span { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.newsPreview small { color: #70858f; }
.section { padding: 105px 0 90px; }
.sectionIntro { max-width: 690px; margin: auto; text-align: center; }
h2 { font-size: clamp(34px,4vw,52px); line-height: 1.08; letter-spacing: -2px; margin: 0 0 18px; }
.sectionIntro > p:last-child, .regional > div > p:last-child, .reserve > div > p:last-child { color: #617984; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 50px; }
.steps article { padding: 32px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.steps article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--sky); border-radius: 50%; color: var(--blue); font-weight: 800; font-size: 12px; }
.steps h3 { font-size: 20px; margin: 22px 0 10px; }
.steps p { color: #617984; font-size: 14px; line-height: 1.65; margin: 0; }
.security { display: grid; grid-template-columns: 1.55fr .45fr; gap: 30px; align-items: center; background: var(--ink); color: white; border-radius: 18px; padding: 30px 5%; }
.security .eyebrow { color: #8fcbe3; }
.security h2 { margin: 0 0 8px; font-size: clamp(28px,3vw,38px); }
.security > div > p:not(.eyebrow) { margin: 0; color: #c2d2d9; font-size: 15px; line-height: 1.48; }
.security ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 22px; font-size: 14px; }
.security li::before { content: "✓"; color: #b7dd79; margin-right: 12px; font-weight: 900; }
.shield { width: 125px; height: 145px; justify-self: center; display: grid; place-items: center; align-content: center; gap: 4px; background: linear-gradient(145deg,#f4fbff,#d9f0f8); color: var(--blue); clip-path: polygon(50% 0,94% 17%,86% 72%,50% 100%,14% 72%,6% 17%); }
.shield span { font-size: 42px; font-weight: 900; }
.shield small { display: none; }
.regional { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 110px 0; align-items: center; }
.towns { display: flex; flex-wrap: wrap; gap: 10px; }
.towns span { background: var(--green-soft); color: #547828; padding: 12px 17px; border-radius: 99px; font-size: 14px; font-weight: 700; }
.reserve { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 60px; border-radius: 22px; background: var(--sky); margin-bottom: 28px; }
.reserve form { align-self: center; display: grid; }
.reserve select { background: white; border: 1px solid #c4dce6; border-radius: 9px; padding: 15px; margin-bottom: 10px; color: var(--ink); }
.reserveForm { gap: 8px; }
.accountType { border: 0; padding: 0; margin: 8px 0; display: flex; gap: 10px; }
.accountType legend { font-size: 13px; font-weight: 750; margin-bottom: 9px; }
.accountType label { flex: 1; margin: 0; }
.accountType input { position: absolute; opacity: 0; pointer-events: none; }
.accountType span { display: block; text-align: center; padding: 11px 12px; border: 1px solid #c4dce6; border-radius: 9px; background: white; }
.accountType input:checked + span { color: white; background: var(--blue); border-color: var(--blue); }
.reserveForm input, .reserveForm select {
  width: 100%;
  background: white;
  border: 1px solid #c4dce6;
  border-radius: 9px;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
}
.reserveForm input:focus, .reserveForm select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,107,143,.12); }
.formGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; }
.inlineMail { display: grid; grid-template-columns: 1fr auto; align-items: center; background: white; border: 1px solid #c4dce6; border-radius: 9px; overflow: hidden; }
.inlineMail input { border: 0; }
.inlineMail span { padding-right: 14px; color: var(--blue); font-weight: 750; }
.consent { display: flex !important; gap: 10px; align-items: flex-start; line-height: 1.45; margin: 6px 0; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; margin-top: 2px; }
.consent a { color: var(--blue); text-decoration: underline; }
.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.available { color: #447021; }
.unavailable, .formError { color: #9b2d30; }
.formSuccess { color: #447021; font-weight: 700; }
button:disabled { opacity: .6; cursor: wait; }

.legalPage { max-width: 880px; margin: 0 auto; padding: 48px 24px 90px; }
.legalPage > article, .verifyCard { margin-top: 55px; border: 1px solid var(--line); padding: clamp(28px,6vw,65px); border-radius: 20px; box-shadow: 0 18px 55px rgba(18,52,73,.08); }
.legalPage h1 { font-size: clamp(38px,7vw,64px); margin-bottom: 34px; }
.legalPage h2 { font-size: 25px; letter-spacing: -.7px; margin-top: 34px; }
.legalPage p { line-height: 1.75; color: #526c78; }
.legalPage a:not(.brand) { color: var(--blue); }
.primaryLink { display: inline-block; margin-top: 20px; background: var(--blue); color: white !important; padding: 13px 19px; border-radius: 8px; font-weight: 750; }
.legalNotice { background: #fff4d8; border-left: 4px solid #e2a719; padding: 18px 22px; border-radius: 5px; }
.legalNotice p { margin-bottom: 0; }

.newsPage { background: #fff; }
.newsHero { padding: 34px max(5vw, calc((100vw - 1180px)/2 + 24px)) 38px; background: linear-gradient(112deg,#f9fcfd,#e9f6fb); display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.newsHero__copy { min-width: 0; }
.newsHero .eyebrow { margin-bottom: 7px; }
.newsHero h1 { margin: 0 0 12px; font-size: clamp(35px,4.2vw,52px); line-height: .98; }
.newsHero__copy > p:last-child { max-width: 760px; margin: 0; color: #526c78; line-height: 1.55; font-size: 16px; }
.newsHero__mail { flex: 0 0 300px; display: flex; align-items: center; gap: 15px; padding: 18px 20px; border: 1px solid rgba(8,132,178,.2); border-radius: 15px; background: rgba(255,255,255,.88); color: var(--ink); box-shadow: 0 12px 30px rgba(13,72,94,.08); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.newsHero__mail:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(13,72,94,.14); }
.newsHero__mailIcon { position: relative; flex: 0 0 46px; height: 34px; border: 3px solid var(--blue); border-radius: 8px; }
.newsHero__mailIcon span { position: absolute; left: 6px; right: 6px; top: 3px; height: 15px; border-bottom: 3px solid var(--blue); transform: skewY(-25deg) rotate(-1deg); }
.newsHero__mail small, .newsHero__mail strong, .newsHero__mail em { display: block; }
.newsHero__mail small { margin-bottom: 3px; color: #58717c; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.newsHero__mail strong { font-size: 16px; line-height: 1.18; }
.newsHero__mail em { margin-top: 7px; color: var(--blue); font-size: 12px; font-style: normal; font-weight: 800; }
.newsLayout { max-width: 1480px; margin: auto; padding: 42px 24px 100px; display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 34px; }
.newsToolbar { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 28px; }
.newsToolbar h2 { font-size: 40px; margin: 0; }
.newsControls { display: flex; gap: 12px; align-items: end; }
.newsToolbar label, .viewSwitch { font-size: 12px; font-weight: 750; display: grid; gap: 7px; }
.newsToolbar select { min-width: 190px; background: white; border: 1px solid var(--line); border-radius: 9px; padding: 11px; color: var(--ink); }
.viewSwitch { border: 0; padding: 0; margin: 0; grid-template-columns: 1fr 1fr; }
.viewSwitch legend { margin-bottom: 7px; }
.viewSwitch button { border: 1px solid var(--line); background: #fff; color: #58717d; min-height: 40px; padding: 8px 11px; cursor: pointer; font: inherit; }
.viewSwitch button:first-of-type { border-radius: 9px 0 0 9px; }
.viewSwitch button:last-of-type { border-radius: 0 9px 9px 0; margin-left: -1px; }
.viewSwitch button[aria-pressed="true"] { color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 5px 16px rgba(0,126,168,.2); }
.sourceNotice { padding: 20px 24px; background: #fff7dc; border-left: 4px solid #e2a719; border-radius: 8px; margin-bottom: 25px; }
.sourceNotice p { color: #657680; line-height: 1.6; margin: 7px 0 0; font-size: 14px; }
.newsGrid { display: grid; gap: 18px; }
.newsGrid--cards { grid-template-columns: repeat(3, minmax(0,1fr)); }
.newsCard { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #d6e3e8; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(18,52,73,.07); }
.newsCard__body { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; padding: 18px; }
.newsCard__media { position: relative; margin: 0; aspect-ratio: 16/10; overflow: hidden; background: #dce9ee; }
.newsCard__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.newsCard:hover .newsCard__media img { transform: scale(1.025); }
.newsCard__media figcaption { position: absolute; right: 9px; bottom: 8px; padding: 5px 8px; border-radius: 6px; color: white; background: rgba(8,34,48,.76); font-size: 10px; }
.newsCard.muted { background: #f8fbfc; }
.newsMeta { display: flex; justify-content: space-between; gap: 12px; color: #7a8e97; font-size: 11px; }
.newsMeta time { white-space: nowrap; }
.newsCard h3 { font-size: 19px; line-height: 1.22; margin: 12px 0 4px; }
.newsCard__title { color: var(--ink) !important; text-decoration: none; }
.newsCard__title:hover { color: var(--blue) !important; }
.newsCard p { color: #607984; line-height: 1.65; }
.newsCard a, .sourceBox a { color: var(--blue); font-weight: 750; }
.newsCard__actions { display: grid; grid-template-columns: minmax(0,1fr) 38px; align-items: center; column-gap: 18px; margin-top: auto; padding-top: 16px; }
.newsCard__actions a { font-size: 12px; line-height: 1.35; text-decoration: none; }
.newsCard__source { color: #647d89; font-size: 12px; font-weight: 700; }
.newsShare { display: grid; place-items: center; width: 36px; height: 36px; justify-self: end; border: 0; border-radius: 50%; padding: 8px; color: var(--blue); background: #e5f4fa; box-shadow: 0 3px 10px rgba(18,132,177,.12); cursor: pointer; }
.newsShare svg { width: 18px; height: 18px; fill: currentColor; }
.newsShare:hover { background: #edf8fc; }
.shareDialog { width: min(520px, calc(100% - 32px)); border: 0; border-radius: 20px; padding: 35px; color: var(--ink); background: #fff; box-shadow: 0 25px 80px rgba(5,31,45,.3); }
.shareDialog::backdrop { background: rgba(5,25,37,.7); backdrop-filter: blur(3px); }
.shareDialog h2 { margin: 5px 0 8px; font-size: 30px; }
.shareDialog > p:not(.eyebrow) { margin: 0 40px 25px 0; color: #607984; }
.shareDialog__close { position: absolute; top: 14px; right: 16px; border: 0; color: #607984; background: transparent; font-size: 30px; cursor: pointer; }
.shareOptions { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.shareOptions a, .shareOptions button { display: flex; align-items: center; gap: 9px; border: 1px solid #d4e2e8; border-radius: 12px; padding: 11px; color: var(--ink); background: #f8fbfc; text-decoration: none; font: inherit; cursor: pointer; }
.shareOptions b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 17px; }
.shareOptions span { font-size: 13px; font-weight: 700; }
.articlePage { background: #e8eff2; }
.articleHero { max-width: 1120px; margin: 0 auto; padding: 52px 24px 30px; }
.articleHero__back { color: var(--blue); font-weight: 750; text-decoration: none; }
.articleHero h1 { max-width: 900px; margin: 20px 0 14px; font-size: clamp(30px,3.5vw,48px); line-height: 1.08; letter-spacing: -1.25px; }
.articleMeta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #607984; font-weight: 650; }
.articleLayout { display: grid; grid-template-columns: minmax(0,760px) 300px; gap: 30px; max-width: 1120px; margin: 0 auto; padding: 0 24px 70px; }
.articleBody { overflow: hidden; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.articleImage { position: relative; margin: 0; }
.articleImage img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.articleImage figcaption { position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; border-radius: 6px; color: #fff; background: rgba(8,34,48,.78); font-size: 11px; }
.articleCopy { padding: 36px 42px 42px; }
.articleLead { margin-top: 0; color: #3e5d6b; font-size: 21px; line-height: 1.65; }
.articleNote { margin: 30px 0; padding: 20px 22px; border-left: 4px solid var(--blue); background: #eef8fb; color: #496777; line-height: 1.6; }
.articleSource { margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); }
.articleSource h2 { margin: 0 0 10px; font-size: 20px; }
.articleSource a { color: var(--blue); font-weight: 800; }
.articleShareRow { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 28px; }
.articleShareRow .newsShare { margin: 0; }
@media (max-width: 900px) { .articleLayout { grid-template-columns: 1fr; } .articleLayout aside { display: none; } }
@media (max-width: 560px) { .articleHero { padding-top: 35px; } .articleCopy { padding: 25px 22px 30px; } .articleLead { font-size: 18px; } }
.newsCard[hidden] { display: none; }
.newsEmpty { padding: 28px; border: 1px dashed #aec8d2; border-radius: 15px; color: #607984; background: #f8fbfc; }
.newsGrid--list { grid-template-columns: 1fr; max-width: 760px; gap: 9px; }
.newsGrid--list .newsCard { display: grid; grid-template-columns: 120px minmax(0,1fr); min-height: 96px; border-radius: 12px; }
.newsGrid--list .newsCard:not(.newsCard--image) { grid-template-columns: 1fr; }
.newsGrid--list .newsCard__media { height: 96px; min-height: 96px; aspect-ratio: auto; }
.newsGrid--list .newsCard__media figcaption { right: 5px; bottom: 5px; padding: 3px 5px; font-size: 8px; }
.newsGrid--list .newsCard__body { padding: 11px 14px; }
.newsGrid--list .newsCard h3 { margin: 6px 0 2px; font-size: 16px; line-height: 1.18; }
.newsGrid--list .newsMeta { font-size: 9px; }
.newsGrid--list .newsCard p { display: none; }
.newsGrid--list .newsCard__actions { grid-template-columns: minmax(0,1fr) 30px; column-gap: 10px; padding-top: 7px; }
.newsGrid--list .newsShare { width: 29px; height: 29px; padding: 6px; }
.newsGrid--list .newsShare svg { width: 14px; height: 14px; }
.newsGrid--list .newsCard[hidden] { display: none; }
@media (min-width: 901px) {
  .newsLayout--list { grid-template-columns: 760px 280px; justify-content: center; gap: 18px; }
}
.newsSidebar { display: grid; align-content: start; gap: 20px; }
.newsSidebar .adSlot { margin: 0; min-height: 250px; padding: 20px; text-align: center; }
.newsSidebar .newsSidebarAd--double { min-height: 520px; }
.newsSidebar .newsSidebarAd .managedAd__image { max-height: 215px; }
.newsSidebar .newsSidebarAd--double .managedAd__image { max-height: 455px; }
.newsMobileInfeed { display: none; }
.sourceBox { padding: 25px; border-radius: 14px; background: var(--ink); color: white; }
.sourceBox h3 { margin-top: 0; }
.sourceBox p { color: #bfd0d8; font-size: 14px; line-height: 1.6; }
.sourceBox a { color: #8fd0eb; font-size: 13px; }
.advertiseBox { padding: 25px; border: 1px solid #a9d4e3; border-radius: 14px; background: linear-gradient(145deg,#fff,#e9f7fc); box-shadow: 0 12px 30px rgba(18,52,73,.08); }
.advertiseBox small { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.advertiseBox h3 { margin: 9px 0 10px; font-size: 21px; line-height: 1.2; }
.advertiseBox p { margin: 0 0 16px; color: #607984; font-size: 14px; line-height: 1.55; }
.advertiseBox a { display: inline-block; padding: 11px 14px; border-radius: 8px; color: white; background: var(--blue); font-size: 13px; font-weight: 800; }
.newsPagination { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding-top: 28px; }
.newsPagination[hidden] { display: none; }
.newsPagination button { min-width: 42px; min-height: 42px; padding: 9px 13px; border: 1px solid #c8dce4; border-radius: 8px; color: var(--ink); background: white; font-weight: 750; }
.newsPagination button:hover:not(:disabled), .newsPagination button[aria-current="page"] { color: white; border-color: var(--blue); background: var(--blue); }
.newsPagination button:disabled { opacity: .45; cursor: default; }
@media (max-width: 1180px) { .newsGrid--cards { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.mailAccessBody { min-height: 100vh; background: linear-gradient(135deg,#d8e8ed,#bcdbe6); }
.mailAccess { min-height: calc(100vh - 116px); padding: 70px 24px; display: grid; place-items: center; }
.mailAccessCard { width: min(1020px,100%); display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; padding: clamp(35px,7vw,75px); border: 1px solid rgba(255,255,255,.75); border-radius: 26px; background: rgba(244,248,249,.93); box-shadow: 0 30px 80px rgba(18,52,73,.18); }
.mailAccessCard h1 { font-size: clamp(42px,6vw,68px); }
.mailAccessCard > div > p:not(.eyebrow) { color: #58717d; line-height: 1.7; font-size: 18px; }
.mailAccessCard > div > small { display: block; color: #70858f; line-height: 1.55; margin-top: 25px; }
.mailAccessActions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.mailAccessActions > a:not(.primaryLink) { color: var(--blue); font-weight: 700; }
.mailAccessVisual { min-height: 330px; padding: 45px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-radius: 24px; color: white; background: linear-gradient(145deg,#102f41,#087aa5); box-shadow: 0 24px 55px rgba(18,52,73,.25); transform: rotate(2deg); }
.mailAccessVisual .brandMark { background: white; transform: scale(1.2); margin: 0 0 30px 5px; }
.mailAccessVisual strong { font-size: 25px; margin-bottom: 25px; }
.mailAccessVisual i { width: 100%; height: 9px; margin: 7px 0; border-radius: 99px; background: rgba(255,255,255,.2); }
.mailAccessVisual i:nth-of-type(2) { width: 75%; }
.mailAccessVisual i:nth-of-type(3) { width: 88%; }
.mailAccessVisual b { margin-top: 30px; padding: 8px 12px; border-radius: 99px; color: #dff6cc; background: rgba(101,166,59,.35); font-size: 12px; }

footer { background: #102f41; color: #d6e2e7; display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 45px; padding: 68px max(5vw, calc((100vw - 1180px)/2 + 24px)) 30px; }
footer .brand { color: white; }
footer .brandMark { background: transparent; border-color: #86c7e2; }
footer p { font-size: 13px; color: #9eb1bb; }
footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 13px; }
footer > div > strong { color: white; margin-bottom: 5px; }
footer a:hover { color: white; }
footer > small { grid-column: 1 / -1; border-top: 1px solid #28495a; padding-top: 24px; color: #77919e; font-size: 11px; }

@media (max-width: 900px) {
  nav a:not(.navLogin):not(.mailLogin) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .heroCopy { padding: 65px 24px 35px; }
  .heroVisual { min-height: 390px; }
  .mailCard { top: 60px; left: calc(50% - 165px); }
  .steps { grid-template-columns: 1fr; }
  .security, .regional, .reserve, .newsTeaser, .newsLayout { grid-template-columns: 1fr; gap: 40px; }
  .newsSidebar { grid-template-columns: 1fr 1fr; }
  .mailAccessCard { grid-template-columns: 1fr; }
  .formGrid { grid-template-columns: 1fr; }
  .shield { width: 130px; height: 145px; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .siteHeader { height: 68px; }
  .brand { font-size: 20px; }
  .brandMark { transform: scale(.82); margin-right: -4px; }
  .navLogin { padding: 8px 12px; }
  .mailLogin { padding: 9px 12px; font-size: 13px; }
  h1 { letter-spacing: -2px; }
  .addressInput { grid-template-columns: 1fr auto; }
  .addressInput span { font-size: 13px; }
  .addressInput button { grid-column: 1/-1; width: 100%; margin-top: 6px; }
  .trustRow { display: grid; gap: 8px; }
  .section { padding: 78px 0 65px; }
  .security, .reserve { padding: 30px 24px; border-radius: 16px; }
  .regional { padding: 78px 0; }
  footer { grid-template-columns: 1fr; }
  .newsToolbar { align-items: stretch; flex-direction: column; }
  .newsControls { align-items: stretch; flex-direction: column; }
  .newsToolbar select { width: 100%; }
  .newsGrid--cards { grid-template-columns: 1fr; }
  .newsGrid--list { max-width: none; }
  .newsGrid--list .newsCard { grid-template-columns: 96px minmax(0,1fr); min-height: 92px; border-radius: 12px; }
  .newsGrid--list .newsCard__media { height: 92px; min-height: 92px; }
  .newsGrid--list .newsCard__body { padding: 11px 13px; }
  .newsGrid--list .newsMeta { display: grid; }
  .newsGrid--list .newsCard h3 { font-size: 16px; }
  .newsGrid--list .newsCard p { display: none; }
  .newsSidebar { grid-template-columns: 1fr; }
  .newsSidebar > .newsSidebarAd { display: none; }
  .newsGrid--list .newsMobileInfeed { grid-column: 1 / -1; display: flex; width: 100%; min-height: 100px; margin: 2px 0; overflow: hidden; border: 1px solid #b9d5df; border-radius: 12px; background: #f8fbfc; text-align: center; }
  .newsGrid--list .newsMobileInfeed .managedAd__link { min-height: 100px; padding: 8px 12px; }
  .newsGrid--list .newsMobileInfeed .managedAd__image { max-height: 120px; margin: 2px 0 4px; }
  .mailAccessVisual { min-height: 240px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .launchNotice > span:first-child { animation: none; }
}

/* Termine & Events */
.eventsPage{background:#f4f8fa}.eventsHero{padding:58px max(5vw,calc((100vw - 1180px)/2 + 24px)) 34px;background:linear-gradient(112deg,#f9fcfd,#e2f3f9)}.eventsHero h1{font-size:clamp(42px,5vw,66px)}.eventsHero>p:last-child{max-width:700px;color:#526c78;font-size:18px;line-height:1.6}.eventsLayout{max-width:1180px;margin:auto;padding:28px 24px 100px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px}.eventsToolbar{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:25px}.eventsToolbar h2{margin:0;font-size:38px}.eventFilters{display:flex;align-items:end;gap:8px}.eventFilters label{display:grid;gap:6px;font-size:12px;font-weight:750}.eventFilters input,.eventsCalendar input{min-height:42px;padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.eventFilters button,.eventsCalendar button{min-height:42px;padding:9px 15px;border:1px solid var(--blue);border-radius:8px;background:var(--blue);color:#fff;font-weight:750;cursor:pointer}.eventFilters button.secondary{border-color:var(--line);background:#fff;color:var(--ink)}.eventGrid{display:grid;gap:11px}.eventCard{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:110px;overflow:hidden;border:1px solid #d4e3e9;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(18,52,73,.06)}.eventCard__image{display:block;min-height:110px;background:linear-gradient(145deg,#0b83af,#102f41);color:#fff}.eventCard__image img{display:block;width:100%;height:100%;min-height:110px;object-fit:cover}.eventCard__image>span{height:100%;display:grid;place-content:center;text-align:center;font-size:36px;font-weight:850}.eventCard__image small{display:block;font-size:11px;letter-spacing:.1em}.eventCard>div{display:flex;flex-direction:column;justify-content:center;padding:18px 22px}.eventCard time{color:var(--blue);font-size:12px;font-weight:800}.eventCard h3{margin:8px 0 0;font-size:20px;line-height:1.25}.eventCard h3 a:hover{color:var(--blue)}.eventCard[hidden]{display:none}.eventsSidebar{position:sticky;top:20px;align-self:start;display:grid;gap:16px}.eventsCalendar{display:grid;gap:15px;padding:25px;border:1px solid #afd2df;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(18,52,73,.08)}.eventsCalendar strong{font-size:21px}.eventsCalendar p{margin:0;color:#607984;font-size:14px;line-height:1.5}.eventSubmit{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:20px;border:1px solid #afd2df;border-radius:16px;background:linear-gradient(145deg,#fff,#eef8fb);box-shadow:0 10px 28px rgba(18,52,73,.06)}.eventSubmit__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#dff3fa;color:var(--blue);font-size:19px}.eventSubmit strong{display:block;font-size:17px}.eventSubmit p{margin:7px 0 13px;color:#607984;font-size:13px;line-height:1.45}.eventSubmit a{display:block;padding:10px 11px;border-radius:8px;background:var(--blue);color:#fff;text-align:center;font-size:13px;font-weight:800}.eventSubmit small{display:block;margin-top:8px;color:#607984;text-align:center}.eventFacts{display:grid;gap:0;margin:30px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.eventFacts div{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:16px 18px;border-bottom:1px solid var(--line)}.eventFacts div:last-child{border:0}.eventFacts dt{font-weight:800}.eventFacts dd{margin:0;color:#526c78}
@media(max-width:900px){.eventsLayout{grid-template-columns:1fr}.eventsSidebar{position:static;grid-row:1}.eventsToolbar{align-items:stretch;flex-direction:column}}
@media(max-width:560px){.eventsHero{padding-top:42px}.eventFilters{align-items:stretch;flex-wrap:wrap}.eventFilters label{width:100%}.eventFilters input{width:100%}.eventCard{grid-template-columns:100px minmax(0,1fr);min-height:92px}.eventCard__image,.eventCard__image img{min-height:92px}.eventCard>div{padding:13px}.eventCard h3{font-size:16px}.eventFacts div{grid-template-columns:1fr;gap:5px}}
.eventFilters select{min-height:42px;padding:8px 34px 8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit}
.eventsToolbar{flex-wrap:wrap}.eventFilters{flex-wrap:wrap}@media(max-width:560px){.eventFilters select{width:100%}}
.eventPagination{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.eventPagination>span{color:#607984;font-size:13px;font-weight:700}.eventPagination>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.eventPagination a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:7px 12px;border:1px solid #c9dce4;border-radius:9px;background:#fff;color:var(--ink);font-size:13px;font-weight:800;text-decoration:none}.eventPagination a:hover,.eventPagination a[aria-current=page]{border-color:var(--blue);background:var(--blue);color:#fff}@media(max-width:560px){.eventPagination{align-items:flex-start;flex-direction:column}.eventPagination>div{width:100%}}

/* Regional werben */
.advertisingPage { background: #fff; }
.adHero { padding: 78px max(5vw,calc((100vw - 1180px)/2 + 24px)); display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: center; background: linear-gradient(120deg,#f8fcfd,#e5f5fb); }
.adHero h1 { font-size: clamp(46px,6vw,74px); }
.adHero > div > p:not(.eyebrow) { max-width: 720px; color: #526c78; font-size: 19px; line-height: 1.65; }
.adHeroActions { display: flex; align-items: center; gap: 25px; margin-top: 28px; font-weight: 750; }
.adHeroActions .primaryLink { margin: 0; }
.adHero aside { padding: 34px; border-radius: 20px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.adHero aside small { color: #8fd0eb; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.adHero aside strong { display: block; margin: 14px 0 10px; font-size: 26px; }
.adHero aside p { margin: 0; color: #bfd0d8; line-height: 1.65; }
.adContent, .adConditions, .adRequest { max-width: 1180px; margin: auto; padding: 90px 24px; }
.adSectionIntro { max-width: 760px; }
.adSectionIntro > p:last-child, .adRequest > div > p { color: #5d7580; line-height: 1.65; }
.priceCards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.priceCards article { display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 10px 32px rgba(18,52,73,.06); }
.priceCards article > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.priceCards h3 { min-height: 48px; margin: 13px 0 6px; font-size: 20px; }
.priceCards article > small { min-height: 38px; color: #718690; }
.priceCards article > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0; }
.priceCards p { margin: 0; padding: 13px; border-radius: 10px; background: var(--sky); }
.priceCards b, .priceCards em { display: block; }
.priceCards b { font-size: 23px; }
.priceCards em { color: #657b85; font-size: 11px; font-style: normal; }
.priceCards a { margin-top: auto; color: var(--blue); font-weight: 750; }
.adConditions { max-width: none; padding-left: max(5vw,calc((100vw - 1180px)/2 + 24px)); padding-right: max(5vw,calc((100vw - 1180px)/2 + 24px)); color: white; background: var(--ink); }
.conditionGrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 35px; }
.conditionGrid b { color: #77c7e4; }
.conditionGrid h3 { margin: 11px 0; font-size: 20px; }
.conditionGrid p { color: #b9cbd3; font-size: 14px; line-height: 1.65; }
.adRequest { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.adRequest ul { padding: 0; list-style: none; color: #526c78; line-height: 2; }
.adRequest li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 900; }
.adRequestForm { display: grid; gap: 11px; padding: 34px; border-radius: 20px; background: var(--sky); }
.adRequestForm label { font-size: 13px; font-weight: 750; }
.adRequestForm input, .adRequestForm select, .adRequestForm textarea { width: 100%; padding: 13px 14px; border: 1px solid #c4dce6; border-radius: 9px; color: var(--ink); background: white; font: inherit; }
.adRequestForm textarea { resize: vertical; }
.adRequestForm button { padding: 15px 20px; border: 0; border-radius: 9px; color: white; background: var(--blue); font-weight: 800; }
.adRequestForm > small { color: #718690; }
.requestSuccess, .requestError { padding: 15px 17px; border-radius: 9px; }
.requestSuccess { color: #365e18; background: #e3f2d4; }
.requestSuccess strong { display: block; }
.requestError { color: #8a2529; background: #f9dfe0; }
@media (max-width: 900px) { .adHero, .adRequest { grid-template-columns: 1fr; gap: 38px; } .priceCards { grid-template-columns: repeat(2,1fr); } .conditionGrid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .adHero { padding-top: 52px; padding-bottom: 52px; } .adHeroActions { align-items: flex-start; flex-direction: column; } .priceCards, .conditionGrid { grid-template-columns: 1fr; } .adContent, .adConditions, .adRequest { padding-top: 65px; padding-bottom: 65px; } .adRequestForm { padding: 24px 18px; } }

/* Portal-Redesign 2026 */
:root {
  --ink: #132d3d;
  --blue: #087aa5;
  --blue-dark: #075b7b;
  --cyan: #36b5d9;
  --sky: #edf8fc;
  --green: #65a63b;
  --green-soft: #eff8e7;
  --orange: #ffb21a;
  --line: #d8e8ee;
  --shadow: 0 16px 45px rgba(18, 52, 73, .10);
}

body {
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Roboto, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -.01em;
  background: #e8eff2;
  overflow-x: hidden;
}

h1, h2, h3, .brand {
  font-family: "Segoe UI Variable Display", "Segoe UI", Inter, Roboto, Arial, sans-serif;
}

h1 { font-weight: 780; letter-spacing: -.065em; }
h2 { font-weight: 760; letter-spacing: -.045em; }
.eyebrow { letter-spacing: .14em; }

.topStrip {
  color: #d9f1fa;
  background: #102f41;
  font-size: 12px;
}
.topStrip > div {
  max-width: 1180px;
  height: 34px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topStrip nav { gap: 20px; font-size: 12px; }
.topStrip a { color: #d9f1fa; }
.topStrip a:hover { color: white; }

.siteHeader {
  height: 82px;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(216,232,238,.75);
  box-shadow: 0 8px 26px rgba(18,52,73,.05);
  backdrop-filter: blur(15px);
  background: rgba(244,248,249,.96);
}
.brand { font-size: 25px; font-weight: 760; }
.brand strong { letter-spacing: -.04em; }
nav { font-size: 14px; font-weight: 680; }
.navLogin {
  color: white;
  border: 0;
  background: var(--blue);
  padding: 11px 19px;
  box-shadow: 0 8px 20px rgba(8,122,165,.22);
}
.navLogin:hover { color: white; background: var(--blue-dark); }

.hero {
  min-height: 380px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(118deg, #dceff5 0%, #c9e6f0 100%);
}
.heroCopy { padding-top: 25px; padding-bottom: 34px; }
.heroCopy .eyebrow { margin-bottom: 8px; }
.heroCopy h1 { font-size: clamp(38px,3.5vw,50px); line-height: .98; letter-spacing: -2.2px; }
.lead { font-size: 16px; line-height: 1.45; margin: 12px 0; }
.heroLogin { margin: 0 0 12px; }
.heroLogin a { padding: 8px 12px; }
.addressCheck > label { margin-bottom: 5px; }
.addressInput { min-height: 52px; }
.trustRow { gap: 8px 10px; margin-top: 12px; }
.trustRow span { padding: 4px 8px; }
.heroVisual { min-height: 380px; }
.mailCard {
  top: 50px;
  transform: rotate(-3deg) scale(.8);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 28px 70px rgba(18,52,73,.2);
}
.trustRow span {
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.9);
  padding: 7px 10px;
  border-radius: 99px;
}
.addressInput { border: 2px solid white; box-shadow: 0 16px 40px rgba(18,52,73,.14); }
.addressInput button, .reserve button { background: linear-gradient(135deg,var(--blue),#1597bf); }

.pageShell { position: relative; }
.portalDeck {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: -28px;
  position: relative;
  z-index: 5;
}
.portalDeck > a {
  min-height: 96px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 14px;
  background: #f8fbfc;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.portalDeck > a:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(18,52,73,.15); }
.portalDeck small { display: block; color: #718791; margin-bottom: 4px; font-size: 11px; }
.portalDeck strong { font-size: 15px; }
.portalDeck b { color: var(--blue); font-size: 20px; }
.portalIcon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg,var(--blue),var(--cyan));
  font-weight: 800;
}
.portalIcon.mail { background: linear-gradient(135deg,#65a63b,#91c850); }
.portalIcon.business { background: linear-gradient(135deg,#ed9e00,var(--orange)); }

.adSlot { background: rgba(244,248,249,.88); }
.pageShell { background: #e8eff2; }
.newsTeaser { padding-top: 78px; }
.newsPreview article, .steps article, .newsCard {
  background: #f7fafb;
  box-shadow: 0 10px 35px rgba(18,52,73,.06);
  transition: transform .2s ease, border-color .2s ease;
}
.newsPreview article:hover, .steps article:hover, .newsCard:hover { transform: translateY(-3px); border-color: #a9d4e3; }
.newsPreview article:first-child { border-top: 4px solid var(--blue); }
.newsPreview article:last-child { border-top: 4px solid var(--green); }
.security { box-shadow: 0 24px 60px rgba(18,52,73,.18); }
.reserve { background: linear-gradient(135deg,#eaf7fb,#dff3f9); box-shadow: var(--shadow); }

.homeNews { padding: 72px 0 86px; }
.homeNewsHeader { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.homeNewsHeader h2 { margin: 6px 0 0; font-size: clamp(28px,3vw,40px); line-height: 1.08; }
.homeNewsLayout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(310px,.85fr); gap: 20px; align-items: start; }
.homeNewsLead { overflow: hidden; background: #f8fbfc; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.homeNewsLead figure { position: relative; height: 330px; margin: 0; overflow: hidden; background: #d9e8ed; }
.homeNewsLead img { width: 100%; height: 100%; object-fit: cover; }
.homeNewsLead figcaption { position: absolute; right: 12px; bottom: 10px; padding: 5px 8px; border-radius: 6px; color: white; background: rgba(11,38,54,.72); font-size: 10px; }
.homeNewsLead > div { padding: 27px 30px 30px; }
.homeNewsLead span, .homeNewsRow span { display: block; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.homeNewsLead h3 { margin: 10px 0 12px; font-size: clamp(21px,2vw,28px); line-height: 1.15; }
.homeNewsLead p { margin: 0 0 18px; color: #526d7a; font-size: 16px; line-height: 1.65; }
.homeNewsLead a { color: var(--blue); font-weight: 800; }
.homeNewsStream { display: grid; gap: 10px; }
.homeNewsRow { display: grid; gap: 7px; padding: 18px 20px; background: #f8fbfc; border: 1px solid var(--line); border-radius: 14px; transition: transform .18s ease,border-color .18s ease; }
.homeNewsRow:hover { transform: translateX(4px); border-color: #8bc7dc; }
.homeNewsRow strong { font-size: 16px; line-height: 1.28; }
.homeNewsRow small { color: #78909a; }
.homeNewsAd { min-height: 106px; margin: 4px 0 0; padding: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; border: 1px dashed #b7cbd3; border-radius: 12px; background: rgba(248,251,252,.92); color: #6b808a; }
.homeNewsAd .managedAd__label, .homeNewsAd .managedAd__headline, .homeNewsAd .managedAd__subline { display: block; max-width: 100%; }
.homeNewsAd .managedAd__headline { margin: 4px 0; color: #345261; font-size: 14px; line-height: 1.25; }
.homeNewsAd .managedAd__subline { font-size: 11px; }

.guidePage { background: #e8eff2; padding-bottom: 80px; }
.guideHero { padding: 78px max(24px,calc((100vw - 1120px)/2)) 58px; background: linear-gradient(125deg,#eaf8fc,#cfeef7); }
.guideHero h1 { max-width: 760px; margin: 10px 0 18px; font-size: clamp(45px,6vw,76px); line-height: .98; }
.guideHero p:not(.eyebrow) { max-width: 690px; color: #496777; font-size: 19px; line-height: 1.65; }
.guideContent { max-width: 1120px; margin: 0 auto; padding: 55px 24px 0; }
.guideSteps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.guideSteps article, .guideDetails > div { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #f8fbfc; box-shadow: 0 10px 30px rgba(18,52,73,.06); }
.guideSteps span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: white; background: var(--blue); font-weight: 800; }
.guideSteps h2 { margin: 20px 0 8px; font-size: 22px; }
.guideSteps p, .guideDetails p, .guideDetails li { color: #526d7a; line-height: 1.65; }
.guideDetails { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.guideDetails h2 { margin-top: 0; }
.guideCta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 28px; padding: 30px 34px; border-radius: 18px; color: white; background: linear-gradient(135deg,#123849,#087ca1); }
.guideCta h2 { margin: 0 0 6px; }
.guideCta p { margin: 0; color: #cde7f0; }
.guideCta a { flex: 0 0 auto; padding: 13px 18px; border-radius: 11px; color: #123849; background: white; font-weight: 800; }

.newsHero {
  background:
    radial-gradient(circle at 82% 30%, rgba(54,181,217,.22), transparent 24%),
    linear-gradient(118deg,#eef9fd,#e3f5fa);
}
.newsLayout { background: #e8eff2; }
.newsToolbar { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.newsCard:first-child { border-left: 5px solid var(--blue); }
.sourceBox { background: linear-gradient(145deg,#132d3d,#0b536e); box-shadow: var(--shadow); }

@media (max-width: 900px) {
  .newsHero { display: block; }
  .newsHero__mail { margin-top: 24px; width: 100%; }
  .topStrip nav { display: none; }
  .portalDeck { grid-template-columns: 1fr; margin-top: 18px; }
  .heroCopy { padding-bottom: 35px; }
  .topAdBand { padding: 10px 16px; }
  .topAdSlot { min-height: 76px; text-align: center; }
  .homeNewsLayout { grid-template-columns: 1fr; }
  .homeNewsLead figure { height: 300px; }
  .guideSteps, .guideDetails { grid-template-columns: 1fr; }
  .security ul { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .topStrip > div { height: 30px; }
  .siteHeader {
    top: 0;
    gap: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .siteHeader .brand {
    flex: 0 0 auto;
    font-size: 18px;
  }
  .siteHeader .brandMark {
    transform: scale(.74);
    margin-right: -7px;
  }
  .siteHeader nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 8px;
  }
  .siteHeader .mailLogin {
    margin-left: 8px;
    padding: 9px 11px;
    line-height: 1.15;
  }
  .siteHeader .navLogin {
    padding: 9px 11px;
    line-height: 1.15;
  }
  .portalDeck > a { min-height: 82px; }
  .topAdSlot .managedAd__subline { display: none; }
  .heroCopy h1 { font-size: clamp(39px,12vw,50px); letter-spacing: -2px; }
  .homeNews { padding: 52px 0 62px; }
  .homeNewsHeader { display: block; }
  .homeNewsHeader .primaryLink { display: inline-block; margin-top: 16px; }
  .homeNewsLead figure { height: 220px; }
  .homeNewsLead > div { padding: 22px; }
  .guideHero { padding-top: 55px; }
  .guideCta { display: block; }
  .guideCta a { display: inline-block; margin-top: 18px; }
}

/* Arbeitsmarkt */
.jobsPage,.jobDetailPage{background:#e8eff2;min-height:70vh}.jobsHero,.jobDetailHero{padding:72px max(24px,calc((100vw - 1120px)/2));background:radial-gradient(circle at 82% 25%,rgba(244,159,17,.2),transparent 24%),linear-gradient(120deg,#eef9fc,#d9eff5)}.jobsHero{display:flex;justify-content:space-between;align-items:center;gap:40px}.jobsHero h1,.jobDetailHero h1{margin:8px 0 15px;color:#123849;font-size:clamp(46px,7vw,82px);line-height:.95;letter-spacing:-.055em}.jobsHero p:not(.eyebrow),.jobDetailHero>p:not(.eyebrow){max-width:690px;color:#496777;font-size:19px;line-height:1.6}.jobsHero__mark{width:180px;height:180px;flex:0 0 auto;display:grid;place-items:center;position:relative;border-radius:50%;color:#fff;background:linear-gradient(145deg,#087ca1,#123849);box-shadow:0 24px 55px rgba(18,56,73,.24)}.jobsHero__mark span{position:absolute;inset:18px;border:1px solid rgba(255,255,255,.35);border-radius:50%}.jobsHero__mark b{font-size:35px}.jobsShell{max-width:1120px;margin:auto;padding:34px 24px 80px}.jobFilters{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:11px;align-items:end;padding:20px;border:1px solid var(--line);border-radius:17px;background:#f8fbfc;box-shadow:var(--shadow)}.jobFilters label{display:block;margin:0 0 6px;color:#55717f;font-size:11px;font-weight:800;text-transform:uppercase}.jobFilters input,.jobFilters select{width:100%;height:46px;border:1px solid #b9ccd4;border-radius:9px;background:#fff;padding:0 12px}.jobFilters button{height:46px;border:0;border-radius:9px;padding:0 20px;color:#fff;background:var(--blue);font-weight:800}.jobFilters>a{grid-column:1/-1;justify-self:end}.jobsHeading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin:42px 0 19px}.jobsHeading h2{margin:5px 0 0;font-size:30px}.jobsHeading>p{max-width:380px;margin:0;color:#68818d;text-align:right}.jobList{display:grid;gap:13px}.jobCard{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:16px;background:#f9fbfc;box-shadow:0 8px 28px rgba(18,52,73,.06)}.jobCard--featured{border-left:5px solid var(--orange)}.jobCard__company{width:62px;height:62px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,#176f96,#123849);font-weight:900}.jobCard__companyName{margin:0;color:#147da7;font-size:12px;font-weight:800;text-transform:uppercase}.jobCard h3{margin:4px 0 7px;font-size:21px}.jobCard h3 a{color:#17384d}.jobCard__body>p:not(.jobCard__companyName){margin:0;color:#5c7582}.jobCard ul,.jobDetailHero ul{display:flex;flex-wrap:wrap;gap:7px;margin:13px 0 0;padding:0;list-style:none}.jobCard li,.jobDetailHero li{padding:5px 9px;border-radius:99px;background:#e7f1f5;color:#405e6c;font-size:11px;font-weight:700}.jobCard__link{white-space:nowrap;font-weight:800}.jobCard__featured{color:#a86400;font-size:10px;font-weight:900;text-transform:uppercase}.jobsEmpty{padding:55px;text-align:center;border:1px dashed #afc3cc;border-radius:16px;background:#f7fafb}.jobDetailHero{padding-top:55px;padding-bottom:52px}.jobDetailHero h1{max-width:900px;font-size:clamp(40px,6vw,68px)}.jobDetailLayout{max-width:1120px;margin:auto;padding:42px 24px 80px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:25px;align-items:start}.jobDetailBody{padding:34px;border:1px solid var(--line);border-radius:17px;background:#f9fbfc}.jobDetailLead{margin-top:0;color:#315667;font-size:20px;line-height:1.6}.jobDetailBody section{padding-top:18px;border-top:1px solid #d9e5ea;margin-top:25px}.jobDetailBody p{color:#516d7a;line-height:1.75}.jobApply{position:sticky;top:105px;padding:27px;border-radius:17px;color:#fff;background:linear-gradient(145deg,#123849,#087ca1)}.jobApply>span,.jobApply small{color:#aee4f4}.jobApply p{color:#d0e8ef}.jobApply a{display:block;margin-top:13px;color:#fff}.jobApply__primary{padding:13px;border-radius:9px;text-align:center;color:#123849!important;background:#fff;font-weight:900}.jobApply small,.jobApply strong{display:block}.jobApply small{margin-top:22px}
@media(max-width:900px){.jobFilters{grid-template-columns:1fr 1fr}.jobFilters__search{grid-column:1/-1}.jobDetailLayout{grid-template-columns:1fr}.jobApply{position:static}.jobCard{grid-template-columns:55px 1fr}.jobCard__link{grid-column:2}}
@media(max-width:600px){.jobsHero{display:block}.jobsHero__mark{display:none}.jobFilters{grid-template-columns:1fr}.jobFilters__search{grid-column:auto}.jobsHeading{display:block}.jobsHeading>p{text-align:left}.jobCard{grid-template-columns:1fr}.jobCard__company{display:none}.jobCard__link{grid-column:auto}.jobDetailBody{padding:23px}}
.jobInfeedAd{min-height:110px;margin:7px 0;padding:14px 22px;border:1px dashed #a9c8d4;border-radius:14px;background:#f8fbfc}.jobInfeedAd .managedAd__link{min-height:80px;display:flex;align-items:center;justify-content:center;gap:12px 22px;text-align:center}.jobInfeedAd .managedAd__label{color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.jobInfeedAd .managedAd__headline{color:#17384d;font-size:18px}.jobInfeedAd .managedAd__subline{color:#5c7582;font-size:13px}.jobInfeedAd .managedAd__image{max-width:min(45%,520px);max-height:90px;object-fit:contain}.jobPagination{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:25px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#f8fbfc}.jobPagination>span{color:#617b87;font-weight:700}.jobPagination>div{display:flex;flex-wrap:wrap;gap:8px}.jobPagination a{min-width:38px;padding:9px 12px;border-radius:8px;text-align:center;color:#16485d;background:#e5f1f5;font-weight:800}.jobPagination a[aria-current="page"]{color:#fff;background:var(--blue)}
@media(max-width:600px){.jobInfeedAd .managedAd__link{flex-direction:column}.jobInfeedAd .managedAd__image{max-width:100%}.jobPagination{align-items:flex-start;flex-direction:column}}

/* Arbeitsmarkt Portal v2 */
.jobsHero{padding-top:46px;padding-bottom:46px}.jobsHero h1{font-size:clamp(38px,5vw,58px);letter-spacing:-.045em}.jobsHero p:not(.eyebrow){font-size:16px;line-height:1.5}.jobsHero__mark{width:130px;height:130px}.jobsHero__actions{display:flex;align-items:center;gap:13px;margin-top:22px}.jobsHero__actions a,.jobPortalButton{display:inline-block;border:0;border-radius:9px;padding:12px 17px;color:#fff;background:#087ca1;font-weight:800;text-decoration:none;cursor:pointer}.jobsHero__actions span{color:#607b88;font-size:12px}.jobPortal{min-height:70vh;background:#e8eff2}.jobPortalHero{padding:50px max(24px,calc((100vw - 1040px)/2)) 40px;background:linear-gradient(120deg,#eef9fc,#d9eff5)}.jobPortalHero--small{padding-top:38px;padding-bottom:32px}.jobPortalHero h1{max-width:820px;margin:8px 0 12px;color:#123849;font-size:clamp(34px,5vw,52px);line-height:1}.jobPortalHero p:not(.eyebrow){max-width:760px;color:#496777;font-size:16px;line-height:1.55}.jobPortalShell{max-width:1040px;margin:auto;padding:34px 24px 75px}.jobPortalColumns{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.jobPortalCard,.jobAccountCard,.jobOwnJobs{padding:26px;border:1px solid var(--line);border-radius:16px;background:#f9fbfc;box-shadow:0 10px 30px rgba(18,52,73,.07)}.jobPortalCard h2,.jobAccountCard h2,.jobOwnJobs h2{margin-top:0;font-size:23px}.jobPortalCard form{display:grid;gap:14px}.jobPortalCard label,.jobFormGrid label{display:grid;gap:6px;color:#294f61;font-size:12px;font-weight:800}.jobPortalCard input,.jobPortalCard select,.jobPortalCard textarea,.jobFormGrid input,.jobFormGrid select,.jobFormGrid textarea{width:100%;border:1px solid #b7cad3;border-radius:8px;background:#fff;padding:11px 12px;color:#17384d;font:inherit}.jobPortalCard small,.jobFormGrid small{color:#718994;font-weight:400}.accountType{display:flex;gap:18px;padding:12px;border-radius:9px;background:#eaf2f5}.accountType label{display:flex;align-items:center;gap:7px}.accountType input{width:auto}.jobPortalNotice{margin-bottom:18px;padding:13px 16px;border:1px solid #83b993;border-radius:9px;background:#e6f3e9;color:#28683c;font-weight:700}.jobPortalNotice.error{border-color:#d49a9a;background:#f9e8e8;color:#923737}.jobReviewInfo{margin-top:25px;padding:17px;border-radius:10px;background:#e8f2f6}.jobReviewInfo p{margin-bottom:0;color:#587481;line-height:1.55}.jobAccountCard form{display:inline-block;margin-left:12px}.jobPortalLink{border:0;background:none;color:#176f96;text-decoration:underline}.jobSubmitLayout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.jobFormGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.jobFormGrid .full{grid-column:1/-1}.jobHoney{position:absolute!important;left:-9999px!important}.richToolbar{display:flex;flex-wrap:wrap;gap:5px;padding:8px;border:1px solid #b7cad3;border-bottom:0;border-radius:8px 8px 0 0;background:#eaf1f4}.richToolbar button{border:1px solid #abc0ca;border-radius:5px;padding:6px 9px;background:#fff;color:#294f61;font-size:12px}.richEditor{min-height:260px;padding:16px;border:1px solid #b7cad3;border-radius:0 0 8px 8px;background:#fff;color:#243b49;line-height:1.65}.richEditor:empty:before{content:attr(data-placeholder);color:#8aa0aa}.jobSubmitStatus{margin:18px 0;padding:15px;border-left:4px solid #087ca1;background:#e8f3f7}.jobSubmitStatus p{margin:4px 0 0;color:#56727f}.jobOwnJobs{position:sticky;top:105px}.jobOwnJobs article{padding:12px 0;border-bottom:1px solid #d7e3e8}.jobOwnJobs article strong,.jobOwnJobs article span{display:block}.jobOwnJobs article span{margin-top:3px;color:#54717f;font-size:11px}.jobOwnJobs>a{display:inline-block;margin-top:18px}.jobGallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:22px}.jobGallery img{width:100%;height:230px;object-fit:cover;border-radius:10px}.jobVideo{position:relative;margin:25px 0;padding-top:56.25%;overflow:hidden;border-radius:12px;background:#102f3f}.jobVideo iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media(max-width:780px){.jobPortalColumns,.jobSubmitLayout{grid-template-columns:1fr}.jobOwnJobs{position:static}.jobFormGrid{grid-template-columns:1fr}.jobFormGrid .full{grid-column:auto}.jobsHero__actions{align-items:flex-start;flex-direction:column}.jobGallery{grid-template-columns:1fr}.jobGallery img{height:210px}}

/* Modernes Benutzer-Dashboard */
.jobWorkspace{min-height:78vh;background:#e8eff2}.jobWorkspaceHead{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:38px max(24px,calc((100vw - 1180px)/2));background:linear-gradient(120deg,#edf9fc,#dff2f7)}.jobWorkspaceHead h1{margin:5px 0;color:#123849;font-size:clamp(29px,4vw,42px);letter-spacing:-.035em}.jobWorkspaceHead p:not(.eyebrow){margin:0;color:#607b88}.jobWorkspaceHead>a{font-weight:800}.jobWorkspaceShell{max-width:1180px;margin:auto;padding:26px 24px 75px;display:grid;grid-template-columns:245px minmax(0,1fr);gap:20px;align-items:start}.jobUserNav{position:sticky;top:100px;overflow:hidden;border:1px solid #c4d4db;border-radius:16px;background:#f9fbfc;box-shadow:0 12px 32px rgba(18,52,73,.08)}.jobUserIdentity{display:flex;align-items:center;gap:11px;padding:18px;border-bottom:1px solid #d6e2e7}.jobUserIdentity>span{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,#087ca1,#123849);font-weight:900}.jobUserIdentity strong,.jobUserIdentity small{display:block}.jobUserIdentity small{margin-top:2px;color:#758d98}.jobUserNav nav{display:grid;padding:9px}.jobUserNav nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:9px;color:#395866;text-decoration:none;font-weight:700}.jobUserNav nav a:hover,.jobUserNav nav a[aria-current=page]{color:#087ca1;background:#e4f2f7}.jobUserNav nav a b{width:20px;text-align:center}.jobUserNav nav a span{margin-left:auto;padding:1px 7px;border-radius:99px;background:#d7e8ee;font-size:10px}.jobUserNav>form{padding:12px 18px;border-top:1px solid #d6e2e7}.jobUserNav>form button{border:0;background:none;color:#9b3e3e;padding:0;font-weight:800}.jobWorkspaceContent{min-width:0}.jobDashboardTitle{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.jobDashboardTitle h2{margin:4px 0 0;font-size:30px}.jobDashboardTitle p:not(.eyebrow){margin:5px 0 0;color:#637d89}.jobStats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.jobStats article{padding:20px;border:1px solid #c5d4db;border-radius:13px;background:#f9fbfc}.jobStats strong,.jobStats span{display:block}.jobStats strong{color:#123849;font-size:30px}.jobStats span{margin-top:2px;color:#6c838e;font-size:12px}.jobDashboardPanel,.jobEditorCard{overflow:hidden;border:1px solid #c5d4db;border-radius:15px;background:#f9fbfc;box-shadow:0 9px 28px rgba(18,52,73,.06)}.jobPanelHead{display:flex;justify-content:space-between;align-items:center;padding:16px 19px;border-bottom:1px solid #d6e2e7}.jobPanelHead h3{margin:0}.jobDashboardEmpty{padding:50px 25px;text-align:center}.jobDashboardEmpty strong{font-size:18px}.jobDashboardEmpty p{color:#647d88}.jobOfferRow{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:15px;padding:15px 19px;border-bottom:1px solid #dce6ea}.jobOfferRow>div strong,.jobOfferRow>div span{display:block}.jobOfferRow>div span{margin-top:3px;color:#728993;font-size:11px}.jobStatus{display:inline-flex;width:max-content;padding:4px 8px;border-radius:99px;background:#e5ebee;color:#536c78;font-size:10px;font-weight:900}.jobStatus--published{background:#deefe4;color:#327046}.jobStatus--pending{background:#fff0ca;color:#8a6418}.jobStatus--rejected{background:#f3dede;color:#984141}.jobOffersPanel{display:grid;gap:0}.jobManageCard{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px 18px;border-bottom:1px solid #d8e3e8}.jobManageThumb{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border-radius:11px;color:#fff;background:#315d71;font-weight:900}.jobManageThumb img{width:100%;height:100%;object-fit:cover}.jobManageCard h3{margin:5px 0 3px;font-size:17px}.jobManageCard p{margin:0;color:#718893;font-size:11px}.jobManageActions{display:flex;align-items:center;gap:7px}.jobManageActions>a,.jobManageActions button{border:1px solid #b6c9d2;border-radius:7px;padding:7px 9px;background:#fff;color:#345765;font-size:11px;font-weight:800;text-decoration:none}.jobManageActions .edit{color:#fff;border-color:#087ca1;background:#087ca1}.jobManageActions button{color:#a33f3f;border-color:#dfbcbc}.jobManageActions form{margin:0}.jobEditorCard form{padding:0}.jobFormSection{padding:22px;border-bottom:1px solid #d8e3e8}.jobFormSection>h3{margin:0 0 17px;color:#173f53;font-size:18px}.jobEditorFooter{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;background:#eef4f6}.jobEditorFooter strong,.jobEditorFooter span{display:block}.jobEditorFooter span{margin-top:2px;color:#6c838e;font-size:11px}.jobExistingImages{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:17px}.jobExistingImages label{overflow:hidden;border:1px solid #c7d7de;border-radius:9px;background:#fff}.jobExistingImages img{width:100%;height:110px;object-fit:cover}.jobExistingImages span{display:flex;align-items:center;gap:6px;padding:8px;font-size:11px}.jobExistingImages input{width:auto}.jobProfileGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.jobProfileGrid article{padding:18px;border:1px solid #c5d4db;border-radius:12px;background:#f9fbfc}.jobProfileGrid span,.jobProfileGrid strong{display:block}.jobProfileGrid span{margin-bottom:4px;color:#718994;font-size:11px}
@media(max-width:840px){.jobWorkspaceHead{display:block}.jobWorkspaceHead>a{display:inline-block;margin-top:13px}.jobWorkspaceShell{grid-template-columns:1fr}.jobUserNav{position:static}.jobUserNav nav{grid-template-columns:1fr 1fr}.jobUserNav>form{display:none}.jobStats{grid-template-columns:1fr 1fr 1fr}.jobDashboardTitle{align-items:flex-start;flex-direction:column}.jobManageCard{grid-template-columns:50px 1fr}.jobManageActions{grid-column:2;flex-wrap:wrap}.jobExistingImages{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.jobWorkspaceShell{padding-left:14px;padding-right:14px}.jobUserNav nav{grid-template-columns:1fr}.jobStats{grid-template-columns:1fr}.jobOfferRow{grid-template-columns:1fr}.jobOfferRow>a{justify-self:start}.jobManageCard{grid-template-columns:1fr}.jobManageThumb{display:none}.jobManageActions{grid-column:1}.jobEditorFooter{align-items:flex-start;flex-direction:column}.jobProfileGrid,.jobExistingImages{grid-template-columns:1fr}}
.jobPreviewBar{position:sticky;top:0;z-index:1000;background:#0b789c;color:#fff;padding:12px max(24px,calc((100% - 1100px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 4px 18px rgba(9,46,63,.2)}.jobPreviewBar div{display:flex;align-items:baseline;gap:12px}.jobPreviewBar strong{text-transform:uppercase;letter-spacing:.08em}.jobPreviewBar span{opacity:.9}.jobPreviewBar a{color:#fff;border:1px solid rgba(255,255,255,.55);border-radius:9px;padding:8px 13px;font-weight:700;text-decoration:none}.jobPreviewBar a:hover{background:#fff;color:#075a78}@media(max-width:680px){.jobPreviewBar{align-items:flex-start}.jobPreviewBar div{display:block}.jobPreviewBar span{display:block;font-size:.82rem;margin-top:2px}}
.jobPreviewLink{color:#087fa8!important;font-weight:750!important}
.jobVisibilityChoices{display:grid;gap:11px;margin-top:16px}.jobVisibilityChoices label{display:flex;align-items:center;gap:9px;padding:13px 15px;border:1px solid #c8d9e0;border-radius:9px;background:#fff;font-weight:700}.jobVisibilityChoices input{width:auto}.jobReviewInfo .jobPortalButton{margin-top:16px;color:#fff}.jobFormGrid label select[name="salary_period"]{margin-top:3px}
.jobDetailHero li{display:grid;grid-template-columns:auto 1fr;gap:5px;background:transparent;padding:2px 0;border-radius:0;font-size:14px}.jobDetailHero li:before{color:#6b8490;font-weight:600}.jobDetailHero li:nth-child(1):before{content:'Einsatzort:'}.jobDetailHero li:nth-child(2):before{content:'Art:'}.jobDetailHero li:nth-child(3):before{content:'Modell:'}.jobDetailHero li:nth-child(4):before{content:'Vergütung:'}.jobDetailHero ul{display:grid;gap:5px}

/* Ruhigere, grosszuegige Stellenansicht */
.jobDetailHero{padding-top:46px;padding-bottom:44px}
.jobDetailHero h1{max-width:980px;font-size:clamp(34px,4.2vw,56px);line-height:1.04;letter-spacing:-.04em}
.jobDetailLayout{max-width:1240px;padding:48px 30px 90px;grid-template-columns:minmax(0,1fr) minmax(350px,390px);gap:38px}
.jobDetailBody{min-width:0;padding:42px 46px}
.jobDetailBody h2{font-size:clamp(27px,3vw,36px);line-height:1.12}
.jobDetailLead{font-size:18px;line-height:1.65}
.jobDetailBody p{font-size:16px;line-height:1.75}
.jobGallery{grid-template-columns:1fr;gap:18px;margin:24px 0 32px}
.jobGallery img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:12px;background:#edf3f5}
.jobApply{min-width:0;padding:32px;overflow-wrap:anywhere}
.jobApply h2{margin:7px 0 18px;font-size:clamp(25px,2.5vw,34px);line-height:1.15;letter-spacing:-.025em;overflow-wrap:anywhere}
@media(max-width:900px){.jobDetailLayout{grid-template-columns:1fr;padding:32px 22px 70px;gap:24px}.jobDetailBody{padding:32px}.jobApply{position:static}}
@media(max-width:600px){.jobDetailHero{padding-top:34px;padding-bottom:34px}.jobDetailHero h1{font-size:clamp(30px,11vw,42px)}.jobDetailBody{padding:24px 20px}.jobDetailLayout{padding-left:14px;padding-right:14px}.jobApply{padding:25px}}
.jobApply address{margin-top:5px;color:#fff;font-style:normal;line-height:1.55}.jobApply small+address,.jobApply small+a{margin-top:4px}
.jobApply{display:flex;flex-direction:column;min-height:520px}.jobApply>h2{margin:0 0 24px;font-size:25px}.jobApply dl{display:grid;gap:0;margin:0}.jobApply dl>div{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.16)}.jobApply dt{margin-bottom:3px;color:#aee4f4;font-size:12px}.jobApply dd{margin:0;color:#fff;font-weight:750;line-height:1.45}.jobApply dd a{margin:0;color:#fff}.jobApplyNote{margin:18px 0 0}.jobApplyBottom{margin-top:auto;padding-top:28px}.jobApplyBottom .jobApply__primary{margin:0}.jobApplyBottom>span{display:block;color:#d0e8ef;font-size:13px;line-height:1.5}.jobCompanyFooter{display:flex;align-items:center;gap:18px;margin-top:36px;padding:24px 0 0;border-top:1px solid #d9e5ea}.jobCompanyFooter img,.jobCompanyFooter>span{width:92px;height:64px;flex:0 0 auto;object-fit:contain;border:1px solid #d4e0e5;border-radius:10px;background:#fff}.jobCompanyFooter>span{display:grid;place-items:center;color:#fff;background:#176f96;font-weight:900}.jobCompanyFooter small,.jobCompanyFooter strong{display:block}.jobCompanyFooter small{color:#718994}.jobCompanyFooter strong{margin-top:3px;color:#173f53;font-size:20px}.jobLogoUpload{display:flex;align-items:flex-start;gap:24px}.jobLogoUpload>div{display:grid;gap:8px}.jobLogoUpload img{width:160px;height:100px;object-fit:contain;border:1px solid #c8d9e0;border-radius:10px;background:#fff}.jobLogoUpload label{display:grid;gap:7px}.jobLogoUpload input[type=checkbox]{width:auto}@media(max-width:600px){.jobLogoUpload{display:grid}.jobCompanyFooter img,.jobCompanyFooter>span{width:76px;height:54px}}
.jobDetailHero{padding-bottom:22px}
.jobDetailLayout{padding-top:24px}
.jobCompanyFooter{min-height:132px;margin-top:34px;padding:26px 28px;border:0;border-radius:17px;background:linear-gradient(145deg,#123849,#087ca1);box-shadow:0 10px 28px rgba(18,52,73,.12)}
.jobCompanyFooter img,.jobCompanyFooter>span{width:112px;height:78px;border-color:rgba(255,255,255,.3);box-shadow:0 5px 15px rgba(5,31,43,.18)}
.jobCompanyFooter small{color:#aee4f4;font-size:12px}
.jobCompanyFooter strong{margin-top:5px;color:#fff;font-size:24px;line-height:1.15;overflow-wrap:anywhere}
@media(max-width:600px){.jobDetailHero{padding-bottom:18px}.jobDetailLayout{padding-top:18px}.jobCompanyFooter{min-height:0;padding:21px;gap:15px}.jobCompanyFooter img,.jobCompanyFooter>span{width:82px;height:60px}.jobCompanyFooter strong{font-size:19px}}
.jobDetailHero h1{max-width:900px;font-size:clamp(30px,3.6vw,46px);line-height:1.08;letter-spacing:-.035em}
.jobDescription h2{margin:0 0 16px!important;font-size:18px!important;line-height:1.3!important;letter-spacing:0;color:#315667}
.jobCompanyFooter{align-items:flex-start}.jobCompanyInfo{min-width:0;flex:1}.jobCompanyInfo>strong{margin-bottom:18px}.jobCompanyInfo dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;margin:0}.jobCompanyInfo dl>div{min-width:0}.jobCompanyInfo dt{margin-bottom:3px;color:#aee4f4;font-size:11px}.jobCompanyInfo dd{margin:0;color:#fff;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.jobCompanyInfo a{color:#fff}.jobApply{min-height:390px}@media(max-width:650px){.jobCompanyInfo dl{grid-template-columns:1fr}.jobCompanyFooter{align-items:flex-start}.jobDetailHero h1{font-size:clamp(28px,9vw,38px)}}
.jobDetailHero h1{display:none}
.jobDetailHero{padding-top:30px;padding-bottom:18px}
.jobDetailHero .eyebrow{margin-bottom:0}
.jobDetailLayout{padding-top:20px}
@media(max-width:600px){.jobDetailHero{padding-top:24px;padding-bottom:14px}.jobDetailLayout{padding-top:15px}}
.jobDetailBody{display:flex;flex-direction:column}
.jobDetailLead{order:1}
.jobDescription{order:2}
.jobGallery{order:3;margin-top:26px}
.jobVideo{order:4}
.jobCompanyFooter{order:5}
.jobApplySummary{margin:-8px 0 18px!important;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.16);color:#d8edf3!important;font-size:14px!important;line-height:1.55!important}
.jobDescription{order:1}.jobGallery{order:2}.jobVideo{order:3}.jobCompanyFooter{order:4}
.jobDetailBody .jobDescription{margin-top:0!important;padding-top:0!important;border-top:0!important}
.jobDetailHero{padding-top:10px;padding-bottom:9px}
.jobDetailHero>a{line-height:1.25}
.jobDetailHero .eyebrow{margin-top:2px}
.jobDetailLayout{padding-top:8px}
.jobDetailBody{padding-top:24px}
@media(max-width:600px){.jobDetailHero{padding-top:9px;padding-bottom:8px}.jobDetailLayout{padding-top:7px}.jobDetailBody{padding-top:20px}}
.richToolbar .richFontSize{height:31px;border:1px solid #abc0ca;border-radius:5px;padding:0 28px 0 9px;background:#fff;color:#294f61;font-size:12px}.richEditor font[size="2"],.jobDescription font[size="2"]{font-size:13px}.richEditor font[size="3"],.jobDescription font[size="3"]{font-size:16px}.richEditor font[size="4"],.jobDescription font[size="4"]{font-size:21px}.richEditor font[size="5"],.jobDescription font[size="5"]{font-size:28px;line-height:1.25}
.richToolbar{position:sticky;top:10px;z-index:25;box-shadow:0 8px 18px rgba(18,52,73,.12)}.richToolbar select{height:31px;border:1px solid #abc0ca;border-radius:5px;padding:0 27px 0 8px;background:#fff;color:#294f61;font-size:12px}.richEditor font[face="Arial"],.jobDescription font[face="Arial"]{font-family:Arial,sans-serif}.richEditor font[face="Verdana"],.jobDescription font[face="Verdana"]{font-family:Verdana,sans-serif}.richEditor font[face="Georgia"],.jobDescription font[face="Georgia"]{font-family:Georgia,serif}.richEditor font[face="Courier New"],.jobDescription font[face="Courier New"]{font-family:"Courier New",monospace}.richEditor font[face="ep-tight"],.jobDescription font[face="ep-tight"]{font-family:inherit;letter-spacing:-.025em}.richEditor font[face="ep-wide"],.jobDescription font[face="ep-wide"]{font-family:inherit;letter-spacing:.075em}
.richEditor font[face="ep-normal"],.jobDescription font[face="ep-normal"]{font-family:inherit;letter-spacing:normal}
.jobEditorCard:has([data-job-editor-form]){overflow:visible}.jobEditorCard:has([data-job-editor-form]) .jobFormSection{background:#f9fbfc}.jobEditorCard:has([data-job-editor-form]) .jobEditorFooter{border-radius:0 0 15px 15px}
.jobDraftPreviewButton{margin-left:auto;border:1px solid #087ca1;border-radius:9px;padding:11px 16px;color:#087ca1;background:#fff;font-weight:800;cursor:pointer}.jobDraftPreviewButton:hover{color:#fff;background:#075f7e}@media(max-width:600px){.jobDraftPreviewButton{margin-left:0}}
