:root{
  --rexgo-green:#0b8f78;
  --rexgo-green-dark:#087160;
  --rexgo-green-soft:#e8f6f2;
  --rexgo-text:#101827;
  --rexgo-muted:#5d6878;
  --rexgo-line:#e4e9ef;
  --rexgo-bg:#f6f9fb;
  --rexgo-white:#fff;
  --rexgo-radius:28px;
  --rexgo-shadow:0 22px 70px rgba(16,24,39,.12);
  --rexgo-max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.rexgo-landing{margin:0;background:var(--rexgo-white);color:var(--rexgo-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.rexgo-skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.rexgo-skip:focus{left:16px;top:16px;width:auto;height:auto;z-index:99;background:#fff;padding:10px 14px;border-radius:12px}
.rexgo-container{width:min(calc(100% - 40px),var(--rexgo-max));margin-inline:auto}
.rexgo-section{padding:92px 0}.rexgo-section--soft{background:var(--rexgo-bg)}.rexgo-section--green{background:linear-gradient(135deg,var(--rexgo-green-dark),var(--rexgo-green));color:#fff}.rexgo-section-head{max-width:760px;margin-bottom:34px}.rexgo-kicker{margin:0 0 12px;color:var(--rexgo-green);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.rexgo-section--green .rexgo-kicker,.rexgo-final .rexgo-kicker{color:#c9f4e8}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3rem,5.7vw,5.6rem);line-height:.96;letter-spacing:-.07em;margin-bottom:24px;max-width:660px}h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.04;letter-spacing:-.055em;margin-bottom:18px}h3{font-size:1.25rem;line-height:1.2;margin-bottom:10px}.rexgo-lead{font-size:clamp(1.05rem,1.8vw,1.35rem);color:var(--rexgo-muted);max-width:650px}.rexgo-section--green p{color:#ecfffb}.rexgo-note{font-size:.95rem;opacity:.9}.rexgo-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:15px 24px;border-radius:999px;background:var(--rexgo-green);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 16px 38px rgba(11,143,120,.24);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.rexgo-button:hover,.rexgo-button:focus{background:var(--rexgo-green-dark);transform:translateY(-1px);box-shadow:0 20px 48px rgba(11,143,120,.3);color:#fff}.rexgo-button--light{background:#fff;color:var(--rexgo-green-dark)}.rexgo-button--light:hover,.rexgo-button--light:focus{background:#f3fffb;color:var(--rexgo-green-dark)}.rexgo-microcopy{font-size:.9rem;color:var(--rexgo-muted);margin:12px 0 0}.rexgo-actions{margin-top:26px}.rexgo-logo{display:block;margin-bottom:58px}.rexgo-logo img{display:block;width:min(260px,70vw);height:auto}
.rexgo-hero{position:relative;overflow:hidden;padding:42px 0 86px;background:radial-gradient(circle at 88% 10%,#dff4ef 0,rgba(223,244,239,.72) 24%,rgba(255,255,255,0) 52%),linear-gradient(180deg,#fff 0,#f4f9fb 100%)}.rexgo-hero__grid{display:grid;grid-template-columns:minmax(0,0.98fr) minmax(360px,0.86fr);gap:54px;align-items:center}.rexgo-hero__content{position:relative;z-index:2}.rexgo-hero__media{position:relative;z-index:1;max-width:520px;justify-self:end}.rexgo-hero__media picture{display:block;border-radius:36px;overflow:hidden;box-shadow:var(--rexgo-shadow);background:#eef7f4}.rexgo-hero__media img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;background:#fff}.rexgo-hero__media:before{content:"";position:absolute;inset:auto -28px -28px auto;width:42%;height:42%;background:var(--rexgo-green-soft);border-radius:32px;z-index:-1}
.rexgo-checklist{list-style:none;padding:0;margin:22px 0 0}.rexgo-checklist li{position:relative;padding-left:32px;margin:10px 0;color:var(--rexgo-text);font-weight:700}.rexgo-checklist li:before{content:"✓";position:absolute;left:0;top:-1px;color:var(--rexgo-green);font-weight:900}.rexgo-two{display:grid;grid-template-columns:1fr 1fr;gap:24px}.rexgo-card{background:#fff;border:1px solid var(--rexgo-line);border-radius:var(--rexgo-radius);padding:36px;box-shadow:0 12px 45px rgba(16,24,39,.06)}.rexgo-card--green{background:var(--rexgo-green-soft);border-color:#ccece3}.rexgo-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rexgo-service-card{background:#fff;border:1px solid var(--rexgo-line);border-radius:24px;padding:26px;box-shadow:0 10px 36px rgba(16,24,39,.055)}.rexgo-service-card p{color:var(--rexgo-muted);margin-bottom:0}.rexgo-icon{width:48px;height:48px;border-radius:16px;background:var(--rexgo-green-soft);color:var(--rexgo-green-dark);display:grid;place-items:center;font-weight:900;font-size:1.35rem;margin-bottom:18px}.rexgo-image-split{display:grid;grid-template-columns:.86fr 1.14fr;gap:42px;align-items:center}.rexgo-image-split--reverse{grid-template-columns:1.14fr .86fr}.rexgo-rounded-image{display:block;border-radius:32px;overflow:hidden;box-shadow:var(--rexgo-shadow);background:#eef7f4}.rexgo-rounded-image img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;background:#fff}.rexgo-rounded-image--wide img{aspect-ratio:2/1;object-fit:contain;background:#fff}.rexgo-finance{display:grid;grid-template-columns:1fr .7fr;gap:30px;align-items:end}.rexgo-finance h2{color:#fff}.rexgo-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;list-style:none;padding:0;margin:0}.rexgo-timeline li{position:relative;background:#fff;border:1px solid var(--rexgo-line);border-radius:24px;padding:24px;min-height:180px}.rexgo-timeline span{width:42px;height:42px;border-radius:50%;background:var(--rexgo-green);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:18px}.rexgo-timeline strong{display:block;font-size:1.05rem;margin-bottom:8px}.rexgo-timeline p{color:var(--rexgo-muted);margin:0;font-size:.95rem}.rexgo-trust{max-width:850px;text-align:center}.rexgo-faq{max-width:900px}.rexgo-faq-item{background:#fff;border:1px solid var(--rexgo-line);border-radius:20px;padding:0 22px;margin-bottom:12px}.rexgo-faq-item summary{cursor:pointer;font-weight:900;padding:20px 0;list-style:none}.rexgo-faq-item summary::-webkit-details-marker{display:none}.rexgo-faq-item summary:after{content:"+";float:right;color:var(--rexgo-green);font-size:1.4rem;line-height:1}.rexgo-faq-item[open] summary:after{content:"–"}.rexgo-faq-item p{color:var(--rexgo-muted);padding:0 0 20px;margin:0}.rexgo-final{padding:90px 0;background:linear-gradient(135deg,var(--rexgo-green-dark),var(--rexgo-green));color:#fff}.rexgo-final__box{text-align:center;max-width:900px}.rexgo-final h2{color:#fff}.rexgo-final p{color:#edfffb;font-size:1.16rem}.rexgo-footer{padding:28px 0;background:#0c1320;color:#cbd5e1;font-size:.92rem}.rexgo-footer__inner{display:flex;gap:20px;align-items:center;justify-content:space-between}.rexgo-footer nav{display:flex;gap:18px;flex-wrap:wrap}.rexgo-footer a{color:#fff;text-decoration:none}.rexgo-footer a:hover{text-decoration:underline}
@media (max-width:1020px){.rexgo-hero__grid,.rexgo-two,.rexgo-image-split,.rexgo-image-split--reverse,.rexgo-finance{grid-template-columns:1fr}.rexgo-logo{margin-bottom:36px}.rexgo-hero__media{max-width:760px;justify-self:start}.rexgo-service-grid{grid-template-columns:repeat(2,1fr)}.rexgo-timeline{grid-template-columns:repeat(2,1fr)}.rexgo-image-split--reverse picture{order:2}.rexgo-image-split--reverse div{order:1}.rexgo-rounded-image img{aspect-ratio:3/2;object-fit:contain}.rexgo-rounded-image--wide img{aspect-ratio:2/1;object-fit:contain}}
@media (max-width:680px){.rexgo-container{width:min(calc(100% - 28px),var(--rexgo-max))}.rexgo-section{padding:62px 0}.rexgo-hero{padding:28px 0 62px}.rexgo-hero__grid{gap:34px}h1{font-size:clamp(2.65rem,15vw,4.1rem);letter-spacing:-.065em}.rexgo-service-grid,.rexgo-timeline{grid-template-columns:1fr}.rexgo-card,.rexgo-service-card{padding:24px}.rexgo-footer__inner{align-items:flex-start;flex-direction:column}.rexgo-rounded-image,.rexgo-hero__media picture{border-radius:22px}.rexgo-logo img{width:210px}.rexgo-button{width:100%;text-align:center}.rexgo-hero__media{max-width:100%;justify-self:stretch}.rexgo-hero__media img,.rexgo-rounded-image img{aspect-ratio:3/2}.rexgo-rounded-image--wide img{aspect-ratio:2/1}.rexgo-microcopy{font-size:.84rem}}

/* Paket 4.3: Bilder vollständig anzeigen, keine Crops */
.rexgo-hero__media picture,.rexgo-rounded-image{background:#fff;}
.rexgo-hero__media img,.rexgo-rounded-image img{object-position:center center;}
@media (min-width:1021px){.rexgo-hero__media{max-width:620px}.rexgo-image-split{grid-template-columns:.82fr 1.18fr}.rexgo-image-split--reverse{grid-template-columns:1.25fr .75fr}}
@media (max-width:680px){.rexgo-hero__grid{display:flex;flex-direction:column}.rexgo-hero__content{order:1}.rexgo-hero__media{order:2}.rexgo-image-split,.rexgo-image-split--reverse{display:flex;flex-direction:column}.rexgo-image-split picture,.rexgo-image-split--reverse picture{order:2}.rexgo-image-split div,.rexgo-image-split--reverse div{order:1}.rexgo-hero__media img,.rexgo-rounded-image img{width:100%;max-width:100%;height:auto}.rexgo-rounded-image--wide img{aspect-ratio:2/1}}


/* Paket 6: Conversion- und UI-Optimierung */
:root{
  --rexgo-space-xs:.5rem;
  --rexgo-space-sm:.85rem;
  --rexgo-space-md:1.25rem;
  --rexgo-space-lg:2rem;
  --rexgo-space-xl:3.5rem;
  --rexgo-focus:0 0 0 4px rgba(11,143,120,.22);
}
.rexgo-button:focus-visible,.rexgo-faq-item summary:focus-visible,.rexgo-footer a:focus-visible{outline:none;box-shadow:var(--rexgo-focus)}
.rexgo-card,.rexgo-service-card,.rexgo-timeline li,.rexgo-faq-item{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
@media (hover:hover){
  .rexgo-card:hover,.rexgo-service-card:hover,.rexgo-timeline li:hover{transform:translateY(-3px);box-shadow:0 20px 60px rgba(16,24,39,.1);border-color:#cbe8e1}
}
.rexgo-hero__checks{display:grid;gap:8px;max-width:620px}
.rexgo-hero__checks li{background:rgba(255,255,255,.72);border:1px solid rgba(11,143,120,.14);border-radius:18px;padding:12px 14px 12px 42px;box-shadow:0 8px 28px rgba(16,24,39,.045)}
.rexgo-hero__checks li:before{left:15px;top:11px}
.rexgo-section-head{margin-inline:auto;text-align:left}
.rexgo-section--soft .rexgo-section-head,.rexgo-trust{text-align:center}.rexgo-section--soft .rexgo-section-head{margin-inline:auto}
.rexgo-icon{box-shadow:inset 0 0 0 1px rgba(11,143,120,.1)}
.rexgo-timeline li:after{content:"";position:absolute;top:44px;right:-15px;width:16px;height:2px;background:var(--rexgo-line)}
.rexgo-timeline li:last-child:after{display:none}
.rexgo-faq-item{overflow:hidden}.rexgo-faq-item[open]{border-color:#cbe8e1;box-shadow:0 16px 45px rgba(16,24,39,.07)}
.rexgo-faq-item summary{position:relative;padding-right:40px}.rexgo-faq-item summary:after{position:absolute;right:0;top:18px;float:none}
.rexgo-final__box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:32px;padding:42px 28px;box-shadow:0 20px 70px rgba(0,0,0,.14)}
.rexgo-mobile-sticky{display:none}
@media (max-width:780px){
  body.rexgo-landing{padding-bottom:86px}
  .rexgo-mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:50;display:block;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-top:1px solid rgba(16,24,39,.1);box-shadow:0 -14px 40px rgba(16,24,39,.12)}
  .rexgo-mobile-sticky__button{width:100%;min-height:54px}
  .rexgo-timeline li:after{display:none}
  .rexgo-section-head{text-align:left;margin-inline:0}
  .rexgo-final__box{padding:30px 20px;border-radius:24px}
  .rexgo-hero__checks li{font-size:.96rem}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.rexgo-button,.rexgo-card,.rexgo-service-card,.rexgo-timeline li,.rexgo-faq-item{transition:none!important}.rexgo-button:hover,.rexgo-button:focus,.rexgo-card:hover,.rexgo-service-card:hover,.rexgo-timeline li:hover{transform:none!important}
}

/* Paket 6.1: Premium Hero & Conversion-Optimierung */
.rexgo-hero--premium{
  padding:38px 0 96px;
  background:
    radial-gradient(circle at 86% 16%,rgba(11,143,120,.15) 0,rgba(11,143,120,.08) 24%,rgba(255,255,255,0) 52%),
    linear-gradient(180deg,#fff 0,#f2f8fa 100%);
}
.rexgo-hero--premium .rexgo-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
  gap:66px;
  align-items:center;
}
.rexgo-hero--premium .rexgo-logo{margin-bottom:46px}
.rexgo-hero--premium h1{
  max-width:720px;
  font-size:clamp(3.1rem,5.2vw,5.25rem);
  line-height:.98;
  letter-spacing:-.06em;
  margin-bottom:20px;
}
.rexgo-hero--premium .rexgo-lead{max-width:620px;margin-bottom:22px}
.rexgo-hero__features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:760px;
  margin:28px 0 0;
}
.rexgo-hero-feature{
  position:relative;
  min-height:150px;
  padding:20px 18px 18px;
  border:1px solid rgba(11,143,120,.15);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 34px rgba(16,24,39,.06);
}
.rexgo-hero-feature__icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--rexgo-green-soft);
  color:var(--rexgo-green-dark);
  font-weight:900;
  margin-bottom:12px;
}
.rexgo-hero-feature strong{display:block;font-size:1rem;line-height:1.15;margin-bottom:7px;color:var(--rexgo-text)}
.rexgo-hero-feature p{margin:0;color:var(--rexgo-muted);font-size:.92rem;line-height:1.42}
.rexgo-button--hero{min-height:58px;padding:17px 30px;font-size:1.02rem}
.rexgo-trustline{font-weight:700;color:#536071}
.rexgo-hero--premium .rexgo-hero__media{max-width:620px;justify-self:end}
.rexgo-hero--premium .rexgo-hero__media picture{
  border-radius:34px;
  box-shadow:0 28px 80px rgba(16,24,39,.16);
  background:#eaf5f2;
}
.rexgo-hero--premium .rexgo-hero__media img{
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center center;
  background:#eaf5f2;
}
.rexgo-hero--premium .rexgo-hero__media:before{
  width:48%;
  height:48%;
  right:-24px;
  bottom:-24px;
  border-radius:34px;
  background:linear-gradient(135deg,rgba(11,143,120,.12),rgba(11,143,120,.04));
}
@media (hover:hover){
  .rexgo-hero-feature{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
  .rexgo-hero-feature:hover{transform:translateY(-3px);border-color:rgba(11,143,120,.28);box-shadow:0 22px 55px rgba(16,24,39,.1)}
}
@media (max-width:1120px){
  .rexgo-hero--premium .rexgo-hero__grid{grid-template-columns:1fr;gap:38px}
  .rexgo-hero--premium .rexgo-hero__media{max-width:760px;justify-self:start}
  .rexgo-hero__features{grid-template-columns:repeat(3,minmax(0,1fr));max-width:100%}
}
@media (max-width:760px){
  .rexgo-hero--premium{padding:26px 0 58px}
  .rexgo-hero--premium .rexgo-logo{margin-bottom:30px}
  .rexgo-hero--premium h1{font-size:clamp(2.45rem,13.2vw,3.8rem);letter-spacing:-.055em;line-height:1}
  .rexgo-hero__features{grid-template-columns:1fr;gap:10px;margin-top:24px}
  .rexgo-hero-feature{min-height:auto;display:grid;grid-template-columns:36px 1fr;column-gap:12px;align-items:start;padding:16px}
  .rexgo-hero-feature__icon{grid-row:1 / span 2;margin:0;width:32px;height:32px}
  .rexgo-hero-feature strong{margin-top:1px}
  .rexgo-hero-feature p{font-size:.9rem}
  .rexgo-hero__actions{margin-top:24px}
  .rexgo-hero--premium .rexgo-hero__media{order:2;width:100%}
  .rexgo-hero--premium .rexgo-hero__media picture{border-radius:24px}
  .rexgo-hero--premium .rexgo-hero__media img{aspect-ratio:4/3;object-fit:cover}
}


/* Paket 6.2: Emotionaler Conversion-Hero */
.rexgo-hero--conversion{
  min-height:calc(100vh - 0px);
  padding:28px 0 76px;
  background:
    radial-gradient(circle at 78% 22%,rgba(11,143,120,.11) 0,rgba(11,143,120,.045) 32%,rgba(255,255,255,0) 58%),
    linear-gradient(180deg,#fff 0,#f7fbfa 100%);
}
.rexgo-hero--conversion .rexgo-hero__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:54px;
}
.rexgo-hero--conversion .rexgo-logo{margin:0;flex:0 0 auto}
.rexgo-hero--conversion .rexgo-logo img{width:210px;max-width:48vw;height:auto}
.rexgo-hero__nav{display:flex;align-items:center;gap:32px;font-weight:850}
.rexgo-hero__nav a{color:var(--rexgo-text);text-decoration:none}
.rexgo-hero__nav a:hover,.rexgo-hero__nav a:focus{color:var(--rexgo-green-dark)}
.rexgo-button--nav{min-height:48px;padding:13px 22px;box-shadow:0 12px 30px rgba(11,143,120,.2)}
.rexgo-hero--conversion .rexgo-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,.93fr) minmax(440px,1.07fr);
  gap:64px;
  align-items:center;
}
.rexgo-hero--conversion .rexgo-hero__content{z-index:2}
.rexgo-hero--conversion h1{
  max-width:690px;
  font-size:clamp(3rem,4.9vw,5.05rem);
  line-height:1.02;
  letter-spacing:-.062em;
  margin-bottom:22px;
}
.rexgo-hero--conversion .rexgo-lead{
  max-width:625px;
  font-size:clamp(1.08rem,1.45vw,1.26rem);
  line-height:1.62;
  margin-bottom:0;
}
.rexgo-hero--conversion .rexgo-hero__actions{margin-top:32px}
.rexgo-hero--conversion .rexgo-button--hero{
  min-height:64px;
  padding:18px 32px;
  font-size:1.05rem;
  gap:10px;
}
.rexgo-hero--conversion .rexgo-trustline{margin-top:12px;font-weight:750;color:#4c596b}
.rexgo-hero__trust{
  list-style:none;
  padding:0;
  margin:30px 0 0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  max-width:640px;
}
.rexgo-hero__trust li{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:11px 14px;
  border:1px solid rgba(11,143,120,.14);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 24px rgba(16,24,39,.045);
  font-weight:850;
  color:#172235;
}
.rexgo-hero__trust span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--rexgo-green-soft);
  color:var(--rexgo-green-dark);
  font-weight:950;
  flex:0 0 24px;
}
.rexgo-hero__proof{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  max-width:700px;
  margin-top:24px;
  border:1px solid rgba(16,24,39,.09);
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 56px rgba(16,24,39,.075);
}
.rexgo-hero__proof div{padding:18px 20px}.rexgo-hero__proof div+div{border-left:1px solid rgba(16,24,39,.09)}
.rexgo-hero__proof strong{display:block;color:var(--rexgo-text);line-height:1.18;margin-bottom:5px}
.rexgo-hero__proof span{display:block;color:var(--rexgo-muted);font-size:.92rem;line-height:1.45}
.rexgo-hero--conversion .rexgo-hero__media{
  position:relative;
  margin:0;
  width:100%;
  max-width:none;
  justify-self:stretch;
}
.rexgo-hero--conversion .rexgo-hero__media picture{
  display:block;
  overflow:hidden;
  border-radius:36px;
  background:#eef7f4;
  box-shadow:0 32px 90px rgba(16,24,39,.18);
}
.rexgo-hero--conversion .rexgo-hero__media img{
  display:block;
  width:100%;
  height:min(680px,68vh);
  min-height:520px;
  object-fit:cover;
  object-position:center center;
  background:#eef7f4;
}
.rexgo-hero--conversion .rexgo-hero__media:before{
  content:"";
  position:absolute;
  right:-22px;
  bottom:-22px;
  width:38%;
  height:38%;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(11,143,120,.15),rgba(11,143,120,.04));
  z-index:-1;
}
@media (max-width:1100px){
  .rexgo-hero--conversion{min-height:auto;padding-bottom:64px}
  .rexgo-hero--conversion .rexgo-hero__top{margin-bottom:38px}
  .rexgo-hero__nav{display:none}
  .rexgo-hero--conversion .rexgo-hero__grid{grid-template-columns:1fr;gap:36px}
  .rexgo-hero--conversion .rexgo-hero__media{max-width:900px;justify-self:start}
  .rexgo-hero--conversion .rexgo-hero__media img{height:auto;min-height:0;aspect-ratio:16/10}
}
@media (max-width:760px){
  .rexgo-hero--conversion{padding:22px 0 54px}
  .rexgo-hero--conversion .rexgo-hero__top{margin-bottom:30px}
  .rexgo-button--nav{display:none}
  .rexgo-hero--conversion .rexgo-logo img{width:190px}
  .rexgo-hero--conversion h1{font-size:clamp(2.3rem,11.5vw,3.55rem);line-height:1.04;letter-spacing:-.055em;margin-bottom:18px}
  .rexgo-hero--conversion .rexgo-lead{font-size:1.03rem;line-height:1.56}
  .rexgo-hero--conversion .rexgo-button--hero{width:100%;min-height:60px;padding-inline:18px;text-align:center}
  .rexgo-hero__trust{grid-template-columns:1fr;gap:10px;margin-top:24px}
  .rexgo-hero__trust li{border-radius:18px}
  .rexgo-hero__proof{grid-template-columns:1fr;border-radius:22px;margin-top:20px}
  .rexgo-hero__proof div+div{border-left:0;border-top:1px solid rgba(16,24,39,.09)}
  .rexgo-hero--conversion .rexgo-hero__media picture{border-radius:24px}
  .rexgo-hero--conversion .rexgo-hero__media img{aspect-ratio:4/3;object-position:center center}
}

/* Paket 6.3: Header- und Hero-Conversion-Feinschliff */
.rexgo-hero--63{
  min-height:100svh;
  padding:26px 0 72px;
  background:
    radial-gradient(circle at 84% 18%,rgba(11,143,120,.14) 0,rgba(11,143,120,.06) 30%,rgba(255,255,255,0) 58%),
    linear-gradient(180deg,#fff 0,#f7fbfa 100%);
}
.rexgo-hero--63 .rexgo-hero__top{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  margin-bottom:58px;
}
.rexgo-hero--63 .rexgo-logo{display:block;margin:0;text-decoration:none;line-height:0;justify-self:start}
.rexgo-hero--63 .rexgo-logo img{width:220px;max-width:38vw;height:auto}
.rexgo-hero--63 .rexgo-hero__nav{justify-self:center;display:flex;gap:34px;font-size:.98rem;font-weight:850;white-space:nowrap}
.rexgo-hero--63 .rexgo-hero__nav a{padding:8px 2px;color:#142033;text-decoration:none}
.rexgo-hero--63 .rexgo-button--nav{justify-self:end;min-height:52px;padding:14px 24px;gap:9px;font-size:.98rem}
.rexgo-hero--63 .rexgo-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
  gap:72px;
  align-items:center;
}
.rexgo-hero--63 .rexgo-kicker{margin-bottom:14px;font-size:.82rem;letter-spacing:.13em;color:var(--rexgo-green-dark)}
.rexgo-hero--63 h1{
  max-width:690px;
  font-size:clamp(3.25rem,5.35vw,5.65rem);
  line-height:.98;
  letter-spacing:-.067em;
  margin-bottom:22px;
}
.rexgo-hero--63 .rexgo-lead{
  max-width:650px;
  font-size:clamp(1.1rem,1.42vw,1.28rem);
  line-height:1.58;
  color:#536071;
}
.rexgo-hero--63 .rexgo-hero__actions{margin-top:34px}
.rexgo-hero--63 .rexgo-button--hero{min-height:66px;padding:19px 34px;font-size:1.06rem;gap:10px;box-shadow:0 18px 42px rgba(11,143,120,.28)}
.rexgo-hero--63 .rexgo-trustline{font-size:.92rem;margin-top:13px;color:#596579;font-weight:750}
.rexgo-hero--63 .rexgo-hero__trust{margin-top:30px;gap:12px;max-width:660px}
.rexgo-hero--63 .rexgo-hero__trust li{min-height:50px;background:rgba(255,255,255,.88);border-color:rgba(11,143,120,.16);box-shadow:0 10px 28px rgba(16,24,39,.05)}
.rexgo-hero--63 .rexgo-hero__proof{max-width:700px;margin-top:24px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px)}
.rexgo-hero--63 .rexgo-hero__media{margin:0;width:100%;max-width:none;justify-self:stretch}
.rexgo-hero--63 .rexgo-hero__media picture{border-radius:38px;box-shadow:0 34px 94px rgba(16,24,39,.2);background:#eef7f4}
.rexgo-hero--63 .rexgo-hero__media img{width:100%;height:min(700px,70vh);min-height:540px;object-fit:cover;object-position:center center;display:block;background:#eef7f4}
.rexgo-hero--63 .rexgo-hero__media:before{right:-24px;bottom:-24px;width:40%;height:40%;border-radius:32px;background:linear-gradient(135deg,rgba(11,143,120,.16),rgba(11,143,120,.04))}
@media (max-width:1180px){
  .rexgo-hero--63 .rexgo-hero__top{grid-template-columns:auto auto;justify-content:space-between;margin-bottom:42px}
  .rexgo-hero--63 .rexgo-hero__nav{display:none}
  .rexgo-hero--63 .rexgo-hero__grid{grid-template-columns:1fr;gap:38px}
  .rexgo-hero--63 .rexgo-hero__media{max-width:920px;justify-self:start}
  .rexgo-hero--63 .rexgo-hero__media img{height:auto;min-height:0;aspect-ratio:16/10}
}
@media (max-width:760px){
  .rexgo-hero--63{min-height:auto;padding:20px 0 54px}
  .rexgo-hero--63 .rexgo-hero__top{display:block;margin-bottom:28px;text-align:left}
  .rexgo-hero--63 .rexgo-logo img{width:190px;max-width:72vw}
  .rexgo-hero--63 .rexgo-button--nav{display:none}
  .rexgo-hero--63 h1{font-size:clamp(2.35rem,11.2vw,3.55rem);line-height:1.02;letter-spacing:-.058em;margin-bottom:18px}
  .rexgo-hero--63 .rexgo-lead{font-size:1.03rem;line-height:1.55}
  .rexgo-hero--63 .rexgo-hero__actions{margin-top:26px}
  .rexgo-hero--63 .rexgo-button--hero{width:100%;min-height:60px;padding-inline:16px;text-align:center}
  .rexgo-hero--63 .rexgo-hero__trust{grid-template-columns:1fr;margin-top:24px}
  .rexgo-hero--63 .rexgo-hero__trust li{border-radius:18px}
  .rexgo-hero--63 .rexgo-hero__proof{grid-template-columns:1fr;border-radius:22px}
  .rexgo-hero--63 .rexgo-hero__proof div+div{border-left:0;border-top:1px solid rgba(16,24,39,.09)}
  .rexgo-hero--63 .rexgo-hero__media picture{border-radius:24px}
  .rexgo-hero--63 .rexgo-hero__media img{aspect-ratio:4/3;object-position:center center}
}

/* Paket 6.4: Reduzierter Header + Conversion-Vertrauensbereich */
.rexgo-hero--64{
  min-height:100svh;
  padding:26px 0 70px;
  background:
    radial-gradient(circle at 84% 18%,rgba(11,143,120,.14) 0,rgba(11,143,120,.06) 30%,rgba(255,255,255,0) 58%),
    linear-gradient(180deg,#fff 0,#f7fbfa 100%);
}
.rexgo-hero--64 .rexgo-hero__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:58px;
}
.rexgo-hero--64 .rexgo-logo{display:block;margin:0;text-decoration:none;line-height:0}
.rexgo-hero--64 .rexgo-logo img{width:220px;max-width:42vw;height:auto}
.rexgo-hero--64 .rexgo-button--nav{min-height:52px;padding:14px 24px;gap:9px;font-size:.98rem}
.rexgo-hero--64 .rexgo-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
  gap:72px;
  align-items:center;
}
.rexgo-hero--64 .rexgo-kicker{margin-bottom:14px;font-size:.82rem;letter-spacing:.13em;color:var(--rexgo-green-dark)}
.rexgo-hero--64 h1{
  max-width:690px;
  font-size:clamp(3.25rem,5.35vw,5.65rem);
  line-height:.98;
  letter-spacing:-.067em;
  margin-bottom:22px;
}
.rexgo-hero--64 .rexgo-lead{
  max-width:650px;
  font-size:clamp(1.1rem,1.42vw,1.28rem);
  line-height:1.58;
  color:#536071;
}
.rexgo-hero--64 .rexgo-hero__actions{margin-top:34px}
.rexgo-hero--64 .rexgo-button--hero{min-height:66px;padding:19px 34px;font-size:1.06rem;gap:10px;box-shadow:0 18px 42px rgba(11,143,120,.28)}
.rexgo-hero--64 .rexgo-trustline{font-size:.92rem;margin-top:13px;color:#596579;font-weight:750}
.rexgo-hero--64 .rexgo-hero__trust{margin-top:30px;gap:12px;max-width:660px}
.rexgo-hero--64 .rexgo-hero__trust li{min-height:50px;background:rgba(255,255,255,.9);border-color:rgba(11,143,120,.18);box-shadow:0 10px 28px rgba(16,24,39,.05)}
.rexgo-hero--64 .rexgo-hero__media{margin:0;width:100%;max-width:none;justify-self:stretch}
.rexgo-hero--64 .rexgo-hero__media picture{display:block;overflow:hidden;border-radius:38px;box-shadow:0 34px 94px rgba(16,24,39,.2);background:#eef7f4}
.rexgo-hero--64 .rexgo-hero__media img{width:100%;height:min(700px,70vh);min-height:540px;object-fit:cover;object-position:center center;display:block;background:#eef7f4}
.rexgo-hero--64 .rexgo-hero__media:before{right:-24px;bottom:-24px;width:40%;height:40%;border-radius:32px;background:linear-gradient(135deg,rgba(11,143,120,.16),rgba(11,143,120,.04))}
.rexgo-conversion-trust{
  padding-top:84px;
  background:#fff;
}
.rexgo-conversion-trust__head{max-width:860px;margin-bottom:34px}
.rexgo-conversion-trust__head h2{max-width:860px}
.rexgo-trust-cards{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.rexgo-trust-card{
  background:#fff;
  border:1px solid rgba(16,24,39,.09);
  border-radius:26px;
  padding:28px 24px;
  box-shadow:0 14px 42px rgba(16,24,39,.06);
}
.rexgo-trust-card__icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:var(--rexgo-green-soft);
  color:var(--rexgo-green-dark);
  font-size:1.6rem;
  margin-bottom:20px;
}
.rexgo-trust-card h3{font-size:1.15rem;margin-bottom:10px;color:var(--rexgo-text)}
.rexgo-trust-card p{margin:0;color:var(--rexgo-muted);line-height:1.55}
.rexgo-proof-strip{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:0;
  margin-top:24px;
  background:#fff;
  border:1px solid rgba(16,24,39,.09);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 18px 56px rgba(16,24,39,.07);
}
.rexgo-proof-strip div{padding:22px 24px}
.rexgo-proof-strip div+div{border-left:1px solid rgba(16,24,39,.09)}
.rexgo-proof-strip strong{display:block;color:var(--rexgo-text);font-size:1.08rem;margin-bottom:5px}
.rexgo-proof-strip span{display:block;color:var(--rexgo-muted);font-size:.96rem;line-height:1.45}
@media (hover:hover){
  .rexgo-trust-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
  .rexgo-trust-card:hover{transform:translateY(-3px);border-color:rgba(11,143,120,.25);box-shadow:0 22px 58px rgba(16,24,39,.1)}
}
@media (max-width:1180px){
  .rexgo-hero--64{min-height:auto;padding-bottom:64px}
  .rexgo-hero--64 .rexgo-hero__top{margin-bottom:42px}
  .rexgo-hero--64 .rexgo-hero__grid{grid-template-columns:1fr;gap:38px}
  .rexgo-hero--64 .rexgo-hero__media{max-width:920px;justify-self:start}
  .rexgo-hero--64 .rexgo-hero__media img{height:auto;min-height:0;aspect-ratio:16/10}
  .rexgo-trust-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .rexgo-hero--64{padding:20px 0 54px}
  .rexgo-hero--64 .rexgo-hero__top{display:block;margin-bottom:28px;text-align:left}
  .rexgo-hero--64 .rexgo-logo img{width:190px;max-width:72vw}
  .rexgo-hero--64 .rexgo-button--nav{display:none}
  .rexgo-hero--64 h1{font-size:clamp(2.35rem,11.2vw,3.55rem);line-height:1.02;letter-spacing:-.058em;margin-bottom:18px}
  .rexgo-hero--64 .rexgo-lead{font-size:1.03rem;line-height:1.55}
  .rexgo-hero--64 .rexgo-hero__actions{margin-top:26px}
  .rexgo-hero--64 .rexgo-button--hero{width:100%;min-height:60px;padding-inline:16px;text-align:center}
  .rexgo-hero--64 .rexgo-hero__trust{grid-template-columns:1fr;margin-top:24px}
  .rexgo-hero--64 .rexgo-hero__trust li{border-radius:18px}
  .rexgo-hero--64 .rexgo-hero__media picture{border-radius:24px}
  .rexgo-hero--64 .rexgo-hero__media img{aspect-ratio:4/3;object-position:center center}
  .rexgo-conversion-trust{padding-top:62px}
  .rexgo-trust-cards{grid-template-columns:1fr;gap:14px}
  .rexgo-trust-card{padding:24px 20px;border-radius:22px}
  .rexgo-proof-strip{grid-template-columns:1fr;border-radius:22px}
  .rexgo-proof-strip div+div{border-left:0;border-top:1px solid rgba(16,24,39,.09)}
}


/* Paket 6.5: Preisanker + mehr Abstand für bessere Hero-Conversion */
.rexgo-hero--65 .rexgo-hero__top{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  column-gap:34px;
}
.rexgo-header-offer{
  justify-self:center;
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 16px;
  border:1px solid rgba(11,143,120,.16);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 30px rgba(16,24,39,.055);
  white-space:nowrap;
}
.rexgo-header-offer strong{color:var(--rexgo-green-dark);font-size:.96rem;line-height:1}
.rexgo-header-offer span{color:#526070;font-size:.9rem;font-weight:750;line-height:1}
.rexgo-hero--65 .rexgo-hero__grid{
  grid-template-columns:minmax(0,0.88fr) minmax(500px,1.12fr);
  gap:118px;
}
.rexgo-hero--65 .rexgo-hero__content{max-width:590px}
.rexgo-hero--65 h1{
  max-width:575px;
  font-size:clamp(3rem,4.55vw,5.05rem);
  letter-spacing:-.062em;
}
.rexgo-hero--65 .rexgo-lead{max-width:565px}
.rexgo-hero--65 .rexgo-hero__media{transform:translateX(18px)}
.rexgo-offer-box{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  max-width:560px;
  margin:24px 0 0;
  border:1px solid rgba(11,143,120,.18);
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,.9);
  box-shadow:0 16px 46px rgba(16,24,39,.07);
}
.rexgo-offer-box div{padding:18px 20px}
.rexgo-offer-box div+div{border-left:1px solid rgba(11,143,120,.14)}
.rexgo-offer-box span{display:block;margin-bottom:5px;color:#596579;font-size:.88rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.rexgo-offer-box strong{display:block;color:#101827;font-size:1.18rem;line-height:1.16;letter-spacing:-.02em}
.rexgo-hero--65 .rexgo-hero__actions{margin-top:28px}
.rexgo-hero--65 .rexgo-hero__trust{max-width:590px}
@media (max-width:1280px){
  .rexgo-hero--65 .rexgo-hero__grid{grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:88px}
  .rexgo-hero--65 .rexgo-hero__media{transform:none}
}
@media (max-width:1180px){
  .rexgo-hero--65 .rexgo-hero__top{grid-template-columns:auto auto;justify-content:space-between}
  .rexgo-header-offer{display:none}
  .rexgo-hero--65 .rexgo-hero__grid{grid-template-columns:1fr;gap:40px}
  .rexgo-hero--65 .rexgo-hero__content{max-width:760px}
  .rexgo-hero--65 h1{max-width:720px}
  .rexgo-hero--65 .rexgo-lead,.rexgo-offer-box,.rexgo-hero--65 .rexgo-hero__trust{max-width:680px}
}
@media (max-width:760px){
  .rexgo-offer-box{grid-template-columns:1fr;border-radius:22px;margin-top:20px}
  .rexgo-offer-box div{padding:16px 18px}
  .rexgo-offer-box div+div{border-left:0;border-top:1px solid rgba(11,143,120,.14)}
  .rexgo-offer-box strong{font-size:1.08rem}
}


/* Paket 6.6: Finanzierung + Ersparnis als starker Header-Preisanker */
.rexgo-hero--66 .rexgo-header-offer{
  gap:14px;
  padding:11px 18px;
  border-color:rgba(11,143,120,.22);
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,253,250,.94));
  box-shadow:0 14px 34px rgba(11,143,120,.11);
}
.rexgo-hero--66 .rexgo-header-offer strong{
  font-size:1rem;
  letter-spacing:-.01em;
}
.rexgo-hero--66 .rexgo-header-offer span{
  color:#142033;
  font-weight:850;
}
.rexgo-hero--66 .rexgo-lead strong{color:var(--rexgo-text)}
.rexgo-hero--66 .rexgo-offer-box{
  border-color:rgba(11,143,120,.24);
  box-shadow:0 18px 52px rgba(11,143,120,.095);
}
.rexgo-hero--66 .rexgo-offer-box strong{
  color:var(--rexgo-green-dark);
  font-size:1.22rem;
}
.rexgo-hero--66 .rexgo-hero__trust{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:620px;
}
.rexgo-hero--66 .rexgo-hero__trust li:first-child{
  border-color:rgba(11,143,120,.28);
  background:linear-gradient(180deg,#fff,rgba(232,248,242,.9));
}
@media (min-width:1181px){
  .rexgo-hero--66 .rexgo-hero__grid{gap:128px;}
  .rexgo-hero--66 .rexgo-hero__media{transform:translateX(24px)}
}
@media (max-width:1180px){
  .rexgo-hero--66 .rexgo-header-offer{display:flex;grid-column:1 / -1;justify-self:center;margin-top:10px;white-space:normal;text-align:center;flex-wrap:wrap;justify-content:center}
}
@media (max-width:760px){
  .rexgo-hero--66 .rexgo-header-offer{display:flex;font-size:.92rem;border-radius:22px;line-height:1.25;padding:12px 14px}
  .rexgo-hero--66 .rexgo-header-offer strong,.rexgo-hero--66 .rexgo-header-offer span{font-size:.9rem;line-height:1.25}
  .rexgo-hero--66 .rexgo-hero__trust{grid-template-columns:1fr;max-width:100%}
}


/* Paket 6.7: Zertifizierter Montagepartner als Conversion-Trust */
.rexgo-hero--67 .rexgo-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border:1px solid rgba(11,143,120,.18);
  border-radius:999px;
  background:rgba(11,143,120,.08);
  color:var(--rexgo-green-dark);
  font-weight:900;
}
.rexgo-hero--67 .rexgo-kicker::before{content:"🏅";font-size:1rem;line-height:1}
.rexgo-hero--67 .rexgo-hero__trust{max-width:720px}
.rexgo-hero--67 .rexgo-hero__trust li:last-child{
  background:linear-gradient(135deg,rgba(11,143,120,.12),rgba(255,255,255,.96));
  border-color:rgba(11,143,120,.24);
  font-weight:900;
}
.rexgo-trust-card--partner{
  border-color:rgba(11,143,120,.24);
  background:linear-gradient(180deg,#ffffff 0%,rgba(235,255,250,.78) 100%);
}
@media (min-width:900px){
  .rexgo-trust-cards{grid-template-columns:repeat(5,minmax(0,1fr))}
  .rexgo-trust-card{padding:24px 18px}
  .rexgo-trust-card h3{font-size:1.02rem}
}
@media (max-width:899px){
  .rexgo-hero--67 .rexgo-kicker{font-size:.8rem;line-height:1.25}
}

/* Paket 6.8: Vollständiger CRO-Umbau der restlichen Landingpage */
.rexgo-section-head--center{max-width:820px;margin-inline:auto;text-align:center}.rexgo-section-head--center p{margin-inline:auto;max-width:720px;color:var(--rexgo-muted)}
.rexgo-hero--67 .rexgo-hero__grid{grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);gap:96px}.rexgo-hero--67 .rexgo-hero__media{max-width:650px}.rexgo-hero--67 h1{max-width:680px}.rexgo-header-offer{border:1px solid rgba(11,143,120,.22);background:#fff;border-radius:999px;padding:10px 18px;box-shadow:0 12px 36px rgba(16,24,39,.07);display:flex;align-items:center;gap:10px;white-space:nowrap}.rexgo-header-offer strong{color:var(--rexgo-green-dark);font-weight:950}.rexgo-header-offer span{font-weight:800;color:#334155}.rexgo-offer-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:26px 0 0;max-width:590px}.rexgo-offer-box>div{background:#fff;border:1px solid rgba(11,143,120,.17);border-radius:22px;padding:16px 18px;box-shadow:0 14px 40px rgba(16,24,39,.06)}.rexgo-offer-box span{display:block;color:#64748b;font-weight:850;font-size:.86rem}.rexgo-offer-box strong{display:block;color:var(--rexgo-text);font-size:1.35rem;line-height:1.1;margin-top:4px}.rexgo-hero__trust{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:24px 0 0;max-width:680px}.rexgo-hero__trust li{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.82);border:1px solid rgba(11,143,120,.15);border-radius:999px;padding:9px 13px;font-weight:850;color:#263445;box-shadow:0 10px 30px rgba(16,24,39,.045)}.rexgo-hero__trust span{color:var(--rexgo-green-dark);font-weight:950}.rexgo-objections{background:#fff}.rexgo-objection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rexgo-objection-card{background:#fff;border:1px solid var(--rexgo-line);border-radius:28px;padding:30px;box-shadow:0 16px 44px rgba(16,24,39,.06)}.rexgo-objection-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--rexgo-green-soft);color:var(--rexgo-green-dark);font-weight:950;margin-bottom:18px}.rexgo-service-grid--68{grid-template-columns:repeat(3,minmax(0,1fr))}.rexgo-service-card--68{min-height:238px}.rexgo-finance-68{background:linear-gradient(135deg,#064f45,#0b8f78);color:#fff}.rexgo-finance-68 .rexgo-kicker{color:#c8fff1}.rexgo-finance-68 p{color:#ecfffb}.rexgo-finance-68__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:42px;align-items:center}.rexgo-roi-card{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:32px;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.16)}.rexgo-roi-card>div{background:#fff;color:var(--rexgo-text);border-radius:24px;padding:20px;margin-bottom:14px}.rexgo-roi-card span,.rexgo-roi-card small{display:block;color:#64748b;font-weight:850}.rexgo-roi-card strong{display:block;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.06em;color:var(--rexgo-green-dark);line-height:.95;margin:8px 0}.rexgo-roi-card p{font-size:.86rem;color:#dffaf4;margin:16px 0 0}.rexgo-timeline--68{grid-template-columns:repeat(3,minmax(0,1fr))}.rexgo-timeline--68 li{min-height:230px}.rexgo-trust-68__box{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;background:#fff;border:1px solid rgba(11,143,120,.14);border-radius:34px;padding:38px;box-shadow:0 22px 70px rgba(16,24,39,.08)}.rexgo-trust-68__box p{color:var(--rexgo-muted);max-width:780px}.rexgo-checklist--strong li{font-weight:850}.rexgo-final-68 .rexgo-final__box{text-align:center}.rexgo-final-68 .rexgo-note{color:#dffaf4;max-width:720px;margin:18px auto 0}.rexgo-faq .rexgo-section-head{margin-bottom:26px}
@media (max-width:1120px){.rexgo-hero--67 .rexgo-hero__grid{grid-template-columns:1fr;gap:44px}.rexgo-hero--67 .rexgo-hero__media{justify-self:start;max-width:760px}.rexgo-header-offer{order:3;width:100%;justify-content:center;border-radius:18px;white-space:normal;flex-wrap:wrap}.rexgo-objection-grid,.rexgo-service-grid--68,.rexgo-timeline--68{grid-template-columns:1fr}.rexgo-finance-68__grid,.rexgo-trust-68__box{grid-template-columns:1fr}.rexgo-trust-68__box .rexgo-button{width:fit-content}.rexgo-timeline--68 li{min-height:auto}}
@media (max-width:760px){.rexgo-section-head--center{text-align:left;margin-inline:0}.rexgo-section-head--center p{margin-inline:0}.rexgo-header-offer{font-size:.88rem;padding:10px 12px}.rexgo-offer-box{grid-template-columns:1fr}.rexgo-hero__trust{display:grid;grid-template-columns:1fr;gap:8px}.rexgo-hero__trust li{border-radius:16px}.rexgo-objection-card,.rexgo-roi-card,.rexgo-trust-68__box{border-radius:24px;padding:24px}.rexgo-trust-68__box .rexgo-button{width:100%}.rexgo-finance-68__grid{gap:28px}.rexgo-button--light{width:100%}}

/* Paket 6.9: Kostenloser Eignungscheck als Conversion-Abschnitt */
.rexgo-fit-check{
  background:
    radial-gradient(circle at 12% 10%,rgba(11,143,120,.10),rgba(255,255,255,0) 38%),
    linear-gradient(180deg,#fff 0,#f7fbfa 100%);
  padding-top:86px;
}
.rexgo-fit-check__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
  gap:42px;
  align-items:center;
}
.rexgo-fit-check__content h2{max-width:820px}
.rexgo-fit-check__content p{max-width:720px;color:var(--rexgo-muted);font-size:1.08rem}
.rexgo-fit-check__list{margin:26px 0 30px;display:grid;gap:10px;max-width:760px}
.rexgo-fit-check__list li{
  background:#fff;
  border:1px solid rgba(16,24,39,.08);
  border-radius:18px;
  padding:14px 16px 14px 44px;
  box-shadow:0 10px 30px rgba(16,24,39,.045);
}
.rexgo-fit-check__list li:before{left:16px;top:13px}
.rexgo-fit-check__card{
  position:relative;
  background:#fff;
  border:1px solid rgba(16,24,39,.09);
  border-radius:32px;
  padding:34px;
  box-shadow:0 24px 70px rgba(16,24,39,.12);
}
.rexgo-fit-check__card:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:32px;
  background:linear-gradient(135deg,rgba(11,143,120,.22),rgba(11,143,120,0) 45%);
  z-index:-1;
}
.rexgo-fit-check__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:8px 15px;
  border-radius:999px;
  background:var(--rexgo-green-soft);
  color:var(--rexgo-green-dark);
  font-weight:950;
  margin-bottom:18px;
}
.rexgo-fit-check__card h3{font-size:1.45rem;letter-spacing:-.025em;margin-bottom:18px}
.rexgo-fit-result{
  padding:18px 0;
  border-top:1px solid rgba(16,24,39,.09);
}
.rexgo-fit-result strong{display:block;color:var(--rexgo-text);font-size:1.02rem;margin-bottom:5px}
.rexgo-fit-result span{display:block;color:var(--rexgo-muted);line-height:1.5}
@media (hover:hover){
  .rexgo-fit-check__card{transition:transform .18s ease,box-shadow .18s ease}
  .rexgo-fit-check__card:hover{transform:translateY(-3px);box-shadow:0 30px 86px rgba(16,24,39,.15)}
}
@media (max-width:1020px){
  .rexgo-fit-check__grid{grid-template-columns:1fr;gap:28px}
  .rexgo-fit-check__card{max-width:760px}
}
@media (max-width:680px){
  .rexgo-fit-check{padding-top:62px}
  .rexgo-fit-check__card{padding:24px;border-radius:24px}
  .rexgo-fit-check__card:before{border-radius:24px}
  .rexgo-fit-check__content p{font-size:1rem}
}

/* Paket 6.10: Problem-Lösung-Abschnitt mit Preisanker */
.rexgo-problem-solution-610{
  background:linear-gradient(180deg,#fff 0,#f6f9fb 100%);
  position:relative;
  overflow:hidden;
}
.rexgo-problem-solution-610:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-230px;
  top:40px;
  border-radius:999px;
  background:rgba(11,143,120,.08);
  pointer-events:none;
}
.rexgo-problem-solution-610 .rexgo-container{position:relative;z-index:1}
.rexgo-problem-grid-610{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.rexgo-problem-card-610{
  background:#fff;
  border:1px solid rgba(11,143,120,.14);
  border-radius:30px;
  padding:32px;
  box-shadow:0 18px 56px rgba(16,24,39,.07);
  min-height:286px;
}
.rexgo-problem-icon-610{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:var(--rexgo-green-soft);
  color:var(--rexgo-green-dark);
  font-weight:950;
  font-size:1.45rem;
  margin-bottom:20px;
}
.rexgo-problem-card-610 h3{
  font-size:1.42rem;
  letter-spacing:-.035em;
  margin-bottom:12px;
}
.rexgo-problem-card-610 p{color:var(--rexgo-muted);margin:0}
.rexgo-savings-strip-610{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr 1fr auto;
  align-items:center;
  gap:18px;
  padding:24px;
  border-radius:32px;
  background:linear-gradient(135deg,var(--rexgo-green-dark),var(--rexgo-green));
  color:#fff;
  box-shadow:0 24px 76px rgba(11,143,120,.22);
}
.rexgo-savings-strip-610 span{
  display:block;
  color:#d8fff6;
  font-weight:850;
  font-size:.92rem;
  margin-bottom:4px;
}
.rexgo-savings-strip-610 strong{
  display:block;
  font-size:clamp(1.35rem,2.6vw,2rem);
  line-height:1.05;
  letter-spacing:-.045em;
}
.rexgo-disclaimer-610{text-align:center;max-width:780px;margin:14px auto 0}
@media (hover:hover){
  .rexgo-problem-card-610{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
  .rexgo-problem-card-610:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(16,24,39,.1);border-color:#cbe8e1}
}
@media (max-width:1040px){
  .rexgo-problem-grid-610,.rexgo-savings-strip-610{grid-template-columns:1fr}
  .rexgo-savings-strip-610 .rexgo-button{width:fit-content}
}
@media (max-width:680px){
  .rexgo-problem-card-610{padding:24px;border-radius:24px;min-height:auto}
  .rexgo-savings-strip-610{padding:22px;border-radius:24px;text-align:left}
  .rexgo-savings-strip-610 .rexgo-button{width:100%}
}

/* Paket 6.11: Social Proof und Vertrauensanker */
.rexgo-social-proof-611{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 18%,rgba(11,143,120,.10),rgba(255,255,255,0) 38%),
    linear-gradient(180deg,#f7fbfa 0,#fff 100%);
  padding-top:86px;
}
.rexgo-social-proof-611:after{
  content:"";
  position:absolute;
  right:-160px;
  bottom:-220px;
  width:480px;
  height:480px;
  border-radius:999px;
  background:rgba(11,143,120,.07);
  pointer-events:none;
}
.rexgo-social-proof-611 .rexgo-container{position:relative;z-index:1}
.rexgo-social-proof-611__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.rexgo-social-stat-611{
  background:#fff;
  border:1px solid rgba(16,24,39,.09);
  border-radius:30px;
  padding:28px 24px;
  box-shadow:0 18px 56px rgba(16,24,39,.065);
  min-height:245px;
}
.rexgo-social-stat-611--highlight{
  border-color:rgba(11,143,120,.24);
  background:linear-gradient(180deg,#fff 0%,rgba(232,248,242,.86) 100%);
}
.rexgo-social-stat-611__icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border-radius:18px;
  background:var(--rexgo-green-soft);
  color:var(--rexgo-green-dark);
  font-size:1.55rem;
  margin-bottom:18px;
}
.rexgo-social-stat-611 strong{
  display:block;
  font-size:1.35rem;
  letter-spacing:-.035em;
  line-height:1.1;
  margin-bottom:10px;
  color:var(--rexgo-text);
}
.rexgo-social-stat-611 p{margin:0;color:var(--rexgo-muted)}
.rexgo-social-proof-611__testimonial{
  margin-top:26px;
  background:#fff;
  border:1px solid rgba(11,143,120,.14);
  border-radius:34px;
  padding:34px;
  box-shadow:0 24px 76px rgba(16,24,39,.08);
}
.rexgo-social-proof-611__stars{
  color:var(--rexgo-green-dark);
  font-size:1.45rem;
  letter-spacing:.06em;
  margin-bottom:14px;
}
.rexgo-social-proof-611__testimonial blockquote{margin:0;max-width:980px}
.rexgo-social-proof-611__testimonial blockquote p{
  color:var(--rexgo-text);
  font-size:clamp(1.18rem,2vw,1.55rem);
  line-height:1.36;
  letter-spacing:-.025em;
  margin:0;
  font-weight:850;
}
.rexgo-social-proof-611__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.rexgo-social-proof-611__badges span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 13px;
  border-radius:999px;
  background:var(--rexgo-green-soft);
  color:var(--rexgo-green-dark);
  font-weight:900;
  font-size:.92rem;
}
.rexgo-social-proof-611__badges span:before{content:"✓";margin-right:7px;font-weight:950}
.rexgo-social-proof-611__cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  margin-top:22px;
  padding:26px;
  border-radius:30px;
  background:linear-gradient(135deg,var(--rexgo-green-dark),var(--rexgo-green));
  color:#fff;
  box-shadow:0 24px 76px rgba(11,143,120,.2);
}
.rexgo-social-proof-611__cta strong{
  display:block;
  font-size:1.28rem;
  line-height:1.15;
  letter-spacing:-.025em;
  margin-bottom:4px;
}
.rexgo-social-proof-611__cta span{display:block;color:#dffaf4;font-weight:750}
@media (hover:hover){
  .rexgo-social-stat-611{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
  .rexgo-social-stat-611:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(16,24,39,.105);border-color:#cbe8e1}
}
@media (max-width:1120px){
  .rexgo-social-proof-611__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rexgo-social-proof-611__cta{grid-template-columns:1fr}
  .rexgo-social-proof-611__cta .rexgo-button{width:fit-content}
}
@media (max-width:680px){
  .rexgo-social-proof-611{padding-top:62px}
  .rexgo-social-proof-611__grid{grid-template-columns:1fr;gap:14px}
  .rexgo-social-stat-611{min-height:auto;padding:24px 20px;border-radius:24px}
  .rexgo-social-proof-611__testimonial{padding:24px 20px;border-radius:24px}
  .rexgo-social-proof-611__cta{padding:22px;border-radius:24px}
  .rexgo-social-proof-611__cta .rexgo-button{width:100%}
  .rexgo-social-proof-611__badges{display:grid;grid-template-columns:1fr;gap:8px}
  .rexgo-social-proof-611__badges span{border-radius:16px}
}

/* Paket 6.12 – Einwandbehandlung: Eignung, Beratung ohne Kaufdruck */
.rexgo-fit-check--612{
    background:linear-gradient(180deg,#ffffff 0%,#f6fbf9 100%);
}
.rexgo-fit-check--612 .rexgo-section-head{
    margin-bottom:28px;
}
.rexgo-fit-places{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
    margin:0 0 34px;
}
.rexgo-fit-places span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    padding:13px 14px;
    background:#fff;
    border:1px solid rgba(11,143,120,.16);
    border-radius:18px;
    box-shadow:0 12px 34px rgba(16,24,39,.055);
    font-weight:900;
    color:#1f2937;
}
.rexgo-fit-check--612 .rexgo-fit-check__grid{
    align-items:stretch;
}
.rexgo-fit-check--612 .rexgo-fit-check__content{
    background:#fff;
    border:1px solid rgba(11,143,120,.14);
    border-radius:32px;
    padding:34px;
    box-shadow:0 20px 62px rgba(16,24,39,.075);
}
.rexgo-fit-check--612 .rexgo-fit-check__content h3{
    font-size:clamp(1.45rem,2.2vw,2rem);
    letter-spacing:-.035em;
    margin:0 0 18px;
    max-width:760px;
}
.rexgo-fit-check__cta-row{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    margin-top:30px;
}
.rexgo-fit-check__cta-row .rexgo-microcopy{
    margin:0;
    font-weight:850;
    color:#64748b;
}
.rexgo-fit-check--612 .rexgo-fit-check__card{
    background:linear-gradient(135deg,#064f45,#0b8f78);
    color:#fff;
    border:0;
}
.rexgo-fit-check--612 .rexgo-fit-check__card h3,
.rexgo-fit-check--612 .rexgo-fit-result strong{
    color:#fff;
}
.rexgo-fit-check--612 .rexgo-fit-result{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    border-radius:20px;
    padding:17px 18px;
    margin-top:12px;
}
.rexgo-fit-check--612 .rexgo-fit-result span{
    color:#eafff9;
}
.rexgo-fit-check--612 .rexgo-fit-check__badge{
    background:#fff;
    color:var(--rexgo-green-dark);
}
.rexgo-no-pressure{
    background:#fff;
    padding-top:42px;
    padding-bottom:42px;
}
.rexgo-no-pressure__box{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.8fr) auto;
    gap:30px;
    align-items:center;
    background:#f7fbf9;
    border:1px solid rgba(11,143,120,.16);
    border-radius:34px;
    padding:34px;
    box-shadow:0 20px 60px rgba(16,24,39,.065);
}
.rexgo-no-pressure h2{
    font-size:clamp(1.65rem,2.6vw,2.55rem);
    letter-spacing:-.045em;
    margin:0 0 10px;
}
.rexgo-no-pressure p{
    margin:0;
    color:var(--rexgo-muted);
    max-width:740px;
}
.rexgo-no-pressure__checks{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
}
.rexgo-no-pressure__checks li{
    position:relative;
    padding-left:28px;
    font-weight:850;
    color:#263445;
}
.rexgo-no-pressure__checks li:before{
    content:'✓';
    position:absolute;
    left:0;
    top:0;
    color:var(--rexgo-green-dark);
    font-weight:950;
}
@media (max-width:1120px){
    .rexgo-fit-places{grid-template-columns:repeat(3,minmax(0,1fr))}
    .rexgo-no-pressure__box{grid-template-columns:1fr;gap:22px}
    .rexgo-no-pressure__box .rexgo-button{width:fit-content}
}
@media (max-width:760px){
    .rexgo-fit-places{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .rexgo-fit-places span{min-height:52px;border-radius:16px;font-size:.95rem}
    .rexgo-fit-check--612 .rexgo-fit-check__content,.rexgo-no-pressure__box{padding:24px;border-radius:24px}
    .rexgo-fit-check__cta-row .rexgo-button,.rexgo-no-pressure__box .rexgo-button{width:100%}
}

/* Paket 6.13 – Vergleich: Ohne REXGO / Mit REXGO */
.rexgo-comparison{
    background:linear-gradient(180deg,#ffffff 0%,#f5fbf8 100%);
    padding-top:74px;
    padding-bottom:78px;
}
.rexgo-comparison__head{
    max-width:930px;
    margin-bottom:32px;
}
.rexgo-comparison__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}
.rexgo-comparison__panel{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    padding:34px;
    border:1px solid rgba(16,24,39,.09);
    box-shadow:0 24px 72px rgba(16,24,39,.075);
}
.rexgo-comparison__panel--without{
    background:#fff;
}
.rexgo-comparison__panel--with{
    background:linear-gradient(135deg,#064f45 0%,#0b8f78 100%);
    color:#fff;
    border-color:rgba(255,255,255,.18);
    box-shadow:0 28px 82px rgba(11,143,120,.22);
}
.rexgo-comparison__label{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:7px 13px;
    border-radius:999px;
    font-size:.86rem;
    font-weight:950;
    letter-spacing:.02em;
    margin-bottom:18px;
}
.rexgo-comparison__panel--without .rexgo-comparison__label{
    background:#f1f5f9;
    color:#64748b;
}
.rexgo-comparison__panel--with .rexgo-comparison__label{
    background:rgba(255,255,255,.16);
    color:#fff;
}
.rexgo-comparison__panel h3{
    margin:0 0 22px;
    font-size:clamp(1.45rem,2.3vw,2.2rem);
    line-height:1.05;
    letter-spacing:-.045em;
}
.rexgo-comparison__panel--without h3{color:#111827;}
.rexgo-comparison__panel--with h3{color:#fff;}
.rexgo-comparison__panel ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:14px;
}
.rexgo-comparison__panel li{
    position:relative;
    padding-left:34px;
    font-weight:850;
    line-height:1.35;
}
.rexgo-comparison__panel--without li{color:#475569;}
.rexgo-comparison__panel--without li:before{
    content:'×';
    position:absolute;
    left:0;
    top:-2px;
    width:22px;
    height:22px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#fee2e2;
    color:#b91c1c;
    font-weight:950;
    line-height:1;
}
.rexgo-comparison__panel--with li{color:#eafff9;}
.rexgo-comparison__panel--with li:before{
    content:'✓';
    position:absolute;
    left:0;
    top:-2px;
    width:22px;
    height:22px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#fff;
    color:var(--rexgo-green-dark);
    font-weight:950;
    line-height:1;
}
.rexgo-comparison__cta{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:22px;
    align-items:center;
    margin-top:24px;
    padding:28px 30px;
    border-radius:30px;
    background:#fff;
    border:1px solid rgba(11,143,120,.16);
    box-shadow:0 20px 60px rgba(16,24,39,.065);
}
.rexgo-comparison__cta strong{
    display:block;
    font-size:clamp(1.18rem,1.8vw,1.55rem);
    color:#111827;
    letter-spacing:-.03em;
    margin-bottom:4px;
}
.rexgo-comparison__cta span{
    display:block;
    color:var(--rexgo-muted);
    font-weight:750;
}
@media (hover:hover){
    .rexgo-comparison__panel{transition:transform .18s ease,box-shadow .18s ease}
    .rexgo-comparison__panel:hover{transform:translateY(-3px)}
}
@media (max-width:980px){
    .rexgo-comparison__grid{grid-template-columns:1fr}
    .rexgo-comparison__cta{grid-template-columns:1fr}
    .rexgo-comparison__cta .rexgo-button{width:fit-content}
}
@media (max-width:680px){
    .rexgo-comparison{padding-top:58px;padding-bottom:62px}
    .rexgo-comparison__panel{padding:24px 20px;border-radius:24px}
    .rexgo-comparison__cta{padding:24px 20px;border-radius:24px}
    .rexgo-comparison__cta .rexgo-button{width:100%}
}

/* Paket 6.14 – Dringlichkeit, Beratungsablauf und Premium-Abschluss */
.rexgo-why-now{
    background:#ffffff;
    padding-top:76px;
    padding-bottom:80px;
}
.rexgo-why-now__head{max-width:920px;margin-bottom:32px;}
.rexgo-why-now__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.rexgo-why-now__card{
    background:#fff;
    border:1px solid rgba(16,24,39,.09);
    border-radius:28px;
    padding:26px 22px;
    box-shadow:0 18px 52px rgba(16,24,39,.06);
}
.rexgo-why-now__icon{
    width:48px;height:48px;border-radius:18px;
    display:grid;place-items:center;
    background:#ecfdf5;
    margin-bottom:16px;
    font-size:1.35rem;
}
.rexgo-why-now__card h3{
    margin:0 0 10px;
    font-size:1.18rem;
    letter-spacing:-.025em;
    color:#111827;
}
.rexgo-why-now__card p{margin:0;color:var(--rexgo-muted);font-weight:650;line-height:1.5;}
.rexgo-why-now__bar{
    margin-top:24px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:22px;
    padding:28px 30px;
    border-radius:30px;
    background:linear-gradient(135deg,#064f45 0%,#0b8f78 100%);
    box-shadow:0 26px 76px rgba(11,143,120,.22);
    color:#fff;
}
.rexgo-why-now__bar strong{display:block;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.15;letter-spacing:-.035em;margin-bottom:5px;}
.rexgo-why-now__bar span{display:block;color:#dffdf4;font-weight:800;}
.rexgo-why-now__bar .rexgo-button{background:#fff;color:var(--rexgo-green-dark);box-shadow:0 16px 38px rgba(0,0,0,.14);}

.rexgo-consultation{
    background:linear-gradient(180deg,#f5fbf8 0%,#ffffff 100%);
    padding-top:78px;
    padding-bottom:82px;
}
.rexgo-consultation__layout{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:34px;
    align-items:start;
}
.rexgo-consultation__intro{
    background:#fff;
    border:1px solid rgba(11,143,120,.14);
    border-radius:34px;
    padding:34px;
    box-shadow:0 22px 64px rgba(16,24,39,.07);
    position:sticky;
    top:96px;
}
.rexgo-consultation__intro h2{
    margin:0 0 14px;
    font-size:clamp(1.85rem,3.1vw,3rem);
    line-height:1.03;
    letter-spacing:-.055em;
}
.rexgo-consultation__intro p{margin:0;color:var(--rexgo-muted);font-size:1.05rem;line-height:1.6;}
.rexgo-consultation__checks{
    list-style:none;
    margin:24px 0 0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}
.rexgo-consultation__checks li{
    position:relative;
    padding:12px 14px 12px 38px;
    border-radius:16px;
    background:#f7fbf9;
    color:#263445;
    font-weight:900;
}
.rexgo-consultation__checks li:before{
    content:'✓';
    position:absolute;left:14px;top:12px;
    color:var(--rexgo-green-dark);
    font-weight:950;
}
.rexgo-consultation__steps{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:14px;
    counter-reset:consultation;
}
.rexgo-consultation__steps li{
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    gap:18px;
    align-items:start;
    background:#fff;
    border:1px solid rgba(16,24,39,.09);
    border-radius:28px;
    padding:24px;
    box-shadow:0 18px 56px rgba(16,24,39,.055);
}
.rexgo-consultation__steps span{
    width:56px;height:56px;border-radius:20px;
    display:grid;place-items:center;
    background:var(--rexgo-green-dark);
    color:#fff;
    font-weight:950;
    font-size:1.2rem;
}
.rexgo-consultation__steps strong{
    display:block;
    color:#111827;
    font-size:1.18rem;
    letter-spacing:-.025em;
    margin:2px 0 6px;
}
.rexgo-consultation__steps p{margin:0;color:var(--rexgo-muted);line-height:1.5;font-weight:650;}

.rexgo-final-614{
    background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.20),transparent 30%),linear-gradient(135deg,#043d36 0%,#0b8f78 100%);
}
.rexgo-final-614__box{text-align:center;max-width:1050px;}
.rexgo-final-614 .rexgo-kicker{color:#dffdf4;}
.rexgo-final-614 h2{max-width:900px;margin-left:auto;margin-right:auto;}
.rexgo-final-614 p{max-width:760px;margin-left:auto;margin-right:auto;}
.rexgo-final-614__trust{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin:26px auto 28px;
    max-width:860px;
}
.rexgo-final-614__trust span{
    position:relative;
    display:inline-flex;
    align-items:center;
    min-height:40px;
    padding:9px 15px 9px 36px;
    border-radius:999px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    font-weight:900;
}
.rexgo-final-614__trust span:before{
    content:'✓';
    position:absolute;left:15px;top:9px;
    color:#fff;
    font-weight:950;
}
@media (hover:hover){
    .rexgo-why-now__card,.rexgo-consultation__steps li{transition:transform .18s ease,box-shadow .18s ease}
    .rexgo-why-now__card:hover,.rexgo-consultation__steps li:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(16,24,39,.09)}
}
@media (max-width:1080px){
    .rexgo-why-now__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .rexgo-consultation__layout{grid-template-columns:1fr;}
    .rexgo-consultation__intro{position:relative;top:auto;}
}
@media (max-width:760px){
    .rexgo-why-now,.rexgo-consultation{padding-top:58px;padding-bottom:62px;}
    .rexgo-why-now__grid{grid-template-columns:1fr;}
    .rexgo-why-now__bar{grid-template-columns:1fr;padding:24px 20px;border-radius:24px;}
    .rexgo-why-now__bar .rexgo-button{width:100%;}
    .rexgo-consultation__intro{padding:24px 20px;border-radius:24px;}
    .rexgo-consultation__checks{grid-template-columns:1fr;}
    .rexgo-consultation__steps li{grid-template-columns:46px 1fr;padding:20px;border-radius:22px;gap:14px;}
    .rexgo-consultation__steps span{width:46px;height:46px;border-radius:16px;}
    .rexgo-final-614__trust{justify-content:flex-start;}
}

/* ==========================================================
   REXGO Master Blueprint V1.0 Landingpage Override
   ========================================================== */
body.rexgo-blueprint-v1 {
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #12202a;
    background: #f7f9f7;
    line-height: 1.55;
}
body.rexgo-blueprint-v1 * { box-sizing: border-box; }
body.rexgo-blueprint-v1 a { color: inherit; }
.rexgo-bp-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.rexgo-bp-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(18,32,42,.08); }
.rexgo-bp-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rexgo-bp-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.rexgo-bp-logo img { display:block; width: 220px; height: auto; max-height: 62px; object-fit: contain; object-position: left center; }
.rexgo-bp-nav { display:flex; gap: 24px; font-size: 15px; font-weight: 700; color: #34434d; }
.rexgo-bp-nav a { text-decoration:none; }
.rexgo-bp-nav a:hover { color:#64b735; }
.rexgo-bp-btn { display:inline-flex; align-items:center; justify-content:center; text-align:center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; text-decoration:none; border: 2px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor:pointer; }
.rexgo-bp-btn:hover { transform: translateY(-1px); }
.rexgo-bp-btn--small { min-height: 44px; padding: 10px 18px; font-size:14px; background:#0f2433; color:#fff; box-shadow: 0 12px 26px rgba(15,36,51,.18); }
.rexgo-bp-btn--primary { background: linear-gradient(135deg, #70bf3d 0%, #4f9e2b 100%); color:#fff; box-shadow: 0 18px 36px rgba(79,158,43,.28); }
.rexgo-bp-btn--secondary { background:#fff; color:#0f2433; border-color:rgba(15,36,51,.15); box-shadow:0 12px 30px rgba(15,36,51,.08); }
.rexgo-bp-main { overflow:hidden; }
.rexgo-bp-hero { padding: 78px 0 76px; background: radial-gradient(circle at 85% 12%, rgba(112,191,61,.22), transparent 34%), linear-gradient(135deg, #ffffff 0%, #eef5ee 100%); }
.rexgo-bp-hero__grid { display:grid; grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr); gap: 46px; align-items:center; }
.rexgo-bp-kicker { display:inline-flex; width: fit-content; margin: 0 0 14px; padding: 7px 12px; border-radius:999px; background: rgba(112,191,61,.13); color:#2f761d; font-size: 13px; font-weight: 900; letter-spacing:.04em; text-transform: uppercase; }
.rexgo-bp-hero h1, .rexgo-bp-section h2, .rexgo-bp-final h2 { margin:0; color:#102231; letter-spacing:-.035em; line-height:1.02; }
.rexgo-bp-hero h1 { font-size: clamp(42px, 5vw, 72px); max-width: 780px; }
.rexgo-bp-lead { margin: 24px 0 0; font-size: clamp(18px, 1.7vw, 22px); color:#46545e; max-width: 720px; }
.rexgo-bp-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top: 32px; }
.rexgo-bp-trustline { list-style:none; padding:0; margin:24px 0 0; display:flex; gap:12px; flex-wrap:wrap; color:#253843; font-weight:800; font-size:14px; }
.rexgo-bp-trustline li { position:relative; padding-left: 26px; }
.rexgo-bp-trustline li:before { content:'✓'; position:absolute; left:0; top:0; color:#55a932; font-weight:900; }
.rexgo-bp-hero__media { margin:0; border-radius: 30px; overflow:hidden; box-shadow: 0 30px 80px rgba(15,36,51,.18); background:#dfe7df; }
.rexgo-bp-hero__media img, .rexgo-bp-image-card img, .rexgo-bp-image-split img, .rexgo-bp-final img { display:block; width:100%; height:100%; object-fit:cover; }
.rexgo-bp-hero__media img { aspect-ratio: 4 / 3; }
.rexgo-bp-section { padding: 88px 0; background:#fff; }
.rexgo-bp-section:nth-of-type(even) { background:#f7f9f7; }
.rexgo-bp-two-col { display:grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 56px; align-items:start; }
.rexgo-bp-two-col--center { align-items:center; }
.rexgo-bp-section h2, .rexgo-bp-final h2 { font-size: clamp(32px, 3.4vw, 52px); }
.rexgo-bp-textbox { font-size: 20px; color:#46545e; }
.rexgo-bp-textbox p:first-child { margin-top:0; }
.rexgo-bp-feature-grid { display:grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap:24px; align-items:stretch; }
.rexgo-bp-feature-card { border-radius:30px; padding:42px; }
.rexgo-bp-feature-card--dark { background: linear-gradient(145deg, #102231, #17364b); color:#fff; box-shadow: 0 26px 70px rgba(16,34,49,.18); }
.rexgo-bp-feature-card--dark h2 { color:#fff; }
.rexgo-bp-feature-card--dark p { color:rgba(255,255,255,.82); font-size:19px; }
.rexgo-bp-link { display:inline-flex; margin-top: 18px; color:#9ade77; font-weight:900; text-decoration:none; }
.rexgo-bp-image-card { border-radius:30px; overflow:hidden; min-height: 390px; box-shadow: 0 26px 70px rgba(16,34,49,.12); }
.rexgo-bp-section-head { max-width: 820px; margin-bottom:34px; }
.rexgo-bp-section-head p:not(.rexgo-bp-kicker) { font-size:19px; color:#5b6870; }
.rexgo-bp-cards { display:grid; gap:18px; }
.rexgo-bp-cards--six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rexgo-bp-cards article, .rexgo-bp-steps article, .rexgo-bp-fit-box { background:#fff; border:1px solid rgba(18,32,42,.09); border-radius:24px; padding:28px; box-shadow: 0 18px 45px rgba(18,32,42,.07); }
.rexgo-bp-cards article span { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; background:#eef8e9; color:#4f9e2b; font-weight:900; }
.rexgo-bp-cards h3, .rexgo-bp-steps h3, .rexgo-bp-fit-box h3 { margin: 18px 0 8px; font-size:22px; color:#102231; }
.rexgo-bp-cards p, .rexgo-bp-steps p, .rexgo-bp-fit-box li { color:#56636b; margin-bottom:0; }
.rexgo-bp-image-split figure, .rexgo-bp-final figure { margin:0; border-radius:30px; overflow:hidden; box-shadow: 0 24px 64px rgba(18,32,42,.12); }
.rexgo-bp-image-split figure img { aspect-ratio: 4 / 3; }
.rexgo-bp-checklist { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:12px; }
.rexgo-bp-checklist li { position:relative; padding:14px 16px 14px 44px; border-radius:16px; background:#fff; box-shadow:0 12px 28px rgba(18,32,42,.06); font-weight:800; }
.rexgo-bp-checklist li:before { content:'✓'; position:absolute; left:17px; color:#55a932; font-weight:900; }
.rexgo-bp-process { background: linear-gradient(145deg, #102231, #17364b) !important; color:#fff; }
.rexgo-bp-process h2 { color:#fff; }
.rexgo-bp-steps { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:18px; }
.rexgo-bp-steps article { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.12); box-shadow:none; color:#fff; }
.rexgo-bp-steps article span { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%; background:#70bf3d; color:#fff; font-weight:900; }
.rexgo-bp-steps h3 { color:#fff; }
.rexgo-bp-steps p { color:rgba(255,255,255,.78); }
.rexgo-bp-center { display:flex; justify-content:center; margin-top:34px; }
.rexgo-bp-fit-grid { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:18px; }
.rexgo-bp-fit-box ul { padding-left:22px; margin:0; }
.rexgo-bp-fit-box li + li { margin-top:10px; }
.rexgo-bp-fit-box--yes { border-top:5px solid #70bf3d; }
.rexgo-bp-fit-box--no { border-top:5px solid #8a98a3; }
.rexgo-bp-info { background:#eef5ee !important; }
.rexgo-bp-faq-list { display:grid; gap:12px; }
.rexgo-bp-faq-list details { background:#fff; border-radius:18px; border:1px solid rgba(18,32,42,.1); box-shadow:0 14px 36px rgba(18,32,42,.06); overflow:hidden; }
.rexgo-bp-faq-list summary { cursor:pointer; padding:20px 24px; font-weight:900; color:#102231; list-style:none; }
.rexgo-bp-faq-list summary::-webkit-details-marker { display:none; }
.rexgo-bp-faq-list summary:after { content:'+'; float:right; color:#55a932; font-size:24px; line-height:1; }
.rexgo-bp-faq-list details[open] summary:after { content:'–'; }
.rexgo-bp-faq-list p { margin:0; padding:0 24px 22px; color:#56636b; }
.rexgo-bp-final { padding:92px 0; background: radial-gradient(circle at 80% 10%, rgba(112,191,61,.20), transparent 32%), #102231; color:#fff; }
.rexgo-bp-final h2 { color:#fff; }
.rexgo-bp-final p { color:rgba(255,255,255,.82); font-size:19px; }
.rexgo-bp-final__grid { display:grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap:42px; align-items:center; }
.rexgo-bp-final figure img { aspect-ratio: 4 / 3; }
.rexgo-bp-footer { background:#fff; border-top:1px solid rgba(18,32,42,.08); padding:32px 0; }
.rexgo-bp-footer__inner { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.rexgo-bp-footer__logo img { display:block; width:190px; height:auto; object-fit:contain; }
.rexgo-bp-footer nav { display:flex; gap:18px; margin-top:8px; }
.rexgo-bp-footer a { color:#53616b; text-decoration:none; }
.rexgo-mobile-sticky { display:none; }
@media (max-width: 980px) {
    .rexgo-bp-container { width: min(100% - 28px, 720px); }
    .rexgo-bp-header__inner { min-height:72px; }
    .rexgo-bp-logo img { width:170px; }
    .rexgo-bp-nav { display:none; }
    .rexgo-bp-header .rexgo-bp-btn { display:none; }
    .rexgo-bp-hero { padding: 40px 0 54px; }
    .rexgo-bp-hero__grid, .rexgo-bp-two-col, .rexgo-bp-feature-grid, .rexgo-bp-final__grid { grid-template-columns:1fr; gap:28px; }
    .rexgo-bp-hero h1 { font-size: clamp(36px, 11vw, 50px); }
    .rexgo-bp-lead, .rexgo-bp-textbox { font-size:18px; }
    .rexgo-bp-cards--six, .rexgo-bp-steps, .rexgo-bp-fit-grid { grid-template-columns:1fr; }
    .rexgo-bp-section { padding:62px 0; }
    .rexgo-bp-actions { flex-direction:column; }
    .rexgo-bp-btn { width:100%; }
    .rexgo-mobile-sticky { display:block; position:fixed; left:0; right:0; bottom:0; z-index:70; padding:10px 14px calc(10px + env(safe-area-inset-bottom)); background:rgba(255,255,255,.94); border-top:1px solid rgba(18,32,42,.1); box-shadow:0 -12px 28px rgba(18,32,42,.1); }
    .rexgo-mobile-sticky .rexgo-bp-btn { min-height:52px; }
    body.rexgo-blueprint-v1 { padding-bottom: 78px; }
    .rexgo-bp-footer__inner { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 520px) {
    .rexgo-bp-container { width: calc(100% - 22px); }
    .rexgo-bp-feature-card { padding:28px; }
    .rexgo-bp-cards article, .rexgo-bp-steps article, .rexgo-bp-fit-box { padding:22px; }
    .rexgo-bp-logo img { width:155px; }
}

/* Paket 8.5: Finaler Conversion-Feinschliff nach Live-Screenshot */
.rexgo-bp-header__inner{
    min-height: 88px;
}
.rexgo-bp-logo img{
    width: 168px;
    max-height: none;
}
.rexgo-bp-btn--small{
    min-height: 54px;
    padding: 15px 28px;
    font-size: 15px;
    background: linear-gradient(135deg, #70bf3d 0%, #4f9e2b 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(79,158,43,.26);
}
.rexgo-bp-btn--small:hover,
.rexgo-bp-btn--small:focus{
    background: linear-gradient(135deg, #63ad35 0%, #438a25 100%);
    color:#fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(79,158,43,.32);
}
.rexgo-bp-hero{
    padding-top: 72px;
}
.rexgo-bp-hero__grid{
    grid-template-columns: minmax(0, 1.06fr) minmax(470px, .94fr);
    gap: 42px;
}
.rexgo-bp-hero__media{
    transform: scale(1.045);
    transform-origin: center right;
}
.rexgo-bp-actions{
    margin-top: 30px;
}
.rexgo-bp-trustline{
    margin-top: 16px;
}
@media (max-width: 980px){
    .rexgo-bp-hero__media{transform:none;}
}
@media (max-width: 760px){
    .rexgo-bp-header__inner{min-height:72px;}
    .rexgo-bp-logo img{width:112px;}
}

/* Paket 8.6: Finale Ergänzung nach Wettbewerber-Check und V1.0-Freeze */
.rexgo-bp-logo img{width:190px;max-height:none;}
.rexgo-bp-header__inner{min-height:90px;}
.rexgo-bp-header .rexgo-bp-btn--small{white-space:nowrap;}
.rexgo-bp-kicker{font-size:12px;letter-spacing:.035em;}
.rexgo-bp-trustbar{background:#ffffff;border-top:1px solid rgba(18,32,42,.07);border-bottom:1px solid rgba(18,32,42,.07);}
.rexgo-bp-trustbar__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;}
.rexgo-bp-trustbar__grid div{display:flex;align-items:center;gap:10px;justify-content:center;padding:18px 14px;border-right:1px solid rgba(18,32,42,.07);color:#102231;}
.rexgo-bp-trustbar__grid div:last-child{border-right:0;}
.rexgo-bp-trustbar__grid span{font-size:22px;line-height:1;}
.rexgo-bp-trustbar__grid strong{font-size:14px;line-height:1.25;font-weight:900;}
.rexgo-bp-hero__media{transform:scale(1.055);}
@media (max-width:980px){
  .rexgo-bp-logo img{width:150px;}
  .rexgo-bp-trustbar__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .rexgo-bp-trustbar__grid div{justify-content:flex-start;border-bottom:1px solid rgba(18,32,42,.07);}
  .rexgo-bp-trustbar__grid div:nth-child(2n){border-right:0;}
  .rexgo-bp-hero__media{transform:none;}
}
@media (max-width:760px){
  .rexgo-bp-logo img{width:120px;}
  .rexgo-bp-trustbar__grid{grid-template-columns:1fr;}
  .rexgo-bp-trustbar__grid div{border-right:0;}
}

/* Paket 8.7: Finale Kontakt- und Preislogik */
.rexgo-bp-cta-note{
  margin:14px 0 0;
  font-size:15px;
  font-weight:900;
  color:#12202b;
}
.rexgo-bp-cta-subnote{
  margin:6px 0 0;
  font-size:14px;
  color:rgba(18,32,42,.72);
  max-width:560px;
}
.rexgo-bp-pricing{
  background:linear-gradient(180deg,#ffffff 0%,#f5faf2 100%);
}
.rexgo-bp-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.rexgo-bp-price-card{
  position:relative;
  background:#fff;
  border:1px solid rgba(18,32,42,.10);
  border-radius:28px;
  padding:30px;
  box-shadow:0 18px 48px rgba(16,34,49,.08);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.rexgo-bp-price-card--featured{
  background:#102231;
  color:#fff;
  transform:translateY(-10px);
  box-shadow:0 24px 62px rgba(16,34,49,.22);
  border-color:rgba(112,191,61,.45);
}
.rexgo-bp-price-card--featured .rexgo-bp-price-sub,
.rexgo-bp-price-card--featured .rexgo-bp-buyprice,
.rexgo-bp-price-card--featured li{
  color:rgba(255,255,255,.82);
}
.rexgo-bp-price-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eaf7e3;
  font-size:24px;
  margin-bottom:18px;
}

.rexgo-bp-price-card--featured h3,
.rexgo-bp-price-card--featured .rexgo-bp-price-sub,
.rexgo-bp-price-card--featured .rexgo-bp-buyprice,
.rexgo-bp-price-card--featured ul,
.rexgo-bp-price-card--featured li{
  color:#ffffff !important;
}
.rexgo-bp-price-card--featured li::before{
  color:#70bf3d !important;
}

.rexgo-bp-price-card--featured .rexgo-bp-price-icon{
  background:rgba(255,255,255,.12);
}
.rexgo-bp-price-badge{
  position:absolute;
  top:18px;
  right:18px;
  background:#ffc400;
  color:#102231;
  font-weight:1000;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:8px 12px;
  border-radius:999px;
}
.rexgo-bp-price-card h3{
  margin:0;
  font-size:28px;
  line-height:1.05;
}
.rexgo-bp-price-sub{
  margin:8px 0 18px;
  color:rgba(18,32,42,.66);
  font-weight:700;
}
.rexgo-bp-rate{
  font-size:38px;
  line-height:1;
  font-weight:1000;
  color:#70bf3d;
  margin-bottom:8px;
}
.rexgo-bp-price-card--featured .rexgo-bp-rate{
  color:#ffc400;
}
.rexgo-bp-buyprice{
  font-size:17px;
  font-weight:900;
  color:rgba(18,32,42,.72);
  margin-bottom:20px;
}
.rexgo-bp-price-card ul{
  list-style:none;
  padding:0;
  margin:0 0 26px;
  display:grid;
  gap:11px;
  flex:1;
}
.rexgo-bp-price-card li{
  position:relative;
  padding-left:26px;
  color:rgba(18,32,42,.78);
  font-weight:750;
  line-height:1.35;
}
.rexgo-bp-price-card li:before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:#70bf3d;
  font-weight:1000;
}
.rexgo-bp-price-note{
  margin:28px auto 0;
  max-width:980px;
  display:grid;
  gap:8px;
  background:#fff;
  border:1px solid rgba(112,191,61,.28);
  border-radius:22px;
  padding:22px 26px;
  box-shadow:0 16px 44px rgba(16,34,49,.07);
  color:#102231;
}
.rexgo-bp-price-note strong{
  font-size:18px;
  font-weight:1000;
}
.rexgo-bp-price-note span{
  color:rgba(18,32,42,.72);
  font-weight:650;
  line-height:1.55;
}
.rexgo-bp-finance-note{
  max-width:980px;
  margin:14px auto 0;
  font-size:12px;
  line-height:1.55;
  color:rgba(18,32,42,.56);
}
@media (max-width:980px){
  .rexgo-bp-price-grid{grid-template-columns:1fr;}
  .rexgo-bp-price-card--featured{transform:none;}
}
@media (max-width:760px){
  .rexgo-bp-rate{font-size:32px;}
  .rexgo-bp-price-card{padding:24px;}
}

/* Paket 8.15: Conversion-Optimierung nach Google-Ads-Liveanalyse */
.rexgo-bp-header__inner{
  min-height:78px;
}
.rexgo-bp-logo img{
  width:176px;
}
.rexgo-bp-btn--small{
  min-height:48px;
  padding:12px 22px;
}
.rexgo-bp-hero{
  padding:48px 0 50px;
}
.rexgo-bp-hero__grid{
  grid-template-columns:minmax(0,1fr) minmax(430px,.92fr);
  gap:42px;
}
.rexgo-bp-hero h1{
  max-width:690px;
  font-size:clamp(42px,4.4vw,62px);
  line-height:1.02;
}
.rexgo-bp-lead{
  margin-top:18px;
  max-width:680px;
  font-size:clamp(17px,1.45vw,20px);
  line-height:1.52;
}
.rexgo-bp-hero-offer{
  display:flex;
  align-items:baseline;
  gap:10px 14px;
  flex-wrap:wrap;
  width:fit-content;
  margin-top:20px;
  padding:14px 18px;
  border:1px solid rgba(79,158,43,.24);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 36px rgba(16,34,49,.08);
  color:#102231;
}
.rexgo-bp-hero-offer span{
  font-size:14px;
  font-weight:850;
}
.rexgo-bp-hero-offer strong{
  color:#438a25;
  font-size:27px;
  line-height:1;
  font-weight:1000;
}
.rexgo-bp-hero-offer small{
  color:rgba(18,32,42,.68);
  font-size:13px;
  font-weight:800;
}
.rexgo-bp-actions{
  margin-top:22px;
}
.rexgo-bp-hero .rexgo-bp-btn--primary{
  min-width:320px;
}
.rexgo-bp-cta-note{
  margin-top:12px;
}
.rexgo-bp-trustline{
  margin-top:12px;
}
.rexgo-bp-hero__media{
  transform:none;
}
.rexgo-bp-hero__media img{
  aspect-ratio:1 / .82;
}
.rexgo-bp-quick-pricing{
  padding:64px 0 70px;
  background:linear-gradient(180deg,#f5faf2 0%,#ffffff 100%);
}
.rexgo-bp-quick-pricing__head{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:36px;
  align-items:end;
  margin-bottom:24px;
}
.rexgo-bp-quick-pricing h2{
  margin:0;
  color:#102231;
  font-size:clamp(30px,3vw,44px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.rexgo-bp-quick-pricing__head > p{
  margin:0;
  color:#56636b;
  font-size:18px;
}
.rexgo-bp-quick-pricing__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.rexgo-bp-quick-pricing__grid a{
  display:grid;
  gap:4px;
  padding:22px 24px;
  border:1px solid rgba(18,32,42,.10);
  border-radius:22px;
  background:#fff;
  color:#102231;
  text-decoration:none;
  box-shadow:0 16px 40px rgba(16,34,49,.07);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.rexgo-bp-quick-pricing__grid a:hover{
  transform:translateY(-2px);
  border-color:rgba(79,158,43,.42);
  box-shadow:0 20px 48px rgba(16,34,49,.11);
}
.rexgo-bp-quick-pricing__grid a.is-featured{
  border-color:rgba(79,158,43,.5);
  box-shadow:inset 0 4px 0 #70bf3d,0 18px 44px rgba(16,34,49,.09);
}
.rexgo-bp-quick-pricing__grid span{
  color:#3b4c57;
  font-size:15px;
  font-weight:850;
}
.rexgo-bp-quick-pricing__grid strong{
  color:#438a25;
  font-size:27px;
  line-height:1.1;
  font-weight:1000;
}
.rexgo-bp-quick-pricing__grid small{
  color:rgba(18,32,42,.62);
  font-size:13px;
  font-weight:750;
}
.rexgo-bp-quick-pricing__actions{
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:24px;
}
.rexgo-bp-text-link{
  color:#285f1c;
  font-weight:900;
  text-underline-offset:4px;
}
@media (max-width:980px){
  .rexgo-bp-header__inner{min-height:70px;}
  .rexgo-bp-logo img{width:145px;}
  .rexgo-bp-hero{padding:34px 0 44px;}
  .rexgo-bp-hero__grid{grid-template-columns:1fr;gap:26px;}
  .rexgo-bp-hero h1{font-size:clamp(36px,10vw,49px);}
  .rexgo-bp-hero .rexgo-bp-btn--primary{min-width:0;}
  .rexgo-bp-hero__media img{aspect-ratio:4 / 3;}
  .rexgo-bp-quick-pricing{padding:50px 0 56px;}
  .rexgo-bp-quick-pricing__head{grid-template-columns:1fr;gap:12px;}
  .rexgo-bp-quick-pricing__grid{grid-template-columns:1fr;}
  .rexgo-bp-quick-pricing__actions{align-items:stretch;flex-direction:column;gap:14px;text-align:center;}
}
@media (max-width:520px){
  .rexgo-bp-hero h1{font-size:clamp(34px,10.5vw,45px);}
  .rexgo-bp-lead{font-size:17px;}
  .rexgo-bp-hero-offer{width:100%;gap:7px 10px;padding:13px 15px;}
  .rexgo-bp-hero-offer span{width:100%;}
  .rexgo-bp-hero-offer strong{font-size:25px;}
  .rexgo-bp-trustline{display:grid;gap:7px;}
  .rexgo-bp-quick-pricing__grid a{padding:19px 20px;}
}
