/*
Theme Name: Proben Kostenlos Magenta - Korrigiert
Theme URI: https://www.proben-kostenlos.de/
Author: Proben-Kostenlos.de
Author URI: https://www.proben-kostenlos.de/
Description: Schnelles, barrierearmes und mobiloptimiertes WordPress-Theme für Gratisproben, Produkttests und zeitlich begrenzte Aktionen. Mit Ablaufdatum, Bewertungen, strukturierten Daten und flexiblen Anzeigenflächen.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proben-kostenlos-magenta
Tags: blog, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready, wide-blocks
*/

:root {
  --pkm-magenta: #b0005a;
  --pkm-magenta-dark: #72003b;
  --pkm-magenta-bright: #e40074;
  --pkm-magenta-soft: #fff0f7;
  --pkm-ink: #1f1720;
  --pkm-muted: #655e66;
  --pkm-line: #e9e3e7;
  --pkm-surface: #f8f6f8;
  --pkm-white: #fff;
  --pkm-success: #176b45;
  --pkm-success-soft: #eaf7f1;
  --pkm-warning: #8a4b00;
  --pkm-warning-soft: #fff5df;
  --pkm-danger: #8f1d2c;
  --pkm-danger-soft: #fff0f1;
  --pkm-radius: 1.15rem;
  --pkm-shadow: 0 18px 50px rgba(45, 10, 31, .09);
  --pkm-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--pkm-ink); background: var(--pkm-white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: #8f004a; text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--pkm-magenta-dark); }
button, input, select, textarea { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
input, select, textarea { max-width: 100%; color: var(--pkm-ink); background: var(--pkm-white); border: 1px solid #bcb4ba; border-radius: .7rem; padding: .75rem .9rem; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid #ffb6da; outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 .7em; font-weight: 800; line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1.2rem; }
.container { width: min(calc(100% - 2rem), var(--pkm-container)); margin-inline: auto; }
.site-main { min-height: 55vh; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { position: fixed !important; z-index: 99999; top: .75rem; left: .75rem; width: auto; height: auto; clip: auto; padding: .8rem 1rem; color: #fff; background: var(--pkm-magenta-dark); border-radius: .5rem; }

.site-header { position: sticky; z-index: 1000; top: 0; background: var(--pkm-white); box-shadow: 0 6px 24px rgba(45,10,31,.08); }
.site-header__brand-row { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--pkm-line); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.4rem); }
.site-branding { display: flex; flex: 0 0 auto; flex-direction: column; justify-content: center; min-width: 250px; }
.custom-logo-link { display: inline-flex; align-items: center; width: fit-content; }
.custom-logo { max-height: 54px; width: auto; }
.site-title { display: inline-block; color: var(--pkm-ink); font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 950; line-height: 1.05; text-decoration: none; letter-spacing: -.055em; }
.site-title span { color: var(--pkm-magenta); }
.site-description { margin-top: .3rem; color: var(--pkm-muted); font-size: .76rem; font-weight: 700; letter-spacing: .01em; }
.header-search-form { display: flex; min-width: 0; margin-left: auto; overflow: hidden; background: var(--pkm-white); border: 1px solid #d9ccd4; border-radius: .8rem; box-shadow: 0 5px 18px rgba(45,10,31,.045); }
.header-search-form--desktop { width: min(420px, 39vw); }
.header-search-form input { flex: 1; min-width: 0; min-height: 46px; padding: .65rem .85rem; border: 0; border-radius: 0; }
.header-search-form input:focus { outline: 0; box-shadow: inset 0 0 0 2px #ffb6da; }
.header-search-form button { min-height: 46px; padding: .65rem 1.05rem; color: var(--pkm-white); background: var(--pkm-magenta); border: 0; font-weight: 850; }
.header-search-form button:hover { background: var(--pkm-magenta-dark); }
.menu-toggle { display: none; align-items: center; gap: .55rem; min-height: 46px; padding: .65rem .8rem; color: var(--pkm-magenta-dark); background: var(--pkm-white); border: 1px solid #d9ccd4; border-radius: .7rem; font-weight: 800; }
.menu-toggle__icon { display: grid; gap: 4px; }
.menu-toggle__icon span { display: block; width: 20px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:last-child { transform: translateY(-6px) rotate(-45deg); }
.site-header__nav-wrap { background: linear-gradient(90deg, var(--pkm-magenta-dark), var(--pkm-magenta), var(--pkm-magenta-dark)); }
.site-header__nav-inner { position: relative; }
.primary-navigation { margin: 0; }
.primary-navigation ul { display: flex; align-items: stretch; justify-content: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.primary-navigation li { display: flex; }
.primary-navigation a { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: .7rem clamp(.48rem, .8vw, .82rem); color: var(--pkm-white); border-bottom: 3px solid transparent; font-size: clamp(.77rem, .86vw, .92rem); font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; white-space: nowrap; }
.primary-navigation a:hover, .primary-navigation a:focus-visible { color: var(--pkm-white); background: rgba(255,255,255,.13); border-bottom-color: rgba(255,255,255,.65); }
.primary-navigation .current-menu-item > a { color: var(--pkm-magenta-dark); background: var(--pkm-white); border-bottom-color: var(--pkm-white); }
.primary-navigation__search { display: none; }

.breadcrumbs { margin-block: 1rem 0; font-size: .88rem; color: var(--pkm-muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: #aaa1a7; }
.breadcrumbs a { color: var(--pkm-muted); }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #fff0f7 55%, #f9d8e9 100%); border-bottom: 1px solid #f0d8e4; }
.hero::before { content: ""; position: absolute; inset: auto -10vw -15vw auto; width: 42vw; height: 42vw; background: radial-gradient(circle, rgba(176,0,90,.15), transparent 68%); }
.hero__grid { min-height: 620px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding-block: clamp(4rem, 8vw, 7rem); }
.hero__content { position: relative; z-index: 2; }
.eyebrow { display: inline-block; margin-bottom: .8rem; color: var(--pkm-magenta-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 820px; margin-bottom: .4em; }
.hero h1::first-line { color: var(--pkm-magenta); }
.hero__content > p { max-width: 700px; color: #514a51; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-search { display: flex; max-width: 760px; margin: 2rem 0 1.2rem; padding: .45rem; background: var(--pkm-white); border: 1px solid #ead3df; border-radius: .95rem; box-shadow: var(--pkm-shadow); }
.hero-search input { flex: 1; min-width: 0; border: 0; padding: .9rem 1rem; }
.hero-search input:focus { outline: none; }
.hero-search button, .button, .search-submit, .form-submit input { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; gap: .45rem; padding: .78rem 1.2rem; color: var(--pkm-white); background: var(--pkm-magenta); border: 2px solid var(--pkm-magenta); border-radius: .75rem; font-weight: 800; text-decoration: none; }
.hero-search button:hover, .button:hover, .search-submit:hover, .form-submit input:hover { color: var(--pkm-white); background: var(--pkm-magenta-dark); border-color: var(--pkm-magenta-dark); }
.button--secondary { color: var(--pkm-magenta-dark); background: var(--pkm-white); border-color: var(--pkm-magenta); }
.button--secondary:hover { color: var(--pkm-white); }
.trust-list { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 0; padding: 0; color: #554b52; list-style: none; font-size: .92rem; font-weight: 700; }
.trust-list li::first-letter { color: var(--pkm-success); }
.hero__visual { position: relative; min-height: 390px; }
.sample-box { position: absolute; display: grid; place-items: center; color: #fff; border-radius: 2rem; font-weight: 950; letter-spacing: .08em; box-shadow: 0 30px 70px rgba(75, 0, 39, .24); }
.sample-box::before { content: ""; position: absolute; top: 1rem; left: 1rem; right: 1rem; height: .45rem; background: rgba(255,255,255,.5); border-radius: 1rem; }
.sample-box--one { width: 250px; height: 310px; right: 8%; top: 2%; background: linear-gradient(145deg, #e40074, #8b0048); transform: rotate(8deg); font-size: 2rem; }
.sample-box--two { width: 220px; height: 270px; left: 5%; bottom: 0; color: var(--pkm-magenta-dark); background: #fff; border: 2px solid #f4c8dc; transform: rotate(-9deg); font-size: 1.8rem; }
.hero-spark { position: absolute; right: 2%; bottom: 3%; color: var(--pkm-magenta); font-size: 5rem; }

.section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.section--tint { background: var(--pkm-surface); border-block: 1px solid var(--pkm-line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.7rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > a { white-space: nowrap; font-weight: 800; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.category-card { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: .85rem; min-height: 92px; padding: 1rem; color: var(--pkm-ink); background: var(--pkm-white); border: 1px solid var(--pkm-line); border-radius: 1rem; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.category-card:hover { color: var(--pkm-ink); border-color: #e9a8c9; box-shadow: var(--pkm-shadow); transform: translateY(-3px); }
.category-card__icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--pkm-magenta); background: var(--pkm-magenta-soft); border-radius: .8rem; font-size: 1.35rem; }
.category-card strong, .category-card small { display: block; }
.category-card small { margin-top: .2rem; color: var(--pkm-muted); }

.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.offer-grid--featured .offer-card:first-child { grid-column: span 2; }
.offer-grid--featured .offer-card:first-child .offer-card__image { aspect-ratio: 2 / 1; }
.offer-grid--compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.offer-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--pkm-white); border: 1px solid var(--pkm-line); border-radius: var(--pkm-radius); box-shadow: 0 8px 24px rgba(47, 14, 35, .045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.offer-card:hover { border-color: #e7b3cf; box-shadow: var(--pkm-shadow); transform: translateY(-4px); }
.offer-card__image { position: relative; display: block; aspect-ratio: 1.48 / 1; overflow: hidden; background: #f4edf1; }
.offer-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.offer-card:hover .offer-card__image img { transform: scale(1.035); }
.placeholder-image { display: grid; place-items: center; width: 100%; height: 100%; color: var(--pkm-magenta-dark); background: linear-gradient(135deg, #fff4f9, #f4c9de); font-size: 1.6rem; font-weight: 950; letter-spacing: .12em; }
.offer-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.15rem; }
.offer-card__badges, .entry-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .8rem; }
.offer-status, .offer-type, .entry-category { display: inline-flex; align-items: center; min-height: 29px; padding: .28rem .62rem; border-radius: 999px; font-size: .72rem; font-weight: 850; text-decoration: none; }
.offer-status--active { color: #0f5c3a; background: var(--pkm-success-soft); }
.offer-status--expired { color: var(--pkm-danger); background: var(--pkm-danger-soft); }
.offer-status--unknown { color: var(--pkm-warning); background: var(--pkm-warning-soft); }
.offer-type, .entry-category { color: var(--pkm-magenta-dark); background: var(--pkm-magenta-soft); }
.offer-card__title { margin-bottom: .65rem; font-size: 1.2rem; }
.offer-card__title a { color: var(--pkm-ink); text-decoration: none; }
.offer-card__title a:hover { color: var(--pkm-magenta-dark); }
.offer-card__excerpt { color: var(--pkm-muted); font-size: .94rem; }
.offer-card__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; margin-top: auto; padding-top: 1rem; color: var(--pkm-muted); border-top: 1px solid var(--pkm-line); font-size: .8rem; }
.rating-link { text-decoration: none; }
.rating-summary { color: #7b4200; font-weight: 800; }
.rating-count { color: var(--pkm-muted); font-weight: 600; }
.card-link { display: inline-flex; justify-content: space-between; align-items: center; gap: .6rem; margin-top: .9rem; color: var(--pkm-magenta-dark); font-weight: 850; text-decoration: none; }
.offer-is-expired .single-entry, .expired-section .offer-card { --pkm-card-muted: 1; }
.expired-section .offer-card__image img { filter: grayscale(.35); opacity: .82; }
.offer-grid__ad { grid-column: 1 / -1; }

.section--guide { color: #fff; background: linear-gradient(130deg, #72003b, #b0005a); }
.section--guide .eyebrow { color: #ffd3e8; }
.section--guide h2 { color: #fff; }
.guide-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.guide-grid > div > p { color: #f8dce9; font-size: 1.1rem; }
.steps { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; align-items: center; padding: 1rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; }
.steps li > span { display: grid; place-items: center; width: 54px; height: 54px; color: var(--pkm-magenta-dark); background: #fff; border-radius: 50%; font-weight: 900; }
.steps strong { display: block; font-size: 1.05rem; }
.steps p { margin: .15rem 0 0; color: #f7dce8; }

.archive-header { max-width: 850px; padding-block: clamp(2.5rem, 6vw, 5rem) 2rem; }
.archive-header h1 { margin-bottom: .35em; font-size: clamp(2rem, 4.5vw, 3.2rem); }
.archive-description { color: var(--pkm-muted); font-size: 1.08rem; }
.filter-tabs { display: flex; gap: .55rem; margin: 0 0 1.5rem; padding-bottom: .3rem; overflow-x: auto; }
.filter-tabs a { min-height: 42px; display: inline-flex; align-items: center; padding: .55rem .9rem; color: var(--pkm-ink); background: var(--pkm-surface); border: 1px solid var(--pkm-line); border-radius: 999px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.filter-tabs a[aria-current="page"] { color: #fff; background: var(--pkm-magenta); border-color: var(--pkm-magenta); }
.navigation.pagination { margin-block: 2.5rem 4rem; }
.nav-links { display: flex; flex-wrap: wrap; gap: .45rem; }
.page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: .45rem .7rem; color: var(--pkm-ink); background: #fff; border: 1px solid var(--pkm-line); border-radius: .6rem; text-decoration: none; }
.page-numbers.current { color: #fff; background: var(--pkm-magenta); border-color: var(--pkm-magenta); }

.single-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(260px, 1fr); gap: clamp(2rem, 5vw, 4rem); padding-block: 2rem 5rem; }
.single-entry { min-width: 0; }
.entry-header { margin-bottom: 1.6rem; }
.entry-title { font-size: clamp(2rem, 5vw, 3.55rem); }
.entry-lead { max-width: 760px; color: #514a51; font-size: clamp(1.08rem, 2.2vw, 1.3rem); }
.entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1rem; color: var(--pkm-muted); font-size: .88rem; }
.entry-featured-image { margin: 0 0 1.6rem; overflow: hidden; border-radius: var(--pkm-radius); background: var(--pkm-surface); }
.entry-featured-image img { width: 100%; }
.status-notice { display: grid; gap: .1rem; margin: 1.4rem 0; padding: 1rem 1.1rem; border-left: 5px solid; border-radius: .75rem; }
.status-notice--active { color: #114d34; background: var(--pkm-success-soft); border-color: var(--pkm-success); }
.status-notice--expired { color: #721622; background: var(--pkm-danger-soft); border-color: var(--pkm-danger); }
.offer-facts { margin: 1.5rem 0; padding: 1.2rem; background: var(--pkm-surface); border: 1px solid var(--pkm-line); border-radius: 1rem; }
.offer-facts h2 { font-size: 1.28rem; }
.offer-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1.2rem; margin: 0; }
.offer-facts dl > div { padding: .75rem; background: #fff; border-radius: .7rem; }
.offer-facts dt { color: var(--pkm-muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.offer-facts dd { margin: .2rem 0 0; font-weight: 750; }
.offer-terms { margin: .9rem 0 0; color: #534c52; }
.entry-content { font-size: 1.04rem; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin-top: 1.7em; font-size: clamp(1.45rem, 3vw, 2rem); }
.entry-content h3 { margin-top: 1.5em; }
.entry-content ul, .entry-content ol { padding-left: 1.35rem; }
.entry-content li { margin-bottom: .35rem; }
.entry-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.entry-content th, .entry-content td { padding: .75rem; border: 1px solid var(--pkm-line); text-align: left; }
.entry-content blockquote { margin: 1.5rem 0; padding: 1rem 1.2rem; background: var(--pkm-magenta-soft); border-left: 5px solid var(--pkm-magenta); }
.offer-action { margin: 2rem 0 1rem; padding: clamp(1.3rem, 4vw, 2rem); background: linear-gradient(135deg, #fff1f8, #fff); border: 2px solid #f0bfd7; border-radius: 1.15rem; text-align: center; }
.offer-action h2 { font-size: 1.7rem; }
.source-link { margin: 1rem 0 0; font-size: .88rem; }
.transparency-note { padding: 1rem; color: #514a51; background: var(--pkm-surface); border-radius: .8rem; font-size: .88rem; }
.tag-list { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--pkm-line); }
.tag-list a { display: inline-block; margin: .2rem; padding: .3rem .55rem; background: var(--pkm-surface); border-radius: 999px; text-decoration: none; font-size: .85rem; }
.single-sidebar { min-width: 0; }
.single-sidebar .widget { margin-bottom: 1.2rem; padding: 1rem; background: var(--pkm-surface); border: 1px solid var(--pkm-line); border-radius: 1rem; }
.widget-title { font-size: 1.08rem; }
.widget ul { padding-left: 1.1rem; }

.ad-area { margin-block: 1rem; }
.widget-ad { min-height: 90px; position: relative; display: grid; place-items: center; padding: 1.2rem .6rem .6rem; background: #fafafa; border: 1px dashed #ccc4c9; border-radius: .8rem; overflow: hidden; }
.widget-ad > * { max-width: 100%; }
.ad-label { position: absolute; top: .18rem; left: 50%; transform: translateX(-50%); color: #777; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.ad-area--header { margin-block: .7rem; }
.ad-area--content { margin-block: 1.5rem; }

.comments-wrap { max-width: 790px; margin-bottom: 5rem; }
.comments-area { padding-top: 2rem; border-top: 1px solid var(--pkm-line); }
.comments-title { font-size: 1.55rem; }
.comment-list { margin: 0 0 2rem; padding: 0; list-style: none; }
.comment-list .children { list-style: none; }
.comment-body { margin-bottom: 1rem; padding: 1rem; background: var(--pkm-surface); border: 1px solid var(--pkm-line); border-radius: .9rem; }
.comment-meta { font-size: .86rem; }
.comment-author img { border-radius: 50%; margin-right: .55rem; }
.comment-rating { color: #8a4b00; font-size: 1.15rem; letter-spacing: .05em; }
.comment-form { display: grid; gap: .8rem; }
.comment-form p { margin: 0; }
.comment-form label { display: block; margin-bottom: .3rem; font-weight: 750; }
.comment-form input:not([type="submit"]), .comment-form textarea, .comment-form select { width: 100%; }
.comment-notes { color: var(--pkm-muted); }

.search-form { display: flex; max-width: 650px; gap: .55rem; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; }
.no-results, .error-404 { max-width: 760px; padding-block: 5rem; text-align: center; margin-inline: auto; }
.error-code { display: block; color: var(--pkm-magenta); font-size: clamp(5rem, 15vw, 10rem); font-weight: 950; line-height: 1; }
.error-404 .search-form { margin: 1.5rem auto; }
.page-layout { max-width: 900px; padding-block: 3rem 5rem; }

.site-footer { margin-top: 2rem; color: #f7eaf1; background: #24141d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; padding-block: 3.5rem; }
.site-title--footer { color: #fff; }
.footer-brand p { max-width: 420px; margin-top: 1rem; color: #d6c6ce; font-size: .9rem; }
.site-footer a { color: #fff; }
.site-footer .widget-title { color: #fff; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .45rem; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: 1rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .85rem; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-navigation { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .75rem 1.25rem; }
.footer-navigation nav + nav { padding-left: 1.25rem; border-left: 1px solid rgba(255,255,255,.24); }
.footer-bottom a { font-weight: 650; text-underline-offset: .2em; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: #ffd1e8; }

.alignwide { width: min(100vw - 2rem, 1080px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--pkm-muted); font-size: .85rem; }
.sticky { outline: 2px solid var(--pkm-magenta-soft); }
.bypostauthor { border-color: #e9a8c9; }

@media (max-width: 1020px) {
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-layout { grid-template-columns: minmax(0, 1fr); }
  .single-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1099px) {
  .site-header__inner { min-height: 68px; }
  .site-branding { min-width: 0; }
  .site-description { display: none; }
  .header-search-form--desktop { display: none; }
  .js .menu-toggle { display: inline-flex; margin-left: auto; }
  .js .site-header__nav-wrap { position: absolute; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 68px); overflow-y: auto; background: var(--pkm-white); border-bottom: 1px solid var(--pkm-line); box-shadow: 0 20px 34px rgba(20,5,14,.16); }
  .js .site-header__nav-wrap.is-open { display: block; }
  .site-header__nav-inner { width: min(calc(100% - 1.2rem), 720px); padding-block: .75rem 1rem; }
  .primary-navigation__search { display: block; margin-bottom: .65rem; }
  .header-search-form--mobile { width: 100%; margin: 0; }
  .primary-navigation ul { display: block; }
  .primary-navigation li { display: block; }
  .primary-navigation a { justify-content: flex-start; min-height: 48px; padding: .72rem .85rem; color: var(--pkm-ink); border-bottom: 1px solid var(--pkm-line); font-size: .96rem; text-align: left; white-space: normal; }
  .primary-navigation li:last-child a { border-bottom: 0; }
  .primary-navigation a:hover, .primary-navigation a:focus-visible { color: var(--pkm-magenta-dark); background: var(--pkm-magenta-soft); border-bottom-color: var(--pkm-line); }
  .primary-navigation .current-menu-item > a { color: var(--pkm-magenta-dark); background: var(--pkm-magenta-soft); border-left: 4px solid var(--pkm-magenta); border-bottom-color: var(--pkm-line); }
  .no-js .site-header__nav-wrap { position: static; background: var(--pkm-white); border-bottom: 1px solid var(--pkm-line); }
  .no-js .site-header__nav-inner { padding-block: .75rem; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 4rem; }
  .hero__visual { display: none; }
  .guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 1.2rem), var(--pkm-container)); }
  .hero h1 { font-size: clamp(2.15rem, 12vw, 3.1rem); }
  .hero-search { display: grid; }
  .hero-search button { width: 100%; }
  .trust-list { display: grid; gap: .45rem; }
  .category-grid, .offer-grid, .offer-grid--compact { grid-template-columns: 1fr; }
  .offer-grid--featured .offer-card:first-child { grid-column: auto; }
  .offer-grid--featured .offer-card:first-child .offer-card__image { aspect-ratio: 1.48 / 1; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .offer-facts dl { grid-template-columns: 1fr; }
  .single-layout { padding-top: 1.2rem; }
  .single-sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-navigation { justify-content: flex-start; }
  .footer-navigation nav + nav { padding-left: 0; border-left: 0; }
  .search-form { display: grid; }
  .search-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

@media (forced-colors: active) {
  .offer-card, .category-card, .widget-ad, .status-notice, .offer-facts { border: 1px solid CanvasText; }
  .offer-status, .offer-type, .entry-category { border: 1px solid currentColor; }
}
