body.hlsp-service-page .fusion-page-title-bar,
body.hlsp-service-page .page-title-bar,
body.hlsp-service-page .fusion-page-title-secondary { display:none !important; }

body.hlsp-service-page #main,
body.hlsp-service-page .fusion-row,
body.hlsp-service-page .post-content { overflow: visible; }

.hlsp-hero {
  margin: 0 calc(50% - 50vw) 34px;
  background: linear-gradient(135deg,#11170f 0%,#1c2818 100%);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hlsp-hero-inner {
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:58px 0 52px;
}
.hlsp-eyebrow,.hlsp-kicker {
  display:inline-block;
  font-size:.78rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#78b84a;
  margin-bottom:10px;
}
.hlsp-hero h1 {
  margin:0 0 14px;
  color:#fff;
  font-family:"Roboto Slab",Georgia,serif;
  font-size:clamp(2.1rem,5vw,4rem);
  line-height:1.02;
  letter-spacing:-.025em;
}
.hlsp-hero p {
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:1.08rem;
  line-height:1.65;
}
.hlsp-layout {
  width:min(1180px,calc(100% - 40px));
  margin:0 auto 64px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:28px;
  align-items:start;
}
.hlsp-content-card,.hlsp-side-card,.hlsp-feature-card,.hlsp-payment-card,.hlsp-note {
  background:#fff;
  border:1px solid #e3e7df;
  border-radius:16px;
  box-shadow:0 8px 28px rgba(18,31,13,.05);
}
.hlsp-content-card { padding:34px; }
.hlsp-sidebar { display:grid; gap:18px; position:sticky; top:24px; }
.hlsp-side-card { padding:18px; }
.hlsp-side-title {
  margin:0 0 8px;
  color:#263220;
  font:700 1rem/1.25 "Roboto Slab",Georgia,serif;
}
.hlsp-side-link {
  display:block;
  padding:10px 12px;
  border-radius:9px;
  color:#3b4638;
  text-decoration:none !important;
  transition:.16s ease;
}
.hlsp-side-link:hover,.hlsp-side-link.is-active { background:#eff6ea; color:#4f842d; }
.hlsp-side-link.is-active { font-weight:700; }

.hlsp-prose { color:#30382d; font-size:1rem; line-height:1.72; }
.hlsp-prose h2,.hlsp-prose h3,.hlsp-prose h4,
.hlsp-section h2,.hlsp-feature-card h2,.hlsp-payment-card h3,.hlsp-cta h2 {
  font-family:"Roboto Slab",Georgia,serif;
  color:#1d271a;
}
.hlsp-prose h2 { margin:38px 0 14px; font-size:1.65rem; }
.hlsp-prose h3 { margin:28px 0 10px; font-size:1.28rem; }
.hlsp-prose p,.hlsp-prose ul,.hlsp-prose ol { margin:0 0 16px; }
.hlsp-prose a { color:#4f842d; text-decoration-thickness:1px; text-underline-offset:2px; }
.hlsp-prose table { width:100%; border-collapse:collapse; margin:22px 0; }
.hlsp-prose th,.hlsp-prose td { padding:12px; border-bottom:1px solid #e2e5de; text-align:left; vertical-align:top; }
.hlsp-prose input[type=text],.hlsp-prose input[type=email],.hlsp-prose input[type=tel],.hlsp-prose textarea,.hlsp-prose select {
  width:100%; border:1px solid #d8ddd3; border-radius:10px; background:#fff; padding:12px 13px; min-height:46px;
}
.hlsp-prose textarea { min-height:150px; }
.hlsp-prose input[type=submit],.hlsp-prose button[type=submit] {
  border:0; border-radius:9px; background:#5c9636; color:#fff; padding:13px 20px; font-family:"Roboto Slab",Georgia,serif; font-weight:700; cursor:pointer;
}

.hlsp-intro-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-bottom:38px; }
.hlsp-feature-card { padding:25px; }
.hlsp-feature-card h2 { margin:0 0 10px; font-size:1.35rem; }
.hlsp-feature-card p { margin:0; color:#566052; line-height:1.6; }
.hlsp-section { padding:4px 0 38px; }
.hlsp-section + .hlsp-section { border-top:1px solid #e6e9e2; padding-top:38px; }
.hlsp-section-head { max-width:760px; margin-bottom:20px; }
.hlsp-section-head h2 { margin:0 0 10px; font-size:1.7rem; }
.hlsp-section-head p { margin:0; color:#5c6658; line-height:1.65; }
.hlsp-table-wrap { overflow:auto; border:1px solid #e2e6df; border-radius:13px; }
.hlsp-table { width:100%; border-collapse:collapse; min-width:620px; background:#fff; }
.hlsp-table th { background:#f3f6f0; color:#394334; font-size:.83rem; text-transform:uppercase; letter-spacing:.04em; }
.hlsp-table th,.hlsp-table td { padding:14px 16px; border-bottom:1px solid #e4e8e1; text-align:left; }
.hlsp-table tbody tr:last-child td { border-bottom:0; }
.hlsp-table td:last-child,.hlsp-table th:last-child { text-align:right; }
.hlsp-payment-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.hlsp-payment-card { padding:20px; box-shadow:none; }
.hlsp-payment-card h3 { margin:0 0 7px; font-size:1.08rem; }
.hlsp-payment-card p { margin:0; color:#5d6759; line-height:1.55; }
.hlsp-note-grid { display:grid; gap:12px; }
.hlsp-note { padding:17px 19px; display:grid; grid-template-columns:150px 1fr; gap:14px; box-shadow:none; }
.hlsp-note strong { color:#263220; }
.hlsp-note span { color:#596355; }
.hlsp-cta {
  margin-top:8px;
  padding:24px;
  border-radius:15px;
  background:#172115;
  color:#fff;
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
}
.hlsp-cta h2 { color:#fff; margin:0 0 7px; font-size:1.4rem; }
.hlsp-cta p { margin:0; color:rgba(255,255,255,.75); line-height:1.5; }
.hlsp-button {
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  min-height:46px;
  border-radius:9px;
  background:#6da844;
  color:#fff !important;
  text-decoration:none !important;
  font-family:"Roboto Slab",Georgia,serif;
  font-weight:700;
}

@media (max-width:900px) {
  .hlsp-layout { grid-template-columns:1fr; }
  .hlsp-sidebar { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); order:-1; }
}
@media (max-width:640px) {
  .hlsp-hero-inner,.hlsp-layout { width:min(100% - 28px,1180px); }
  .hlsp-hero-inner { padding:40px 0 36px; }
  .hlsp-content-card { padding:22px 18px; border-radius:13px; }
  .hlsp-sidebar,.hlsp-intro-grid,.hlsp-payment-grid { grid-template-columns:1fr; }
  .hlsp-note { grid-template-columns:1fr; gap:5px; }
  .hlsp-cta { align-items:flex-start; flex-direction:column; }
  .hlsp-button { width:100%; }
}

/* v0.1.3 – self-contained payment / carrier brand assets */
.hlsp-hero h1 { color:#fff !important; text-shadow:0 1px 0 rgba(0,0,0,.18); }
.hlsp-payment-marks {
  display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:10px;
  margin:0 0 12px; align-items:stretch;
}
.hlsp-brand-mark {
  min-width:0; min-height:82px; padding:10px 8px 9px; background:#fff;
  border:1px solid #dde2d8; border-radius:11px; display:flex; align-items:center;
  justify-content:center; flex-direction:column; gap:7px; color:#263220;
  font:700 .78rem/1.15 "Roboto Slab",Georgia,serif; text-align:center;
  box-shadow:0 4px 14px rgba(18,31,13,.035);
}
.hlsp-brand-icon { min-height:34px; display:flex; align-items:center; justify-content:center; width:100%; }
.hlsp-brand-img { display:block; width:auto; max-width:100%; height:30px; object-fit:contain; }
.hlsp-brand-mark.is-card .hlsp-brand-img { height:28px; }
.hlsp-brand-mark.is-paypal .hlsp-brand-img,.hlsp-brand-mark.is-amazonpay .hlsp-brand-img { height:29px; }
.hlsp-payment-mark-note { margin:0 0 20px; max-width:760px; color:#667061; font-size:.88rem; line-height:1.55; }
.hlsp-carrier-marks { display:flex; gap:10px; align-items:center; margin-top:18px; }
.hlsp-carrier-marks .hlsp-brand-img { height:30px; max-width:118px; border-radius:6px; }
@media (max-width:1080px) { .hlsp-payment-marks { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media (max-width:640px) {
  .hlsp-payment-marks { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hlsp-brand-mark { min-height:76px; }
  .hlsp-carrier-marks { flex-wrap:wrap; }
}

/* v0.1.4 – reference polish + dedicated legal reading mode */
.hlsp-carrier-marks { gap:9px; }
.hlsp-carrier-marks .hlsp-brand-img {
  width:112px;
  height:34px;
  max-width:112px;
  padding:5px 9px;
  border:1px solid #e1e5dd;
  border-radius:7px;
  background:#fff;
  object-fit:contain;
  box-sizing:border-box;
}
.hlsp-payment-marks { gap:8px; }
.hlsp-brand-mark {
  min-height:74px;
  padding:8px 6px 7px;
  gap:5px;
  font-size:.73rem;
  border-radius:10px;
}
.hlsp-brand-icon { min-height:30px; }
.hlsp-brand-img { height:27px; }
.hlsp-brand-mark.is-card .hlsp-brand-img { height:25px; }
.hlsp-brand-mark.is-paypal .hlsp-brand-img,
.hlsp-brand-mark.is-amazonpay .hlsp-brand-img { height:26px; }

body.hlsp-group-legal .hlsp-hero-inner { padding:44px 0 40px; }
body.hlsp-group-legal .hlsp-hero h1 { font-size:clamp(2rem,4.2vw,3.35rem); }
body.hlsp-group-legal .hlsp-hero p { max-width:700px; font-size:1rem; line-height:1.6; }
body.hlsp-group-legal .hlsp-layout { grid-template-columns:minmax(0,1fr) 250px; gap:26px; }
body.hlsp-group-legal .hlsp-content-card { padding:40px 44px; }
body.hlsp-group-legal .hlsp-prose { max-width:820px; }
body.hlsp-group-legal .hlsp-prose h2 { margin-top:34px; }
body.hlsp-group-legal .hlsp-prose > :first-child { margin-top:0; }
body.hlsp-group-legal .hlsp-prose p,
body.hlsp-group-legal .hlsp-prose li { max-width:78ch; }

@media (max-width:900px) {
  body.hlsp-group-legal .hlsp-layout { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  body.hlsp-group-legal .hlsp-hero-inner { padding:36px 0 32px; }
  body.hlsp-group-legal .hlsp-content-card { padding:24px 19px; }
  .hlsp-brand-mark { min-height:70px; }
  .hlsp-carrier-marks .hlsp-brand-img { width:104px; height:32px; }
}


/* v0.1.5 – current legal content overlay for Impressum + Datenschutz */
.hlsp-legal-refresh .hlsp-legal-meta {
  display:inline-flex;
  gap:6px;
  align-items:center;
  margin:0 0 24px;
  padding:8px 11px;
  border-radius:9px;
  background:#f2f6ef;
  color:#52604d;
  font-size:.88rem;
}
.hlsp-legal-refresh .hlsp-legal-block {
  padding:0 0 28px;
  margin:0 0 30px;
  border-bottom:1px solid #e6e9e2;
}
.hlsp-legal-refresh .hlsp-legal-block:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.hlsp-legal-refresh .hlsp-legal-block h2 { margin:0 0 13px; }
.hlsp-legal-refresh .hlsp-legal-block ul { padding-left:1.25rem; }
.hlsp-legal-refresh .hlsp-legal-block li { margin-bottom:8px; }
.hlsp-legal-refresh .hlsp-legal-note {
  display:block;
  margin-top:18px;
  padding:12px 14px;
  border-left:3px solid #78b84a;
  background:#f7faf5;
  color:#566052;
}

/* v0.1.6 – legal trust / withdrawal quick action */
.hlsp-legal-action-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 0 30px;
  padding: 24px;
  border: 1px solid #dfe4d8;
  border-radius: 16px;
  background: #f7f9f4;
}
.hlsp-legal-action-card h2 { margin: 5px 0 7px; }
.hlsp-legal-action-card p { margin: 0; }
.hlsp-legal-original { margin-top: 8px; }
.hlsp-trust-callout {
  background: #f7f9f4;
  border: 1px solid #dfe4d8;
  border-radius: 14px;
  padding: 20px 22px;
}
@media (max-width: 720px) {
  .hlsp-legal-action-card { grid-template-columns: 1fr; }
  .hlsp-legal-action-card .hlsp-button { justify-self: start; }
}
