/* ══ WebCreator — spodní sekce (#wc-endsale) ═══════════════════════════════
   Design: osobní vzkaz od člověka, co web postavil — ne marketingová karta
   z nástroje. Žádný gradient, žádný tmavý "dashboard" vzhled. Teplá papírová
   paleta, patkové nadpisy, plné tlačítko bez lesku, krátký text.

   Sekce (#wc-strip) je VIDĚT VŽDY, žádné čekání po nasazení. Otevře fullscreen
   přehled tří možností (0 Kč / 499 Kč měsíčně / 6 990 Kč jednorázově) —
   viz overlay-script.js a dokumentace/krok6-overlay.md.
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --wc-bg: #f6f1e8;
  --wc-card: #fffdf9;
  --wc-ink: #2a231c;
  --wc-ink-soft: #6e6255;
  --wc-accent: #2f5c4c;
  --wc-accent-ink: #ffffff;
  --wc-border: #e3d9c6;
  --wc-rule: #d9cdb5;
  --wc-orange: #d9772f;
  --wc-orange-dark: #b95f21;
  --wc-yellow-dark: #93720a;
  --wc-serif: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
  --wc-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

#wc-endsale { background: var(--wc-bg); padding: 40px 20px 56px; font-family: var(--wc-sans); color: var(--wc-ink); }
.wc-es-pending { display: none; }

/* — menu, jediná viditelná věc (žádný overlay) — */
.wc-strip { max-width: 560px; margin: 0 auto 40px; text-align: left; }

.wc-es-divider { position: relative; height: 0; border-top: 1px solid var(--wc-rule); text-align: center; margin: 0 0 48px; }
.wc-es-divider span { position: relative; top: -12px; background: var(--wc-bg); color: var(--wc-ink-soft); font-size: 13px; font-weight: 600; padding: 0 16px; }

.wc-es-wrap { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }

/* — fullscreen přehled tří možností — */
.wc-fullscreen { position: fixed; inset: 0; z-index: 999999; background: var(--wc-bg); overflow-y: auto; display: flex; align-items: flex-start; justify-content: center; padding: 24px; }
.wc-fullscreen[hidden] { display: none; }
.wc-fullscreen-close { position: fixed; top: 20px; right: 24px; z-index: 1000000; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--wc-border); background: var(--wc-card); color: var(--wc-ink); font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.wc-fullscreen-close:hover { background: #fff; border-color: var(--wc-accent); }
.wc-fullscreen-inner { width: 100%; margin: 40px auto; }

.wc-pricing-inner { max-width: 900px; }
.wc-pricing-view { animation: wcFadeIn .2s ease; }
@keyframes wcFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* — menu: velký přepínač + přirozeně znějící otázky (přímo na stránce) — */
.wc-menu-toggle-row {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--wc-card); border: 2px solid var(--wc-accent); border-radius: 12px;
  padding: 22px 24px; margin: 0 0 20px; cursor: pointer;
}
.wc-menu-toggle-row-attached { margin-top: 0; border-top: none; border-radius: 0 0 12px 12px; }
.wc-menu-toggle-title { display: block; font-size: 18px; font-weight: 700; color: var(--wc-ink); margin-bottom: 4px; }
.wc-menu-toggle-sub { display: block; font-size: 13px; color: var(--wc-ink-soft); line-height: 1.4; }
.wc-menu-switch { flex: none; position: relative; display: inline-block; width: 52px; height: 30px; }
.wc-menu-switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.wc-menu-switch-track { position: absolute; inset: 0; background: var(--wc-border); border-radius: 999px; transition: background .15s; }
.wc-menu-switch-thumb { position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.25); transition: transform .15s; }
.wc-menu-switch input:checked ~ .wc-menu-switch-track { background: var(--wc-accent); }
.wc-menu-switch input:checked ~ .wc-menu-switch-track .wc-menu-switch-thumb { transform: translateX(22px); }
.wc-menu-switch-track-on { background: var(--wc-accent); }
.wc-menu-switch-track-on .wc-menu-switch-thumb { transform: translateX(22px); }
.wc-menu-switch-lg { width: 64px; height: 36px; }
.wc-menu-switch-lg .wc-menu-switch-thumb { width: 28px; height: 28px; }
.wc-menu-switch-lg .wc-menu-switch-track-on .wc-menu-switch-thumb { transform: translateX(28px); }

.wc-menu-status { font-size: 14px; color: var(--wc-ink-soft); margin: 0 0 24px; }

.wc-stat-box {
  background: var(--wc-card); border: 2px solid var(--wc-accent); border-radius: 12px;
  padding: 24px 26px; margin: 0 0 20px;
}
.wc-stat-top { display: flex; align-items: center; gap: 24px; }
.wc-stat-chart { position: relative; flex: none; width: 120px; height: 120px; }
.wc-stat-chart svg { display: block; }
.wc-stat-chart-label {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--wc-serif); font-size: 26px; font-weight: 700; color: var(--wc-orange-dark);
}
.wc-stat-text { flex: 1; }
.wc-stat-headline { font-family: var(--wc-serif); font-size: 19px; font-weight: 700; color: var(--wc-ink); margin: 0 0 8px; line-height: 1.4; }
.wc-stat-headline strong { color: var(--wc-orange-dark); }
.wc-stat-sub { font-size: 13.5px; color: var(--wc-ink-soft); line-height: 1.5; margin: 0 0 14px; }
.wc-stat-btn { margin: 0; }

.wc-stat-divider { height: 1px; background: var(--wc-border); margin: 22px 0; }

.wc-stat-trust-list { display: flex; flex-direction: column; gap: 12px; margin: 0 0 20px; }
.wc-stat-trust { display: flex; align-items: center; gap: 12px; }
.wc-stat-trust-badge {
  flex: none; background: var(--wc-accent); color: #fff; font-family: var(--wc-serif);
  font-weight: 700; font-size: 15px; padding: 5px 12px; border-radius: 999px; white-space: nowrap;
}
.wc-stat-trust-badge-orange { background: var(--wc-orange); }
.wc-stat-trust-badge-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; padding: 0; }
.wc-stat-trust-text { font-size: 13.5px; color: var(--wc-ink); line-height: 1.4; }

.wc-stat-social { display: flex; align-items: center; gap: 16px; }
.wc-stat-social-icons { display: flex; gap: 8px; flex: none; }
.wc-stat-social-icon {
  display: flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  border-radius: 50%; background: var(--wc-accent); color: #fff;
}
.wc-stat-social-text { font-size: 12.5px; color: var(--wc-ink-soft); line-height: 1.5; margin: 0; }

.wc-menu-list { display: flex; flex-direction: column; gap: 14px; }
.wc-menu-item {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: var(--wc-card); border: 1px solid var(--wc-border); border-radius: 10px; padding: 16px 20px;
}
.wc-menu-item-title { font-size: 15px; font-weight: 600; color: var(--wc-ink); }
.wc-menu-item .wc-af-btn { flex: none; }

.wc-pricing-context {
  max-width: 640px; margin: 0 auto 28px; background: #fff7ec; border: 2px solid var(--wc-orange);
  border-radius: 14px; padding: 20px 26px; text-align: center; animation: wcContextPop .35s ease;
}
.wc-pricing-context-text { margin: 0; font-family: var(--wc-serif); font-size: 26px; font-weight: 700; color: var(--wc-ink); line-height: 1.4; }
@keyframes wcContextPop { from { opacity: 0; transform: scale(.96) translateY(-6px); } to { opacity: 1; transform: scale(1) translateY(0); } }

.wc-reveal-word { display: inline-block; opacity: 0; animation: wcWordIn .4s ease forwards; }
@keyframes wcWordIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* Postupné odkrytí: nejdřív nadpis "Vyberte si.", pak stat box (reklama),
   pak teprve ceník a zbytek pod ním — každé přímé dítě má vlastní zpoždění,
   ne jeden skok jako dřív. */
.wc-pricing-rest > * { opacity: 0; transform: translateY(24px); }
.wc-pricing-rest-visible > *:nth-child(1) { animation: wcSliderIn .5s cubic-bezier(.22,.8,.28,1) forwards; animation-delay: 0ms; }
.wc-pricing-rest-visible > *:nth-child(2) { animation: wcSliderIn .5s cubic-bezier(.22,.8,.28,1) forwards; animation-delay: 180ms; }
.wc-pricing-rest-visible > *:nth-child(n+3) { animation: wcSliderIn .5s cubic-bezier(.22,.8,.28,1) forwards; animation-delay: 360ms; }
@keyframes wcSliderIn { to { opacity: 1; transform: translateY(0); } }

.wc-inline-switch {
  display: inline-flex; vertical-align: middle; width: 34px; height: 20px; background: var(--wc-accent);
  border-radius: 999px; position: relative; margin: 0 2px 3px;
}
.wc-inline-switch-thumb { position: absolute; top: 2px; right: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; }

.wc-pricing-promo {
  max-width: 640px; margin: 0 auto 28px; display: flex; align-items: center; gap: 20px;
  background: var(--wc-card); border: 2px solid var(--wc-accent); border-radius: 12px; padding: 18px 24px;
}
.wc-pricing-promo .wc-stat-chart { width: 92px; height: 92px; }
.wc-pricing-promo-text { flex: 1; }
.wc-pricing-promo-headline { font-family: var(--wc-serif); font-size: 16px; font-weight: 700; color: var(--wc-ink); margin: 0 0 10px; line-height: 1.4; }
.wc-pricing-promo-headline strong { color: var(--wc-orange-dark); }
.wc-stat-chart-label-sm { font-size: 20px; }

.wc-pricing-head { text-align: center; margin: 0 0 32px; }
.wc-pricing-title { font-family: var(--wc-serif); font-size: 30px; font-weight: 400; color: var(--wc-ink); margin: 0 0 8px; }
.wc-pricing-sub { font-size: 15px; color: var(--wc-ink-soft); margin: 0; }
.wc-pricing-trial {
  display: inline-block; margin-top: 14px; background: var(--wc-accent); color: #fff;
  font-size: 13px; font-weight: 700; padding: 8px 18px; border-radius: 999px;
  animation: wcPulse 2.4s ease-in-out infinite;
}
@keyframes wcPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(47,92,76,0.35); }
  50% { box-shadow: 0 0 0 8px rgba(47,92,76,0); }
}

.wc-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.wc-price-card {
  position: relative; background: var(--wc-card); border: 1.5px solid var(--wc-border); border-radius: 10px;
  padding: 26px 22px; display: flex; flex-direction: column; text-align: left;
}
.wc-price-card-featured { border-color: var(--wc-accent); border-width: 2px; box-shadow: 0 8px 24px rgba(47,92,76,0.14); }
.wc-price-card-current { background: var(--wc-bg); }
.wc-price-badge {
  position: absolute; top: -13px; left: 22px; background: var(--wc-accent); color: #fff;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.03em; padding: 4px 12px; border-radius: 999px;
}
.wc-price-badge-current { background: var(--wc-ink-soft); }
.wc-price-name { font-size: 15px; font-weight: 700; color: var(--wc-ink-soft); margin: 6px 0 10px; }
.wc-price-amount { font-family: var(--wc-serif); font-size: 30px; color: var(--wc-ink); margin: 0 0 4px; }
.wc-price-unit { font-family: var(--wc-sans); font-size: 13px; color: var(--wc-ink-soft); font-weight: 500; margin-left: 4px; }
.wc-price-trial-note { font-size: 12px; font-weight: 700; color: var(--wc-accent); margin: 0 0 6px; }
.wc-price-explain { font-size: 12.5px; color: var(--wc-ink-soft); line-height: 1.5; margin: 0 0 18px; }
.wc-price-list { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.wc-price-list li { font-size: 14px; color: var(--wc-ink); line-height: 1.45; padding-left: 18px; position: relative; }
.wc-price-list li::before { content: '—'; position: absolute; left: 0; color: var(--wc-accent); }
.wc-price-list li.wc-highlight { font-weight: 700; color: var(--wc-accent); }
.wc-price-list li.wc-highlight::before { content: '✓'; font-weight: 700; }
.wc-price-list li.wc-highlight-orange { font-weight: 700; color: var(--wc-orange-dark); }
.wc-price-list li.wc-highlight-orange::before { content: '✓'; color: var(--wc-orange); font-weight: 700; }
.wc-price-list li.wc-highlight-yellow { font-weight: 700; color: var(--wc-yellow-dark); padding-left: 22px; }
.wc-price-list li.wc-highlight-yellow::before { content: '👑'; left: -1px; font-size: 13px; }
.wc-price-card .wc-af-btn { width: 100%; margin-top: auto; }

.wc-webnode-ad { position: relative; height: 0; border-top: 1px solid var(--wc-rule); text-align: center; margin: 2px 0 24px; }
.wc-webnode-ad-text { position: relative; top: -10px; background: var(--wc-bg); color: var(--wc-ink-soft); font-size: 12px; font-weight: 600; padding: 0 10px; display: inline-block; line-height: 1.4; }

.wc-webnode-ad-strip {
  height: auto; background: var(--wc-accent); border-radius: 12px 12px 0 0;
  margin: 0; padding: 12px 24px; text-align: center;
}
.wc-webnode-ad-strip .wc-webnode-ad-text {
  position: static; background: transparent; color: #fff; font-size: 13.5px; font-weight: 600;
  padding: 0; display: block; line-height: 1.4;
}
.wc-webnode-ad-link { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.wc-webnode-ad-link:hover { color: #e7f0ec; }

.wc-price-freetoggle-row { padding: 12px 14px; border-width: 1px; margin: auto 0 0; gap: 12px; }
.wc-price-freetoggle-row .wc-menu-toggle-title { font-size: 13.5px; margin-bottom: 2px; }
.wc-price-freetoggle-row .wc-menu-toggle-sub { font-size: 11.5px; }
.wc-price-freetoggle-row .wc-menu-switch { width: 42px; height: 24px; }
.wc-price-freetoggle-row .wc-menu-switch-thumb { width: 18px; height: 18px; }
.wc-price-freetoggle-row .wc-menu-switch input:checked ~ .wc-menu-switch-track .wc-menu-switch-thumb { transform: translateX(18px); }

.wc-af-btn {
  display: inline-block; background: var(--wc-accent); color: var(--wc-accent-ink); border: none;
  padding: 13px 22px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer;
  margin: 0; font-family: var(--wc-sans); text-decoration: none; text-align: center; transition: background .15s;
}
.wc-af-btn:hover { background: #244a3d; }
.wc-af-btn:disabled { opacity: .55; cursor: default; }
.wc-af-btn-secondary { background: transparent; color: var(--wc-accent); border: 1px solid var(--wc-accent); }
.wc-af-btn-secondary:hover { background: rgba(47,92,76,0.06); }
.wc-af-btn-orange { background: var(--wc-orange); }
.wc-af-btn-orange:hover { background: var(--wc-orange-dark); }

/* — kontakt, recenze a přijímané platby pod ceníkem — */
.wc-pricing-contact { max-width: 480px; margin: 32px auto 0; text-align: center; font-size: 13px; color: var(--wc-ink-soft); line-height: 1.6; }

.wc-pricing-reviews { max-width: 480px; margin: 40px auto 0; text-align: center; }
.wc-pricing-reviews-title { font-family: var(--wc-serif); font-size: 18px; font-weight: 400; color: var(--wc-ink); margin: 0 0 6px; }
.wc-pricing-reviews-ig {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600;
  color: var(--wc-ink-soft); text-decoration: none; margin: 0 0 14px;
}
.wc-pricing-reviews-ig:hover { color: var(--wc-accent); }
.wc-pricing-reviews-summary { margin: 0 0 16px; }
.wc-pricing-reviews-stars { color: #b8862f; font-size: 15px; letter-spacing: 1px; margin-right: 8px; }
.wc-pricing-reviews-score { font-family: var(--wc-serif); font-size: 18px; font-weight: 700; color: var(--wc-ink); margin-right: 6px; }
.wc-pricing-reviews-count { font-size: 13px; color: var(--wc-ink-soft); }
.wc-pricing-reviews .wc-es-review { text-align: left; }

.wc-pricing-payments { max-width: 480px; margin: 32px auto 0; text-align: center; }
.wc-pricing-payments-label { font-size: 12.5px; color: var(--wc-ink-soft); margin: 0 0 14px; }
.wc-pricing-payments-icons { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.wc-pay-badge {
  display: inline-flex; align-items: center; gap: 5px; background: var(--wc-card); border: 1px solid var(--wc-border);
  border-radius: 7px; padding: 7px 12px; font-size: 12.5px; font-weight: 700; color: var(--wc-ink); line-height: 1;
}
.wc-pay-badge-g { color: #4285F4; font-family: var(--wc-serif); font-weight: 700; }
.wc-pay-badge-visa { color: #1a1f71; font-style: italic; letter-spacing: 0.5px; }
.wc-pay-badge-stripe { color: #635BFF; }

/* — poslední web reference + podpis — */
.wc-es-footer { margin-top: 8px; }
.wc-es-details { background: var(--wc-card); border: 1px solid var(--wc-border); border-radius: 10px; overflow: hidden; }
.wc-es-summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 22px; font-size: 14.5px; font-weight: 600; color: var(--wc-ink-soft); user-select: none; }
.wc-es-summary::-webkit-details-marker { display: none; }
.wc-es-chev { transition: transform .2s; color: var(--wc-ink-soft); font-size: 12px; }
.wc-es-details[open] .wc-es-chev { transform: rotate(180deg); }
.wc-link-hl { color: var(--wc-accent); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.wc-link-hl:hover { color: #244a3d; }
.wc-es-lastweb { padding: 0 22px 22px; border-top: 1px solid var(--wc-border); }
.wc-es-lastweb-txt { font-size: 14.5px; color: var(--wc-ink); line-height: 1.65; margin: 18px 0 14px; }
.wc-es-lastweb-txt strong { font-weight: 700; }
.wc-es-lastweb-link { display: inline-block; font-size: 14.5px; font-weight: 600; color: var(--wc-accent); text-decoration: underline; text-underline-offset: 2px; margin-bottom: 18px; }
.wc-es-lastweb-link:hover { color: #244a3d; }
.wc-es-review { padding: 14px 16px; background: var(--wc-bg); border: 1px solid var(--wc-border); border-radius: 8px; }
.wc-es-review-stars { color: #b8862f; font-size: 14px; margin-bottom: 6px; letter-spacing: 1px; }
.wc-es-review-txt { font-size: 13.5px; color: var(--wc-ink); line-height: 1.6; margin: 0 0 8px; }
.wc-es-review-author { font-size: 12.5px; font-weight: 600; color: var(--wc-ink-soft); }
.wc-es-signature { font-family: var(--wc-serif); font-style: italic; font-size: 15px; color: var(--wc-ink-soft); text-align: center; margin: 4px 0 0; }

/* — vysvětlovač před platbou (extra jednoduché shrnutí, než jde na Stripe) — */
.wc-checkout-explainer {
  position: fixed; inset: 0; z-index: 1000001; background: rgba(42,35,28,0.55);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.wc-checkout-explainer[hidden] { display: none; }
.wc-checkout-explainer-box {
  background: var(--wc-card); border-radius: 16px; max-width: 520px; width: 100%;
  padding: 36px 32px; text-align: center; animation: wcContextPop .3s ease;
}
.wc-checkout-explainer-title { font-family: var(--wc-serif); font-size: 24px; color: var(--wc-ink); margin: 0 0 22px; }

.wc-checkout-step {
  display: flex; align-items: center; gap: 16px; text-align: left;
  background: var(--wc-bg); border-radius: 12px; padding: 14px 18px; margin: 0 0 18px;
}
.wc-checkout-step-num {
  flex: none; font-family: var(--wc-serif); font-size: 36px; font-weight: 700;
  color: var(--wc-accent); line-height: 1;
}
.wc-checkout-step-text { font-size: 14.5px; color: var(--wc-ink); line-height: 1.4; }
.wc-checkout-step-text strong { color: var(--wc-accent); }

.wc-checkout-breakdown { display: flex; flex-direction: column; gap: 8px; margin: 0 0 18px; }
.wc-checkout-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 16px; border: 1.5px solid var(--wc-border); border-radius: 10px; background: var(--wc-card);
}
.wc-checkout-row-amount { font-family: var(--wc-serif); font-size: 19px; font-weight: 700; color: var(--wc-ink); white-space: nowrap; }
.wc-checkout-row-label { font-size: 12.5px; color: var(--wc-ink-soft); text-align: right; line-height: 1.35; }

.wc-checkout-final {
  font-size: 13.5px; color: var(--wc-ink); line-height: 1.55; text-align: left;
  background: #eef4f0; border: 1.5px solid var(--wc-accent); border-radius: 10px;
  padding: 14px 18px; margin: 0 0 26px;
}
.wc-checkout-final strong { color: var(--wc-accent); }

.wc-checkout-explainer-actions { display: flex; gap: 12px; }
.wc-checkout-explainer-actions .wc-af-btn { flex: 1; }

/* — popup po zapnutí "Vypnout spodní sekci" (free plán) — */
.wc-hide-countdown-box { background: var(--wc-bg); border-radius: 12px; padding: 16px; margin: 0 0 20px; text-align: center; }
.wc-hide-countdown { font-family: var(--wc-serif); font-size: 32px; font-weight: 700; color: var(--wc-accent); font-variant-numeric: tabular-nums; }
.wc-hide-countdown-label { font-size: 12.5px; color: var(--wc-ink-soft); margin-top: 4px; }
.wc-hide-explainer-text { font-size: 13.5px; color: var(--wc-ink); line-height: 1.55; margin: 0 0 16px; text-align: left; }

/* ══ RESPONSIVE ══════════════════════════════════════════════════════════ */
@media (max-width: 760px) {
  .wc-pricing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  #wc-endsale { padding: 32px 16px 40px; }
  .wc-pricing-title { font-size: 24px; }
  .wc-pricing-trial { font-size: 12px; padding: 7px 14px; }
  .wc-fullscreen-inner { margin: 56px auto 24px; }
  .wc-menu-toggle-row { padding: 18px 18px; gap: 14px; }
  .wc-menu-toggle-title { font-size: 16px; }
  .wc-menu-switch-lg { width: 52px; height: 30px; }
  .wc-menu-switch-lg .wc-menu-switch-thumb { width: 24px; height: 24px; }
  .wc-menu-switch-lg .wc-menu-switch-track-on .wc-menu-switch-thumb { transform: translateX(22px); }
  .wc-webnode-ad-strip { padding: 12px 16px; }
  .wc-webnode-ad-strip .wc-webnode-ad-text { font-size: 12.5px; }
  .wc-pricing-context-text { font-size: 19px; }
  .wc-checkout-explainer-actions { flex-direction: column-reverse; }
  .wc-stat-box { padding: 20px 18px; }
  .wc-stat-top { flex-direction: column; text-align: center; gap: 14px; }
  .wc-stat-trust { flex-direction: column; text-align: center; gap: 6px; }
  .wc-stat-trust-list { align-items: center; }
  .wc-stat-social { flex-direction: column; text-align: center; gap: 10px; }
  .wc-pricing-promo { flex-direction: column; text-align: center; padding: 18px; gap: 14px; }
}
