:root {
  --ink: #1e2933;
  --muted: #62717d;
  --paper: #f4f6f8;
  --white: #fff;
  --line: #dce3e8;
  --cobalt: #c62845;
  --cobalt-dark: #9f1932;
  --cobalt-hover: #a91c36;
  --cobalt-soft: #fde8ec;
  --blue: #4468e8;
  --blue-soft: #e9edff;
  --blue-line: #c8d2ff;
  --accent-line: #efb6c0;
  --eyebrow-bg: rgba(253,232,236,.72);
  --shadow: 0 18px 50px rgba(37, 52, 66, .08);
  --header-bg: rgba(255,255,255,.94);
  --header-line: rgba(220,227,232,.9);
  --surface-soft: #fbfcfd;
  --surface-muted: #eef2f5;
  --surface-hover: #f9faff;
  --surface-disabled: #fafbfc;
  --hero-glow-cool: #eef1ff;
  --hero-glow-blue: #fff0f3;
  --trust-start: #f1f3ff;
  --trust-end: #edf1f7;
  --card-gradient-end: #f8fbfc;
  --footer-bg: #16212a;
  --footer-ink: #dfe7ec;
  --footer-title: #fff;
  --footer-muted: #9fafba;
  --footer-link: #bdc9d0;
  --footer-line: #30404c;
  --radius: 20px;
  --shell: 1320px;
}

html { color-scheme: light; }
html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf3f7;
  --muted: #a8b6c1;
  --paper: #0f151b;
  --white: #182129;
  --line: #33414c;
  --cobalt: #d93653;
  --cobalt-dark: #ff8295;
  --cobalt-hover: #b51f3a;
  --cobalt-soft: #45222c;
  --blue: #829cff;
  --blue-soft: #222c50;
  --blue-line: #40518c;
  --accent-line: #713744;
  --eyebrow-bg: rgba(69,34,44,.78);
  --shadow: 0 18px 50px rgba(0, 0, 0, .28);
  --header-bg: rgba(15,21,27,.94);
  --header-line: rgba(51,65,76,.9);
  --surface-soft: #1b252e;
  --surface-muted: #131b22;
  --surface-hover: #202c37;
  --surface-disabled: #151d24;
  --hero-glow-cool: #171d34;
  --hero-glow-blue: #2a171d;
  --trust-start: #1d2540;
  --trust-end: #1a2534;
  --card-gradient-end: #1b272f;
  --footer-bg: #090e12;
  --footer-ink: #dce6ec;
  --footer-title: #fff;
  --footer-muted: #9eacb7;
  --footer-link: #bdc9d0;
  --footer-line: #2a3842;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
svg { width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.narrow-shell { max-width: 1100px; }
.article-shell { max-width: 860px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 10000; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 100; top: 0; background: var(--header-bg); border-bottom: 1px solid var(--header-line); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: baseline; gap: 0; font-size: 26px; font-weight: 800; line-height: 1; letter-spacing: .055em; }
.brand-dot { align-self: center; flex: 0 0 19px; width: 19px; height: 19px; margin: 0 0 0 3px; background: var(--cobalt); border-radius: 50%; }
.brand-domain { margin-left: 3px; font-size: 1em; font-weight: inherit; letter-spacing: .055em; }
.brand .custom-logo { width: auto; max-height: 50px; }
.brand .custom-logo-link { display: inline-flex; }
.primary-nav { justify-self: center; }
.nav-list { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; font-weight: 600; font-size: 15px; }
.nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cobalt); transition: right .2s ease; }
.nav-list a:hover::after, .nav-list a:focus-visible::after { right: 0; }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.theme-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 7px 11px; color: var(--muted); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.theme-toggle:hover, .theme-toggle:focus-visible { color: var(--ink); border-color: var(--cobalt); }
.theme-icon { display: inline-grid; place-items: center; }
.theme-icon svg { width: 18px; height: 18px; }
.theme-icon-sun { display: none; }
html[data-theme="dark"] .theme-icon-moon { display: none; }
html[data-theme="dark"] .theme-icon-sun { display: inline-grid; }
.header-action { display: inline-flex; align-items: center; gap: 9px; color: var(--cobalt-dark); font-weight: 700; font-size: 15px; }
.header-action svg { transition: transform .2s ease; }
.header-action:hover svg { transform: translateX(4px); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle b { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { overflow: hidden; padding: 62px 0 36px; background: radial-gradient(circle at 72% 48%, var(--hero-glow-cool) 0, transparent 28%), radial-gradient(circle at 32% 8%, var(--hero-glow-blue) 0, transparent 35%), var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(550px, 1.06fr); align-items: center; gap: 60px; min-height: 610px; }
.eyebrow, .section-kicker { display: inline-flex; margin: 0 0 20px; color: var(--cobalt-dark); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .16em; }
.eyebrow { padding: 10px 15px; border: 1px solid var(--accent-line); border-radius: 999px; background: var(--eyebrow-bg); }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(52px, 5vw, 76px); line-height: 1.03; letter-spacing: -.045em; }
.hero-lead { max-width: 600px; margin: 26px 0 0; color: var(--muted); font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 32px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 14px 24px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button-primary { color: #fff; background: var(--cobalt); box-shadow: 0 12px 26px rgba(198,40,69,.2); }
.button-primary:hover, .button-primary:focus-visible { background: var(--cobalt-hover); transform: translateY(-2px); }
.text-action { display: inline-flex; align-items: center; gap: 10px; color: var(--cobalt-dark); font-weight: 750; }
.text-action svg { transition: transform .2s ease; }
.text-action:hover svg { transform: translateX(4px); }
.fulfilment-promise { max-width: 680px; margin-top: 38px; padding: 19px 20px 20px; background: var(--white); border: 1px solid var(--accent-line); border-left: 4px solid var(--cobalt); border-radius: 16px; box-shadow: 0 12px 30px rgba(37,52,66,.07); }
.fulfilment-promise-title { margin: 0 0 15px; color: var(--ink); font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
.fulfilment-promise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fulfilment-promise-grid span { display: grid; grid-template-columns: 28px 1fr; align-content: start; column-gap: 9px; padding: 0 16px; border-left: 1px solid var(--line); }
.fulfilment-promise-grid span:first-child { padding-left: 0; border-left: 0; }
.fulfilment-promise-grid span:last-child { padding-right: 0; }
.fulfilment-promise-grid i { grid-row: 1 / span 2; display: grid; place-items: center; width: 28px; height: 28px; color: var(--cobalt-dark); background: var(--cobalt-soft); border-radius: 50%; font-style: normal; }
.fulfilment-promise-grid i svg { width: 16px; height: 16px; }
.fulfilment-promise-grid b { color: var(--ink); font-size: 14px; line-height: 1.3; }
.fulfilment-promise-grid small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.hero-guide { position: relative; min-height: 570px; }
.guide-panel { position: absolute; z-index: 3; top: 42px; left: 28px; width: 340px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.guide-panel h2 { margin: 0 0 20px; font-size: 26px; }
.guide-panel > a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; margin-top: 12px; min-height: 73px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font-weight: 650; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.guide-panel > a:hover { border-color: var(--cobalt); background: var(--surface-hover); transform: translateY(-2px); }
.guide-panel > a i { display: grid; place-items: center; width: 42px; height: 42px; color: var(--cobalt-dark); background: var(--cobalt-soft); border-radius: 50%; font-style: normal; }
.guide-panel > a:nth-of-type(2) i { color: var(--blue); background: var(--blue-soft); }
.guide-panel > a svg:last-child { width: 18px; }
.category-float { position: absolute; z-index: 2; top: 34px; right: 0; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 114px auto; align-items: center; width: 245px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.category-float strong { align-self: end; font-size: 17px; }
.category-float > svg { align-self: end; justify-self: end; }
.abstract-mark { position: relative; grid-column: 1 / -1; display: block; width: 100%; height: 100px; }
.abstract-mark b { position: absolute; width: 105px; height: 82px; border-radius: 50%; background: rgba(198,40,69,.14); }
.abstract-mark b:first-child { left: 14px; background: rgba(68,104,232,.14); }
.abstract-mark b:nth-child(2) { right: 14px; }
.abstract-mark i { position: absolute; left: 52px; top: 45px; width: 112px; height: 28px; border-bottom: 3px solid var(--blue); border-radius: 50%; transform: rotate(5deg); }
.abstract-mark i::before, .abstract-mark i::after { content: ""; position: absolute; top: 3px; width: 19px; height: 19px; border: 2px solid var(--blue); border-radius: 60% 60% 55% 55%; transform: rotate(45deg); }
.abstract-mark i::before { left: 42px; }
.abstract-mark i::after { left: 55px; }
.verified-float { position: absolute; z-index: 4; right: 105px; bottom: 82px; display: flex; align-items: center; gap: 14px; padding: 15px 20px; color: var(--blue); background: var(--white); border: 1px solid var(--blue-line); border-radius: 14px; box-shadow: var(--shadow); font-weight: 750; }
.verified-float svg { font-size: 26px; }
.hero-guide::before, .hero-guide::after { content: ""; position: absolute; border: 2px dashed var(--blue); opacity: .75; }
.hero-guide::before { top: 184px; left: 355px; width: 138px; height: 175px; border-left: 0; border-bottom: 0; border-radius: 0 36px 0 0; }
.hero-guide::after { right: 95px; bottom: 116px; width: 190px; height: 118px; border-top: 0; border-left: 0; border-radius: 0 0 34px 0; }

.category-section { padding: 38px 0 90px; }
.category-board { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr); gap: 24px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 35px rgba(37,52,66,.05); }
.category-main h2, .section-heading h2 { margin: 0; font-size: clamp(32px, 3vw, 46px); line-height: 1.15; letter-spacing: -.035em; }
.category-main { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.category-main > .section-kicker, .category-main > h2 { grid-column: 1 / -1; }
.category-card { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 18px; min-height: 132px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(135deg,var(--white),var(--card-gradient-end)); transition: transform .2s ease, border-color .2s ease; }
.category-card:hover { transform: translateY(-3px); border-color: var(--cobalt); }
.category-card > svg { width: 20px; }
.category-card strong, .category-card small { display: block; }
.category-card strong { font-size: 19px; }
.category-card small { margin-top: 4px; color: var(--muted); }
.category-icon, .large-icon { display: grid; place-items: center; width: 62px; height: 62px; color: var(--blue); background: var(--blue-soft); border-radius: 50%; }
.category-disabled { opacity: .62; background: var(--surface-disabled); pointer-events: none; }
.allegro-trust { display: flex; flex-direction: column; justify-content: center; padding: 30px; background: linear-gradient(135deg,var(--trust-start),var(--trust-end)); border-radius: 18px; }
.allegro-trust h2 { margin: 18px 0 10px; font-size: 27px; line-height: 1.2; }
.allegro-trust p { margin: 0; color: var(--muted); }
.allegro-trust a { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--blue); font-weight: 750; }

.how-section, .stores-section, .guide-section { padding: 90px 0; }
.how-section { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--cobalt-soft), var(--white)); }
.how-section::after { position: absolute; right: -90px; bottom: -120px; width: 340px; height: 340px; border: 1px solid var(--accent-line); border-radius: 50%; content: ""; opacity: .55; pointer-events: none; }
.how-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.how-heading .section-heading { margin-bottom: 38px; }
.how-heading .section-heading > p:not(.section-kicker) { max-width: 640px; margin-bottom: 0; }
.how-heading .section-kicker { color: var(--cobalt-dark); }
.how-visual { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 112px; height: 112px; color: var(--cobalt-dark); background: var(--cobalt-soft); border: 1px solid var(--accent-line); border-radius: 28px 45% 28px 45%; transform: rotate(-5deg); }
.how-visual svg { width: 42px; height: 42px; transform: rotate(5deg); }
.how-visual svg:last-child { position: absolute; right: 14px; bottom: 13px; width: 28px; height: 28px; padding: 5px; color: #fff; background: var(--cobalt); border-radius: 50%; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading > p:not(.section-kicker) { color: var(--muted); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-grid article { position: relative; z-index: 1; min-height: 235px; padding: 28px; border: 1px solid var(--accent-line); border-radius: var(--radius); background: var(--white); }
.step-grid b { color: var(--cobalt-dark); font-size: 14px; letter-spacing: .12em; }
.step-grid h3 { margin: 34px 0 10px; font-size: 22px; }
.step-grid p { margin: 0; color: var(--muted); }
.stores-section { background: var(--surface-muted); }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.store-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; min-height: 220px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.store-monogram { display: grid; place-items: center; width: 52px; height: 52px; color: var(--cobalt-dark); background: var(--cobalt-soft); border-radius: 14px; font-weight: 800; }
.store-card h3 { margin: 4px 0 7px; font-size: 20px; }
.store-card p { margin: 0; color: var(--muted); font-size: 15px; }
.store-card-copy { min-width: 0; }
.store-card .store-offer-count { display: flex; align-items: baseline; gap: 6px; margin: 0 0 9px; color: var(--blue); font-size: 13px; font-weight: 750; }
.store-card .store-offer-count strong { color: var(--ink); font-size: 22px; line-height: 1; letter-spacing: -.025em; }
.store-card > a { grid-column: 1 / -1; align-self: end; display: inline-flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--cobalt-dark); font-weight: 750; }
.store-total { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin: 14px 0 0 !important; padding: 11px 15px; color: var(--muted); background: var(--white); border: 1px solid var(--accent-line); border-radius: 12px; font-size: 14px; }
.store-total span { color: var(--cobalt-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.store-total strong { color: var(--ink); font-size: 24px; line-height: 1; letter-spacing: -.03em; }
.empty-state { grid-column: 1 / -1; padding: 26px; border: 1px dashed #b9c4cc; border-radius: 16px; color: var(--muted); }
.guide-section { background: var(--white); }
.section-heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { display: flex; flex-direction: column; min-height: 290px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.post-card > p { margin: 0 0 28px; color: var(--cobalt-dark); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.post-card h2, .post-card h3 { margin: 0; font-size: 23px; line-height: 1.3; }
.post-card > div { color: var(--muted); font-size: 15px; }
.post-card > a:last-child { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--cobalt-dark); font-weight: 750; }
.guide-slider { position: relative; }
.guide-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; overflow-x: auto; padding: 2px 2px 12px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.guide-track::-webkit-scrollbar { display: none; }
.guide-slide { min-width: 0; min-height: 430px; padding: 0 26px 26px; overflow: hidden; scroll-snap-align: start; }
.post-card-media { display: block; flex: 0 0 auto; height: 178px; margin: 0 -26px 22px; overflow: hidden; background: linear-gradient(145deg, var(--blue-soft), var(--cobalt-soft)); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card-media img { transform: scale(1.025); }
.post-card-visual { position: relative; display: grid; place-items: center; width: 100%; height: 100%; color: var(--cobalt-dark); isolation: isolate; }
.post-card-visual svg { position: relative; z-index: 2; width: 52px; height: 52px; }
.post-card-visual i { position: absolute; width: 120px; height: 95px; background: rgba(68,104,232,.12); border-radius: 50%; transform: translate(-34px, -5px); }
.post-card-visual i:last-child { background: rgba(198,40,69,.11); transform: translate(42px, 15px); }
.guide-slide > p { margin-bottom: 18px; }
.guide-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 18px; }
.guide-controls p { min-width: 58px; margin: 0; color: var(--muted); font-size: 13px; font-weight: 750; text-align: center; }
.guide-arrow { display: grid; place-items: center; width: 46px; height: 46px; color: var(--cobalt-dark); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.guide-arrow:hover, .guide-arrow:focus-visible { color: var(--cobalt); border-color: var(--cobalt); transform: translateY(-2px); }
.guide-arrow:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.guide-arrow--prev svg { transform: rotate(180deg); }

.contact-ribbon-section { padding: 34px 0 90px; background: var(--white); }
.contact-ribbon { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 28px 32px; background: linear-gradient(120deg, var(--cobalt-soft), var(--surface-soft)); border: 1px solid var(--accent-line); border-radius: 22px; }
.contact-ribbon-icon { display: grid; place-items: center; width: 68px; height: 68px; color: #fff; background: var(--cobalt); border-radius: 18px 30px 18px 30px; }
.contact-ribbon-icon svg { width: 31px; height: 31px; }
.contact-ribbon .section-kicker { margin-bottom: 9px; }
.contact-ribbon h2 { margin: 0; font-size: 28px; line-height: 1.2; }
.contact-ribbon p:not(.section-kicker) { margin: 5px 0 0; color: var(--muted); font-size: 15px; }
.contact-ribbon .button { min-height: 50px; }

.content-main { min-height: 70vh; padding: 84px 0 110px; background: var(--white); }
.page-hero { max-width: 850px; margin-bottom: 44px; }
.page-hero h1 { margin: 0; font-size: clamp(46px, 6vw, 76px); line-height: 1.04; letter-spacing: -.045em; }
.entry-content { font-size: 18px; }
.entry-content > * { max-width: 760px; }
.article-header { margin-bottom: 34px; }
.article-header .section-kicker a { text-decoration: none; }
.article-header h1 { max-width: 840px; font-size: clamp(42px, 5.2vw, 68px); }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 22px; color: var(--muted); font-size: 14px; font-weight: 650; }
.entry-content > .vipone-selector { max-width: 1050px; width: min(1050px, 94vw); margin-left: 50%; transform: translateX(-50%); }
.entry-content > .alignwide { max-width: 1050px; margin-left: 50%; transform: translateX(-50%); width: min(1050px, 94vw); }
.entry-content h2 { margin-top: 2.2em; font-size: 36px; line-height: 1.2; }
.entry-content h3 { margin-top: 1.8em; font-size: 26px; }
.entry-content a { color: var(--cobalt-dark); text-decoration: underline; text-underline-offset: 3px; }
.entry-content li + li { margin-top: 8px; }
.entry-content .vipone-guide-lead { margin-top: 0; color: var(--ink); font-size: 22px; line-height: 1.58; letter-spacing: -.01em; }
.entry-content .vipone-guide-summary,
.entry-content .vipone-guide-note { margin: 36px 0; padding: 25px 28px; background: linear-gradient(135deg, var(--cobalt-soft), var(--surface-soft)); border: 1px solid var(--accent-line); border-radius: 18px; }
.entry-content .vipone-guide-note { background: var(--surface-soft); border-color: var(--line); border-left: 4px solid var(--cobalt); }
.entry-content .vipone-guide-summary h2,
.entry-content .vipone-guide-note h2 { margin: 0 0 14px; font-size: 24px; }
.entry-content .vipone-guide-summary > :last-child,
.entry-content .vipone-guide-note > :last-child { margin-bottom: 0; }
.entry-content .wp-block-table { display: block; max-width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.entry-content table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 15px; }
.entry-content th, .entry-content td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { color: var(--ink); background: var(--surface-muted); font-size: 13px; letter-spacing: .025em; }
.entry-content tr:last-child td { border-bottom: 0; }
.entry-content .vipone-guide-sources { margin-top: 44px; padding-top: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; line-height: 1.65; }
.featured-image { aspect-ratio: 3 / 2; margin: 0 0 44px; overflow: hidden; background: var(--surface-muted); border-radius: 20px; box-shadow: var(--shadow); }
.featured-image img { width: 100%; height: 100%; object-fit: cover; }
.related-guides { width: min(1120px, 94vw); margin: 92px 0 0 50%; padding-top: 44px; border-top: 1px solid var(--line); transform: translateX(-50%); }
.related-guides-heading { margin-bottom: 26px; }
.related-guides-heading .section-kicker { margin-bottom: 9px; }
.related-guides-heading h2 { margin: 0; font-size: 34px; line-height: 1.2; }
.related-guides-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-guide-card { overflow: hidden; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 17px; }
.related-guide-media { display: block; height: 155px; overflow: hidden; background: linear-gradient(145deg, var(--blue-soft), var(--cobalt-soft)); }
.related-guide-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.related-guide-card:hover .related-guide-media img { transform: scale(1.025); }
.related-guide-card > p { margin: 18px 20px 8px; color: var(--cobalt-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-guide-card h3 { margin: 0; padding: 0 20px 22px; font-size: 19px; line-height: 1.38; }
.related-guide-card h3 a:hover { color: var(--cobalt-dark); }

.product-page { background: radial-gradient(circle at 86% 8%, var(--cobalt-soft), transparent 25%), var(--white); }
.product-shell { max-width: 1160px; }
.product-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.product-breadcrumbs a:hover { color: var(--cobalt-dark); }
.product-detail-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: start; gap: 58px; }
.product-detail-media { display: grid; place-items: center; aspect-ratio: 1 / 1; box-sizing: border-box; min-width: 0; min-height: 0; margin: 0; overflow: hidden; padding: clamp(28px, 4vw, 54px); line-height: 0; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.product-detail-media img { display: block; align-self: center; justify-self: center; width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0; object-fit: contain; object-position: 50% 50%; }
.product-detail-placeholder { position: relative; width: 210px; height: 130px; }
.product-detail-placeholder i { position: absolute; width: 142px; height: 108px; background: rgba(68,104,232,.14); border-radius: 50%; }
.product-detail-placeholder i:last-child { right: 0; background: rgba(198,40,69,.13); }
.product-detail-summary { padding-top: 16px; }
.product-detail-summary .section-kicker { margin-bottom: 15px; }
.product-detail-summary h1 { margin: 0; overflow-wrap: anywhere; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.product-detail-price { margin: 22px 0 0; color: var(--cobalt-dark); font-size: 30px; font-weight: 850; }
.product-detail-lead { margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.product-detail-facts { display: grid; gap: 0; margin: 30px 0 0; padding: 0; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 17px; list-style: none; }
.product-detail-facts li { display: grid; grid-template-columns: minmax(135px, .38fr) minmax(0, 1fr); gap: 16px; padding: 16px 18px; border-top: 1px solid var(--line); }
.product-detail-facts li:first-child { border-top: 0; }
.product-detail-facts strong { color: var(--ink); font-size: 14px; }
.product-detail-facts span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.product-unavailable { margin-top: 24px; padding: 20px; background: var(--cobalt-soft); border: 1px solid var(--accent-line); border-radius: 15px; }
.product-unavailable strong, .product-unavailable span { display: block; }
.product-unavailable span { margin-top: 4px; color: var(--muted); font-size: 14px; }
.product-unavailable a { display: inline-flex; margin-top: 13px; color: var(--cobalt-dark); font-weight: 750; }
.product-detail-copy { max-width: 860px; margin: 64px auto 0; padding-top: 48px; border-top: 1px solid var(--line); }
.product-detail-copy > * { max-width: 760px; margin-inline: auto; }
.product-detail-copy .vipone-product-intro { padding: 24px 26px; background: linear-gradient(135deg, var(--cobalt-soft), var(--surface-soft)); border: 1px solid var(--accent-line); border-radius: 17px; }
.product-detail-copy .vipone-product-intro p { margin: 0; color: var(--ink); font-size: 18px; }
.product-detail-copy .vipone-clean-description { margin-top: 40px; }
.product-detail-copy .vipone-clean-description h2 { margin-top: 0; }
.product-detail-copy .vipone-source-note { margin-top: 34px; padding-top: 18px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; line-height: 1.6; }
.product-detail-copy > .vipone-product-cta { max-width: 760px; }

.how-page { background: radial-gradient(circle at 82% 10%, var(--cobalt-soft), transparent 30%), var(--white); }
.how-page-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); align-items: center; gap: 58px; margin-bottom: 42px; padding: 50px; background: linear-gradient(145deg, var(--cobalt-soft), var(--surface-soft)); border: 1px solid var(--accent-line); border-radius: 28px; }
.how-page-copy h1 { margin: 0; font-size: clamp(46px, 6vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.how-page-copy > p:not(.section-kicker) { max-width: 590px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; }
.how-page-copy .section-kicker { color: var(--cobalt-dark); }
.how-page-visual { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; min-width: 0; }
.how-page-visual > div { display: flex; align-items: center; flex-direction: column; justify-content: center; min-width: 0; aspect-ratio: 1/1.08; padding: 16px 8px; color: var(--blue); background: var(--white); border: 1px solid var(--blue-line); border-radius: 22px; box-shadow: var(--shadow); }
.how-page-visual > div:nth-of-type(2) { color: var(--cobalt-dark); border-color: var(--accent-line); transform: translateY(-18px); }
.how-page-visual span { align-self: flex-start; margin: 0 0 auto 7px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.how-page-visual svg { width: 38px; height: 38px; margin: auto 0 12px; }
.how-page-visual strong { font-size: 13px; }
.how-page-visual > i { width: 20px; border-top: 2px dashed var(--cobalt); }
.how-content-panel { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 28px; margin-bottom: 10px; padding: 42px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 24px; }
.how-content-badge { display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: var(--cobalt); border-radius: 18px; }
.how-content-badge svg { width: 30px; height: 30px; }
.how-page-content > * { max-width: 780px; }
.how-page-content > h2:first-child { margin-top: 0; }
.how-page-content ol { padding-left: 1.4em; }
.how-page-content li { margin: 10px 0; padding-left: 7px; }

.contact-page { background: radial-gradient(circle at 14% 12%, var(--cobalt-soft), transparent 26%), var(--white); }
.contact-page-hero { max-width: 760px; margin-bottom: 34px; }
.contact-page-hero > p:not(.section-kicker) { margin: 22px 0 0; color: var(--muted); font-size: 19px; }
.contact-layout { display: grid; grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr); overflow: hidden; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.contact-details { position: relative; padding: 42px; color: var(--ink); background: linear-gradient(155deg, var(--surface-soft), var(--cobalt-soft)); border-right: 1px solid var(--accent-line); }
.contact-details::after { position: absolute; left: 0; bottom: 0; width: 90px; height: 7px; background: var(--cobalt); content: ""; }
.contact-details-mark { display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 26px; color: #fff; background: var(--cobalt); border-radius: 20px 34px 20px 34px; }
.contact-details-mark svg { width: 32px; height: 32px; }
.contact-details .section-kicker { color: var(--cobalt-dark); }
.contact-details h2, .contact-form-panel h2 { margin: 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.contact-details > p:not(.section-kicker) { margin: 18px 0 28px; color: var(--muted); }
.contact-detail-card { display: grid; grid-template-columns: 44px 1fr; gap: 2px 14px; margin-top: 14px; padding: 17px; background: var(--white); border: 1px solid var(--accent-line); border-radius: 15px; }
.contact-detail-card > span { grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 44px; color: var(--cobalt-dark); background: var(--cobalt-soft); border-radius: 12px; }
.contact-detail-card strong { align-self: end; overflow-wrap: anywhere; font-size: 14px; line-height: 1.35; }
.contact-detail-card small { color: var(--muted); font-size: 12px; line-height: 1.45; }
a.contact-detail-card { transition: transform .2s ease, border-color .2s ease; }
a.contact-detail-card:hover { border-color: var(--cobalt); transform: translateY(-2px); }
.contact-order-note { margin-top: 24px; padding: 17px 18px; color: var(--muted); background: rgba(255,255,255,.42); border-left: 4px solid var(--cobalt); border-radius: 0 12px 12px 0; font-size: 13px; }
html[data-theme="dark"] .contact-order-note { background: rgba(0,0,0,.15); }
.contact-order-note strong { color: var(--ink); }
.contact-order-note p { margin: 5px 0 0; }
.contact-form-panel { padding: clamp(34px, 5vw, 58px); background: var(--white); }
.contact-form-panel .section-kicker { margin-bottom: 13px; }
.contact-page-content { margin-top: 28px; }
.contact-page-content > * { max-width: none; }
.vipone-contact-form-wrap { position: relative; }
.vipone-contact-form p { margin: 0 0 18px; }
.vipone-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vipone-contact-form label:not(.vipone-form-consent) { display: block; margin-bottom: 7px; color: var(--ink); font-size: 14px; font-weight: 750; }
.vipone-contact-form input[type="text"], .vipone-contact-form input[type="email"], .vipone-contact-form select, .vipone-contact-form textarea { width: 100%; color: var(--ink); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 11px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.vipone-contact-form input[type="text"], .vipone-contact-form input[type="email"], .vipone-contact-form select { min-height: 50px; padding: 10px 13px; }
.vipone-contact-form textarea { min-height: 170px; padding: 13px; resize: vertical; }
.vipone-contact-form input:focus, .vipone-contact-form select:focus, .vipone-contact-form textarea:focus { background: var(--white); border-color: var(--cobalt); box-shadow: 0 0 0 3px var(--cobalt-soft); }
.vipone-contact-form p > small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.vipone-form-consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; margin: 5px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.55; cursor: pointer; }
.vipone-form-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--cobalt); }
.vipone-form-consent a { color: var(--cobalt-dark); font-weight: 700; }
.vipone-contact-submit { border: 0; cursor: pointer; }
.vipone-form-required { display: inline-block; margin: 0 0 0 12px !important; color: var(--muted); font-size: 12px; }
.vipone-form-notice { margin: 0 0 22px; padding: 15px 17px; border: 1px solid; border-radius: 12px; font-size: 14px; font-weight: 650; }
.vipone-form-notice--success { color: var(--blue); background: var(--blue-soft); border-color: var(--blue-line); }
.vipone-form-notice--error { color: var(--cobalt-dark); background: var(--cobalt-soft); border-color: var(--accent-line); }
.vipone-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.about-page { padding-top: 64px; }
.about-page-hero { margin-bottom: 30px; }
.owner-story { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); overflow: hidden; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.owner-portrait { position: relative; min-height: 590px; margin: 0; overflow: hidden; background: linear-gradient(145deg, var(--cobalt-soft), var(--blue-soft)); }
.owner-portrait::after { content: ""; position: absolute; right: 0; bottom: 0; width: 88px; height: 7px; background: var(--cobalt); }
.owner-portrait img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: center 18%; }
.owner-portrait-placeholder { display: grid; place-items: center; min-height: 590px; color: var(--cobalt-dark); background: radial-gradient(circle at 68% 26%, var(--blue-soft), transparent 28%), radial-gradient(circle at 25% 72%, var(--cobalt-soft), transparent 36%); }
.owner-portrait-placeholder span { display: grid; place-items: center; width: 160px; height: 160px; border: 1px solid var(--accent-line); border-radius: 50%; background: var(--white); box-shadow: var(--shadow); font-size: 48px; font-weight: 800; letter-spacing: -.04em; }
.owner-story-copy { align-self: center; padding: clamp(34px, 4.5vw, 62px); }
.owner-story-copy .section-kicker { margin-bottom: 18px; }
.owner-story-copy h2 { max-width: 610px; margin: 0 0 28px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.owner-story-copy > p { max-width: 700px; margin: 0 0 17px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.owner-story-copy .owner-greeting { color: var(--ink); font-size: 20px; font-weight: 750; }
.owner-story-copy p strong { color: var(--ink); }
.owner-pledge { max-width: 700px; margin: 26px 0; padding: 20px 22px; color: var(--ink); background: var(--white); border: 0; border-left: 4px solid var(--cobalt); border-radius: 0 14px 14px 0; font-size: 20px; font-weight: 750; line-height: 1.45; }
.owner-signature { display: flex; flex-direction: column; margin-top: 32px; padding-left: 18px; border-left: 3px solid var(--cobalt); }
.owner-signature strong { font-size: 20px; }
.owner-signature span { max-width: 520px; color: var(--muted); font-size: 13px; font-weight: 650; line-height: 1.45; }
.poland-commitments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0 64px; padding: 0; list-style: none; }
.poland-commitments li { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.poland-commitments span { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; color: #fff; background: var(--cobalt); border-radius: 50%; font-size: 11px; font-weight: 800; }
.poland-commitments strong { font-size: 14px; line-height: 1.35; }
.about-page-content { padding-top: 2px; }
.about-page-content > h2:first-child { margin-top: 0; }
.archive-grid { grid-template-columns: repeat(2, 1fr); }
.navigation.pagination { margin-top: 38px; }
.navigation.pagination .nav-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; }
.navigation.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; min-height: 42px; padding: 8px 12px; color: var(--ink); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 10px; font-size: 14px; font-weight: 750; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.navigation.pagination a.page-numbers:hover, .navigation.pagination a.page-numbers:focus-visible { color: var(--cobalt-dark); border-color: var(--cobalt); }
.navigation.pagination .page-numbers.current { color: #fff; background: var(--cobalt); border-color: var(--cobalt); }
.navigation.pagination .page-numbers.dots { min-width: 24px; padding-inline: 3px; background: transparent; border-color: transparent; }
.navigation.pagination .prev, .navigation.pagination .next { padding-inline: 15px; }
.not-found { text-align: center; padding: 80px 0; }
.not-found h1 { margin: 0; font-size: 56px; }
.not-found .button { margin-top: 24px; }

.site-footer { padding: 68px 0 24px; color: var(--footer-ink); background: var(--footer-bg); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .95fr 1.35fr; gap: clamp(34px, 4vw, 64px); }
.brand-footer { color: var(--footer-title); }
.site-footer p { color: var(--footer-muted); }
.site-footer h2 { margin: 0 0 16px; color: var(--footer-title); font-size: 15px; }
.site-footer a:not(.brand) { display: block; margin: 9px 0; color: var(--footer-link); font-size: 14px; }
.site-footer a:hover { color: var(--footer-title); }
.footer-guides a { line-height: 1.4; }
.footer-guides .footer-empty { margin: 0 0 12px; font-size: 14px; }
.footer-guides .footer-all-guides { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--footer-title); font-weight: 750; }
.footer-guides .footer-all-guides span { color: var(--cobalt-dark); transition: transform .2s ease; }
.footer-guides .footer-all-guides:hover span { transform: translateX(4px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 20px; border-top: 1px solid var(--footer-line); }
.footer-bottom p { margin: 0; font-size: 12px; }

.reveal-ready [data-reveal] { opacity: 1; transform: translateY(12px); transition: transform .45s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 800px; }
  .hero-guide { width: min(100%, 720px); margin-inline: auto; }
  .header-action { display: none; }
  .store-grid { grid-template-columns: 1fr 1fr; }
  .how-page-hero { grid-template-columns: 1fr; }
  .how-page-visual { width: min(100%, 620px); }
}

@media (max-width: 850px) {
  body.admin-bar .site-header { top: 46px; }
  .site-shell { width: min(calc(100% - 36px), var(--shell)); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 70px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; display: none; left: 18px; right: 18px; top: calc(100% + 8px); padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .nav-list { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-list a { display: block; padding: 12px; }
  .category-board { grid-template-columns: 1fr; }
  .step-grid, .post-grid { grid-template-columns: 1fr 1fr; }
  .guide-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .contact-ribbon { grid-template-columns: auto 1fr; }
  .contact-ribbon .button { grid-column: 2; justify-self: start; }
  .contact-layout { grid-template-columns: 1fr; }
	.related-guides-grid { grid-template-columns: 1fr 1fr; }
	.related-guide-card:last-child { grid-column: 1 / -1; }
  .contact-details { border-right: 0; border-bottom: 1px solid var(--accent-line); }
  .how-content-panel { padding: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .owner-story { grid-template-columns: 1fr; }
  .owner-portrait, .owner-portrait img, .owner-portrait-placeholder { min-height: 500px; }
  .owner-portrait { max-height: 680px; }
  .poland-commitments { grid-template-columns: 1fr; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-detail-media { width: min(100%, 620px); margin-inline: auto; }
  .product-detail-summary { padding-top: 0; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero { padding-top: 40px; }
  .hero-grid { gap: 24px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .fulfilment-promise { margin-top: 30px; padding: 19px 18px; }
  .fulfilment-promise-grid { grid-template-columns: 1fr; gap: 15px; }
  .fulfilment-promise-grid span { padding: 0 0 15px; border-left: 0; border-bottom: 1px solid var(--line); }
  .fulfilment-promise-grid span:last-child { padding-bottom: 0; border-bottom: 0; }
  .hero-guide { min-height: 590px; }
  .guide-panel { left: 0; right: 0; width: auto; }
  .category-float { top: 410px; left: 0; right: 0; width: auto; grid-template-rows: 68px auto; }
  .abstract-mark { height: 60px; overflow: hidden; }
  .verified-float, .hero-guide::before, .hero-guide::after { display: none; }
  .category-main { grid-template-columns: 1fr; }
  .category-main > * { grid-column: 1; }
  .category-board { padding: 18px; }
  .step-grid, .store-grid, .post-grid, .archive-grid { grid-template-columns: 1fr; }
  .how-heading { align-items: flex-start; }
  .how-visual { width: 78px; height: 78px; border-radius: 20px 38% 20px 38%; }
  .how-visual svg { width: 31px; height: 31px; }
  .how-visual svg:last-child { right: 7px; bottom: 7px; width: 23px; height: 23px; }
  .guide-track { grid-auto-columns: 100%; }
  .guide-slide { min-height: 410px; }
  .guide-controls { justify-content: center; }
  .contact-ribbon { grid-template-columns: 1fr; padding: 25px; }
  .contact-ribbon .button { grid-column: auto; justify-self: stretch; }
  .contact-ribbon-icon { width: 58px; height: 58px; }
  .how-page-hero { gap: 38px; padding: 30px 24px; }
  .how-page-visual { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 6px; }
  .how-page-visual > div { padding: 11px 4px; border-radius: 16px; }
  .how-page-visual > div:nth-of-type(2) { transform: translateY(-10px); }
  .how-page-visual > i { width: 8px; }
  .how-page-visual svg { width: 27px; height: 27px; }
  .how-page-visual strong { font-size: 11px; }
  .how-content-panel { grid-template-columns: 1fr; gap: 20px; padding: 28px 23px; }
  .contact-details, .contact-form-panel { padding: 30px 24px; }
  .vipone-form-grid { grid-template-columns: 1fr; gap: 0; }
  .vipone-contact-submit { width: 100%; }
  .vipone-form-required { display: block; margin: 10px 0 0 !important; text-align: center; }
  .section-heading-row, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .content-main { padding-top: 56px; }
  .page-hero h1 { font-size: 46px; }
	.article-header h1 { font-size: 42px; }
	.entry-content { font-size: 17px; }
	.entry-content .vipone-guide-lead { font-size: 20px; }
	.entry-content h2 { font-size: 31px; }
	.entry-content h3 { font-size: 23px; }
	.entry-content .vipone-guide-summary, .entry-content .vipone-guide-note { padding: 22px 20px; }
	.related-guides { margin-top: 66px; }
	.related-guides-grid { grid-template-columns: 1fr; }
	.related-guide-card:last-child { grid-column: auto; }
  .product-breadcrumbs { margin-bottom: 22px; }
  .product-detail-grid { gap: 28px; }
  .product-detail-media { padding: 28px; border-radius: 18px; }
  .product-detail-summary h1 { font-size: 38px; }
  .product-detail-lead { font-size: 17px; }
  .product-detail-facts li { grid-template-columns: 1fr; gap: 4px; }
  .product-detail-copy { margin-top: 46px; padding-top: 34px; }
  .product-detail-copy .vipone-product-intro { padding: 21px 20px; }
  .theme-toggle-label { display: none; }
  .about-page { padding-top: 42px; }
  .owner-story { border-radius: 20px; }
  .owner-portrait, .owner-portrait img, .owner-portrait-placeholder { min-height: 410px; }
  .owner-story-copy { padding: 30px 24px 34px; }
  .owner-story-copy h2 { font-size: 35px; }
  .owner-pledge { padding: 18px; font-size: 18px; }
  .poland-commitments { margin-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
