body{margin:0;background:#f5f1ea;color:#1f2e34;font-family:Arial,sans-serif}a{color:inherit}img{max-width:100%;display:block}.top{background:#10251f;color:#fff;padding:8px 24px;display:flex;justify-content:space-between}.ad{color:#f4bd84;border:1px solid #7b8c85;border-radius:20px;padding:4px 12px}header{background:#fffdf8;border-bottom:1px solid #e3d7c7;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0}.logo{font:800 26px Georgia,serif;color:#23483e;text-decoration:none}nav a{margin-left:18px;text-decoration:none}.pill,.btn{background:#bd6b34;color:white!important;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}.hero{background:linear-gradient(135deg,#e7f4ef,#f7ead8);padding:60px 24px}.hero-grid,.wrap{max-width:1160px;margin:auto}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.kicker{color:#bd6b34;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px}h1{font:800 56px/1.03 Georgia,serif;margin:14px 0}.lead{font-size:20px;line-height:1.7;color:#435154}.card{background:#fffdf8;border:1px solid #e3d7c7;border-radius:28px;padding:18px;box-shadow:0 25px 60px #0002}.trust{background:white;border-bottom:1px solid #e3d7c7}.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;text-align:center;padding:18px 24px;color:#506060}.page{max-width:1160px;margin:auto;padding:56px 24px;display:grid;grid-template-columns:minmax(0,740px) 330px;gap:42px}.article{background:#fffdf8;border:1px solid #e3d7c7;border-radius:26px;padding:38px;box-shadow:0 16px 45px #5a462d10}.article h2{font:700 35px/1.15 Georgia,serif;margin:38px 0 16px}.article h2:first-child{margin-top:0}.article p{font:20px/1.8 Georgia,serif;color:#3f3731}.article img{border-radius:20px;border:1px solid #e3d7c7;margin:25px 0}.note{background:#f6efe7;border:1px solid #dfcfbd;border-radius:18px;padding:22px;margin:28px 0}.note h3{font:700 24px Georgia,serif;margin:0 0 8px}.note p{font:16px/1.6 Arial,sans-serif;margin:0}.side{position:sticky;top:100px}.box{background:#fffdf8;border:1px solid #e3d7c7;border-radius:22px;padding:22px;margin-bottom:18px}.box h3{font:700 23px Georgia,serif;margin:0 0 12px}.box li{padding:10px 0;border-bottom:1px solid #eee2d4;list-style:none}.box ul{padding:0;margin:0}.product{background:linear-gradient(135deg,#203c35,#315e51);color:white;border-radius:28px;padding:32px;margin:40px 0}.product-grid{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:center}.product .offer{background:#fffdf8;color:#20333a;border-radius:18px;padding:20px}.tags span{display:inline-block;background:#ffffff22;border:1px solid #ffffff30;border-radius:20px;padding:8px 10px;margin:4px;font-size:13px}.bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info{background:#fffdf8;border:1px solid #e3d7c7;border-radius:18px;padding:18px}footer{background:#10251f;color:#dfe7e2;margin-top:50px}.foot{max-width:1160px;margin:auto;padding:40px 24px}.footgrid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.foot a{color:#dfe7e2;text-decoration:none;display:block;margin:7px 0}.disc{border-top:1px solid #ffffff22;margin-top:22px;padding-top:16px;font-size:13px;color:#bac7c2}.legal{max-width:850px;margin:56px auto;background:#fffdf8;border:1px solid #e3d7c7;border-radius:24px;padding:38px}.legal h1{font-size:42px}.legal p,.legal li{font-size:17px;line-height:1.7;color:#465252}@media(max-width:900px){.hero-grid,.page,.product-grid,.footgrid{grid-template-columns:1fr}.side{position:static}.trust .wrap,.bottom{grid-template-columns:1fr 1fr}h1{font-size:40px}}@media(max-width:560px){nav{display:none}.trust .wrap,.bottom{grid-template-columns:1fr}.article{padding:24px}}


.sidebox a,
.info-card,
.mini-card{
  text-decoration:none;
}
.info-card,
.mini-card{
  color:inherit;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.info-card:hover,
.mini-card:hover{
  transform:translateY(-2px);
  border-color:#cfa982;
  box-shadow:0 12px 28px rgba(90,70,45,.10);
}
.nav a:hover,
.footer-links a:hover,
.sidebox a:hover{
  color:var(--accent);
}

:root{--ink:#203238;--muted:#5e6c6f;--green:#31594f;--green2:#47786c;--cream:#f4eadb;--paper:#fffaf2;--line:#decdb8;--accent:#c97338;--accent2:#efb66d;--mint:#c8e4dc}
body{background:linear-gradient(90deg,#efe6da 0%,#f8f2e8 50%,#e9dfd2 100%)!important;color:var(--ink)!important}
.site-header,.article,.sidebox,.legal-page{background:rgba(255,250,242,.97)!important}
.hero{background:linear-gradient(135deg,#d9eee7 0%,#f2dfc4 55%,#f8f2e8 100%)!important}
.product-panel,.dark-section,[class*="product"],[class*="recommend"]{background:linear-gradient(145deg,#214940 0%,#386b5f 100%)!important}
.product-panel h1,.product-panel h2,.product-panel h3,.product-panel p,.product-panel li,.dark-section h1,.dark-section h2,.dark-section h3,.dark-section p,.dark-section li,[class*="product"] h1,[class*="product"] h2,[class*="product"] h3,[class*="product"] p,[class*="product"] li,[class*="recommend"] h1,[class*="recommend"] h2,[class*="recommend"] h3,[class*="recommend"] p,[class*="recommend"] li{color:#fff7ea!important}
.product-panel .tags span,.dark-section .tags span,[class*="product"] .tags span,[class*="recommend"] .tags span{color:#fff!important;border-color:rgba(255,255,255,.35)!important;background:rgba(255,255,255,.12)!important}
.btn,button,input[type="submit"]{background:#c97338!important;color:#fff!important;border-radius:14px!important;text-decoration:none!important;cursor:pointer!important}
.btn:hover,button:hover,input[type="submit"]:hover{background:#a95627!important}
.sidebox-large{padding:26px!important}
.sidebox-large .mini-card{min-height:72px;padding:14px 12px!important;border-radius:16px}
.sidebox a,.mini-card,.info-card{text-decoration:none!important;color:inherit!important;cursor:pointer!important}
.sidebox a:hover,.mini-card:hover,.info-card:hover{color:#c97338!important;transform:translateY(-2px)}
.mini-card{display:grid!important;grid-template-columns:58px 1fr!important;gap:14px!important;align-items:center!important;border-bottom:1px solid var(--line)!important}
.thumb{background:linear-gradient(135deg,#c8e4dc,#efb66d)!important}
.info-detail-page p{font-size:18px;line-height:1.75}

/* Fix: readable recommendation card text */
.offer,
.product-panel .offer,
[class*="offer"],
[class*="recommend"] .offer,
[class*="recommendation"],
[class*="empfehlung"]{
  background:#fffaf2!important;
  color:#24343a!important;
}
.offer h1,.offer h2,.offer h3,.offer p,.offer li,
.product-panel .offer h1,.product-panel .offer h2,.product-panel .offer h3,.product-panel .offer p,.product-panel .offer li,
[class*="offer"] h1,[class*="offer"] h2,[class*="offer"] h3,[class*="offer"] p,[class*="offer"] li,
[class*="recommendation"] h1,[class*="recommendation"] h2,[class*="recommendation"] h3,[class*="recommendation"] p,[class*="recommendation"] li,
[class*="empfehlung"] h1,[class*="empfehlung"] h2,[class*="empfehlung"] h3,[class*="empfehlung"] p,[class*="empfehlung"] li{
  color:#24343a!important;
}

/* Clickable right and bottom blocks */
.sidebox a,
.info-card,
.mini-card{
  text-decoration:none!important;
  color:inherit!important;
  cursor:pointer!important;
}
.sidebox li a{
  display:block;
  padding:4px 0;
}
.info-card,
.mini-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.info-card:hover,
.mini-card:hover,
.sidebox li a:hover{
  color:#c97338!important;
}
.info-card:hover,
.mini-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(90,70,45,.10);
}

.custom-right-block{
padding:40px;
background:#f7f5f2;
border-radius:20px;
margin-top:40px;
}
.custom-right-block h2{
font-size:28px;
margin-bottom:20px;
}
.topic-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}
.topic-card img{
width:100%;
border-radius:12px;
display:block;
}

/* Premium blog-style topic cards */
.premium-topic-block{
  background:linear-gradient(145deg,#fffaf2 0%,#f3e7d7 100%)!important;
  border:1px solid #dfccb5!important;
  box-shadow:0 24px 55px rgba(48,36,24,.10)!important;
}
.premium-topic-block h2{
  font-family:Georgia,serif!important;
  color:#203238!important;
  font-size:34px!important;
  line-height:1.1!important;
}
.premium-topic-block .topic-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.premium-topic-card{
  display:block!important;
  overflow:hidden!important;
  background:#fffdf8!important;
  border:1px solid #e5d3bd!important;
  border-radius:22px!important;
  text-decoration:none!important;
  color:#203238!important;
  box-shadow:0 12px 28px rgba(43,31,20,.08)!important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease!important;
}
.topic-image-wrap{
  height:150px!important;
  overflow:hidden!important;
  border-radius:22px 22px 0 0!important;
}
.topic-image-wrap img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  transition:transform .35s ease, filter .35s ease!important;
}
.topic-card-body{
  padding:16px 16px 18px!important;
}
.topic-card-body h3{
  margin:0 0 8px!important;
  font-size:18px!important;
  line-height:1.2!important;
  color:#203238!important;
}
.topic-card-body p{
  margin:0 0 12px!important;
  font-size:14px!important;
  line-height:1.5!important;
  color:#5a6668!important;
}
.topic-card-body span{
  font-size:13px!important;
  font-weight:800!important;
  color:#c97338!important;
}
.premium-topic-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 22px 45px rgba(43,31,20,.16)!important;
  border-color:#c97338!important;
}
.premium-topic-card:hover img{
  transform:scale(1.06)!important;
  filter:saturate(1.08) contrast(1.04)!important;
}
@media(max-width:760px){
  .premium-topic-block .topic-grid{
    grid-template-columns:1fr!important;
  }
  .topic-image-wrap{
    height:190px!important;
  }
}

/* FINAL: one clean right block only */
.layout{
  display:grid!important;
  grid-template-columns:minmax(0,740px) 360px!important;
  gap:44px!important;
  align-items:start!important;
}
.single-topics-sidebar{
  display:block!important;
  position:sticky!important;
  top:96px!important;
}
.single-topics-block{
  background:#fffaf2!important;
  border:1px solid #decdb8!important;
  border-radius:30px!important;
  padding:26px!important;
  box-shadow:0 24px 55px rgba(48,36,24,.12)!important;
}
.single-topics-block h2{
  margin:0 0 20px!important;
  font-family:Georgia,serif!important;
  font-size:34px!important;
  line-height:1.05!important;
  color:#203238!important;
}
.single-topics-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
}
.single-topic-card{
  display:grid!important;
  grid-template-columns:112px 1fr!important;
  gap:14px!important;
  align-items:center!important;
  background:#ffffff!important;
  border:1px solid #ead9c4!important;
  border-radius:22px!important;
  padding:12px!important;
  text-decoration:none!important;
  color:#203238!important;
  box-shadow:0 10px 26px rgba(43,31,20,.08)!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
  overflow:hidden!important;
}
.single-topic-card img{
  width:112px!important;
  height:92px!important;
  object-fit:cover!important;
  border-radius:16px!important;
  transition:transform .3s ease, filter .3s ease!important;
}
.single-topic-content h3{
  margin:0 0 6px!important;
  font-size:17px!important;
  line-height:1.18!important;
  color:#203238!important;
  font-weight:800!important;
}
.single-topic-content p{
  margin:0 0 8px!important;
  font-size:13px!important;
  line-height:1.38!important;
  color:#5a6668!important;
}
.single-topic-content span{
  color:#c97338!important;
  font-weight:800!important;
  font-size:13px!important;
}
.single-topic-card:hover{
  transform:translateY(-5px)!important;
  border-color:#c97338!important;
  box-shadow:0 18px 38px rgba(43,31,20,.16)!important;
}
.single-topic-card:hover img{
  transform:scale(1.06)!important;
  filter:saturate(1.08) contrast(1.05)!important;
}
.topic-page-image{
  width:100%!important;
  max-height:430px!important;
  object-fit:cover!important;
  border-radius:24px!important;
  margin:24px 0!important;
}
.useful-topic-page p{
  font-size:18px!important;
  line-height:1.75!important;
}
@media(max-width:960px){
  .layout{grid-template-columns:1fr!important}
  .single-topics-sidebar{position:static!important}
}
@media(max-width:560px){
  .single-topic-card{grid-template-columns:1fr!important}
  .single-topic-card img{width:100%!important;height:190px!important}
}

/* Fix overflowing right cards text */
.single-topic-card,
.photo-topic-card,
.topic-card,
[class*="topic-card"]{
  overflow:hidden!important;
  max-width:100%!important;
}
.single-topic-content,
.topic-card-body,
[class*="topic-content"],
[class*="topic-card"] div{
  min-width:0!important;
}
.single-topic-content h3,
.single-topic-content p,
.topic-card-body h3,
.topic-card-body p{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
}
.single-topic-content h3{
  font-size:16px!important;
  line-height:1.18!important;
}
.single-topic-content p{
  font-size:13px!important;
  line-height:1.35!important;
}

/* Bottom useful cards */
.bottom-useful-block{
  margin-top:42px!important;
  padding:30px!important;
  border-radius:28px!important;
  background:#fffaf2!important;
  border:1px solid #decdb8!important;
  box-shadow:0 20px 45px rgba(48,36,24,.08)!important;
}
.bottom-useful-block h2{
  font-family:Georgia,serif!important;
  font-size:34px!important;
  color:#203238!important;
  margin:0 0 22px!important;
}
.bottom-useful-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.bottom-useful-card{
  display:block!important;
  text-decoration:none!important;
  color:#203238!important;
  background:#fff!important;
  border:1px solid #ead9c4!important;
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 10px 26px rgba(43,31,20,.08)!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}
.bottom-useful-card img{
  width:100%!important;
  height:170px!important;
  object-fit:cover!important;
  display:block!important;
  transition:transform .3s ease!important;
}
.bottom-useful-card div{
  padding:18px!important;
}
.bottom-useful-card h3{
  margin:0 0 8px!important;
  font-size:20px!important;
  line-height:1.2!important;
  color:#203238!important;
}
.bottom-useful-card p{
  margin:0 0 12px!important;
  font-size:15px!important;
  line-height:1.5!important;
  color:#5a6668!important;
}
.bottom-useful-card span{
  color:#c97338!important;
  font-weight:800!important;
}
.bottom-useful-card:hover{
  transform:translateY(-5px)!important;
  border-color:#c97338!important;
  box-shadow:0 18px 38px rgba(43,31,20,.15)!important;
}
.bottom-useful-card:hover img{
  transform:scale(1.05)!important;
}
.topic-page-image{
  width:100%!important;
  max-height:430px!important;
  object-fit:cover!important;
  border-radius:24px!important;
  margin:24px 0!important;
}
.useful-topic-page p{
  font-size:18px!important;
  line-height:1.75!important;
}
@media(max-width:900px){
  .bottom-useful-grid{grid-template-columns:1fr!important}
}

/* Entire card clickable + photos */
.clickable-info-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  margin:38px 0!important;
}
.clickable-info-card{
  display:block!important;
  background:#fffdf8!important;
  border:1px solid #e2d1bd!important;
  border-radius:24px!important;
  overflow:hidden!important;
  text-decoration:none!important;
  color:#203238!important;
  box-shadow:0 14px 34px rgba(50,35,20,.08)!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}
.clickable-info-card img{
  width:100%!important;
  height:190px!important;
  object-fit:cover!important;
  display:block!important;
  transition:transform .3s ease!important;
}
.clickable-info-card div{
  padding:22px!important;
}
.clickable-info-card h3{
  margin:0 0 12px!important;
  font-size:24px!important;
  line-height:1.18!important;
  color:#203238!important;
  font-weight:800!important;
}
.clickable-info-card p{
  margin:0 0 14px!important;
  font-size:17px!important;
  line-height:1.55!important;
  color:#4e4740!important;
}
.clickable-info-card span{
  color:#c97338!important;
  font-weight:800!important;
}
.clickable-info-card:hover{
  transform:translateY(-6px)!important;
  border-color:#c97338!important;
  box-shadow:0 22px 48px rgba(50,35,20,.16)!important;
}
.clickable-info-card:hover img{
  transform:scale(1.05)!important;
}
.useful-click-image{
  width:100%!important;
  max-height:430px!important;
  object-fit:cover!important;
  border-radius:24px!important;
  margin:22px 0!important;
}
.useful-click-page p{
  font-size:18px!important;
  line-height:1.75!important;
}
@media(max-width:900px){
  .clickable-info-grid{grid-template-columns:1fr!important}
}

/* Polished verdict block like editorial review card */
.verdict-polished{
  margin:34px 0 18px!important;
  border:2px solid #1d1b18!important;
  border-radius:6px!important;
  background:#fffdf8!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.verdict-polished .verdict-top{
  background:#171411!important;
  color:#f5efe8!important;
  padding:18px 28px!important;
  font-family:Arial, sans-serif!important;
  font-size:13px!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.verdict-polished .verdict-top strong{
  color:#ffffff!important;
  font-weight:800!important;
}
.verdict-polished .verdict-top span{
  color:#9f9891!important;
  font-weight:600!important;
}
.verdict-polished .verdict-inner{
  padding:34px 34px 28px!important;
}
.verdict-polished .verdict-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:70px!important;
  align-items:start!important;
}
.verdict-polished h4{
  margin:0 0 22px!important;
  font-family:Arial, sans-serif!important;
  font-size:14px!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:#8d857c!important;
}
.verdict-polished p{
  margin:0 0 14px!important;
  font-family:Georgia, serif!important;
  font-size:18px!important;
  line-height:1.65!important;
  color:#5a5149!important;
}
.verdict-polished .plus{
  color:#2c8a55!important;
  font-weight:800!important;
}
.verdict-polished .minus{
  color:#c85c35!important;
  font-weight:800!important;
}
.verdict-polished .verdict-divider{
  height:1px!important;
  background:#ddd1c3!important;
  margin:26px 0 24px!important;
}
.verdict-polished .verdict-score{
  display:flex!important;
  align-items:center!important;
  gap:28px!important;
  padding:0!important;
}
.verdict-polished .verdict-score strong{
  font-family:Georgia, serif!important;
  font-size:64px!important;
  line-height:1!important;
  color:#111!important;
}
.verdict-polished .stars{
  color:#f0a11a!important;
  font-size:28px!important;
  letter-spacing:1px!important;
  line-height:1.1!important;
}
.verdict-polished .verdict-score p{
  margin:8px 0 0!important;
  font-family:Arial, sans-serif!important;
  font-size:15px!important;
  color:#8a8178!important;
  line-height:1.4!important;
}
@media(max-width:760px){
  .verdict-polished .verdict-inner{padding:24px!important}
  .verdict-polished .verdict-grid{grid-template-columns:1fr!important;gap:24px!important}
  .verdict-polished .verdict-score strong{font-size:50px!important}
}

.custom-footer{
background:linear-gradient(135deg,#0b0f1a,#1a2233);
color:#fff;
padding:60px 20px;
text-align:center;
}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:20px;}
.footer-links a{padding:10px 18px;border:1px solid rgba(255,255,255,.4);border-radius:30px;color:#fff;text-decoration:none;}
.footer-text{max-width:700px;margin:0 auto 20px;color:#ccc;}
.footer-box{border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:20px;max-width:400px;margin:20px auto;}
.footer-copy{margin-top:20px;color:#aaa;}


.footer-info-page{
  max-width:900px!important;
  margin:0 auto!important;
  background:#fffaf2!important;
  border:1px solid #decdb8!important;
  border-radius:24px!important;
  padding:38px!important;
}
.footer-info-page h1{
  font-family:Georgia,serif!important;
  font-size:42px!important;
  color:#203238!important;
}
.footer-info-page p{
  font-size:18px!important;
  line-height:1.75!important;
  color:#3f3a34!important;
}

/* native blog offer precise fix start */
.native-blog-offer{
  width:100%;
  margin:48px 0 58px;
  padding:0;
  clear:both;
}
.native-blog-offer__inner{
  background:linear-gradient(135deg,#1f4f43 0%,#143a31 100%);
  color:#fff8ec;
  border-radius:30px;
  padding:54px 48px;
  text-align:center;
  box-shadow:0 28px 70px rgba(20,45,39,.22);
}
.native-blog-offer__kicker{
  font-size:13px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#e2a06f;
  margin-bottom:16px;
}
.native-blog-offer h2{
  margin:0 auto 20px;
  max-width:720px;
  color:#fff8ec;
  font-size:42px;
  line-height:1.1;
  font-weight:900;
}
.native-blog-offer p{
  margin:0 auto 28px;
  max-width:780px;
  color:rgba(255,248,236,.88);
  font-size:20px;
  line-height:1.7;
  font-weight:600;
}
.native-blog-offer__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  padding:17px 28px;
  border-radius:14px;
  background:#cf7b3f;
  color:#fff !important;
  text-decoration:none;
  font-size:20px;
  font-weight:900;
  box-shadow:0 16px 34px rgba(207,123,63,.28);
}
.native-blog-offer__button:hover{
  background:#b56531;
}
.native-blog-offer__note{
  margin-top:28px;
  color:rgba(255,248,236,.62);
  font-size:15px;
  font-weight:700;
}
@media(max-width:760px){
  .native-blog-offer__inner{padding:38px 24px;}
  .native-blog-offer h2{font-size:30px;}
  .native-blog-offer p{font-size:17px;}
}
/* native blog offer precise fix end */


/* MICRO ANIMATIONS PREMIUM */
.offer-card,
.native-blog-offer{
  transition: transform .28s ease, box-shadow .28s ease;
  position: relative;
  overflow: hidden;
}

.offer-card:hover,
.native-blog-offer:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(47, 93, 80, 0.16);
}

.offer-card .btn,
.offer-card a,
.native-blog-offer a{
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.offer-card .btn:hover,
.offer-card a:hover,
.native-blog-offer a:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(47, 93, 80, 0.28);
}

.offer-card::after,
.native-blog-offer::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.22), transparent 70%);
  transform: translateX(-120%);
  transition: transform .8s ease;
  pointer-events: none;
}

.offer-card:hover::after,
.native-blog-offer:hover::after{
  transform: translateX(120%);
}


/* FINAL OFFER COLOR OVERRIDE */
.native-blog-offer__inner{
  background: linear-gradient(135deg, #fff3e6 0%, #f2a65a 100%) !important;
  color: #1f2d2b !important;
  border: 1px solid rgba(196, 104, 43, 0.28) !important;
  box-shadow: 0 28px 70px rgba(196, 104, 43, 0.18) !important;
}

.native-blog-offer__kicker{
  color: #9b4a1e !important;
}

.native-blog-offer h2,
.native-blog-offer p,
.native-blog-offer__note{
  color: #1f2d2b !important;
}

.native-blog-offer__button{
  background: linear-gradient(135deg, #2f6b55 0%, #1f4f43 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(31, 79, 67, 0.28) !important;
}

.native-blog-offer__button:hover{
  background: linear-gradient(135deg, #245743 0%, #183d33 100%) !important;
  box-shadow: 0 22px 44px rgba(31, 79, 67, 0.36) !important;
}


/* Detailseiten fuer den Block "Weitere hilfreiche Themen" */
.subpage-header{
  max-width:1100px;
  margin:24px auto 0;
  padding:0 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.topic-detail-page{
  max-width:860px;
  margin:38px auto 70px;
  padding:44px;
  border-radius:28px;
  background:#fffaf1;
  border:1px solid #e7d4bd;
  box-shadow:0 22px 55px rgba(65,45,25,.10);
}
.topic-detail-page h1{
  margin:24px 0 18px;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:clamp(34px,5vw,56px);
  line-height:1.08;
  color:#243238;
  letter-spacing:-.03em;
}
.topic-detail-image{
  width:100%;
  max-height:430px;
  object-fit:cover;
  border-radius:24px;
  margin:14px 0 8px;
  box-shadow:0 16px 35px rgba(0,0,0,.10);
}
.topic-detail-text{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:22px;
  line-height:1.78;
  color:#4e5657;
  margin:0 0 26px;
}
.topic-detail-note{
  font-family:Arial, sans-serif;
  font-size:18px;
  line-height:1.6;
  color:#5d5148;
  background:#f3eadc;
  border-left:4px solid #c96f36;
  padding:18px 20px;
  border-radius:16px;
  margin:26px 0;
}
.back-link{
  display:inline-block;
  margin-bottom:12px;
  color:#c96f36;
  text-decoration:none;
  font-weight:700;
}
@media (max-width:700px){
  .topic-detail-page{padding:24px;margin:24px 14px 50px;}
  .topic-detail-text{font-size:19px;line-height:1.7;}
}
