:root{
  --bg:#f6f2ec;--paper:#fff;--paper2:#fbfaf7;--ink:#10231d;--muted:#68776f;--line:#e7ded4;
  --brand:#073f2f;--brand2:#005f42;--green:#0f7f55;--mint:#eaf6ef;--cream:#f6eadb;--sand:#efe5d8;--gold:#d89c34;
  --danger:#b3261e;--warn:#8a6200;--ok:#0b7a4c;--shadow:0 24px 70px rgba(16,35,29,.10);--softshadow:0 12px 32px rgba(16,35,29,.07);
  --r:26px;--rs:16px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at 10% 0,#fff8ef 0,#f6f2ec 38%,#f8faf7 100%);color:var(--ink);font-size:15px;line-height:1.55} a{color:inherit} img{max-width:100%}.wrap{width:min(100% - 34px,1280px);margin-inline:auto}.main{padding:28px 0 60px}h1,h2,h3{line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(34px,4vw,58px)}h2{font-size:clamp(24px,2.6vw,36px)}p{color:#50635b}.muted,small{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,242,236,.82);backdrop-filter:blur(18px) saturate(1.4);border-bottom:1px solid rgba(231,222,212,.78)}
.nav-shell{min-height:76px;display:flex;align-items:center;gap:22px;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:950}.brand-mark{width:39px;height:39px;border-radius:13px;background:linear-gradient(135deg,var(--brand),#0c8b5d);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 28px rgba(7,63,47,.18);transform:rotate(-10deg);font-size:18px}.brand-copy{display:flex;flex-direction:column;text-transform:uppercase;line-height:.9;letter-spacing:-.04em}.brand-copy strong{font-size:14px}.brand-copy em{font-style:normal;font-size:15px;color:var(--brand2)}
.main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.main-nav a{padding:10px 13px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:850;color:#213a32}.main-nav a:hover{background:#fff;box-shadow:var(--softshadow)}.nav-search{width:min(360px,32vw);display:grid;grid-template-columns:1fr 42px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:5px;box-shadow:var(--softshadow)}.nav-search input{border:0;background:transparent;padding:9px 12px;outline:none;font:inherit}.nav-search button{border:0;background:transparent;font-weight:950;color:var(--brand);cursor:pointer}.nav-actions{display:flex;gap:8px}.round-link{width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;box-shadow:var(--softshadow)}.round-link:hover{background:var(--brand);color:#fff}
.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand);color:#fff;border:0;border-radius:13px;padding:12px 17px;text-decoration:none;font-weight:950;cursor:pointer;box-shadow:0 14px 28px rgba(7,63,47,.18)}.btn:hover{background:var(--brand2);transform:translateY(-1px)}.btn.secondary{background:#fff;color:var(--brand);border:1px solid var(--line);box-shadow:var(--softshadow)}.btn.ghost{background:#eef7f1;color:var(--brand);box-shadow:none}.btn.small{padding:7px 10px;border-radius:10px;font-size:13px}
input,textarea,select{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 13px;background:#fff;color:var(--ink);font:inherit;outline:none}input:focus,textarea:focus,select:focus{border-color:rgba(0,95,66,.45);box-shadow:0 0 0 4px rgba(0,95,66,.08)}textarea{min-height:116px}label{display:block;font-weight:850;margin:12px 0 6px}hr{border:0;border-top:1px solid var(--line);margin:20px 0}.alert{border-radius:16px;padding:14px 16px;margin-bottom:16px;font-weight:850}.alert-success{background:#e4f7eb;color:var(--ok)}.alert-error{background:#ffe5e1;color:var(--danger)}
.hero-market{position:relative;overflow:hidden;background:linear-gradient(110deg,#f7e9d8 0,#fff 46%,#e9f5ee 100%);border:1px solid #eee0d2;border-radius:34px;padding:48px;box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.72fr);gap:30px;margin-bottom:26px}.hero-market:before{content:"";position:absolute;right:330px;bottom:-110px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(6,121,80,.17),rgba(6,121,80,0) 70%)}.eyebrow{display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.14em;font-weight:950;font-size:12px;color:var(--green);margin-bottom:10px}.hero-market h1{margin:0 0 14px;max-width:720px}.hero-market p{max-width:640px;font-size:17px}.hero-search-xl{margin-top:24px;display:grid;grid-template-columns:1fr auto;gap:8px;background:#fff;padding:8px;border-radius:18px;box-shadow:0 18px 44px rgba(16,35,29,.12);max-width:720px}.hero-search-xl input{border:0}.trust-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px}.trust-row span{display:inline-flex;align-items:center;gap:7px;color:#32473f;font-size:13px;font-weight:850}.trust-row i{width:20px;height:20px;border-radius:50%;background:var(--mint);display:inline-flex;align-items:center;justify-content:center;color:var(--green);font-style:normal}.hero-visual{position:relative;min-height:350px}.portrait-card{position:absolute;right:28px;bottom:0;width:280px;height:330px;border-radius:150px 150px 24px 24px;background:linear-gradient(160deg,#0a4b37,#0e7a54);box-shadow:0 28px 80px rgba(7,63,47,.22);overflow:hidden}.portrait-card:before{content:"";position:absolute;left:52px;top:44px;width:105px;height:105px;border-radius:50%;background:#e7c09b;box-shadow:0 95px 0 38px #f5c451}.portrait-card:after{content:"";position:absolute;left:100px;top:165px;width:125px;height:112px;border-radius:28px;background:linear-gradient(135deg,#fff,#f7eadb);box-shadow:-78px 28px 0 -20px #f5c451,52px 30px 0 -18px #efe5d8}.floating-badge{position:absolute;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);font-weight:950}.floating-badge strong{display:block;font-size:25px;color:var(--brand)}.floating-badge.one{right:0;top:34px}.floating-badge.two{left:28px;bottom:48px}.floating-icon{position:absolute;width:48px;height:48px;border-radius:17px;background:rgba(255,255,255,.72);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:var(--green);font-weight:950;box-shadow:var(--softshadow)}.floating-icon.a{left:58px;top:45px}.floating-icon.b{right:18px;bottom:120px}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--softshadow);margin-bottom:38px;overflow:hidden}.stat{padding:24px 28px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat strong{display:block;font-size:31px;letter-spacing:-.05em}.stat span{color:var(--muted);font-weight:850;font-size:13px}.section-head,.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:38px 0 16px}.section-head h2,.page-head h1{margin:0}.section-head p,.page-head p{margin:7px 0 0;max-width:760px;color:var(--muted)}
.card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:var(--r);padding:24px;box-shadow:var(--softshadow);margin-bottom:18px}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.content-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.sidebar{display:grid;gap:18px;position:sticky;top:98px}.panel-soft{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--softshadow)}.cat-list{display:grid;gap:8px}.cat-list a{display:flex;justify-content:space-between;gap:12px;text-decoration:none;border-radius:13px;padding:10px 12px;color:#31463e;font-weight:850}.cat-list a:hover{background:var(--mint)}.cat-list b{color:var(--muted);font-weight:850}.shop-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.shop-mini{background:#fff;border:1px solid var(--line);border-radius:18px;min-height:108px;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;gap:8px;box-shadow:var(--softshadow);transition:.18s}.shop-mini:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.shop-mini img{max-width:86px;max-height:40px;object-fit:contain}.shop-mini .placeholder-logo{width:56px;height:40px;border-radius:12px}.shop-mini span{font-size:12px;font-weight:850;color:var(--muted)}
.shop-row,.coupon-row{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;box-shadow:var(--softshadow);display:grid;align-items:center;gap:16px;margin-bottom:12px}.shop-row{grid-template-columns:86px minmax(0,1fr) auto}.shop-row-logo{width:76px;height:56px;border:1px solid var(--line);border-radius:13px;padding:8px;background:#fff;object-fit:contain}.placeholder-logo{display:flex;align-items:center;justify-content:center;font-weight:950;color:var(--brand);background:var(--mint)}.shop-row h3,.coupon-row h3{margin:0 0 3px;font-size:17px}.shop-row p,.coupon-row p{margin:0;font-size:13px;color:var(--muted)}.shop-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px}.pill{display:inline-flex;border-radius:999px;padding:5px 9px;background:#f2f7f4;color:#315249;font-weight:900;font-size:12px}.pill.gold{background:#fff5d9;color:#8b6300}.pill.outline{background:#fff;border:1px solid var(--line)}.coupon-row{grid-template-columns:92px minmax(0,1fr) 148px 150px}.coupon-discount{height:72px;border-radius:17px;background:var(--mint);color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:950}.coupon-discount strong{font-size:24px}.coupon-dates-line{display:flex;gap:16px;flex-wrap:wrap;margin-top:7px;color:var(--muted);font-size:12px}.coupon-code{border:2px dashed rgba(15,127,85,.35);background:#f7fcf9;border-radius:13px;padding:10px;text-align:center;font-weight:950;color:var(--brand);letter-spacing:.05em}.coupon-code.muted{letter-spacing:0;color:#52645d;border-color:#d9e2de}.coupon-actions{display:grid;gap:8px}.coupon-actions .btn{width:100%}.category-card,.theme-card{min-height:190px;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:.18s}.category-card:hover,.theme-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--mint),#fff);border:1px solid #d7ebe1;color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:12px}.mini-stats{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.mini-stats span{border-radius:999px;background:#f5f8f6;border:1px solid var(--line);padding:6px 9px;font-weight:850;font-size:12px}.chip-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.chip{display:inline-flex;align-items:center;text-decoration:none;border-radius:999px;border:1px solid var(--line);background:#fff;padding:5px 9px;font-weight:850;font-size:12px;color:#334a42}.chip:hover{background:var(--mint)}.shop-detail-hero{display:grid;grid-template-columns:220px minmax(0,1fr) 230px;gap:22px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow);position:relative;overflow:hidden}.shop-detail-hero:after{content:"";position:absolute;right:0;top:0;bottom:0;width:38%;background:linear-gradient(90deg,rgba(255,255,255,0),#f7ede2);z-index:0}.shop-detail-hero>*{position:relative;z-index:1}.shop-detail-logo{width:180px;height:150px;object-fit:contain;border:1px solid var(--line);border-radius:22px;padding:18px;background:#fff}.shop-detail-hero h1{margin:0 0 8px}.shop-score{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;text-align:center;box-shadow:var(--softshadow)}.shop-score strong{display:block;font-size:48px;color:var(--brand)}.detail-tabs{display:flex;gap:8px;margin:20px 0}.detail-tabs a{padding:11px 15px;border-radius:999px;text-decoration:none;background:#fff;border:1px solid var(--line);font-weight:900}.process-strip{background:linear-gradient(135deg,var(--brand),#0a6d4d);color:#fff;border-radius:24px;padding:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0}.process-step{display:flex;gap:13px;align-items:center}.process-step i{width:42px;height:42px;border-radius:15px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-style:normal}.process-step b{display:block}.process-step span{font-size:13px;color:rgba(255,255,255,.75)}.empty-state{background:#fff;border:1px dashed #d8cec3;color:var(--muted);padding:28px;border-radius:24px}.auth-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:22px}.account-shell{display:grid;grid-template-columns:260px 1fr;gap:20px}.account-menu a{display:block;padding:12px 14px;border-radius:14px;text-decoration:none;font-weight:850}.account-menu a:hover,.account-menu a.active{background:var(--mint);color:var(--brand)}.searchbar{display:flex;gap:10px;max-width:700px}.searchbar.compact{max-width:520px;min-width:330px}.search-page{max-width:760px;margin-bottom:22px}.badge{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:950;background:#eef2ef;color:#53625b}.badge-ok{background:#e4f7eb;color:var(--ok)}.badge-warn{background:#fff3d5;color:var(--warn)}.badge-danger{background:#ffe5e1;color:var(--danger)}.badge-muted{background:#eef2ef;color:#53625b}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.table.compact th,.table.compact td{padding:8px}.code-line{display:block;background:#0f172a;color:#e5e7eb;padding:12px 14px;border-radius:12px;overflow:auto;font-size:13px}.danger-text{color:var(--danger);font-weight:900}
.site-footer{background:#071c15;color:#dbe7e1;margin-top:38px;padding:48px 0 22px}.site-footer a{display:block;text-decoration:none;color:#cbd9d3;margin:8px 0}.site-footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px}.footer-brand p,.newsletter-box p{color:#a9bbb3;max-width:380px}.footer-logo .brand-copy strong,.footer-logo .brand-copy em{color:#fff}.site-footer h4{margin:0 0 12px;color:#fff}.social-row{display:flex;gap:8px}.social-row span{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:12px}.newsletter-box form{display:grid;grid-template-columns:1fr 44px;background:#0d2a21;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:5px}.newsletter-box input{background:transparent;border:0;color:#fff}.newsletter-box button{border:0;background:#315b30;color:#fff;border-radius:10px;font-weight:950}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;color:#90a39b;font-size:13px}
.admin-body{background:#f4f6f5}.admin-top{background:#fff;border-bottom:1px solid var(--line)}.admin-main .card{box-shadow:none}.admin-main .hero{background:linear-gradient(135deg,#111827,#003f2d);color:#fff}.admin-nav a{font-size:12px;padding:8px 9px}.stats .card span{display:block;color:var(--muted);font-weight:800}.stats .card strong{font-size:36px}.switch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;margin:18px 0}.switch{display:flex;gap:10px;align-items:center;background:#fbfaf7;border:1px solid var(--line);border-radius:15px;padding:12px}.switch input{width:auto}.inline{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.inline select,.inline input{width:auto}
@media(max-width:1120px){.hero-market,.content-sidebar,.shop-detail-hero,.auth-shell,.account-shell{grid-template-columns:1fr}.nav-search{display:none}.grid.four{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(2,1fr)}.shop-strip{grid-template-columns:repeat(3,1fr)}.coupon-row{grid-template-columns:84px 1fr}.coupon-actions,.coupon-code{grid-column:1/-1}.sidebar{position:static}.stats-strip{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.process-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.wrap{width:min(100% - 22px,1280px)}.nav-shell{align-items:flex-start;flex-direction:column;padding:14px 0}.main-nav{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.nav-actions{position:absolute;right:16px;top:16px}.hero-market{padding:26px;border-radius:24px}.hero-market h1{font-size:36px}.hero-search-xl{grid-template-columns:1fr;background:transparent;box-shadow:none;padding:0}.hero-visual{display:none}.stats-strip{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.shop-strip{grid-template-columns:repeat(2,1fr)}.shop-row{grid-template-columns:64px 1fr}.shop-row .btn{grid-column:1/-1}.coupon-row{grid-template-columns:1fr}.coupon-discount{height:auto;padding:12px}.section-head,.page-head{align-items:flex-start;flex-direction:column}.searchbar.compact{min-width:0;width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.btn{width:100%}.inline select,.inline input{width:100%}}

/* 2.0.13 Frontend-Polish: closer to the approved marketplace mockup */
:root{--glow:0 22px 70px rgba(7,63,47,.13);--lift:0 18px 42px rgba(16,35,29,.095)}
.portal-body{background:linear-gradient(180deg,#fbf8f2 0,#f6f2ec 46%,#f8faf7 100%)}
.site-header{box-shadow:0 10px 32px rgba(16,35,29,.045)}
.nav-shell{min-height:82px}.main-nav a{position:relative}.main-nav a:hover{transform:translateY(-1px)}
.main-nav a:after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;background:var(--green);border-radius:999px;opacity:0;transform:scaleX(.3);transition:.18s}.main-nav a:hover:after{opacity:1;transform:scaleX(1)}
.brand-mark{box-shadow:0 16px 32px rgba(7,63,47,.22)}.brand-copy strong{letter-spacing:-.05em}.brand-copy em{letter-spacing:-.04em}.nav-search{height:48px}.round-link{transition:.18s}.round-link:hover{transform:translateY(-1px)}
.hero-market{padding:58px 58px 46px;border-radius:38px;background:linear-gradient(112deg,#fff6ea 0,#fff 44%,#e8f6ee 100%);box-shadow:var(--glow);border-color:#eadfce}.hero-market h1{font-size:clamp(38px,4.4vw,64px);letter-spacing:-.06em}.hero-market p{font-size:18px;color:#42584f}.hero-market:after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.55);border-radius:30px;pointer-events:none}.hero-search-xl{border:1px solid rgba(7,63,47,.08);padding:9px;border-radius:20px}.hero-search-xl input{font-size:15px}.trust-row{margin-top:20px;gap:20px}.trust-row span{background:rgba(255,255,255,.55);border:1px solid rgba(231,222,212,.6);padding:7px 10px;border-radius:999px}.portrait-card{right:42px;width:302px;height:348px;border-radius:170px 170px 28px 28px}.floating-badge{border-radius:20px}.stats-strip{margin-top:22px;margin-bottom:42px;border-radius:26px}.stat{padding:28px 30px}.stat strong{font-size:34px}.section-head,.page-head{margin-top:42px;margin-bottom:18px}.section-head .btn.secondary,.page-head .btn.secondary{background:#fffefb}
.card,.shop-mini,.shop-row,.coupon-row,.panel-soft,.category-card,.theme-card{box-shadow:var(--lift)}.shop-mini{min-height:124px;border-radius:22px}.shop-mini img{max-width:96px;max-height:46px}.shop-mini span{padding:4px 9px;border-radius:999px;background:#f5f8f6}.shop-row{border-radius:22px;padding:18px 20px;grid-template-columns:96px minmax(0,1fr) 132px;transition:.18s}.shop-row:hover,.coupon-row:hover,.category-card:hover{transform:translateY(-2px);box-shadow:var(--glow)}.shop-row-logo{width:84px;height:64px;border-radius:16px}.shop-row h3,.coupon-row h3{font-size:18px}.shop-meta .chip-row{margin-top:0}.pill{background:#eaf6ef;color:#0c593f}
.coupon-row{border-radius:22px;padding:18px 20px;grid-template-columns:104px minmax(0,1fr) 164px 164px}.coupon-discount{height:82px;border-radius:20px;background:linear-gradient(135deg,#e8f7ee,#f7fcf9);border:1px solid #d8ebe1}.coupon-discount strong{font-size:25px}.coupon-code{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#f8fffb,#edf8f1)}.coupon-actions .btn{min-height:48px}.coupon-dates-line{gap:10px}.coupon-dates-line span{background:#f7f7f3;border:1px solid #ebe5dc;border-radius:999px;padding:4px 8px}.coupon-dates-line .date-strong{background:#eaf6ef;color:#0b6b49;border-color:#d7ebdf;font-weight:950}.category-card{border-radius:24px}.category-icon{width:54px;height:54px;border-radius:18px}.mini-stats span{background:#fff;border-color:#e6ded4}.content-sidebar{grid-template-columns:minmax(0,1fr) 324px}.sidebar{top:108px}.panel-soft{border-radius:26px}.cat-list a{padding:11px 13px}.cat-list a b{background:#f1f5f3;border-radius:999px;padding:2px 7px}
.shop-detail-hero{min-height:280px;border-radius:34px;padding:32px;grid-template-columns:230px minmax(0,1fr) 250px}.shop-detail-hero:after{width:50%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(246,234,219,.74))}.shop-detail-logo{width:192px;height:158px;border-radius:25px}.shop-score{border-radius:26px}.shop-score strong{font-size:54px}.detail-tabs{background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px;width:max-content;max-width:100%;overflow:auto}.detail-tabs a{border:0;background:transparent}.detail-tabs a:hover{background:var(--mint)}.shop-info-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px;margin:20px 0}.info-checklist ul{margin:12px 0 0;padding-left:20px;color:#40574d}.info-checklist li{margin:7px 0}.process-strip{border-radius:28px;padding:26px;background:linear-gradient(135deg,#062a20,#0a684a)}.process-step i{background:rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.auth-shell .card,.account-shell .card{border-radius:28px}.search-page{margin-top:-6px}.empty-state{border-radius:26px;background:rgba(255,255,255,.72)}.footer-grid{padding-top:4px}.site-footer{border-radius:34px 34px 0 0;background:radial-gradient(circle at 10% 0,rgba(13,111,77,.35),transparent 30%),#061b15}.newsletter-box form{min-height:50px}
@media(max-width:1120px){.coupon-row{grid-template-columns:96px 1fr}.shop-detail-hero,.shop-info-grid{grid-template-columns:1fr}.content-sidebar{grid-template-columns:1fr}.hero-market{padding:42px}.portrait-card{right:20px}}
@media(max-width:720px){.nav-shell{min-height:auto}.hero-market{padding:28px 22px}.hero-market:after{display:none}.trust-row span{width:100%}.stat{padding:20px}.shop-row{grid-template-columns:72px 1fr}.coupon-row{grid-template-columns:1fr;padding:16px}.coupon-dates-line span{width:max-content}.detail-tabs{width:100%;border-radius:20px}.shop-detail-hero{padding:22px}.shop-detail-logo{width:100%;height:110px}.shop-score strong{font-size:42px}.shop-info-grid{gap:12px}.process-strip{padding:20px}.site-footer{border-radius:24px 24px 0 0}}

/* 2.0.14 Layout-Density-Polish: breiter, dichter, kräftiger */
:root{
  --wrap-wide:1440px;
  --shadow-tight:0 18px 48px rgba(16,35,29,.095);
  --edge:#e3d7c8;
}
body{font-size:16px;background:linear-gradient(180deg,#fbf6ee 0,#f5efe6 42%,#f8faf7 100%)}
.wrap{width:min(100% - 44px,var(--wrap-wide))}.main{padding:24px 0 38px}.site-header{background:rgba(249,245,238,.9);box-shadow:0 8px 28px rgba(16,35,29,.055)}
.nav-shell{min-height:88px;gap:28px}.brand-mark{width:46px;height:46px;border-radius:15px;font-size:21px}.brand-copy strong{font-size:15px}.brand-copy em{font-size:16px}.main-nav{gap:8px}.main-nav a{font-size:14px;padding:12px 15px}.nav-search{width:min(430px,36vw);height:54px}.round-link{width:46px;height:46px}
.hero-market{padding:54px 58px;border-radius:36px;margin-bottom:22px}.stats-strip{margin-bottom:30px}.section-head,.page-head{margin:30px 0 15px}.card{box-shadow:var(--shadow-tight)}
.shop-detail-hero{width:100%;min-height:252px;padding:28px 32px;border-radius:32px;grid-template-columns:214px minmax(0,1fr) 220px;gap:26px;box-shadow:0 22px 56px rgba(16,35,29,.11)}.shop-detail-hero h1{font-size:clamp(36px,3.15vw,56px);max-width:780px}.shop-detail-hero p{max-width:780px}.shop-detail-logo{width:178px;height:146px;border-radius:24px;padding:16px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}.shop-detail-logo.placeholder-logo{font-size:42px;letter-spacing:-.06em;background:linear-gradient(135deg,#f8fffb,#e5f5ec);color:#073f2f}.shop-score{padding:20px 18px}.shop-score strong{font-size:50px}.detail-tabs{margin:16px 0 22px}.detail-tabs a{padding:12px 17px}.shop-info-grid{margin:18px 0;gap:16px}.process-strip{margin:26px 0 22px;padding:22px 26px}
.coupon-row{grid-template-columns:112px minmax(0,1fr) 178px 172px;gap:18px;padding:17px 20px;border-radius:24px;margin-bottom:11px}.coupon-discount{height:86px;border-radius:21px}.coupon-discount strong{font-size:28px}.coupon-discount span{font-size:13px}.coupon-row h3{font-size:19px;margin-bottom:4px}.coupon-row p{font-size:13.5px}.coupon-dates-line{gap:8px}.coupon-dates-line span{padding:5px 9px}.coupon-code{min-height:50px;font-size:14px}.coupon-actions .btn{min-height:50px;border-radius:15px}.shop-row{padding:18px 22px;border-radius:24px;grid-template-columns:104px minmax(0,1fr) 144px}.shop-row-logo{width:90px;height:68px}.shop-row h3{font-size:19px}.shop-mini{min-height:118px}.category-card,.theme-card{min-height:176px}.content-sidebar{grid-template-columns:minmax(0,1fr) 336px;gap:26px}.panel-soft{padding:24px;border-radius:26px}.cat-list a{padding:12px 14px}
.site-footer{margin-top:28px;padding:42px 0 20px}.footer-grid{gap:38px}.footer-bottom{margin-top:24px}.empty-state{padding:24px}.auth-shell,.account-shell{margin-top:8px}
@media(min-width:1500px){.wrap{width:min(100% - 72px,1480px)}.coupon-row{grid-template-columns:118px minmax(0,1fr) 190px 180px}.shop-detail-hero{grid-template-columns:230px minmax(0,1fr) 240px}}
@media(max-width:1120px){.wrap{width:min(100% - 34px,1100px)}.nav-shell{min-height:76px}.coupon-row{grid-template-columns:98px minmax(0,1fr)}.coupon-code,.coupon-actions{grid-column:auto}.shop-detail-hero{grid-template-columns:1fr;min-height:0}.shop-detail-logo{width:180px;height:126px}.content-sidebar{grid-template-columns:1fr}.site-footer{margin-top:24px}}
@media(max-width:720px){body{font-size:15px}.wrap{width:min(100% - 22px,100%)}.main{padding:16px 0 28px}.nav-shell{gap:12px}.brand-mark{width:42px;height:42px}.main-nav a{padding:9px 11px}.shop-detail-hero{padding:20px;border-radius:24px}.shop-detail-hero h1{font-size:34px}.coupon-row{grid-template-columns:1fr;gap:12px}.coupon-discount{height:auto;min-height:72px}.coupon-code,.coupon-actions .btn{min-height:46px}.detail-tabs{display:grid;grid-template-columns:1fr;gap:6px}.shop-info-grid{grid-template-columns:1fr}.process-strip{margin:20px 0}.site-footer{margin-top:18px;padding-top:32px}}


/* 2.0.15 Shopdetail Balance + Ultra-wide Polish */
@media (min-width: 1320px){
  :root{--wrap-wide:1560px;}
  .shop-detail-hero{grid-template-columns:235px minmax(0,1fr) 250px;min-height:260px;padding:34px 38px;}
  .shop-detail-logo{width:190px;height:150px;}
  .coupon-row{grid-template-columns:118px minmax(0,1fr) 190px 185px;}
  .shop-info-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);}
}
@media (min-width: 1680px){
  .wrap{width:min(100% - 96px,1620px)}
  .main{padding-top:30px;}
  .shop-detail-hero{max-width:1560px;margin-left:auto;margin-right:auto;}
  .detail-tabs,.section-head,.coupon-row,.shop-info-grid,.process-strip{max-width:1560px;margin-left:auto;margin-right:auto;}
}
.site-header{border-bottom:1px solid rgba(216,204,188,.85)}
.nav-search input::placeholder{color:#829189}.nav-search{box-shadow:0 10px 30px rgba(16,35,29,.07)}
.shop-detail-hero{background:linear-gradient(112deg,#fff 0,#fff9f1 56%,#f3eadf 100%);border-color:#e3d6c5;}
.shop-detail-hero .eyebrow{margin-bottom:12px}.shop-detail-hero h1{margin-top:0;margin-bottom:12px}.shop-detail-hero p{margin-top:0;color:#50625a;line-height:1.5}.shop-detail-logo{background:#fff;border:1px solid #e5d9ca;display:flex;align-items:center;justify-content:center;}
.shop-detail-logo img{max-width:88%;max-height:82%;object-fit:contain}.shop-score{background:#fff;border:1px solid #eadfce;box-shadow:0 18px 42px rgba(16,35,29,.075)}
.detail-tabs{box-shadow:0 12px 28px rgba(16,35,29,.055);}
.coupon-row{min-height:102px;background:rgba(255,255,255,.97);border-color:#e4d8c9;}
.coupon-row h3{letter-spacing:-.025em}.coupon-row p{max-width:760px}.coupon-discount{box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}.coupon-code{letter-spacing:.035em;text-transform:none}.coupon-actions .btn{white-space:nowrap}.coupon-dates-line{align-items:center}.coupon-dates-line span{line-height:1.15;}
.shop-info-grid .card{min-height:170px}.info-checklist{background:linear-gradient(180deg,#fff,#fbf8f2)}
.process-strip{box-shadow:0 20px 48px rgba(7,63,47,.16)}
.site-footer{margin-top:34px;padding-top:48px;}
.footer-grid{max-width:1200px;margin-inline:auto}.footer-bottom{max-width:1200px;margin-inline:auto}
@media(max-width:960px){
  .site-header{position:relative}.nav-search{width:100%;order:3}.nav-shell{flex-wrap:wrap}.main-nav{order:2}.nav-actions{order:2;margin-left:auto}.brand{order:1}.shop-detail-hero{margin-top:8px}.coupon-row{min-height:0}.coupon-code,.coupon-actions{width:100%}.coupon-actions .btn{width:100%}
}
@media(max-width:640px){
  .shop-detail-hero h1{font-size:30px}.shop-detail-logo{width:100%;height:120px}.shop-score{padding:16px}.shop-score strong{font-size:38px}.coupon-row{border-radius:20px}.coupon-discount{align-items:flex-start;padding:14px 16px;min-height:0;height:auto}.coupon-discount strong{font-size:24px}.footer-grid{grid-template-columns:1fr;gap:22px}.site-footer{padding-top:30px}
}

/* 2.0.16 Final Frontend Spacing: dichter, breiter, ausgewogener */
:root{
  --wrap-wide:1680px;
}
.main{padding-top:18px;padding-bottom:28px}
.site-header{box-shadow:0 6px 24px rgba(16,35,29,.05)}
.nav-shell{min-height:78px}
.hero-market{margin-top:6px;margin-bottom:18px}
.page-head{margin-top:22px}
.section-head{margin-top:24px}
.shop-detail-hero{margin-top:8px;margin-bottom:14px;min-height:238px;padding:28px 34px;max-width:1680px}
.detail-tabs{margin-top:12px;margin-bottom:18px;max-width:1680px}
.section-head + .coupon-row{margin-top:6px}
.coupon-row{max-width:1680px;min-height:94px;padding:15px 18px;margin-bottom:10px;grid-template-columns:108px minmax(0,1fr) 180px 170px}
.coupon-discount{height:76px;border-radius:18px}.coupon-discount strong{font-size:25px}.coupon-discount span{font-size:12px}.coupon-row h3{font-size:18px}.coupon-row p{line-height:1.35}.coupon-dates-line{margin-top:6px}.coupon-dates-line span{padding:4px 8px;font-size:12px}.coupon-code{min-height:46px}.coupon-actions .btn{min-height:46px}
.shop-info-grid{max-width:1680px;margin-top:14px;margin-bottom:14px;gap:16px}.shop-info-grid .card{min-height:145px;padding:24px 26px}.process-strip{max-width:1680px;margin-top:20px;margin-bottom:16px;padding:18px 24px}
.site-footer{margin-top:22px;padding-top:34px;padding-bottom:16px;border-radius:28px 28px 0 0}.footer-grid{grid-template-columns:1.15fr .58fr .58fr .8fr;gap:30px;max-width:1120px}.footer-brand p,.newsletter-box p{font-size:14px;line-height:1.45}.footer-bottom{max-width:1120px;margin-top:18px;padding-top:14px}.social-row span{width:28px;height:28px}.newsletter-box form{min-height:44px}.newsletter-box input{padding:10px 12px}.newsletter-box button{width:38px;height:38px}
.card{margin-bottom:14px}.empty-state{padding:20px}.auth-shell,.account-shell{margin-top:0}
@media (min-width:1500px){
  .wrap{width:min(100% - 120px,1680px)}
  .shop-detail-hero{grid-template-columns:230px minmax(0,1fr) 238px}
  .shop-detail-logo{width:184px;height:142px}
  .shop-score strong{font-size:48px}
  .coupon-row{grid-template-columns:110px minmax(0,1fr) 188px 178px}
}
@media (min-width:1800px){
  .wrap{width:min(100% - 150px,1740px)}
  .shop-detail-hero,.detail-tabs,.section-head,.coupon-row,.shop-info-grid,.process-strip{max-width:1740px}
}
@media (max-width:1120px){
  .main{padding-top:16px}.nav-shell{min-height:74px}.coupon-row{grid-template-columns:94px minmax(0,1fr)}.site-footer{padding-top:30px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.footer-bottom{max-width:none}
}
@media (max-width:720px){
  .wrap{width:min(100% - 22px,100%)}.main{padding-top:12px;padding-bottom:24px}.nav-shell{min-height:auto}.shop-detail-hero{margin-top:6px;padding:18px;border-radius:22px}.shop-detail-hero h1{font-size:29px}.detail-tabs{margin:10px 0 14px}.coupon-row{padding:14px;min-height:0}.coupon-discount{height:auto}.shop-info-grid .card{min-height:0;padding:20px}.process-strip{padding:16px}.site-footer{margin-top:16px;padding-top:26px;border-radius:22px 22px 0 0}.footer-grid{grid-template-columns:1fr;gap:18px}.footer-bottom{margin-top:14px}
}

/* 2.0.17 Frontend-Funktionspolish: Code-Overlay, Favoriten, Suche */
.action-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.favorite-form{display:inline-flex;margin:0}.fav-inline{white-space:nowrap}.coupon-actions{display:flex;align-items:center;gap:8px}.coupon-actions .favorite-form .btn{min-height:46px;padding-inline:14px}.coupon-code{border:1px dashed rgba(8,111,76,.42);font-weight:950;color:var(--green);cursor:pointer}.coupon-code:hover{background:#e8f7ee}.coupon-code.muted{cursor:default;color:#63746d;border-style:solid}.coupon-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.coupon-modal.is-open{display:flex}.coupon-modal-backdrop{position:absolute;inset:0;background:rgba(4,22,17,.62);backdrop-filter:blur(6px)}.coupon-modal-card{position:relative;width:min(100%,560px);background:#fffdf8;border:1px solid #eadfce;border-radius:28px;padding:34px;box-shadow:0 36px 90px rgba(0,0,0,.26)}.coupon-modal-card h2{font-size:30px;letter-spacing:-.04em;margin:6px 0 8px}.coupon-modal-card p{color:#52645d}.coupon-modal-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:0;border-radius:999px;background:#f4eee5;color:#0a281f;font-size:26px;line-height:1;cursor:pointer}.coupon-modal-code{margin:22px 0;padding:22px;border:2px dashed rgba(8,111,76,.42);border-radius:20px;background:linear-gradient(135deg,#f8fffb,#e9f8ef);font-size:28px;font-weight:950;letter-spacing:.08em;text-align:center;color:#007e54}.coupon-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.coupon-modal-note{font-size:13px;margin-top:14px}.copy-toast{position:fixed;left:50%;bottom:28px;z-index:1100;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#062a20;color:#fff;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 16px 40px rgba(0,0,0,.24);transition:.18s}.copy-toast.is-visible{opacity:1;transform:translate(-50%,0)}.account-menu a{display:block;padding:12px 14px;border-radius:14px;color:#263a33;text-decoration:none;font-weight:850}.account-menu a.active,.account-menu a:hover{background:#e9f6ef;color:#06402f}.search-page{position:relative}.search-page:after{content:"Tipp: Suche nach Shop, Gutscheincode oder Kategorie";display:block;margin-top:10px;color:#687972;font-size:13px}.coupon-row .favorite-form{justify-content:stretch}.coupon-row .fav-inline{min-height:46px}.coupon-actions .btn.secondary.fav-inline{background:#fff;border-color:#d9eadf;color:#084936}
@media(max-width:720px){.action-row{align-items:stretch}.favorite-form,.fav-inline{width:100%}.coupon-actions{display:grid;grid-template-columns:1fr;gap:8px}.coupon-modal{padding:14px}.coupon-modal-card{border-radius:22px;padding:24px}.coupon-modal-actions{grid-template-columns:1fr}.coupon-modal-code{font-size:22px}.coupon-modal-card h2{font-size:25px}}

/* 2.0.18 Premium-Redesign: weniger Baukasten, mehr echtes Portal */
:root{
  --bg:#f5f1e9;
  --paper:#fffefb;
  --ink:#071f19;
  --muted:#66756f;
  --line:#e1d7c9;
  --brand:#04372b;
  --brand2:#006b4a;
  --green:#00885e;
  --mint:#e8f6ef;
  --shadow:0 28px 80px rgba(7,31,25,.12);
  --softshadow:0 14px 40px rgba(7,31,25,.075);
}
body{
  background:
    radial-gradient(circle at 12% 0%,rgba(255,255,255,.9) 0,rgba(255,255,255,0) 34%),
    linear-gradient(180deg,#f8f5ee 0,#f3efe6 58%,#f8f6f1 100%);
  color:var(--ink);
}
.wrap{width:min(100% - 64px,1420px)}
.site-header{background:rgba(255,252,246,.88);border-bottom:1px solid rgba(190,176,155,.34);box-shadow:0 12px 32px rgba(7,31,25,.045)}
.nav-shell{min-height:82px}.brand-mark{width:44px;height:44px;border-radius:16px;background:linear-gradient(145deg,#003428,#008b61);box-shadow:0 18px 44px rgba(0,76,53,.24)}.brand-copy strong{font-size:14px}.brand-copy em{font-size:16px}.main-nav{gap:8px}.main-nav a{font-size:14px;font-weight:950;color:#092820;padding:11px 14px}.main-nav a:hover{background:#fff;box-shadow:0 10px 25px rgba(7,31,25,.08)}.nav-search{width:min(390px,31vw);border-color:#ded2c2;box-shadow:0 12px 34px rgba(7,31,25,.075)}
.btn,button.btn{border-radius:14px;min-height:46px;background:linear-gradient(180deg,#064433,#032d24);box-shadow:0 18px 34px rgba(0,65,45,.22);letter-spacing:-.01em}.btn:hover{background:linear-gradient(180deg,#0b6b4d,#06372b)}.btn.secondary{background:#fff;color:#063d30;border-color:#ddd0c0;box-shadow:0 10px 28px rgba(7,31,25,.065)}
.hero-market.hero-premium{
  margin-top:18px;margin-bottom:22px;padding:58px 60px;border-radius:34px;overflow:hidden;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.76fr);gap:54px;
  background:
    radial-gradient(circle at 92% 18%,rgba(20,170,117,.34),transparent 30%),
    radial-gradient(circle at 72% 108%,rgba(255,255,255,.17),transparent 38%),
    linear-gradient(135deg,#052820 0,#073d30 48%,#0a7350 100%);
  color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:0 36px 110px rgba(3,37,28,.25)
}
.hero-market.hero-premium:before{display:none}.hero-premium .eyebrow{color:#81f0bd;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 11px;margin-bottom:18px}.hero-premium h1{font-size:clamp(39px,4.15vw,66px);letter-spacing:-.064em;max-width:820px}.hero-premium p{color:rgba(255,255,255,.78);font-size:18px;max-width:710px}.hero-premium .hero-search-xl{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.42);max-width:760px;border-radius:19px;box-shadow:0 28px 58px rgba(0,0,0,.22)}.hero-premium .trust-row span{color:rgba(255,255,255,.78)}.hero-premium .trust-row i{background:rgba(255,255,255,.16);color:#9ff4ca}.hero-copy{position:relative;z-index:1}
.premium-board{min-height:380px;display:flex;align-items:center;justify-content:center}.deal-board{width:100%;max-width:520px;background:rgba(255,255,255,.94);color:#09251e;border:1px solid rgba(255,255,255,.7);border-radius:30px;padding:20px;box-shadow:0 34px 90px rgba(0,0,0,.27);backdrop-filter:blur(14px);transform:rotate(1.2deg)}.deal-board:before{content:"";position:absolute}.deal-board-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:16px;padding:6px 4px 14px;border-bottom:1px solid #e7ded3}.deal-board-head span{font-weight:950;color:#0c6f50;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.deal-board-head strong{font-size:15px}.deal-preview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;background:#fff;border:1px solid #e7ded3;border-radius:20px;padding:15px 16px;margin-bottom:10px;box-shadow:0 10px 24px rgba(7,31,25,.06)}.deal-preview b{display:block;font-size:16px;line-height:1.15}.deal-preview span{display:block;color:#66756f;font-size:12px;margin-top:4px}.deal-preview em{font-style:normal;background:#e8f6ef;color:#006d4b;border:1px dashed rgba(0,109,75,.32);border-radius:14px;padding:10px 12px;font-weight:950;min-width:92px;text-align:center}.deal-board-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.deal-board-stats span{background:linear-gradient(135deg,#f8f5ee,#fff);border:1px solid #e7ded3;border-radius:18px;padding:14px;color:#60736c;font-weight:850}.deal-board-stats strong{display:block;color:#052c23;font-size:25px;letter-spacing:-.04em}
.stats-strip{border:0;border-radius:26px;box-shadow:0 16px 46px rgba(7,31,25,.08);background:rgba(255,255,255,.82);backdrop-filter:blur(10px)}.stat{padding:26px 30px}.stat strong{font-size:34px;color:#08251e}.stat span{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#71817b}.section-head,.page-head{margin-top:34px;margin-bottom:17px}.section-head h2,.page-head h1{letter-spacing:-.055em}.section-head p,.page-head p{font-size:15px}.card,.shop-row,.coupon-row,.shop-mini,.panel-soft{border-color:rgba(198,184,164,.55);box-shadow:0 18px 52px rgba(7,31,25,.075)}
.shop-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.shop-mini{min-height:122px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfaf7);position:relative;overflow:hidden}.shop-mini:after{content:"";position:absolute;inset:auto 18px 0;height:3px;background:linear-gradient(90deg,transparent,#0b805b,transparent);opacity:.0;transition:.18s}.shop-mini:hover:after{opacity:1}.shop-mini img{max-width:104px;max-height:48px}.shop-mini span{background:#f0f7f3;border:1px solid #ddece4;border-radius:999px;padding:5px 9px;color:#0a553e}.placeholder-logo{background:linear-gradient(145deg,#eef8f2,#fff);border:1px solid #dcece4;color:#074632}
.coupon-row{border-radius:22px;background:linear-gradient(180deg,#fff,#fffdf8);border:1px solid rgba(206,191,170,.64);box-shadow:0 18px 48px rgba(7,31,25,.085);grid-template-columns:112px minmax(0,1fr) 190px 180px;padding:18px 18px;margin-bottom:13px;position:relative;overflow:hidden}.coupon-row:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:99px;background:linear-gradient(180deg,#0e7f58,#064333);opacity:.85}.coupon-row h3{font-size:18px;letter-spacing:-.035em}.coupon-row p{color:#697972}.coupon-discount{height:76px;border-radius:18px;background:linear-gradient(145deg,#073b2e,#0a8b61);color:#fff;box-shadow:0 12px 28px rgba(8,92,64,.18)}.coupon-discount strong{color:#fff}.coupon-discount span{color:rgba(255,255,255,.82)}.coupon-dates-line span{background:#f4f1ea;border:1px solid #e4dacb;border-radius:999px;padding:5px 9px}.coupon-dates-line .date-strong{background:#e8f7ef;color:#006b4a;border-color:#d1eadc;font-weight:950}.coupon-code{background:#fbfffc;border:1px dashed rgba(0,122,84,.46);border-radius:15px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.9)}.coupon-actions .btn{border-radius:15px}.category-card{min-height:210px;border-radius:26px;padding:26px;background:linear-gradient(180deg,#fff,#fbfaf6)}.category-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(7,31,25,.12)}.category-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#e8f7ef,#fff);border:1px solid #d5eadf;color:#006b4a}.mini-stats span{background:#fff;border-color:#e0d6c8;box-shadow:0 6px 18px rgba(7,31,25,.045)}
.shop-detail-hero{border-radius:32px;background:linear-gradient(117deg,#fff 0,#fbf7ef 56%,#ecf4ef 100%);box-shadow:0 30px 80px rgba(7,31,25,.11);border-color:rgba(207,190,166,.7)}.shop-detail-hero h1{letter-spacing:-.065em}.shop-detail-logo{border-radius:22px}.shop-score{border-radius:24px}.detail-tabs{background:#fff;border:1px solid #e2d7c8;border-radius:999px}.detail-tabs a{font-weight:950;color:#0b3026}.shop-info-grid .card{border-radius:26px}.process-strip{background:linear-gradient(135deg,#052c23,#008056);border-radius:24px;box-shadow:0 24px 58px rgba(7,63,47,.18)}
.site-footer{border-radius:34px 34px 0 0;background:radial-gradient(circle at 10% 0%,rgba(0,136,94,.28),transparent 36%),linear-gradient(135deg,#021913,#052820 62%,#031510);box-shadow:0 -16px 60px rgba(7,31,25,.12)}.footer-grid{max-width:1260px}.footer-bottom{max-width:1260px}.footer-logo .brand-mark{box-shadow:none}.newsletter-box form{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.06)}
.hero-market:not(.hero-premium){background:linear-gradient(112deg,#fff 0,#fff9f1 58%,#f0f7f2 100%);box-shadow:0 24px 72px rgba(7,31,25,.09)}
.auth-shell .card,.account-shell .card{border-radius:28px}.sidebar .panel-soft{border-radius:26px}.cat-list a{font-weight:900}.searchbar.compact input{background:#fff}
@media(min-width:1600px){.wrap{width:min(100% - 140px,1540px)}.hero-market.hero-premium{grid-template-columns:minmax(0,1.1fr) minmax(470px,.78fr)}.coupon-row{grid-template-columns:118px minmax(0,1fr) 200px 190px}}
@media(max-width:1120px){.hero-market.hero-premium{grid-template-columns:1fr;padding:36px}.premium-board{min-height:auto}.deal-board{max-width:none;transform:none}.shop-strip{grid-template-columns:repeat(3,1fr)}.coupon-row{grid-template-columns:100px minmax(0,1fr)}}
@media(max-width:720px){.wrap{width:min(100% - 22px,100%)}.hero-market.hero-premium{padding:24px;border-radius:26px;margin-top:10px}.hero-premium h1{font-size:34px}.hero-premium p{font-size:15px}.hero-search-xl{grid-template-columns:1fr}.deal-board{padding:14px;border-radius:22px}.deal-board-head{display:block}.deal-preview{grid-template-columns:1fr}.deal-preview em{width:max-content}.shop-strip{grid-template-columns:repeat(2,1fr)}.coupon-row{grid-template-columns:1fr}.coupon-row:before{top:14px;bottom:auto;left:14px;right:14px;width:auto;height:3px}.coupon-discount{height:auto;min-height:70px}.stats-strip{grid-template-columns:repeat(2,1fr)}.stat{padding:18px}.site-footer{border-radius:26px 26px 0 0}}

/* 2.0.19 Premium UI Fix: Sticky-Header, Deal-Zeilen, Merken-Icon, Kategorienkarten */
html{scroll-padding-top:112px}
body{overflow-x:hidden}
.site-header{
  background:rgba(255,252,246,.96);
  backdrop-filter:blur(20px) saturate(1.25);
  -webkit-backdrop-filter:blur(20px) saturate(1.25);
  box-shadow:0 10px 32px rgba(7,31,25,.07);
}
.site-header::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-20px;height:20px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(246,242,236,.94),rgba(246,242,236,0));
}
.main{padding-top:34px}.section-head,.page-head,.shop-detail-hero,.detail-tabs,.coupon-row,.card{scroll-margin-top:112px}
@media(min-width:1440px){.wrap{width:min(100% - 112px,1540px)}}
@media(min-width:1800px){.wrap{width:min(100% - 168px,1640px)}}
.hero-market.hero-premium{max-width:1540px;margin-left:auto;margin-right:auto}.stats-strip{max-width:1540px;margin-left:auto;margin-right:auto}
.coupon-row{
  grid-template-columns:112px minmax(0,1fr) minmax(154px,190px) minmax(172px,204px);
  column-gap:18px;
  overflow:visible;
}
.coupon-row h3{font-size:19px}.coupon-row p{max-width:920px}.coupon-code{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coupon-actions{display:grid;grid-template-columns:minmax(126px,1fr) 48px;align-items:center;gap:10px;min-width:0}.coupon-actions .btn{width:100%;min-width:0;padding-left:14px;padding-right:14px}.coupon-actions .favorite-form{display:block;width:48px}.coupon-actions .favorite-toggle{width:48px;height:48px;min-height:48px;min-width:48px;padding:0;border-radius:16px;font-size:0;box-shadow:none;background:#fff;color:#074632;border:1px solid #d6e8df}.coupon-actions .favorite-toggle::before{content:"♡";font-size:19px;line-height:1}.coupon-actions .favorite-toggle.is-saved::before{content:"♥";color:#00885e}.coupon-actions .favorite-toggle:hover{background:#e8f7ef;transform:translateY(-1px)}
.action-row .favorite-toggle{font-size:inherit}.action-row .favorite-toggle::before{content:""}.action-row .favorite-toggle.is-saved::before{content:""}.shop-detail-hero{max-width:1540px;margin-left:auto;margin-right:auto}.shop-detail-main{gap:42px}.shop-score{box-shadow:0 18px 48px rgba(7,31,25,.09)}
.category-card{
  min-height:224px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
  text-decoration:none;
  position:relative;
  overflow:hidden;
}
.category-card::before{
  content:"";
  position:absolute;
  inset:auto -50px -70px auto;
  width:160px;height:160px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,136,94,.12),rgba(0,136,94,0) 70%);
}
.category-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}.category-card .category-icon{width:54px;height:54px;font-size:18px;font-weight:950}.category-card h3{font-size:21px;margin:0;letter-spacing:-.04em;position:relative;z-index:1}.category-card p{min-height:44px;margin:0;color:#63746d;position:relative;z-index:1}.category-cta{font-weight:950;font-size:13px;color:#006b4a;background:#e8f7ef;border:1px solid #d3eadf;border-radius:999px;padding:7px 10px;opacity:.92;white-space:nowrap}.category-card:hover .category-cta{background:#006b4a;color:#fff;border-color:#006b4a}.mini-stats{position:relative;z-index:1}.mini-stats span{font-weight:950}.grid.four .category-card{min-height:238px}
.shop-strip{gap:18px}.shop-mini{min-height:128px}.shop-mini:hover{transform:translateY(-4px)}
.site-footer{margin-top:58px}.footer-grid{max-width:1360px}.footer-bottom{max-width:1360px}
@media(min-width:1600px){.coupon-row{grid-template-columns:118px minmax(0,1fr) 204px 208px}.coupon-actions{grid-template-columns:minmax(134px,1fr) 48px}.hero-market.hero-premium,.stats-strip,.shop-detail-hero{max-width:1640px}}
@media(max-width:1120px){html{scroll-padding-top:16px}.site-header{position:relative}.site-header::after{display:none}.main{padding-top:18px}.coupon-row{grid-template-columns:98px minmax(0,1fr);gap:14px}.coupon-code{grid-column:2}.coupon-actions{grid-column:2;grid-template-columns:minmax(0,1fr) 48px}.category-cta{display:none}}
@media(max-width:720px){.main{padding-top:14px}.coupon-row{grid-template-columns:1fr}.coupon-code,.coupon-actions{grid-column:auto}.coupon-actions{grid-template-columns:1fr 48px}.coupon-actions .favorite-form{width:48px}.category-card{min-height:190px}.category-card p{min-height:0}.category-topline{align-items:flex-start}.site-footer{margin-top:28px}}

/* 2.0.20 Kategorien-Landingpage: Hero, Suche, aktivere Karten */
.category-landing-hero{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(207,190,166,.68);
  border-radius:34px;
  background:
    radial-gradient(circle at 86% 10%,rgba(0,136,94,.18),transparent 34%),
    linear-gradient(115deg,#fffaf2 0%,#ffffff 48%,#eaf6ef 100%);
  box-shadow:0 28px 78px rgba(7,31,25,.10);
  padding:42px 46px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:30px;
  align-items:center;
  margin-bottom:20px;
}
.category-landing-hero:before{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-110px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,136,94,.14),rgba(0,136,94,0) 72%);
}
.category-landing-hero h1{margin:0 0 12px;max-width:760px;font-size:clamp(38px,4vw,62px)}
.category-landing-hero p{font-size:17px;max-width:760px;margin:0;color:#53665f}
.category-search-card{
  position:relative;
  z-index:1;
  margin-top:24px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  max-width:720px;
  background:#fff;
  border:1px solid rgba(207,190,166,.68);
  border-radius:20px;
  padding:8px;
  box-shadow:0 18px 48px rgba(7,31,25,.10);
}
.category-search-card input{border:0;background:transparent;padding-left:14px}
.category-hero-panel{
  position:relative;
  z-index:1;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(207,190,166,.68);
  border-radius:28px;
  padding:28px;
  box-shadow:0 22px 58px rgba(7,31,25,.10);
}
.category-hero-panel strong{display:block;font-size:58px;line-height:.95;color:#073f2f;letter-spacing:-.07em}
.category-hero-panel>span{display:block;margin-top:7px;font-weight:950;color:#53665f;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.category-hero-panel .mini-stats{margin-top:22px;display:grid;gap:8px}
.category-hero-panel .mini-stats span{justify-content:center;background:#f3faf6;border-color:#d7eadf}
.category-feature-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:18px 0 30px;
}
.category-feature-strip a{
  text-decoration:none;
  background:linear-gradient(180deg,#fff,#fbfaf7);
  border:1px solid rgba(207,190,166,.68);
  border-radius:20px;
  padding:16px 18px;
  box-shadow:0 14px 36px rgba(7,31,25,.065);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.category-feature-strip a:hover{transform:translateY(-2px);box-shadow:0 24px 58px rgba(7,31,25,.10)}
.category-feature-strip span{font-weight:950;font-size:16px;color:#0b3026}
.category-feature-strip b{font-size:12px;color:#60736c;background:#eef8f2;border:1px solid #d8eadf;border-radius:999px;padding:6px 9px;white-space:nowrap}
.category-grid-premium{align-items:stretch}
.category-card-premium{
  min-height:250px;
  padding:26px;
  background:linear-gradient(155deg,#ffffff 0%,#fffdf8 60%,#eff8f3 100%);
}
.category-card-premium.is-empty{background:linear-gradient(155deg,#fff 0%,#fbfaf7 68%,#f7f4ee 100%);opacity:.82}
.category-card-premium.is-empty .category-icon{filter:grayscale(.35);opacity:.75}
.category-card-premium .category-main{position:relative;z-index:1;display:grid;gap:9px}
.category-card-premium .category-bottom{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}
.category-card-premium .mini-stats{display:flex;flex-wrap:wrap;gap:7px}
.category-card-premium .mini-stats span{padding:7px 10px}
.category-card-premium .category-cta{align-self:flex-end;padding:9px 12px;background:#073f2f;color:#fff;border-color:#073f2f;box-shadow:0 12px 24px rgba(7,63,47,.14)}
.category-card-premium:hover .category-cta{background:#0f7f55;border-color:#0f7f55}
.category-state{
  font-size:12px;
  font-weight:950;
  color:#0b6548;
  background:#e8f7ef;
  border:1px solid #d4eadf;
  border-radius:999px;
  padding:7px 10px;
  white-space:nowrap;
}
.category-card-premium.is-empty .category-state{color:#7a6d5f;background:#f6f1e9;border-color:#e7ded4}
@media(max-width:1120px){
  .category-landing-hero{grid-template-columns:1fr;padding:34px}
  .category-feature-strip{grid-template-columns:1fr}
  .category-card-premium{min-height:220px}
}
@media(max-width:720px){
  .category-landing-hero{padding:24px;border-radius:26px}
  .category-landing-hero h1{font-size:34px}
  .category-landing-hero p{font-size:15px}
  .category-search-card{grid-template-columns:1fr}
  .category-hero-panel{padding:20px;border-radius:22px}
  .category-hero-panel strong{font-size:44px}
  .category-feature-strip a{display:grid;align-items:start}
  .category-card-premium .category-bottom{display:grid;align-items:start}
  .category-card-premium .category-cta{width:max-content}
}

/* 2.0.21 Shops/Gutscheine/Suche: Premium-Listing-Pages */
.listing-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) 285px;
  gap:30px;
  align-items:center;
  padding:42px 46px;
  margin-bottom:18px;
  border:1px solid rgba(207,190,166,.68);
  border-radius:34px;
  background:
    radial-gradient(circle at 88% 8%,rgba(0,136,94,.18),transparent 33%),
    linear-gradient(120deg,#fffaf2 0%,#ffffff 46%,#eef9f3 100%);
  box-shadow:0 28px 78px rgba(7,31,25,.10);
}
.listing-hero:before{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:330px;height:330px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,136,94,.13),rgba(0,136,94,0) 72%);
}
.listing-hero h1{margin:0 0 12px;font-size:clamp(38px,4vw,62px);letter-spacing:-.065em;max-width:860px}
.listing-hero p{margin:0;color:#53665f;font-size:17px;max-width:780px}
.listing-search-card{
  position:relative;z-index:1;
  margin-top:24px;
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;
  max-width:740px;
  background:#fff;border:1px solid rgba(207,190,166,.68);border-radius:20px;padding:8px;
  box-shadow:0 18px 48px rgba(7,31,25,.10);
}
.listing-search-card input{border:0;background:transparent;padding-left:14px;min-height:44px}
.listing-hero-panel{
  position:relative;z-index:1;
  background:rgba(255,255,255,.84);border:1px solid rgba(207,190,166,.68);border-radius:28px;padding:28px;
  box-shadow:0 22px 58px rgba(7,31,25,.10);
}
.listing-hero-panel strong{display:block;font-size:58px;line-height:.95;color:#073f2f;letter-spacing:-.07em}
.listing-hero-panel>span{display:block;margin-top:7px;font-weight:950;color:#53665f;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.listing-hero-panel .mini-stats{margin-top:22px;display:grid;gap:8px}
.listing-hero-panel .mini-stats span{justify-content:center;background:#f3faf6;border-color:#d7eadf}
.coupons-hero{background:radial-gradient(circle at 90% 10%,rgba(255,204,93,.20),transparent 28%),linear-gradient(120deg,#fffaf2 0%,#fff 42%,#eef8f1 100%)}
.search-hero{background:radial-gradient(circle at 85% 7%,rgba(8,111,76,.16),transparent 34%),linear-gradient(120deg,#fffaf2 0%,#fff 50%,#f2f7f4 100%)}
.quick-filter-strip{
  display:grid;grid-template-columns:auto repeat(4,minmax(0,1fr));gap:12px;align-items:center;margin:18px 0 28px;
}
.quick-filter-strip b{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#63746d}
.quick-filter-strip a{
  text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:10px;
  background:linear-gradient(180deg,#fff,#fbfaf7);border:1px solid rgba(207,190,166,.68);border-radius:18px;padding:14px 16px;
  font-weight:950;color:#0b3026;box-shadow:0 12px 32px rgba(7,31,25,.055);
}
.quick-filter-strip a:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(7,31,25,.10);background:#fff}
.quick-filter-strip a span{font-size:12px;color:#60736c;background:#eef8f2;border:1px solid #d8eadf;border-radius:999px;padding:5px 8px;white-space:nowrap}
.listing-layout{align-items:start}.list-toolbar{
  display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:4px 0 16px;
}
.list-toolbar h2{margin:0;font-size:30px;letter-spacing:-.055em}.list-toolbar p{margin:5px 0 0;color:#6a7b74}.shop-list-premium,.coupon-list-premium{display:grid;gap:13px}
.shop-row-premium{
  grid-template-columns:104px minmax(0,1fr) 250px;
  padding:18px;border-radius:24px;background:linear-gradient(180deg,#fff,#fffdf8);border-color:rgba(206,191,170,.68);position:relative;overflow:hidden;
}
.shop-row-premium:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:99px;background:linear-gradient(180deg,#0e7f58,#064333);opacity:.80}
.shop-row-logo-wrap{display:flex;text-decoration:none}.shop-row-premium .shop-row-logo{width:88px;height:70px;border-radius:18px;background:#fff;box-shadow:0 10px 25px rgba(7,31,25,.045)}
.shop-row-titleline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shop-row-titleline h3 a{text-decoration:none;color:inherit}.shop-row-titleline h3 a:hover{color:#007e54}
.quality-pill{display:inline-flex;align-items:center;border-radius:999px;background:#e8f7ef;border:1px solid #d4eadf;color:#0b6548;font-weight:950;font-size:11px;padding:5px 8px}.pill-strong{background:#073f2f;color:#fff;border-color:#073f2f}.shop-row-actions{display:grid;grid-template-columns:1fr;gap:9px;align-self:stretch;align-content:center}.shop-row-actions .btn{width:100%;text-align:center}.shop-row-body{min-width:0}
.result-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 28px}.result-summary div{background:#fff;border:1px solid rgba(207,190,166,.68);border-radius:22px;padding:20px 22px;box-shadow:0 14px 36px rgba(7,31,25,.065)}.result-summary strong{display:block;font-size:38px;color:#073f2f;letter-spacing:-.06em}.result-summary span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:950;color:#63746d}
.search-suggestions{grid-template-columns:auto repeat(4,minmax(0,1fr))}.search-page:after{display:none}
@media(min-width:1600px){.listing-hero{padding:48px 54px}.shop-row-premium{grid-template-columns:114px minmax(0,1fr) 280px}.listing-hero,.quick-filter-strip,.result-summary{max-width:1640px;margin-left:auto;margin-right:auto}}
@media(max-width:1120px){.listing-hero{grid-template-columns:1fr;padding:34px}.quick-filter-strip{grid-template-columns:1fr 1fr}.quick-filter-strip b{grid-column:1/-1}.shop-row-premium{grid-template-columns:92px minmax(0,1fr)}.shop-row-actions{grid-column:2;grid-template-columns:1fr 1fr}.content-sidebar.listing-layout{grid-template-columns:1fr}.sidebar{position:relative;top:auto}.result-summary{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:720px){.listing-hero{padding:24px;border-radius:26px}.listing-hero h1{font-size:34px}.listing-hero p{font-size:15px}.listing-search-card{grid-template-columns:1fr}.listing-hero-panel{padding:20px;border-radius:22px}.listing-hero-panel strong{font-size:44px}.quick-filter-strip{grid-template-columns:1fr}.quick-filter-strip a{display:grid;align-items:start}.list-toolbar{display:grid}.shop-row-premium{grid-template-columns:1fr}.shop-row-actions{grid-column:auto;grid-template-columns:1fr}.result-summary{grid-template-columns:1fr}}

/* v2.0.22: real partner-logo hero banner, no separate deal window */
.hero-real{
  grid-template-columns:minmax(0,0.9fr) minmax(520px,1.12fr);
  min-height:430px;
  padding:54px 54px 42px;
  background:
    linear-gradient(90deg,rgba(2,42,31,.96) 0%,rgba(4,58,42,.9) 34%,rgba(6,66,47,.58) 58%,rgba(4,35,27,.72) 100%),
    radial-gradient(circle at 82% 30%,rgba(241,217,178,.42),transparent 30%),
    linear-gradient(135deg,#083428,#0c7b55 55%,#5d4325);
  color:#fff;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 34px 90px rgba(2,26,21,.22);
}
.hero-real:before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:27px;
  border:1px solid rgba(255,255,255,.20);
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,0));
}
.hero-real:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:520px;
  height:320px;
  background:radial-gradient(circle,rgba(228,176,94,.20),rgba(228,176,94,0) 67%);
  pointer-events:none;
}
.hero-real .hero-copy{position:relative;z-index:3;align-self:center;max-width:650px}
.hero-real .eyebrow{background:rgba(14,151,101,.28);color:#7ff1bd;border:1px solid rgba(127,241,189,.22);padding:9px 16px;border-radius:999px;margin-bottom:20px}
.hero-real h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.22);font-size:clamp(43px,3.8vw,68px);line-height:.98;letter-spacing:-.06em;margin-bottom:20px;max-width:720px}
.hero-real p{color:rgba(255,255,255,.88);font-size:18px;line-height:1.55;max-width:650px}
.hero-real .hero-search-xl{max-width:660px;margin-top:28px;box-shadow:0 22px 60px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.18)}
.hero-real .trust-row span{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:9px 13px;color:#fff;backdrop-filter:blur(8px)}
.hero-real .trust-row i{background:rgba(20,190,126,.32);color:#bdf7db}
.hero-laptop-scene{position:relative;min-height:360px;z-index:2;align-self:center;overflow:visible}
.desk-glow{position:absolute;left:0;right:0;bottom:4px;height:110px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(122,83,42,.30),rgba(0,0,0,0) 66%);filter:blur(2px)}
.hero-mug{position:absolute;left:4px;bottom:38px;width:92px;height:82px;border-radius:18px 18px 26px 26px;background:linear-gradient(145deg,#0a4d39,#092f25);box-shadow:0 18px 36px rgba(0,0,0,.32);opacity:.88}
.hero-mug:after{content:"";position:absolute;right:-26px;top:23px;width:34px;height:30px;border:9px solid #0b3b2d;border-left:0;border-radius:0 18px 18px 0}.hero-mug span{position:absolute;left:32px;top:28px;width:26px;height:26px;border-radius:8px;border:2px solid rgba(255,255,255,.42);transform:rotate(45deg)}
.hero-plant{position:absolute;right:0;bottom:54px;width:90px;height:112px;border-radius:22px;background:linear-gradient(#e8dfd1,#b98f5a);box-shadow:0 16px 40px rgba(0,0,0,.22)}
.hero-plant:before{content:"";position:absolute;left:25px;bottom:70px;width:16px;height:68px;border-radius:50%;background:#225d3b;transform:rotate(-25deg);box-shadow:22px -2px 0 #2f7a4a,44px 5px 0 #184b35,10px -26px 0 #3b8d58,35px -28px 0 #276b43}.hero-plant i{display:none}
.hero-laptop{position:absolute;right:90px;bottom:34px;width:min(620px,100%);height:300px;transform:perspective(900px) rotateY(-5deg) rotateX(1deg);filter:drop-shadow(0 30px 45px rgba(0,0,0,.33))}
.laptop-screen{position:absolute;inset:0 0 34px 0;background:linear-gradient(165deg,#fff,#f9f5ef);border:10px solid #171917;border-radius:22px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);padding:32px 34px;color:#081f18;overflow:hidden}.laptop-screen:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.32),rgba(255,255,255,0) 38%);pointer-events:none}.laptop-title{font-weight:950;font-size:24px;letter-spacing:-.04em;text-align:center}.laptop-subtitle{color:#64746e;text-align:center;font-weight:700;margin-top:5px;font-size:13px}.laptop-shop-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:24px;position:relative;z-index:1}.laptop-shop-tile{min-height:86px;text-decoration:none;color:#0b2a21;background:#fff;border:1px solid #eadfd4;border-radius:15px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;box-shadow:0 8px 20px rgba(18,29,24,.08);transition:.18s}.laptop-shop-tile:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(18,29,24,.13)}.laptop-shop-tile img{max-width:78px;max-height:38px;object-fit:contain}.laptop-shop-tile strong{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--mint);color:var(--green);font-weight:950}.laptop-shop-tile span{font-size:11px;font-weight:950;background:#e9f6ef;color:#0d6f4b;border-radius:999px;padding:4px 7px;white-space:nowrap}.laptop-cta{position:relative;z-index:1;display:table;margin:23px auto 0;text-decoration:none;color:#10251e;font-weight:950;background:#fff;border:1px solid #ded2c5;border-radius:14px;padding:12px 22px;box-shadow:0 10px 24px rgba(18,29,24,.10)}.laptop-base{position:absolute;left:70px;right:70px;bottom:0;height:42px;background:linear-gradient(#2c2f2e,#121514);border-radius:0 0 28px 28px;box-shadow:0 18px 38px rgba(0,0,0,.30)}.laptop-base:after{content:"";position:absolute;left:42%;right:42%;top:9px;height:5px;background:#454a49;border-radius:99px}.hero-premium .premium-board{display:block}
@media(max-width:1280px){.hero-real{grid-template-columns:1fr;gap:20px}.hero-laptop-scene{min-height:330px}.hero-laptop{right:70px;width:min(680px,88%)}.hero-mug{left:20px}.hero-plant{right:12px}}
@media(max-width:900px){.hero-real{padding:34px 24px;border-radius:28px}.hero-real h1{font-size:42px}.hero-laptop-scene{min-height:280px}.hero-laptop{position:relative;right:auto;bottom:auto;width:100%;height:260px;transform:none;margin-top:18px}.laptop-screen{padding:24px 18px}.laptop-shop-grid{grid-template-columns:repeat(3,1fr)}.hero-mug,.hero-plant,.desk-glow{display:none}.laptop-base{left:42px;right:42px}}
@media(max-width:560px){.laptop-shop-grid{grid-template-columns:repeat(2,1fr)}.hero-laptop{height:350px}.laptop-screen{inset:0}.laptop-base{display:none}.hero-real .trust-row span{font-size:12px}.hero-real h1{font-size:34px}}

/* v2.0.23: clean partner-logo hero showcase, no raw floating logos */
.hero-real{
  grid-template-columns:minmax(0,.95fr) minmax(430px,.9fr);
  align-items:center;
  overflow:hidden;
}
.hero-partner-scene{
  position:relative;
  z-index:3;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-partner-scene:before{
  content:"";
  position:absolute;
  inset:auto 4% 4% 8%;
  height:56%;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(224,171,88,.22),rgba(224,171,88,0) 66%);
  filter:blur(2px);
  pointer-events:none;
}
.partner-showcase-card{
  position:relative;
  z-index:2;
  width:min(100%,560px);
  background:linear-gradient(155deg,rgba(255,255,255,.96),rgba(248,244,237,.92));
  border:1px solid rgba(255,255,255,.62);
  border-radius:30px;
  padding:24px;
  box-shadow:0 34px 80px rgba(0,0,0,.30);
  color:#09251d;
  transform:rotate(1.4deg);
}
.partner-showcase-card:before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(7,63,47,.08);
  border-radius:23px;
  pointer-events:none;
}
.partner-showcase-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
  position:relative;
  z-index:1;
}
.partner-showcase-head span{
  font-size:22px;
  font-weight:950;
  letter-spacing:-.045em;
  line-height:1.05;
}
.partner-showcase-head small{
  color:#63736d;
  font-size:12px;
  font-weight:800;
  text-align:right;
  max-width:160px;
}
.partner-logo-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.partner-logo-tile{
  text-decoration:none;
  color:#09251d;
  background:#fff;
  border:1px solid #e8ded1;
  border-radius:18px;
  min-height:134px;
  padding:13px 12px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  box-shadow:0 12px 26px rgba(28,35,31,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow:hidden;
}
.partner-logo-tile:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(28,35,31,.13);
  border-color:#cfe3d9;
}
.partner-logo-box{
  width:112px;
  height:58px;
  border-radius:14px;
  background:linear-gradient(145deg,#fff,#f7f3ec);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
}
.partner-logo-box img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}
.partner-logo-box b{
  width:44px;
  height:44px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e7f7ee;
  color:#006b49;
  font-weight:950;
}
.partner-logo-tile strong{
  font-size:12px;
  line-height:1.12;
  text-align:center;
  max-width:120px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.partner-logo-tile em{
  font-style:normal;
  background:#e9f6ef;
  color:#0a6f4b;
  border:1px solid #d4ecdf;
  border-radius:999px;
  padding:4px 8px;
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}
.partner-showcase-cta{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:18px auto 0;
  width:max-content;
  min-width:180px;
  padding:12px 22px;
  border-radius:15px;
  background:#073f2f;
  color:#fff;
  text-decoration:none;
  font-weight:950;
  box-shadow:0 14px 28px rgba(7,63,47,.20);
}
@media(min-width:1600px){
  .hero-real{grid-template-columns:minmax(0,1fr) minmax(530px,.86fr)}
  .partner-showcase-card{width:min(100%,620px)}
}
@media(max-width:1120px){
  .hero-real{grid-template-columns:1fr}
  .hero-partner-scene{min-height:auto;justify-content:flex-start}
  .partner-showcase-card{transform:none;width:100%;max-width:680px}
}
@media(max-width:720px){
  .partner-showcase-card{padding:16px;border-radius:24px}
  .partner-showcase-head{display:block}
  .partner-showcase-head small{display:block;text-align:left;margin-top:4px;max-width:none}
  .partner-logo-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .partner-logo-tile{min-height:118px}
  .partner-logo-box{width:96px;height:50px}
}


/* v2.0.24: hero closer to the approved graphic mockup - real laptop-style partner screen */
.hero-real{
  grid-template-columns:minmax(0,.86fr) minmax(590px,1.08fr);
  min-height:468px;
  padding:54px 58px 46px;
  background:
    linear-gradient(90deg,rgba(2,38,29,.97) 0%,rgba(3,54,39,.91) 34%,rgba(6,60,44,.62) 56%,rgba(34,24,16,.38) 100%),
    radial-gradient(circle at 68% 56%,rgba(220,165,92,.30),rgba(220,165,92,0) 30%),
    radial-gradient(circle at 90% 16%,rgba(255,255,255,.18),rgba(255,255,255,0) 26%),
    linear-gradient(135deg,#063126 0%,#0b6d4d 52%,#6a4a25 100%);
  border-radius:34px;
}
.hero-real .hero-copy{max-width:680px}
.hero-real h1{font-size:clamp(45px,3.55vw,70px);line-height:.98;max-width:760px}
.hero-real p{max-width:680px}
.hero-partner-scene{
  min-height:380px;
  justify-content:center;
  align-items:center;
  perspective:1200px;
}
.hero-partner-scene:before{
  inset:auto 1% 0 0;
  height:180px;
  background:radial-gradient(ellipse at center,rgba(104,65,27,.36),rgba(104,65,27,0) 64%);
}
.hero-partner-scene:after{
  content:"";
  position:absolute;
  left:9%;
  right:3%;
  bottom:30px;
  height:44px;
  border-radius:0 0 34px 34px;
  background:linear-gradient(180deg,#2d312f,#111514);
  box-shadow:0 26px 48px rgba(0,0,0,.34);
  transform:perspective(900px) rotateX(22deg) rotateZ(-1deg);
  z-index:1;
}
.partner-showcase-card{
  width:min(100%,700px);
  min-height:292px;
  padding:30px 34px 24px;
  border:14px solid #151817;
  border-bottom-width:18px;
  border-radius:28px;
  background:linear-gradient(156deg,#fff 0%,#fbf7ef 58%,#f3eee5 100%);
  box-shadow:0 36px 82px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.75);
  transform:perspective(980px) rotateY(-5deg) rotateX(1deg) rotateZ(1deg);
  overflow:hidden;
}
.partner-showcase-card:before{
  inset:0;
  border:0;
  border-radius:14px;
  background:linear-gradient(120deg,rgba(255,255,255,.34),rgba(255,255,255,0) 34%);
  z-index:3;
}
.partner-showcase-card:after{
  content:"";
  position:absolute;
  left:44%;
  right:44%;
  bottom:-12px;
  height:5px;
  border-radius:99px;
  background:#5d6662;
  z-index:4;
}
.partner-showcase-head{
  display:block;
  text-align:center;
  margin-bottom:20px;
}
.partner-showcase-head span{
  display:block;
  font-size:25px;
  letter-spacing:-.055em;
  color:#08251d;
}
.partner-showcase-head small{
  display:block;
  max-width:none;
  text-align:center;
  margin-top:5px;
  font-size:13px;
  color:#5e7069;
}
.partner-logo-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  align-items:stretch;
}
.partner-logo-tile{
  min-height:108px;
  padding:10px 7px 9px;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#fbfaf7);
  box-shadow:0 9px 22px rgba(18,29,24,.09);
}
.partner-logo-box{
  width:86px;
  height:48px;
  padding:6px;
  border-radius:13px;
  background:#fff;
}
.partner-logo-box img{max-width:100%;max-height:100%;object-fit:contain}
.partner-logo-tile strong{display:none}
.partner-logo-tile em{
  margin-top:2px;
  font-size:10px;
  padding:4px 6px;
  background:#e9f6ef;
}
.partner-showcase-cta{
  margin-top:21px;
  background:#fff;
  color:#0d3227;
  border:1px solid #e0d5c8;
  box-shadow:0 12px 28px rgba(18,29,24,.12);
}
.partner-showcase-cta:hover{background:#f6fbf8}
@media(min-width:1600px){
  .hero-real{grid-template-columns:minmax(0,.9fr) minmax(680px,1.05fr);max-width:1640px}
  .partner-showcase-card{width:min(100%,760px);min-height:314px}
  .partner-logo-box{width:96px;height:54px}
}
@media(max-width:1280px){
  .hero-real{grid-template-columns:1fr;gap:28px}
  .hero-partner-scene{min-height:330px;justify-content:flex-start}
  .partner-showcase-card{width:min(100%,760px);transform:none}
  .hero-partner-scene:after{left:42px;right:90px;bottom:16px;transform:perspective(800px) rotateX(20deg)}
}
@media(max-width:820px){
  .hero-real{padding:32px 22px;border-radius:28px}
  .partner-showcase-card{padding:22px 18px 18px;border-width:10px;border-bottom-width:14px;border-radius:24px;min-height:auto}
  .partner-logo-grid{grid-template-columns:repeat(3,1fr)}
  .partner-logo-tile{min-height:98px}
  .hero-partner-scene:after{display:none}
}
@media(max-width:520px){
  .partner-logo-grid{grid-template-columns:repeat(2,1fr)}
  .partner-logo-box{width:88px;height:48px}
}

/* v225: real graphic hero visual */
.hero-market.hero-real{
  grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);
  align-items:center;
  min-height:520px;
}
.hero-photo-scene{
  position:relative;
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate;
}
.hero-photo-scene:before{
  content:"";
  position:absolute;
  inset:20px 0 0 24px;
  border-radius:34px;
  background:radial-gradient(circle at 40% 30%,rgba(255,255,255,.18),rgba(255,255,255,0) 46%),linear-gradient(135deg,rgba(0,0,0,.20),rgba(0,0,0,0));
  opacity:.75;
  z-index:0;
}
.hero-photo-shell{
  position:relative;
  z-index:1;
  display:block;
  width:min(100%,780px);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 34px 85px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.16);
  transform:perspective(1100px) rotateY(-4deg) rotateX(1deg);
  transform-origin:center;
  text-decoration:none;
  background:#0b211a;
}
.hero-photo-shell img{
  display:block;
  width:100%;
  height:auto;
  min-height:340px;
  object-fit:cover;
}
.hero-photo-shell:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,45,33,.12),rgba(0,0,0,0) 38%,rgba(0,0,0,.08));
  pointer-events:none;
}
.hero-photo-shadow{
  position:absolute;
  left:10%;
  right:10%;
  bottom:-28px;
  height:38px;
  background:radial-gradient(ellipse,rgba(0,0,0,.38),rgba(0,0,0,0) 68%);
  pointer-events:none;
}
.hero-real .hero-copy{
  max-width:720px;
}
.hero-real h1{
  max-width:760px;
}
@media(min-width:1600px){
  .hero-market.hero-real{grid-template-columns:minmax(0,.88fr) minmax(720px,1.12fr);max-width:1660px;}
  .hero-photo-shell{width:min(100%,880px)}
}
@media(max-width:1280px){
  .hero-market.hero-real{grid-template-columns:1fr;min-height:auto;}
  .hero-photo-scene{min-height:auto;margin-top:10px;}
  .hero-photo-shell{width:min(100%,900px);transform:none;}
}
@media(max-width:720px){
  .hero-photo-shell{border-radius:20px;}
  .hero-photo-shell img{min-height:240px;}
  .hero-photo-scene:before{display:none;}
}


/* v2.0.26: final hero balance - lighter real visual, lower height, softer copy panel */
.hero-market.hero-real{
  min-height:460px;
  padding:38px 44px;
  grid-template-columns:minmax(0,.86fr) minmax(620px,1.14fr);
  gap:28px;
  border-radius:30px;
}
.hero-real .hero-copy{
  max-width:690px;
  align-self:center;
  padding:20px 0;
}
.hero-real h1{
  font-size:clamp(40px,3.15vw,61px);
  line-height:1;
  max-width:690px;
  margin-bottom:16px;
}
.hero-real p{
  font-size:16px;
  line-height:1.48;
  max-width:620px;
}
.hero-real .eyebrow{
  margin-bottom:16px;
}
.hero-real .hero-search-xl{
  margin-top:22px;
  max-width:650px;
}
.hero-real .trust-row{
  gap:10px;
  margin-top:14px;
}
.hero-real .trust-row span{
  padding:8px 12px;
}
.hero-photo-scene{
  min-height:345px;
}
.hero-photo-shell{
  width:min(100%,820px);
  border-radius:24px;
  transform:perspective(1100px) rotateY(-3deg) rotateX(.7deg);
  box-shadow:0 26px 70px rgba(0,0,0,.30),0 0 0 1px rgba(255,255,255,.18);
}
.hero-photo-shell img{
  min-height:300px;
  filter:brightness(1.18) contrast(1.06) saturate(1.04);
}
.hero-photo-shell:after{
  background:linear-gradient(90deg,rgba(0,45,33,.04),rgba(255,255,255,0) 42%,rgba(0,0,0,.015));
}
.hero-photo-shadow{
  bottom:-20px;
  opacity:.72;
}
.stats-strip{
  margin-top:0;
}
@media(min-width:1600px){
  .hero-market.hero-real{max-width:1580px;grid-template-columns:minmax(0,.84fr) minmax(690px,1.16fr)}
  .hero-photo-shell{width:min(100%,850px)}
}
@media(max-width:1280px){
  .hero-market.hero-real{grid-template-columns:1fr;padding:34px 30px;min-height:auto}
  .hero-photo-scene{min-height:auto}
  .hero-photo-shell{width:min(100%,900px);transform:none}
}
@media(max-width:720px){
  .hero-market.hero-real{padding:26px 20px;border-radius:24px}
  .hero-real h1{font-size:34px}
  .hero-real p{font-size:15px}
  .hero-photo-shell img{min-height:220px}
  .hero-real .trust-row span{width:100%;justify-content:flex-start}
}


/* v2.0.27: Full-Bleed Hero - echtes Hintergrundbanner statt geteiltem Bildkasten */
.hero-market.hero-real{
  position:relative;
  display:block;
  min-height:505px;
  padding:0;
  overflow:hidden;
  border-radius:34px;
  background:
    linear-gradient(90deg,rgba(2,38,29,.98) 0%,rgba(3,52,38,.94) 34%,rgba(4,67,48,.67) 54%,rgba(4,43,32,.30) 76%,rgba(3,31,24,.16) 100%),
    radial-gradient(circle at 72% 18%,rgba(255,240,212,.24),transparent 33%),
    url('../img/hero/partner-laptop-desk.png');
  background-size:cover,cover,cover;
  background-position:center,center,center right;
  background-repeat:no-repeat;
  box-shadow:0 36px 100px rgba(2,26,21,.26);
}
.hero-market.hero-real:before{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(90deg,rgba(255,255,255,.045),rgba(255,255,255,0) 58%);
  pointer-events:none;
  z-index:1;
}
.hero-market.hero-real:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 22% 25%,rgba(9,140,92,.22),transparent 32%),
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.10));
  pointer-events:none;
  z-index:1;
}
.hero-market.hero-real .hero-copy{
  position:relative;
  z-index:3;
  max-width:760px;
  padding:62px 64px 58px;
  min-height:505px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-market.hero-real .hero-visual,
.hero-market.hero-real .hero-photo-scene,
.hero-market.hero-real .hero-photo-shell,
.hero-market.hero-real .hero-photo-shadow{
  display:none !important;
}
.hero-market.hero-real .eyebrow{
  width:max-content;
  max-width:100%;
  background:rgba(24,165,112,.25);
  border:1px solid rgba(130,242,190,.24);
  color:#8ff5c5;
  backdrop-filter:blur(10px);
}
.hero-market.hero-real h1{
  font-size:clamp(45px,3.75vw,72px);
  line-height:.98;
  letter-spacing:-.068em;
  max-width:790px;
  text-wrap:balance;
}
.hero-market.hero-real p{
  max-width:690px;
  color:rgba(255,255,255,.90);
  font-size:17px;
  line-height:1.52;
}
.hero-market.hero-real .hero-search-xl{
  width:min(100%,690px);
  max-width:690px;
  margin-top:24px;
  background:rgba(255,255,255,.97);
  box-shadow:0 24px 62px rgba(0,0,0,.32);
}
.hero-market.hero-real .trust-row{
  margin-top:17px;
  gap:10px;
}
.hero-market.hero-real .trust-row span{
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.15);
  color:rgba(255,255,255,.92);
}
@media(min-width:1600px){
  .hero-market.hero-real{max-width:1660px;min-height:535px;background-position:center,center,center right;}
  .hero-market.hero-real .hero-copy{min-height:535px;padding-left:76px;max-width:820px;}
}
@media(max-width:1120px){
  .hero-market.hero-real{
    min-height:auto;
    background:
      linear-gradient(90deg,rgba(2,38,29,.98),rgba(3,52,38,.90)),
      url('../img/hero/partner-laptop-desk.png');
    background-size:cover,cover;
    background-position:center,center;
  }
  .hero-market.hero-real .hero-copy{min-height:auto;padding:42px 36px;}
}
@media(max-width:720px){
  .hero-market.hero-real{border-radius:24px;margin-top:10px;}
  .hero-market.hero-real:before{inset:10px;border-radius:18px;}
  .hero-market.hero-real .hero-copy{padding:30px 22px;}
  .hero-market.hero-real h1{font-size:34px;}
  .hero-market.hero-real p{font-size:15px;}
  .hero-market.hero-real .hero-search-xl{grid-template-columns:1fr;}
  .hero-market.hero-real .trust-row span{width:100%;justify-content:flex-start;}
}

/* v2.0.28: final visual baseline - keep full-bleed hero, align subpages to same premium language */
:root{--hero-radius:34px;}
.hero-market.hero-real{
  min-height:490px;
  margin-top:8px;
  background-position:center,center,center right 42%;
}
.hero-market.hero-real:before{
  inset:14px;
  border-color:rgba(255,255,255,.14);
  background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,0) 48%);
}
.hero-market.hero-real .hero-copy{
  max-width:740px;
  min-height:490px;
  padding:56px 62px 54px;
}
.hero-market.hero-real h1{
  font-size:clamp(43px,3.55vw,68px);
  max-width:760px;
}
.hero-market.hero-real p{max-width:640px;}
.stats-strip{
  margin-top:-2px;
  border-radius:0 0 24px 24px;
  box-shadow:0 22px 54px rgba(7,31,25,.08);
}
/* Subpage premium heads */
.listing-hero,.category-landing-hero{
  border-radius:32px;
  border-color:rgba(207,190,166,.72);
  box-shadow:0 28px 74px rgba(7,31,25,.09);
  background:
    radial-gradient(circle at 88% 14%,rgba(9,130,88,.16),transparent 34%),
    linear-gradient(120deg,#fff9f0 0%,#fff 44%,#eef8f2 100%);
}
.coupons-hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,205,93,.20),transparent 30%),
    linear-gradient(120deg,#fff8ef 0%,#fff 45%,#eef8f2 100%);
}
.search-hero{
  background:
    radial-gradient(circle at 88% 10%,rgba(7,111,76,.18),transparent 34%),
    linear-gradient(120deg,#fff9ef 0%,#fff 50%,#f0f8f3 100%);
}
.listing-hero h1,.category-landing-hero h1{letter-spacing:-.07em;}
.listing-search-card,.category-search-card{
  box-shadow:0 18px 44px rgba(7,31,25,.10);
  border:1px solid rgba(224,211,194,.88);
}
.quick-filter-strip,.category-quick-strip{
  border-radius:19px;
  box-shadow:0 16px 40px rgba(7,31,25,.055);
}
/* Stronger rows and cards */
.shop-row-premium,.coupon-row,.category-card-premium,.shop-card{
  border-color:rgba(220,207,190,.92);
  box-shadow:0 18px 45px rgba(7,31,25,.065);
}
.shop-row-premium:hover,.category-card-premium:hover,.shop-card:hover{
  transform:translateY(-2px);
  box-shadow:0 26px 62px rgba(7,31,25,.10);
}
.coupon-row:hover{box-shadow:0 24px 58px rgba(7,31,25,.10);}
.category-card-premium{
  min-height:210px;
  background:
    radial-gradient(circle at 92% 92%,rgba(11,128,87,.10),transparent 38%),
    #fff;
}
.category-card-premium .category-icon{
  width:52px;height:52px;border-radius:17px;
  box-shadow:0 8px 20px rgba(10,123,84,.08);
}
.category-card-premium .category-cta{box-shadow:0 8px 18px rgba(7,63,47,.08);}
/* Header slightly more grounded */
.site-header{box-shadow:0 8px 30px rgba(16,35,29,.045);}
.nav-shell{max-width:1660px;}
/* Footer less heavy on content pages */
.site-footer{margin-top:46px;}
@media(min-width:1600px){
  .hero-market.hero-real{max-width:1680px;min-height:505px;}
  .hero-market.hero-real .hero-copy{min-height:505px;padding-left:72px;}
  .listing-hero,.category-landing-hero,.quick-filter-strip,.category-quick-strip,.result-summary{max-width:1680px;margin-left:auto;margin-right:auto;}
}
@media(max-width:1120px){
  .hero-market.hero-real{min-height:auto;background-position:center,center,center;}
  .hero-market.hero-real .hero-copy{min-height:auto;padding:42px 34px;}
  .stats-strip{border-radius:24px;margin-top:18px;}
}
@media(max-width:720px){
  .hero-market.hero-real{border-radius:24px;}
  .hero-market.hero-real .hero-copy{padding:30px 22px;}
  .hero-market.hero-real h1{font-size:34px;}
  .listing-hero,.category-landing-hero{border-radius:24px;}
}

/* v2.0.29: Hero text overlay border removed */
.hero-market.hero-real:before{
  border:0 !important;
  background:none !important;
}
.hero-market.hero-real .hero-copy{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}


/* v2.0.30: aggressive hero text-panel outline removal */
.hero-market.hero-real::before,
.hero-market.hero-real .hero-copy::before,
.hero-market.hero-real .hero-copy::after{
  content:none !important;
  display:none !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:none !important;
}
.hero-market.hero-real .hero-copy{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.hero-market.hero-real{
  border:0 !important;
  box-shadow:0 34px 90px rgba(2,26,21,.20) !important;
}

/* v2.0.31: final removal of remaining hero overlay line */
.hero-market.hero-real::before,
.hero-market.hero-real:before{
  content:"" !important;
  display:block !important;
  opacity:0 !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  inset:auto !important;
  left:-9999px !important;
  top:-9999px !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  pointer-events:none !important;
}
.hero-market.hero-real .hero-copy{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}
.hero-market.hero-real .hero-copy::before,
.hero-market.hero-real .hero-copy::after{
  content:"" !important;
  display:none !important;
  opacity:0 !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}


/* v2.0.32: remove visible left hero seam by replacing the overlay gradient, not just borders */
.hero-market.hero-real,
.hero-market.hero-premium.hero-real{
  border:0 !important;
  outline:0 !important;
  box-shadow:0 34px 90px rgba(2,26,21,.20) !important;
  background:
    linear-gradient(90deg,
      rgba(2,38,29,.97) 0%,
      rgba(2,38,29,.94) 22%,
      rgba(2,38,29,.82) 40%,
      rgba(2,38,29,.58) 58%,
      rgba(2,38,29,.30) 76%,
      rgba(2,38,29,.14) 100%),
    url('../img/hero/partner-laptop-desk.png') !important;
  background-size:cover,cover !important;
  background-position:center,center right !important;
  background-repeat:no-repeat,no-repeat !important;
}
.hero-market.hero-real::before,
.hero-market.hero-real::after,
.hero-market.hero-premium.hero-real::before,
.hero-market.hero-premium.hero-real::after,
.hero-market.hero-real .hero-copy::before,
.hero-market.hero-real .hero-copy::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:none !important;
}
.hero-market.hero-real .hero-copy,
.hero-market.hero-premium.hero-real .hero-copy{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}


/* 2.0.33 Konto/Login/Favoriten Premium-Polish */
.btn.wide{width:100%;min-height:52px}.auth-hero,.account-hero{position:relative;overflow:hidden;border:1px solid rgba(226,215,200,.9);border-radius:34px;background:linear-gradient(135deg,#082a21 0,#07553b 52%,#0a8a5f 100%);color:#fff;padding:44px 48px;margin-bottom:22px;box-shadow:0 28px 76px rgba(7,63,47,.16)}.auth-hero:after,.account-hero:after{content:"";position:absolute;right:-60px;top:-90px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.22),rgba(255,255,255,0) 70%)}.auth-hero h1,.account-hero h1{margin:0 0 12px;color:#fff;max-width:760px}.auth-hero p,.account-hero p{color:rgba(255,255,255,.82);max-width:760px;margin:0}.auth-hero .eyebrow,.account-hero .eyebrow{color:#8ef0c4;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:8px 12px}.auth-benefits,.account-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.auth-benefits span{display:inline-flex;align-items:center;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);padding:8px 11px;color:#fff;font-weight:900;font-size:13px}.auth-mini-panel{position:absolute;right:48px;bottom:42px;width:190px;border-radius:24px;background:rgba(255,255,255,.95);color:#082a21;padding:24px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.auth-mini-panel strong{display:block;font-size:44px;line-height:1;letter-spacing:-.06em}.auth-mini-panel span{font-weight:900;color:#52645d}.auth-shell-premium{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:stretch}.auth-card{padding:30px;border-radius:30px;background:linear-gradient(180deg,#fff,#fffaf3)}.auth-card h2{margin:0 0 8px}.auth-card p{margin-top:0}.auth-login-card{border-top:5px solid var(--brand)}.auth-register-card{border-top:5px solid var(--green)}.auth-card form{margin-top:18px}.auth-card label{font-size:13px;color:#1d342c}.auth-card input{min-height:52px;background:#fffdf9}.account-hero{display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:center;gap:28px}.account-user-card{position:relative;z-index:1;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.5);border-radius:28px;padding:24px;color:#0b2a20;box-shadow:0 24px 60px rgba(0,0,0,.16);display:grid;gap:6px}.account-avatar{width:62px;height:62px;border-radius:21px;background:linear-gradient(135deg,#e8f7ee,#fff);border:1px solid #d9ede3;display:flex;align-items:center;justify-content:center;color:var(--green);font-weight:950;font-size:28px}.account-user-card strong{font-size:18px}.account-user-card small{color:#65756e}.account-shell-premium{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:start;margin-bottom:28px}.premium-account-menu{position:sticky;top:104px;padding:12px}.premium-account-menu a{display:flex;align-items:center;justify-content:space-between;border:1px solid transparent;margin-bottom:6px}.premium-account-menu a:after{content:"›";opacity:.45}.premium-account-menu a.active{border-color:#d9ede3;box-shadow:inset 4px 0 0 var(--green)}.account-main{display:grid;gap:18px}.account-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--softshadow)}.metric-card strong{display:block;font-size:42px;line-height:1;letter-spacing:-.06em;color:var(--brand)}.metric-card span{display:block;margin-top:8px;color:#60736b;font-weight:900}.account-security{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:22px;align-items:start;background:linear-gradient(135deg,#fff,#fbf7ef)}.account-security h2{margin:0 0 8px}.account-security form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:10px;align-items:end}.account-security label{margin:0;font-size:12px}.account-security input{min-height:48px}.account-fav-strip .shop-mini{min-height:132px}.account-coupon-list{margin-top:8px}.favorite-toggle.is-saved{background:#e8f7ef!important;border-color:#bfe4d1!important;color:#007e54!important}.account-shell + #shops,.account-shell + #shops + #coupons{scroll-margin-top:110px}
@media(max-width:980px){.auth-shell-premium,.account-hero,.account-shell-premium,.account-security{grid-template-columns:1fr}.auth-mini-panel{position:relative;right:auto;bottom:auto;margin-top:22px;width:100%}.account-metrics{grid-template-columns:1fr}.premium-account-menu{position:static}.account-security form{grid-template-columns:1fr}.auth-hero,.account-hero{padding:32px 26px}}
@media(max-width:720px){.auth-shell-premium{gap:14px}.auth-card{padding:22px}.auth-hero h1,.account-hero h1{font-size:34px}.auth-benefits span{width:100%;justify-content:center}.account-hero-actions .btn{width:100%}.account-user-card{padding:20px}.metric-card{padding:20px}.premium-account-menu{display:grid;grid-template-columns:1fr 1fr;gap:8px}.premium-account-menu a{margin:0;font-size:13px;padding:11px}.premium-account-menu a:after{display:none}}

/* 2.0.34 Account Layout Fix */
.account-shell-premium{grid-template-columns:250px minmax(0,1fr);gap:18px}.account-main{gap:16px}.account-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.metric-card{padding:20px 22px;border-radius:22px}.metric-card strong{font-size:34px}.metric-card span{font-size:13px;margin-top:6px}.account-security{grid-template-columns:1fr;background:linear-gradient(135deg,#fff,#fffaf3);border-radius:28px;padding:26px}.account-security form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px}.account-security form label:nth-child(3){grid-column:1/-1}.account-security form .btn{grid-column:1/-1;justify-self:start;min-width:220px}.account-security input{min-height:52px}.empty-state{background:linear-gradient(135deg,#fff,#fffaf7);border:1px dashed #d9cfc0;border-radius:28px;padding:30px 32px;box-shadow:0 12px 40px rgba(8,39,29,.05)}.empty-state h3,.empty-state h2{margin-top:0;color:#0b2a20}.auth-shell-premium{gap:16px}.auth-card{padding:26px 28px;border-radius:28px}.auth-card form{margin-top:14px}.auth-card input{min-height:50px}.auth-hero{padding:38px 44px;margin-bottom:18px}.auth-mini-panel{bottom:34px}.site-footer{margin-top:34px}.account-hero{padding:38px 42px;margin-bottom:18px}.premium-account-menu{border-radius:24px}.premium-account-menu a{padding:11px 13px}.account-fav-strip{margin-top:8px}
@media(max-width:980px){.account-shell-premium,.account-security form{grid-template-columns:1fr}.account-security form label:nth-child(3),.account-security form .btn{grid-column:auto}.account-security form .btn{width:100%;justify-self:stretch}.account-metrics{grid-template-columns:1fr}.account-hero,.auth-hero{padding:30px 24px}.auth-shell-premium{grid-template-columns:1fr}.auth-card{padding:22px}.site-footer{margin-top:26px}}

/* 2.0.37 Coupons page polish: breitere Liste, echte Filter, klarere Coupon-Typen */
.coupon-page-layout{
  grid-template-columns:minmax(0,1fr) 274px;
  gap:22px;
}
.coupon-filter-pills{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:16px 0 24px;
}
.coupon-filter-pills>span{
  color:#66786f;
  font-size:12px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-right:2px;
}
.filter-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  border:1px solid rgba(207,190,166,.76);
  background:linear-gradient(180deg,#fff,#fbfaf7);
  color:#0b3026;
  border-radius:999px;
  padding:10px 14px;
  font-weight:950;
  box-shadow:0 10px 28px rgba(7,31,25,.052);
  transition:.16s ease;
}
.filter-pill:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(7,31,25,.09)}
.filter-pill b{
  min-width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#edf8f2;
  color:#07593f;
  font-size:12px;
}
.filter-pill.is-active{
  background:linear-gradient(135deg,#073f2f,#0b7f56);
  color:#fff;
  border-color:rgba(255,255,255,.18);
}
.filter-pill.is-active b{background:rgba(255,255,255,.16);color:#fff}
.filter-pill.shop-filter{margin-left:auto;background:#fff;color:#073f2f}
.coupon-page-layout .sidebar{width:274px}
.coupon-page-layout .panel-soft{padding:20px;border-radius:24px}
.coupon-page-layout .cat-list a{
  padding:11px 12px;
  border-radius:14px;
  border:1px solid transparent;
}
.coupon-page-layout .cat-list a:hover{
  border-color:#d8eadf;
  background:#f2faf5;
}
.coupon-page-layout .cat-list b{
  min-width:26px;
  height:26px;
  border-radius:999px;
  background:#edf6f1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0b6b49;
}
.coupon-row-polished{
  grid-template-columns:108px minmax(0,1fr) minmax(154px,178px) auto;
  gap:16px;
}
.coupon-row-polished .coupon-main{min-width:0}
.coupon-titleline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}
.coupon-titleline h3{margin:0}
.verified-pill{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:4px 8px;
  background:#e7f7ed;
  border:1px solid #d3eadc;
  color:#0b6b49;
  font-size:11px;
  font-weight:950;
}
.coupon-row-polished .coupon-actions{
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:flex-end;
  min-width:176px;
}
.coupon-row-polished .coupon-actions .btn:not(.fav-inline){
  white-space:nowrap;
  min-width:132px;
}
.coupon-row-polished .favorite-form{margin:0;display:inline-flex}
.coupon-row-polished .fav-inline{
  width:44px;
  min-width:44px;
  height:44px;
  padding:0;
  border-radius:50%;
  font-size:18px;
  line-height:1;
  box-shadow:0 10px 24px rgba(7,31,25,.06);
}
.coupon-type-code .coupon-discount{background:linear-gradient(135deg,#073f2f,#0b7d56);color:#fff;border:1px solid rgba(255,255,255,.18)}
.coupon-type-direct .coupon-discount{background:linear-gradient(135deg,#e9f8ef,#f9fffb);color:#0b6b49;border:1px solid #d6eadf}
.coupon-type-upcoming .coupon-discount{background:linear-gradient(135deg,#fff7dd,#fffdf4);color:#8a6200;border:1px solid #f0dfb2}
.coupon-row-polished .coupon-code{
  min-height:46px;
  max-width:178px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(min-width:1600px){
  .coupon-page-layout{grid-template-columns:minmax(0,1fr) 288px;gap:24px}
  .coupon-row-polished{grid-template-columns:112px minmax(0,1fr) 188px auto}
  .coupon-page-layout .sidebar{width:288px}
}
@media(max-width:1120px){
  .coupon-page-layout{grid-template-columns:1fr}
  .coupon-page-layout .sidebar{width:auto}
  .filter-pill.shop-filter{margin-left:0}
  .coupon-row-polished{grid-template-columns:96px minmax(0,1fr)}
  .coupon-row-polished .coupon-code,.coupon-row-polished .coupon-actions{grid-column:2}
  .coupon-row-polished .coupon-actions{justify-content:flex-start;min-width:0}
}
@media(max-width:720px){
  .coupon-filter-pills{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .coupon-filter-pills>span{grid-column:1/-1}
  .filter-pill{justify-content:space-between;padding:10px 12px}
  .coupon-row-polished{grid-template-columns:1fr;gap:12px}
  .coupon-row-polished .coupon-discount{align-items:flex-start}
  .coupon-row-polished .coupon-code,.coupon-row-polished .coupon-actions{grid-column:auto;max-width:none;width:100%}
  .coupon-row-polished .coupon-actions .btn:not(.fav-inline){flex:1;min-width:0}
}


/* v2.0.38: Coupon filter rendering hotfix */
.portal-body .coupon-filter-pills{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin:18px auto 26px !important;
  max-width:1680px;
}
.portal-body .coupon-filter-pills>span{
  display:inline-flex !important;
  align-items:center !important;
  color:#66786f !important;
  font-size:12px !important;
  font-weight:950 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
  margin-right:4px !important;
}
.portal-body .coupon-filter-pills .filter-pill{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:40px !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(207,190,166,.76) !important;
  background:linear-gradient(180deg,#fff,#fbfaf7) !important;
  color:#0b3026 !important;
  font-weight:950 !important;
  text-decoration:none !important;
  box-shadow:0 10px 28px rgba(7,31,25,.052) !important;
}
.portal-body .coupon-filter-pills .filter-pill.is-active{
  background:linear-gradient(135deg,#073f2f,#0b7f56) !important;
  color:#fff !important;
}
.portal-body .coupon-filter-pills .filter-pill b{
  min-width:24px !important;
  height:24px !important;
  padding:0 7px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#edf8f2 !important;
  color:#07593f !important;
  font-size:12px !important;
}
.portal-body .coupon-filter-pills .filter-pill.is-active b{background:rgba(255,255,255,.16) !important;color:#fff !important;}
.portal-body .coupon-filter-pills .shop-filter{margin-left:auto !important;}
@media(max-width:720px){
  .portal-body .coupon-filter-pills{display:grid !important;grid-template-columns:1fr 1fr !important;gap:8px !important;}
  .portal-body .coupon-filter-pills>span{grid-column:1/-1 !important;}
  .portal-body .coupon-filter-pills .filter-pill{justify-content:space-between !important;}
  .portal-body .coupon-filter-pills .shop-filter{margin-left:0 !important;grid-column:1/-1 !important;}
}

/* v2.0.39: Coupon list alignment and action balance */
.portal-body .coupon-page-layout{
  grid-template-columns:minmax(0,1fr) 248px !important;
  gap:20px !important;
  align-items:start !important;
}
.portal-body .coupon-page-layout > section{
  min-width:0 !important;
}
.portal-body .coupon-page-layout .list-toolbar{
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.portal-body .coupon-list-premium{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  display:grid !important;
  gap:12px !important;
}
.portal-body .coupon-row-polished{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  grid-template-columns:108px minmax(0,1fr) minmax(150px,174px) 170px !important;
  gap:16px !important;
  align-items:center !important;
}
.portal-body .coupon-row-polished .coupon-actions{
  min-width:170px !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:8px !important;
}
.portal-body .coupon-row-polished .coupon-actions .btn:not(.fav-inline){
  min-width:126px !important;
  padding-left:16px !important;
  padding-right:16px !important;
}
.portal-body .coupon-row-polished .fav-inline{
  flex:0 0 42px !important;
  width:42px !important;
  min-width:42px !important;
  height:42px !important;
}
.portal-body .coupon-row-polished .coupon-code{
  width:100% !important;
  max-width:none !important;
}
.portal-body .coupon-page-layout .sidebar{
  width:248px !important;
}
.portal-body .coupon-page-layout .panel-soft{
  padding:18px !important;
}
.portal-body .coupon-filter-pills{
  align-items:center !important;
}
.portal-body .coupon-filter-pills .shop-filter{
  margin-left:auto !important;
  background:linear-gradient(180deg,#fff,#fbfaf7) !important;
  border-color:#d8c9b7 !important;
}
@media(min-width:1500px){
  .portal-body .coupon-page-layout{
    grid-template-columns:minmax(0,1fr) 260px !important;
    gap:22px !important;
  }
  .portal-body .coupon-page-layout .sidebar{width:260px !important;}
  .portal-body .coupon-row-polished{
    grid-template-columns:112px minmax(0,1fr) minmax(164px,190px) 176px !important;
  }
  .portal-body .coupon-row-polished .coupon-actions{min-width:176px !important;}
}
@media(max-width:1120px){
  .portal-body .coupon-page-layout{grid-template-columns:1fr !important;}
  .portal-body .coupon-page-layout .sidebar{width:auto !important;}
  .portal-body .coupon-row-polished{grid-template-columns:96px minmax(0,1fr) !important;}
  .portal-body .coupon-row-polished .coupon-code,
  .portal-body .coupon-row-polished .coupon-actions{grid-column:2 !important;}
  .portal-body .coupon-row-polished .coupon-actions{justify-content:flex-start !important;min-width:0 !important;}
  .portal-body .coupon-filter-pills .shop-filter{margin-left:0 !important;}
}
@media(max-width:720px){
  .portal-body .coupon-row-polished{grid-template-columns:1fr !important;}
  .portal-body .coupon-row-polished .coupon-code,
  .portal-body .coupon-row-polished .coupon-actions{grid-column:auto !important;width:100% !important;}
  .portal-body .coupon-row-polished .coupon-actions .btn:not(.fav-inline){flex:1 !important;min-width:0 !important;}
}


/* v2.0.40: Coupon favorite icon and saved-state overlap fix */
.portal-body .coupon-row-polished .coupon-actions{
  overflow:visible !important;
}
.portal-body .coupon-row-polished .favorite-form{
  width:44px !important;
  min-width:44px !important;
  max-width:44px !important;
  height:44px !important;
  margin:0 !important;
  flex:0 0 44px !important;
  display:inline-flex !important;
}
.portal-body .coupon-row-polished .favorite-toggle{
  width:44px !important;
  min-width:44px !important;
  max-width:44px !important;
  height:44px !important;
  min-height:44px !important;
  padding:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:0 !important;
  line-height:1 !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
.portal-body .coupon-row-polished .favorite-toggle .fav-label{
  display:none !important;
}
.portal-body .coupon-row-polished .favorite-toggle::before{
  content:"♡" !important;
  display:block !important;
  font-size:20px !important;
  line-height:1 !important;
}
.portal-body .coupon-row-polished .favorite-toggle.is-saved::before{
  content:"♥" !important;
  color:#00885e !important;
}
.portal-body .coupon-row-polished .coupon-actions .btn:not(.fav-inline){
  flex:1 1 auto !important;
}
.portal-body .alert{
  margin-top:0 !important;
}

/* v241 shopdetail profile polish */
.shop-detail-hero{
  grid-template-columns:190px minmax(0,1fr) 230px !important;
  gap:30px !important;
  align-items:center !important;
  min-height:220px !important;
  padding:30px 34px !important;
  background:linear-gradient(115deg,#fff 0%,#fffaf2 55%,#eef8f2 100%) !important;
}
.shop-detail-hero:after{width:34% !important;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(232,245,237,.78)) !important;}
.shop-detail-logo{width:154px !important;height:126px !important;border-radius:22px !important;padding:14px !important;box-shadow:0 14px 34px rgba(7,31,25,.055) !important;}
.shop-detail-hero h1{font-size:clamp(34px,2.55vw,50px) !important;line-height:.98 !important;margin-bottom:10px !important;}
.shop-detail-hero p{font-size:14px !important;max-width:780px !important;line-height:1.55 !important;}
.shop-detail-hero .chip-row{margin-top:10px !important;margin-bottom:12px !important;}
.shop-detail-hero .chip{padding:7px 11px !important;font-size:12px !important;background:#fff !important;box-shadow:0 8px 18px rgba(7,31,25,.045) !important;}
.shop-detail-hero .action-row{display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:wrap !important;margin:12px 0 0 !important;}
.shop-detail-hero .action-row .btn,
.shop-detail-hero .action-row .favorite-toggle{width:auto !important;min-height:42px !important;padding:11px 16px !important;border-radius:14px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;}
.shop-score{display:flex !important;flex-direction:column !important;align-items:flex-start !important;text-align:left !important;gap:4px !important;padding:20px !important;background:rgba(255,255,255,.92) !important;}
.shop-score strong{font-size:46px !important;line-height:1 !important;}
.shop-score span{font-weight:850 !important;color:#41574e !important;}
.shop-score:after{content:"Coupon Hub geprüft · Aktuelle Aktionen";display:block;margin-top:12px;padding-top:12px;border-top:1px solid #e4d9ca;color:#64736d;font-size:12px;font-weight:850;line-height:1.35;}
.detail-tabs{margin-top:14px !important;margin-bottom:18px !important;}
.shop-detail-hero + .detail-tabs + #coupons{margin-top:0 !important;}
#coupons .section-head{margin-top:18px !important;}
@media(max-width:1120px){
  .shop-detail-hero{grid-template-columns:1fr !important;padding:24px !important;}
  .shop-detail-logo{width:170px !important;height:120px !important;}
  .shop-score{max-width:320px !important;}
}
@media(max-width:720px){
  .shop-detail-hero{padding:20px !important;gap:16px !important;}
  .shop-detail-hero h1{font-size:30px !important;}
  .shop-detail-hero .action-row{display:grid !important;grid-template-columns:1fr !important;}
  .shop-detail-hero .action-row .btn,
  .shop-detail-hero .action-row .favorite-toggle{width:100% !important;}
}

/* v2.0.42: Aktionen/Direktangebote stärker darstellen */
.coupon-row-polished.coupon-type-direct{
  border-left-color:#0b7d56;
}
.coupon-row-polished.coupon-type-direct .coupon-discount{
  background:linear-gradient(135deg,#07533d 0%,#0a8a5f 100%) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 14px 30px rgba(6,121,80,.20);
}
.coupon-row-polished.coupon-type-direct .coupon-discount strong{
  color:#fff !important;
  text-shadow:0 1px 0 rgba(0,0,0,.12);
}
.coupon-row-polished.coupon-type-direct .coupon-discount span{
  color:rgba(255,255,255,.88) !important;
}
.coupon-row-polished.coupon-type-direct .coupon-code{
  background:#f3fbf7 !important;
  border:2px dashed rgba(15,127,85,.44) !important;
  color:#006b49 !important;
  font-weight:950;
}
.coupon-row-polished.coupon-type-direct .coupon-actions .btn:not(.fav-inline){
  background:linear-gradient(135deg,#064332,#087251) !important;
  box-shadow:0 12px 30px rgba(7,63,47,.18);
}


/* v2.0.43: Action/Direktangebot visual fix with cache-bust and broader selectors */
.coupon-row.coupon-type-direct .coupon-discount,
.coupon-row-polished.coupon-type-direct .coupon-discount,
article.coupon-row.coupon-type-direct > .coupon-discount{
  background:linear-gradient(135deg,#07533d 0%,#087252 52%,#0a9a68 100%) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.20) !important;
  box-shadow:0 16px 34px rgba(6,92,64,.24) !important;
  opacity:1 !important;
}
.coupon-row.coupon-type-direct .coupon-discount strong,
.coupon-row-polished.coupon-type-direct .coupon-discount strong,
article.coupon-row.coupon-type-direct > .coupon-discount strong{
  color:#fff !important;
  opacity:1 !important;
}
.coupon-row.coupon-type-direct .coupon-discount span,
.coupon-row-polished.coupon-type-direct .coupon-discount span,
article.coupon-row.coupon-type-direct > .coupon-discount span{
  color:rgba(255,255,255,.92) !important;
  opacity:1 !important;
}
.coupon-row.coupon-type-direct .coupon-code,
.coupon-row-polished.coupon-type-direct .coupon-code{
  background:#f2fbf7 !important;
  border:2px dashed rgba(6,112,75,.50) !important;
  color:#006b49 !important;
  font-weight:950 !important;
}
.coupon-row.coupon-type-direct .coupon-actions .btn,
.coupon-row-polished.coupon-type-direct .coupon-actions .btn{
  background:linear-gradient(135deg,#053b2d 0%,#087252 100%) !important;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(7,63,47,.20) !important;
}

/* 2.0.45: Gutschein-Codes in Listen maskieren */
.coupon-code-hidden{font-size:20px;letter-spacing:.18em;line-height:1;color:var(--brand);font-weight:950;text-transform:none}
.coupon-code-hidden:hover{filter:brightness(.98);transform:translateY(-1px)}

/* v246: Gutscheincodes nicht in Listen anteasern. Nur Button/Popup zeigt den Code. */
.coupon-row-no-preview{
  grid-template-columns:112px minmax(0,1fr) 230px !important;
}
.coupon-row-no-preview .coupon-actions{
  grid-column:auto !important;
  justify-self:stretch;
  width:100%;
}
.coupon-row-no-preview .coupon-code,
.coupon-row-no-preview .coupon-code-hidden{
  display:none !important;
}
@media(max-width:1120px){
  .coupon-row-no-preview{grid-template-columns:98px minmax(0,1fr) !important;}
  .coupon-row-no-preview .coupon-actions{grid-column:2 !important;grid-template-columns:minmax(0,1fr) 48px;}
}
@media(max-width:720px){
  .coupon-row-no-preview{grid-template-columns:1fr !important;}
  .coupon-row-no-preview .coupon-actions{grid-column:auto !important;}
}


/* v2.0.47: Gutscheinzeilen nach entferntem Code-Feld ausbalancieren */
.coupon-row-polished.coupon-row-no-preview{
  grid-template-columns:108px minmax(0,1fr) auto !important;
}
.coupon-row-polished.coupon-row-no-preview .coupon-main{
  max-width:none;
}
.coupon-row-polished.coupon-row-no-preview .coupon-actions{
  min-width:184px;
  justify-self:end;
  grid-column:auto;
}
.coupon-row-polished.coupon-row-no-preview .coupon-actions .btn:not(.fav-inline){
  min-width:136px;
}
.coupon-row-polished.coupon-type-direct{
  grid-template-columns:108px minmax(0,1fr) 168px auto;
}
.coupon-row-polished.coupon-type-direct .coupon-code{
  max-width:168px;
}
@media(min-width:1600px){
  .coupon-row-polished.coupon-row-no-preview{grid-template-columns:112px minmax(0,1fr) auto !important}
  .coupon-row-polished.coupon-row-no-preview .coupon-actions{min-width:196px}
  .coupon-row-polished.coupon-row-no-preview .coupon-actions .btn:not(.fav-inline){min-width:144px}
  .coupon-row-polished.coupon-type-direct{grid-template-columns:112px minmax(0,1fr) 184px auto}
}
@media(max-width:1120px){
  .coupon-row-polished.coupon-row-no-preview,
  .coupon-row-polished.coupon-type-direct{grid-template-columns:96px minmax(0,1fr) !important}
  .coupon-row-polished.coupon-row-no-preview .coupon-actions,
  .coupon-row-polished.coupon-type-direct .coupon-code,
  .coupon-row-polished.coupon-type-direct .coupon-actions{grid-column:2}
  .coupon-row-polished.coupon-row-no-preview .coupon-actions{justify-self:start;min-width:0}
}
@media(max-width:720px){
  .coupon-row-polished.coupon-row-no-preview,
  .coupon-row-polished.coupon-type-direct{grid-template-columns:1fr !important}
  .coupon-row-polished.coupon-row-no-preview .coupon-actions,
  .coupon-row-polished.coupon-type-direct .coupon-code,
  .coupon-row-polished.coupon-type-direct .coupon-actions{grid-column:auto;width:100%;max-width:none}
}

.btn.is-disabled{opacity:.62;cursor:not-allowed;pointer-events:auto;filter:grayscale(.18)}

/* 2.0.51 API data diagnostics */
.debug-json{display:block;max-height:520px;overflow:auto;background:#10231d;color:#eaf6ef;border-radius:16px;padding:16px;white-space:pre-wrap;font-size:12px;line-height:1.45;border:1px solid rgba(255,255,255,.08)}
.code-line{display:block;white-space:normal;word-break:break-all;background:#f6f2ec;border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:#10231d}
details summary{cursor:pointer;font-weight:900;margin:12px 0;color:var(--brand)}
.table td small{word-break:break-word}


/* v2.0.55: öffentliche Kategorien bereinigt + eigene Kategorie-Icons */
.category-card-premium .category-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#057453;
  background:linear-gradient(145deg,#e8f7ef 0%,#ffffff 100%);
}
.category-card-premium .category-icon .category-svg,
.hero-category-icon .category-svg{
  width:28px;
  height:28px;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.category-card-premium.icon-electronics .category-icon{color:#0b6b73;background:linear-gradient(145deg,#e6f7f8,#fff)}
.category-card-premium.icon-furniture .category-icon{color:#7b5a2a;background:linear-gradient(145deg,#fbf0de,#fff)}
.category-card-premium.icon-fashion .category-icon{color:#7a3f75;background:linear-gradient(145deg,#faeafb,#fff)}
.category-card-premium.icon-jewelry .category-icon{color:#9a6b00;background:linear-gradient(145deg,#fff3cf,#fff)}
.category-card-premium.icon-sport .category-icon{color:#176a3e;background:linear-gradient(145deg,#e8f8ee,#fff)}
.category-card-premium.icon-beauty .category-icon{color:#a44972;background:linear-gradient(145deg,#ffeaf2,#fff)}
.category-card-premium.icon-travel .category-icon{color:#2861a8;background:linear-gradient(145deg,#eaf2ff,#fff)}
.category-card-premium.icon-kids .category-icon{color:#c06b00;background:linear-gradient(145deg,#fff1dc,#fff)}
.category-card-premium.icon-shoes .category-icon{color:#23394a;background:linear-gradient(145deg,#eef3f6,#fff)}
.category-card-premium.icon-marketplace .category-icon{color:#0a7458;background:linear-gradient(145deg,#e8f7ef,#fff)}
.category-card-premium.icon-business .category-icon{color:#42526b;background:linear-gradient(145deg,#eef2f7,#fff)}
.category-card-premium.icon-gaming .category-icon{color:#aa273e;background:linear-gradient(145deg,#ffe8ed,#fff)}
.category-card-premium.icon-food .category-icon{color:#608b1f;background:linear-gradient(145deg,#f0f8df,#fff)}
.category-card-premium.icon-garden .category-icon{color:#1d6b35;background:linear-gradient(145deg,#e7f6e9,#fff)}
.category-card-premium.icon-blackfriday .category-icon{color:#111827;background:linear-gradient(145deg,#eceff3,#fff)}
.category-card-premium.icon-summer .category-icon{color:#c47a00;background:linear-gradient(145deg,#fff4d6,#fff)}
.hero-category-icon{
  width:92px;
  height:92px;
  border-radius:26px;
  background:rgba(255,255,255,.88);
  color:#057453;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 18px 44px rgba(7,31,25,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.hero-category-icon .category-svg{width:42px;height:42px;stroke-width:1.7}
.category-card-premium.is-empty{display:none !important;}

/* v2.0.56: individuelle Hero-Bereiche pro Unterseite */
.hero-individual{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.hero-individual:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.58), rgba(255,255,255,0) 33%),
    radial-gradient(circle at 72% 92%, rgba(4,128,85,.13), rgba(4,128,85,0) 38%);
  z-index:0;
}
.hero-individual > *{position:relative;z-index:1}
.hero-individual .eyebrow{
  background:rgba(255,255,255,.48);
  border:1px solid rgba(255,255,255,.54);
  border-radius:999px;
  padding:7px 11px;
  width:max-content;
}
.hero-individual-copy{max-width:820px}
.hero-individual-search{max-width:740px;margin-top:22px}
.hero-individual-panel{
  min-width:220px;
  display:grid;
  gap:8px;
  align-content:center;
  background:rgba(255,255,255,.86) !important;
  backdrop-filter:blur(12px);
}
.hero-symbol{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e8f7ef,#fff);
  color:var(--green);
  border:1px solid #d8ece2;
  font-size:27px;
  font-weight:950;
  margin-bottom:4px;
}
.hero-symbol-svg{
  width:28px;
  height:28px;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-shops{
  background:
    linear-gradient(120deg, rgba(255,255,255,.94), rgba(255,250,242,.88) 48%, rgba(225,247,237,.90)),
    radial-gradient(circle at 92% 80%, rgba(9,117,82,.18), transparent 42%) !important;
}
.hero-shops .hero-symbol{color:#0a7654;background:linear-gradient(145deg,#e3f8ed,#fff)}
.hero-coupons{
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(255,246,230,.88) 45%, rgba(226,245,239,.92)),
    radial-gradient(circle at 86% 25%, rgba(226,174,65,.18), transparent 36%) !important;
}
.hero-coupons .hero-symbol{color:#98680a;background:linear-gradient(145deg,#fff1cf,#fff)}
.hero-categories,
.category-landing-hero.hero-individual{
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(247,240,229,.82) 42%, rgba(221,247,240,.94)),
    radial-gradient(circle at 86% 34%, rgba(4,128,85,.15), transparent 40%) !important;
}
.hero-categories .hero-symbol{color:#086e61;background:linear-gradient(145deg,#e6fbf7,#fff)}
.hero-search{
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(236,247,242,.88) 47%, rgba(242,234,220,.92)),
    radial-gradient(circle at 84% 42%, rgba(10,98,77,.16), transparent 38%) !important;
}
.hero-search .hero-symbol{color:#0b5948;background:linear-gradient(145deg,#e8f7ef,#fff)}
.hero-themes{
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(255,245,222,.88) 45%, rgba(241,229,255,.72)),
    radial-gradient(circle at 84% 26%, rgba(148,97,12,.14), transparent 38%) !important;
}
.hero-themes .hero-symbol{color:#9c6800;background:linear-gradient(145deg,#fff4d6,#fff)}
.hero-business{
  background:
    linear-gradient(120deg,#082a21,#086647 58%,#0a8a60) !important;
  color:#fff;
}
.hero-business h1,.hero-business p{color:#fff!important}
.hero-business .eyebrow{color:#9df0ca;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18)}
.hero-business .hero-symbol{color:#0a7654;background:#fff}
.category-detail-hero{
  border-radius:34px !important;
  border:1px solid rgba(226,215,200,.9) !important;
  background:linear-gradient(120deg,#fff,#fff7ea 46%,#e8f7ef) !important;
  box-shadow:var(--shadow) !important;
}
.category-detail-hero.icon-electronics{background:linear-gradient(120deg,#fff,#eefcff 45%,#e8f7ef) !important}
.category-detail-hero.icon-furniture{background:linear-gradient(120deg,#fff,#fff2df 45%,#eef8f3) !important}
.category-detail-hero.icon-fashion{background:linear-gradient(120deg,#fff,#fff0fb 45%,#eaf7f1) !important}
.category-detail-hero.icon-jewelry{background:linear-gradient(120deg,#fff,#fff3cc 45%,#eaf7f1) !important}
.category-detail-hero.icon-sport{background:linear-gradient(120deg,#fff,#edfff3 45%,#e9f4ff) !important}
.category-detail-hero.icon-beauty{background:linear-gradient(120deg,#fff,#ffeef5 45%,#eaf7f1) !important}
.category-detail-hero.icon-travel{background:linear-gradient(120deg,#fff,#eaf2ff 45%,#eaf7f1) !important}
.category-detail-hero.icon-kids{background:linear-gradient(120deg,#fff,#fff0dc 45%,#eaf7f1) !important}
.category-detail-hero .hero-visual{min-height:260px}
.category-detail-hero .floating-badge{box-shadow:0 18px 52px rgba(7,31,25,.12)}
.theme-detail-hero{
  background:linear-gradient(120deg,#fff,#fff4df 48%,#eaf7f1) !important;
}
.theme-visual{min-height:220px}
.theme-visual .hero-category-icon{color:#98680a;background:linear-gradient(145deg,#fff4d6,#fff)}
.shop-detail-hero{
  background:linear-gradient(120deg,#fff,#fffaf3 50%,#edf9f3) !important;
}
.shop-detail-hero:before{
  content:"";
  position:absolute;
  right:18%;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(4,128,85,.12),transparent 70%);
  pointer-events:none;
}
.auth-hero.premium-account-hero{
  background:linear-gradient(135deg,#082a21 0,#075d41 52%,#10a16f 100%) !important;
}
.account-hero{
  background:linear-gradient(135deg,#082a21 0,#086447 55%,#0c9366 100%) !important;
}
@media(max-width:1120px){
  .hero-individual-panel{min-width:0;width:100%}
  .hero-individual .eyebrow{width:auto}
}
@media(max-width:720px){
  .hero-individual{border-radius:24px!important}
  .hero-individual-panel{padding:18px!important}
  .hero-symbol{width:46px;height:46px;border-radius:15px}
  .hero-individual-search{grid-template-columns:1fr!important;background:transparent!important;box-shadow:none!important;padding:0!important}
  .category-detail-hero .hero-visual{display:flex!important;min-height:180px}
}

/* v2.0.63: Frontend Visual Launch Polish – nur CSS/Layout, keine Funktionslogik */
:root{
  --launch-card-shadow:0 20px 56px rgba(7,31,25,.075);
  --launch-card-shadow-hover:0 30px 76px rgba(7,31,25,.115);
  --launch-border:rgba(202,186,163,.62);
  --launch-glass:rgba(255,255,255,.86);
}
.portal-body .main{padding-top:30px;}
.portal-body .site-header{border-bottom-color:rgba(214,199,178,.72);}
.portal-body .nav-shell{max-width:1540px;margin-inline:auto;}
.portal-body .main-nav a{
  position:relative;
  transition:background .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}
.portal-body .main-nav a:hover{transform:translateY(-1px);}
.portal-body .nav-search{box-shadow:0 12px 36px rgba(7,31,25,.07);}
.portal-body .round-link{box-shadow:0 10px 28px rgba(7,31,25,.06);}
.portal-body .btn{transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;}
.portal-body .btn:hover{box-shadow:0 18px 38px rgba(7,63,47,.18);}
.portal-body .hero-market,
.portal-body .listing-hero,
.portal-body .category-landing-hero,
.portal-body .shop-detail-hero,
.portal-body .auth-hero,
.portal-body .account-hero{
  border-color:var(--launch-border) !important;
  box-shadow:0 26px 78px rgba(7,31,25,.095) !important;
}
.portal-body .hero-individual,
.portal-body .listing-hero,
.portal-body .category-landing-hero{
  outline:1px solid rgba(255,255,255,.58);
  outline-offset:-10px;
}
.portal-body .hero-individual .eyebrow,
.portal-body .listing-hero .eyebrow,
.portal-body .category-landing-hero .eyebrow{
  background:rgba(255,255,255,.68);
  border-color:rgba(219,205,185,.56);
  box-shadow:0 8px 22px rgba(7,31,25,.045);
}
.portal-body .listing-search-card,
.portal-body .category-search-card,
.portal-body .hero-search-xl{
  border-color:rgba(211,195,173,.72) !important;
  box-shadow:0 18px 46px rgba(7,31,25,.10) !important;
}
.portal-body .stats-strip,
.portal-body .result-summary div,
.portal-body .listing-hero-panel,
.portal-body .category-hero-panel,
.portal-body .hero-individual-panel{
  background:var(--launch-glass) !important;
  border-color:rgba(211,195,173,.64) !important;
  box-shadow:var(--launch-card-shadow) !important;
}
.portal-body .section-head,
.portal-body .page-head,
.portal-body .list-toolbar{
  max-width:1540px;
  margin-left:auto;
  margin-right:auto;
}
.portal-body .section-head h2,
.portal-body .page-head h1,
.portal-body .list-toolbar h2{
  letter-spacing:-.06em;
}
.portal-body .shop-mini,
.portal-body .shop-row,
.portal-body .shop-row-premium,
.portal-body .coupon-row,
.portal-body .category-card,
.portal-body .category-card-premium,
.portal-body .panel-soft,
.portal-body .card,
.portal-body .empty-state{
  border-color:rgba(205,189,166,.62) !important;
  box-shadow:var(--launch-card-shadow) !important;
}
.portal-body .shop-mini:hover,
.portal-body .shop-row-premium:hover,
.portal-body .category-card:hover,
.portal-body .category-card-premium:hover,
.portal-body .coupon-row:hover{
  transform:translateY(-2px);
  box-shadow:var(--launch-card-shadow-hover) !important;
}
.portal-body .coupon-row,
.portal-body .shop-row-premium{
  background:linear-gradient(180deg,#fff,#fffdf9) !important;
}
.portal-body .coupon-row h3,
.portal-body .shop-row h3,
.portal-body .shop-row-premium h3,
.portal-body .category-card h3{
  letter-spacing:-.038em;
}
.portal-body .coupon-row p,
.portal-body .shop-row p,
.portal-body .shop-row-premium p,
.portal-body .category-card p{
  color:#60736c;
}
.portal-body .pill,
.portal-body .chip,
.portal-body .mini-stats span,
.portal-body .category-state,
.portal-body .quality-pill{
  border-color:rgba(211,229,220,.86);
  box-shadow:0 5px 14px rgba(7,31,25,.035);
}
.portal-body .coupon-discount{
  box-shadow:0 14px 30px rgba(7,63,47,.16);
}
.portal-body .coupon-row-polished.coupon-row-no-preview .coupon-main,
.portal-body .coupon-row-polished .coupon-main{
  padding-right:10px;
}
.portal-body .coupon-row-polished .coupon-actions{
  justify-content:flex-end;
}
.portal-body .filter-pill,
.portal-body .quick-filter-strip a,
.portal-body .category-feature-strip a{
  border-color:rgba(205,189,166,.62) !important;
  box-shadow:0 12px 32px rgba(7,31,25,.06) !important;
}
.portal-body .filter-pill:hover,
.portal-body .quick-filter-strip a:hover,
.portal-body .category-feature-strip a:hover{
  box-shadow:0 20px 50px rgba(7,31,25,.10) !important;
}
.portal-body .sidebar .panel-soft{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
}
.portal-body .cat-list a{
  border:1px solid transparent;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.portal-body .cat-list a:hover{
  transform:translateX(2px);
  border-color:#d9eadf;
}
.portal-body .category-card-premium{
  min-height:232px;
}
.portal-body .category-card-premium .category-icon{
  box-shadow:0 12px 26px rgba(7,31,25,.055);
}
.portal-body .category-card-premium .category-cta,
.portal-body .shop-row-actions .btn,
.portal-body .coupon-actions .btn{
  box-shadow:0 12px 28px rgba(7,63,47,.14);
}
.portal-body .shop-row-premium .shop-row-logo,
.portal-body .shop-detail-logo,
.portal-body .shop-mini img{
  filter:saturate(1.03) contrast(1.02);
}
.portal-body .search-page .shop-row-premium,
.portal-body .shop-list-premium .shop-row-premium{
  min-height:116px;
}
.portal-body .search-page .shop-row-actions{
  align-content:center;
}
.portal-body .process-strip{
  box-shadow:0 22px 58px rgba(7,63,47,.17);
}
.portal-body .process-step{
  align-items:center;
}
.portal-body .site-footer{
  margin-top:64px;
  border-top:1px solid rgba(255,255,255,.08);
}
.portal-body .newsletter-box form{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}
.portal-body .coupon-modal-card{
  box-shadow:0 34px 100px rgba(0,0,0,.28);
}
@media(min-width:1440px){
  .portal-body .wrap{width:min(100% - 126px,1540px);}
  .portal-body .hero-market.hero-premium,
  .portal-body .listing-hero,
  .portal-body .category-landing-hero,
  .portal-body .shop-detail-hero,
  .portal-body .stats-strip{max-width:1540px;}
}
@media(min-width:1800px){
  .portal-body .wrap{width:min(100% - 180px,1640px);}
  .portal-body .hero-market.hero-premium,
  .portal-body .listing-hero,
  .portal-body .category-landing-hero,
  .portal-body .shop-detail-hero,
  .portal-body .stats-strip{max-width:1640px;}
}
@media(max-width:1120px){
  .portal-body .hero-individual,
  .portal-body .listing-hero,
  .portal-body .category-landing-hero{outline:none;}
  .portal-body .shop-strip{grid-template-columns:repeat(3,minmax(0,1fr));}
  .portal-body .shop-row-actions{grid-column:auto;}
}
@media(max-width:720px){
  .portal-body .main{padding-top:18px;}
  .portal-body .nav-shell{min-height:auto;padding:12px 0;gap:12px;}
  .portal-body .brand-copy strong{font-size:12px;}
  .portal-body .brand-copy em{font-size:13px;}
  .portal-body .nav-search{width:100%;order:3;grid-column:1/-1;}
  .portal-body .main-nav{gap:2px;}
  .portal-body .main-nav a{padding:8px 9px;font-size:12px;}
  .portal-body .hero-market,
  .portal-body .listing-hero,
  .portal-body .category-landing-hero,
  .portal-body .shop-detail-hero,
  .portal-body .auth-hero,
  .portal-body .account-hero{box-shadow:0 18px 46px rgba(7,31,25,.09) !important;}
  .portal-body .hero-individual .eyebrow,
  .portal-body .listing-hero .eyebrow,
  .portal-body .category-landing-hero .eyebrow{font-size:10px;letter-spacing:.10em;}
  .portal-body .shop-strip{grid-template-columns:repeat(2,minmax(0,1fr));}
  .portal-body .category-card-premium{min-height:210px;}
  .portal-body .coupon-row,
  .portal-body .shop-row-premium{border-radius:20px;}
  .portal-body .coupon-row:hover,
  .portal-body .shop-row-premium:hover,
  .portal-body .category-card-premium:hover{transform:none;}
  .portal-body .site-footer{margin-top:42px;}
}

/* v2.0.64 coupon pagination */
.pagination-premium{
  margin:28px 0 8px;
  padding:14px;
  border:1px solid rgba(13,74,57,.12);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 16px 45px rgba(18,32,24,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.pagination-summary{
  font-size:13px;
  font-weight:800;
  color:rgba(8,47,38,.72);
}
.pagination-links{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.page-link,.page-dots{
  min-width:38px;
  height:38px;
  padding:0 13px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:13px;
}
.page-link{
  border:1px solid rgba(13,74,57,.14);
  background:#fff;
  color:#063f32;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(18,32,24,.06);
}
.page-link:hover,.page-link.is-active{
  background:#00513f;
  color:#fff;
  border-color:#00513f;
}
.page-dots{color:rgba(8,47,38,.5)}
@media(max-width:720px){
  .pagination-premium{align-items:flex-start;}
  .pagination-links{width:100%;}
  .page-link{flex:1 1 auto;}
}


/* v2.0.70 legal editor */
.legal-page{max-width:980px;margin-inline:auto;line-height:1.75}
.legal-page h1{margin-bottom:18px}
.legal-page h2,.legal-page h3{margin-top:28px;margin-bottom:10px}
.legal-page p,.legal-page ul,.legal-page ol{margin-bottom:14px}
.footer-legal-note{margin-top:22px;padding:14px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.9rem;color:rgba(255,255,255,.72);line-height:1.5}
.admin-main textarea[name="legal_imprint_html"],.admin-main textarea[name="legal_privacy_html"]{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92rem;line-height:1.55}
