/* GPAF frontend — perf-first, zero-CLS. Inherits site font via font-family:inherit. */
.gpaf-block{margin:24px 0;font-family:inherit;contain:content}
.gpaf-block *,.gpaf-block *::before,.gpaf-block *::after{box-sizing:border-box;font-family:inherit}
.gpaf-block img{max-width:100%;height:auto;display:inline-block}

/* Hero */
.gpaf-hero-title{font-size:clamp(32px,4.5vw,48px);margin:0 0 8px;line-height:1.1;font-weight:800}
.gpaf-hero-tagline{font-size:clamp(20px,2.6vw,30px);margin:0 0 18px;line-height:1.3;font-weight:600}
.gpaf-hero-features{display:flex;flex-wrap:wrap;gap:28px;margin:0 0 22px;align-items:center}
.gpaf-hero-feature{display:inline-flex;align-items:center;gap:8px;font-size:16px}
.gpaf-hero-feature-label{font-weight:500}
.gpaf-hero-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.gpaf-hero-buttons--stacked{flex-direction:column;flex-wrap:nowrap}
.gpaf-hero-buttons--stacked>.gpaf-btn{width:auto}
.gpaf-hero-logo-row{line-height:0}
.gpaf-hero-btn{padding:16px 30px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.15)}
.gpaf-hero-security{margin:22px 0 8px}
.gpaf-hero-security-title{font-size:20px;font-weight:600;margin:0}
.gpaf-hero-badgerow{display:flex;flex-wrap:wrap;gap:28px;margin:4px 0 0;align-items:center}
.gpaf-hero-intro{margin-top:18px;font-size:15px;line-height:1.65}

/* =====================================================================
   Hero Section 2–5 — distinct visual designs.
   All controls/settings are identical to Hero Section 1; only the
   presentation layer differs. Colors below are derived from the block's
   own color settings (currentColor / accent) so every picker keeps working.
   ===================================================================== */
.gpaf-hero--v2,.gpaf-hero--v3,.gpaf-hero--v4,.gpaf-hero--v5{position:relative;overflow:hidden}
.gpaf-hero--v2>*,.gpaf-hero--v3>*,.gpaf-hero--v4>*,.gpaf-hero--v5>*{position:relative;z-index:1}
.gpaf-hero--v2::before,.gpaf-hero--v3::before,.gpaf-hero--v4::before,.gpaf-hero--v5::before,
.gpaf-hero--v2::after,.gpaf-hero--v4::after,.gpaf-hero--v5::after{content:"";position:absolute;pointer-events:none;z-index:0}

/* ---- Hero Section 2 — Amber Spotlight (warm, pill-shaped, glowing CTA) ---- */
.gpaf-hero--v2::before{
  inset:auto -18% -40% auto;width:70%;height:150%;
  background:
    repeating-conic-gradient(from 210deg at 100% 100%,
      color-mix(in srgb,var(--gpaf-accent,#f5a623) 22%,transparent) 0deg 4deg,
      transparent 4deg 11deg);
  border-radius:50%;opacity:.55;filter:blur(.2px);
}
.gpaf-hero--v2::after{
  inset:-30% -10% auto auto;width:46%;height:80%;border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--gpaf-accent,#f5a623) 26%,transparent),transparent 68%);
}
.gpaf-hero--v2 .gpaf-hero-title{font-weight:900;letter-spacing:-.03em;line-height:1.02}
.gpaf-hero--v2 .gpaf-hero-tagline{font-size:clamp(28px,5vw,58px);font-weight:900;letter-spacing:-.03em;line-height:1.04;margin-bottom:14px}
.gpaf-hero--v2 .gpaf-hero-version{box-shadow:0 6px 18px color-mix(in srgb,var(--gpaf-accent,#f5a623) 35%,transparent)}
.gpaf-hero--v2 .gpaf-hero-features{gap:14px;margin-bottom:26px}
.gpaf-hero--v2 .gpaf-hero-feature{
  padding:14px 26px;border-radius:999px;
  background:color-mix(in srgb,var(--gpaf-accent,#f5a623) 14%,#fff);
  font-weight:600;
}
.gpaf-hero--v2 .gpaf-hero-btn{
  border-radius:999px;padding-right:14px;gap:16px;text-transform:uppercase;
  box-shadow:0 14px 30px color-mix(in srgb,var(--gpaf-accent,#f5a623) 45%,transparent);
  transition:transform .2s ease,box-shadow .2s ease;
}
.gpaf-hero--v2 .gpaf-hero-btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px color-mix(in srgb,var(--gpaf-accent,#f5a623) 55%,transparent)}
.gpaf-hero--v2 .gpaf-hero-btn svg,.gpaf-hero--v2 .gpaf-hero-btn img{
  order:2;background:rgba(255,255,255,.95);border-radius:50%;padding:9px;width:44px;height:44px;box-sizing:border-box;
}
.gpaf-hero--v2 .gpaf-hero-btn span{order:1;padding-left:10px}
.gpaf-hero--v2 .gpaf-hero-security{margin:30px 0 0}
.gpaf-hero--v2 .gpaf-hero-badgerow{
  gap:0;margin-top:14px;padding:22px 10px;border-radius:22px;background:#fff;
  box-shadow:0 12px 34px rgba(15,23,42,.10);
}
.gpaf-hero--v2 .gpaf-hero-security+.gpaf-hero-badgerow{margin-top:-46px;padding-left:230px}
.gpaf-hero--v2 .gpaf-hero-feature{flex:0 0 auto}
.gpaf-hero--v2 .gpaf-hero-badgerow .gpaf-hero-feature{background:none;padding:6px 30px;border-radius:0;font-weight:600}
.gpaf-hero--v2 .gpaf-hero-badgerow .gpaf-hero-feature+.gpaf-hero-feature{border-left:1px solid rgba(15,23,42,.10)}
@media (max-width:860px){
  .gpaf-hero--v2 .gpaf-hero-security+.gpaf-hero-badgerow{margin-top:14px;padding-left:10px}
  .gpaf-hero--v2 .gpaf-hero-badgerow .gpaf-hero-feature{padding:6px 16px}
}

/* ---- Hero Section 3 — Clean Blue Card (compact, divided, crisp) ---- */
.gpaf-hero--v3::before{
  inset:0;background:linear-gradient(180deg,color-mix(in srgb,var(--gpaf-accent,#2563eb) 6%,transparent),transparent 55%);
}
.gpaf-hero--v3 .gpaf-hero-title{font-size:clamp(26px,3.2vw,38px);font-weight:800;margin-bottom:10px}
.gpaf-hero--v3 .gpaf-hero-tagline{font-size:clamp(24px,3.6vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:14px}
.gpaf-hero--v3 .gpaf-hero-version{border:1px solid color-mix(in srgb,currentColor 12%,transparent)}
.gpaf-hero--v3 .gpaf-hero-features{gap:0;margin:0 0 20px}
.gpaf-hero--v3 .gpaf-hero-feature{padding:2px 20px;font-weight:500}
.gpaf-hero--v3 .gpaf-hero-feature:first-child{padding-left:0}
.gpaf-hero--v3 .gpaf-hero-feature+.gpaf-hero-feature{border-left:1px solid rgba(15,23,42,.12)}
.gpaf-hero--v3 .gpaf-hero-btn{
  border-radius:999px;letter-spacing:.4px;
  box-shadow:0 10px 24px color-mix(in srgb,var(--gpaf-accent,#2563eb) 35%,transparent);
}
.gpaf-hero--v3 .gpaf-hero-btn:hover{filter:brightness(1.06)}
.gpaf-hero--v3 .gpaf-hero-security{margin:20px 0 10px}
.gpaf-hero--v3 .gpaf-hero-security-title{font-size:17px}
.gpaf-hero--v3 .gpaf-hero-badgerow{
  gap:26px;padding:16px 20px;border:1px solid rgba(15,23,42,.10);border-radius:14px;background:#fff;
}
.gpaf-hero--v3 .gpaf-hero-badgerow .gpaf-hero-feature{padding:0;font-weight:600}
.gpaf-hero--v3 .gpaf-hero-badgerow .gpaf-hero-feature+.gpaf-hero-feature{border-left:0}
.gpaf-hero--v3 .gpaf-hero-intro{margin-top:14px;font-size:14.5px;opacity:.85}

/* ---- Hero Section 4 — Verified Green (feature cards, soft glow, underline) ---- */
.gpaf-hero--v4::before{
  inset:-25% -20% auto auto;width:60%;height:110%;border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--gpaf-accent,#22c55e) 22%,transparent),transparent 65%);
}
.gpaf-hero--v4::after{
  inset:auto auto -30% -15%;width:45%;height:70%;border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--gpaf-accent,#22c55e) 14%,transparent),transparent 70%);
}
.gpaf-hero--v4 .gpaf-hero-title{font-weight:900;letter-spacing:-.03em;line-height:1.04}
.gpaf-hero--v4 .gpaf-hero-tagline{
  font-size:clamp(28px,4.8vw,54px);font-weight:900;letter-spacing:-.03em;line-height:1.05;
  display:inline-block;position:relative;margin-bottom:26px;
}
.gpaf-hero--v4 .gpaf-hero-tagline::after{
  content:"";position:absolute;left:2px;right:12%;bottom:-10px;height:6px;border-radius:999px;
  background:var(--gpaf-accent,#22c55e);opacity:.85;
  transform:rotate(-.6deg);
}
.gpaf-hero--v4 .gpaf-hero-version{text-transform:uppercase;letter-spacing:.08em}
.gpaf-hero--v4 .gpaf-hero-features{gap:16px;margin:0 0 26px;align-items:stretch}
.gpaf-hero--v4 .gpaf-hero-feature{
  flex:1 1 170px;max-width:230px;align-items:center;gap:12px;
  padding:18px 20px;border-radius:16px;background:#fff;
  border:1px solid color-mix(in srgb,var(--gpaf-accent,#22c55e) 18%,transparent);
  box-shadow:0 8px 20px rgba(15,23,42,.06);font-weight:700;
}
.gpaf-hero--v4 .gpaf-hero-btn{
  border-radius:999px;padding-right:14px;gap:14px;
  box-shadow:0 14px 30px color-mix(in srgb,var(--gpaf-accent,#22c55e) 42%,transparent);
  transition:transform .2s ease;
}
.gpaf-hero--v4 .gpaf-hero-btn:hover{transform:translateY(-2px)}
.gpaf-hero--v4 .gpaf-hero-btn svg,.gpaf-hero--v4 .gpaf-hero-btn img{
  order:2;background:rgba(255,255,255,.95);border-radius:50%;padding:8px;width:40px;height:40px;box-sizing:border-box;
}
.gpaf-hero--v4 .gpaf-hero-btn span{order:1;padding-left:8px}
.gpaf-hero--v4 .gpaf-hero-security{margin:30px 0 0}
.gpaf-hero--v4 .gpaf-hero-badgerow{
  gap:0;margin-top:14px;padding:20px 8px;border-radius:20px;background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}
.gpaf-hero--v4 .gpaf-hero-badgerow .gpaf-hero-feature{
  flex:0 0 auto;max-width:none;background:none;border:0;box-shadow:none;padding:4px 28px;border-radius:0;
}
.gpaf-hero--v4 .gpaf-hero-badgerow .gpaf-hero-feature+.gpaf-hero-feature{border-left:1px solid rgba(15,23,42,.10)}
@media (max-width:860px){
  .gpaf-hero--v4 .gpaf-hero-badgerow .gpaf-hero-feature{padding:4px 14px}
}

/* ---- Hero Section 5 — Neon Night (dark, gradient CTA, light streaks) ---- */
.gpaf-hero--v5::before{
  inset:0;
  background:
    linear-gradient(115deg,transparent 42%,color-mix(in srgb,var(--gpaf-accent,#ec4899) 55%,transparent) 43%,transparent 44%),
    linear-gradient(115deg,transparent 55%,rgba(59,130,246,.55) 56%,transparent 57%),
    linear-gradient(115deg,transparent 63%,color-mix(in srgb,var(--gpaf-accent,#ec4899) 45%,transparent) 64%,transparent 65%),
    linear-gradient(115deg,transparent 74%,rgba(139,92,246,.5) 75%,transparent 76%);
  filter:blur(1px);opacity:.9;
}
.gpaf-hero--v5::after{
  inset:auto -10% -35% auto;width:60%;height:80%;border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--gpaf-accent,#ec4899) 25%,transparent),transparent 70%);
}
.gpaf-hero--v5 .gpaf-hero-title{font-weight:900;letter-spacing:-.02em}
.gpaf-hero--v5 .gpaf-hero-tagline{font-size:clamp(28px,5vw,56px);font-weight:900;letter-spacing:-.02em;line-height:1.03;margin-bottom:16px}
.gpaf-hero--v5 .gpaf-hero-version{text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(255,255,255,.18)}
.gpaf-hero--v5 .gpaf-hero-features{gap:0;margin:0 0 26px}
.gpaf-hero--v5 .gpaf-hero-feature{padding:0 24px;font-weight:600}
.gpaf-hero--v5 .gpaf-hero-feature:first-child{padding-left:0}
.gpaf-hero--v5 .gpaf-hero-feature+.gpaf-hero-feature{border-left:1px solid rgba(255,255,255,.16)}
.gpaf-hero--v5 .gpaf-hero-feature svg,.gpaf-hero--v5 .gpaf-hero-feature img{filter:drop-shadow(0 0 8px color-mix(in srgb,var(--gpaf-accent,#ec4899) 60%,transparent))}
.gpaf-hero--v5 .gpaf-hero-btn{
  border-radius:999px;letter-spacing:.6px;
  background-image:linear-gradient(90deg,color-mix(in srgb,var(--gpaf-accent,#ec4899) 92%,#fff),#7c3aed);
  box-shadow:0 16px 36px color-mix(in srgb,var(--gpaf-accent,#ec4899) 45%,transparent);
  transition:transform .2s ease,box-shadow .2s ease;
}
.gpaf-hero--v5 .gpaf-hero-btn:hover{transform:translateY(-2px);box-shadow:0 20px 46px color-mix(in srgb,var(--gpaf-accent,#ec4899) 60%,transparent)}
.gpaf-hero--v5 .gpaf-hero-security{margin:28px 0 0}
.gpaf-hero--v5 .gpaf-hero-badgerow{
  gap:0;margin-top:14px;padding:18px 8px;border-radius:18px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(6px);
}
.gpaf-hero--v5 .gpaf-hero-badgerow .gpaf-hero-feature{padding:4px 26px;border-left:0}
.gpaf-hero--v5 .gpaf-hero-badgerow .gpaf-hero-feature+.gpaf-hero-feature{border-left:1px solid rgba(255,255,255,.14)}
.gpaf-hero--v5 .gpaf-hero-intro{opacity:.85}
@media (max-width:860px){
  .gpaf-hero--v5 .gpaf-hero-feature{padding:0 14px}
  .gpaf-hero--v5 .gpaf-hero-badgerow .gpaf-hero-feature{padding:4px 14px}
}

.gpaf-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:600;line-height:1.2}
.gpaf-btn-lg{padding:16px 28px;font-size:17px;border-radius:14px;box-shadow:0 10px 30px rgba(34,197,94,.35)}
.gpaf-btn-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}
.gpaf-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid;border-radius:999px;font-size:13px;background:rgba(255,255,255,.6)}
.gpaf-badge img{width:14px;height:14px;object-fit:contain}

/* Comparison table */
.gpaf-table-wrap{overflow-x:auto}
.gpaf-table{width:100%;border-collapse:collapse}
.gpaf-table th,.gpaf-table td{padding:12px 14px;border:1px solid #e5e7eb;vertical-align:top}

/* Pros & Cons */
.gpaf-pc-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}
.gpaf-pros-stacked .gpaf-pc-grid{grid-template-columns:1fr}
@media (max-width:768px){.gpaf-pc-grid{grid-template-columns:1fr}}
.gpaf-pc-title{display:flex;align-items:center;gap:10px;margin:0 0 14px}
.gpaf-pc-title-icon{width:28px;height:28px;object-fit:contain;flex-shrink:0}
.gpaf-check{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.gpaf-pros-list{display:grid;gap:10px}
.gpaf-pros-item{padding:12px 14px;border:1px solid}
.gpaf-pros-item-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}
.gpaf-pros-item-icon{width:22px;height:22px;object-fit:contain;flex-shrink:0}
.gpaf-pros-item-bullet{width:10px;height:10px;border-radius:50%;flex-shrink:0;display:inline-block}
.gpaf-pros-item h1,.gpaf-pros-item h2,.gpaf-pros-item h3,.gpaf-pros-item h4,.gpaf-pros-item h5,.gpaf-pros-item h6,.gpaf-pros-item div,.gpaf-pros-item p,.gpaf-pros-item span{margin:0}

/* Download-info steps */
.gpaf-dlinfo-eyebrow{text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:12px;margin-bottom:6px}
.gpaf-steps{list-style:none;padding:0;margin:12px 0;display:grid;gap:10px}
.gpaf-steps li{display:flex;gap:12px;align-items:flex-start;border:1px solid;padding:12px}
.gpaf-step-num{width:28px;height:28px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.gpaf-steps h1,.gpaf-steps h2,.gpaf-steps h3,.gpaf-steps h4,.gpaf-steps h5,.gpaf-steps h6{margin:0 0 4px}

/* Download Page Box */
.gpaf-dlpage{text-align:center;position:relative;overflow:hidden}
.gpaf-dlpage-buttons{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 20px}
.gpaf-dlpage-badges{display:flex;flex-wrap:wrap;gap:10px}
.gpaf-dlpage-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid;border-radius:999px;font-size:14px;line-height:1.2}
.gpaf-dlpage-badge svg,.gpaf-dlpage-badge img{flex-shrink:0}

/* Rating */
.gpaf-rating-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-top:12px}
.gpaf-rating-item{text-align:center}
.gpaf-rating-value{font-size:28px;font-weight:800}
.gpaf-rating-label{font-size:14px;opacity:.9}
.gpaf-stars{font-size:22px;margin:6px 0}

/* Key Features — 3 cols desktop by default, 1 col mobile */
.gpaf-features-grid{display:grid;gap:24px;margin-top:16px;grid-template-columns:repeat(var(--gpaf-cols,3),minmax(0,1fr))}
@media (max-width:768px){.gpaf-features-grid{grid-template-columns:1fr!important}}
.gpaf-feature{text-align:center}
.gpaf-feature-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}
.gpaf-feature h1,.gpaf-feature h2,.gpaf-feature h3,.gpaf-feature h4,.gpaf-feature h5,.gpaf-feature h6{margin:10px 0 6px}

/* Single feature */
.gpaf-single-feature{text-align:left}
.gpaf-single-icon{margin-bottom:10px;min-height:64px}
.gpaf-single-icon img{display:inline-block}

/* Table of contents — smart small width, collapsible */
.gpaf-toc{max-width:340px;width:fit-content}
@media (max-width:640px){.gpaf-toc{width:100%;max-width:100%}}
.gpaf-toc .gpaf-toc-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;background:transparent;border:0;padding:0;cursor:pointer;font:inherit;color:inherit;text-align:inherit}
.gpaf-toc .gpaf-toc-title{flex:1}
.gpaf-toc .gpaf-toc-chevron{display:inline-flex;transition:transform .25s ease}
.gpaf-toc.is-open .gpaf-toc-chevron{transform:rotate(180deg)}
.gpaf-toc .gpaf-toc-body{overflow:hidden;max-height:0;transition:max-height .3s ease,margin-top .3s ease,padding-top .3s ease}
.gpaf-toc.is-open .gpaf-toc-body{max-height:4000px;margin-top:12px}
.gpaf-toc ul,.gpaf-toc ol{margin:0;padding-left:18px}
.gpaf-toc li{margin:6px 0;display:flex;align-items:flex-start;gap:8px;list-style:none}
.gpaf-toc a{color:var(--gpaf-link,inherit);text-decoration:none;word-break:break-word}
.gpaf-toc a:hover{text-decoration:underline}
.gpaf-toc .gpaf-toc-item-icon{color:var(--gpaf-toc-icon,currentColor);flex-shrink:0;display:inline-flex;margin-top:2px}

/* FAQ */
.gpaf-faq .gpaf-faq-list{width:100%}
.gpaf-faq-item{overflow:hidden;transition:border-color .2s ease}
.gpaf-faq-item>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600;line-height:1.4;user-select:none}
.gpaf-faq-item>summary::-webkit-details-marker{display:none}
.gpaf-faq-item>summary::marker{content:""}
.gpaf-faq-q-text{flex:1;text-align:left}
.gpaf-faq-icon{flex:0 0 auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:transform .25s ease}
.gpaf-faq-item[open]>summary .gpaf-faq-icon{transform:rotate(45deg)}
.gpaf-faq-item[data-icon="chevron"][open]>summary .gpaf-faq-icon{transform:rotate(90deg)}
.gpaf-faq-item[open]>summary{color:var(--gpaf-faq-active,#22c55e) !important}
.gpaf-faq-answer{line-height:1.6}
.gpaf-faq-answer p{margin:0 0 8px}
.gpaf-faq-answer p:last-child{margin-bottom:0}

/* Icons list */
.gpaf-iconlist-ul li{align-items:flex-start}
.gpaf-iconlist-icon svg{display:block;width:100%;height:100%}
.gpaf-iconlist-text{word-break:break-word}

/* Key Features bordered card */
.gpaf-feature-bordered{display:flex;flex-direction:column;align-items:center}

/* Heading block */
.gpaf-heading-block .gpaf-heading-text{line-height:1.25}

/* Hero — Sticky mobile download button (mobile only, appears after Hero scrolls out) */
.gpaf-hero-sticky{display:none}
@media (max-width:768px){
  .gpaf-hero-sticky{
    display:flex;align-items:center;justify-content:center;
    position:fixed;left:0;right:0;bottom:0;z-index:9990;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));
    background:#fff;
    opacity:0;visibility:hidden;pointer-events:none;
    transform:translateY(110%);
    transition:transform .35s ease, opacity .25s ease, visibility 0s linear .25s;
  }
  .gpaf-hero-sticky.is-visible{
    opacity:1;visibility:visible;pointer-events:auto;
    transform:translateY(0);
    transition:transform .35s ease, opacity .25s ease, visibility 0s linear 0s;
  }
  .gpaf-hero-sticky--shadow{box-shadow:0 -8px 24px rgba(0,0,0,.10),0 -1px 0 rgba(0,0,0,.04)}
  .gpaf-hero-sticky-btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    padding:16px 24px;font-size:17px;font-weight:700;letter-spacing:.3px;
    text-transform:uppercase;text-decoration:none;line-height:1.1;
    box-shadow:0 8px 22px rgba(0,0,0,.18);
  }
  .gpaf-hero-sticky-btn--pill{border-radius:999px}
  .gpaf-hero-sticky--full .gpaf-hero-sticky-btn{width:100%;max-width:520px}
  /* Reserve space only while the bar is actually shown */
  body:has(.gpaf-hero-sticky.is-visible){padding-bottom:88px}
}

/* ---- Info Table ---- */
.gpaf-info-table .gpaf-info-table-inner{border-collapse:collapse;width:100%}
.gpaf-info-table .gpaf-info-cell{vertical-align:middle}
.gpaf-info-table .gpaf-info-inner{line-height:1.5}
.gpaf-info-table .gpaf-info-text{display:inline-block}
.gpaf-info-pill{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.85em;font-weight:600;line-height:1.4}
@media (max-width:520px){
  .gpaf-info-table .gpaf-info-cell{padding:10px !important;font-size:.95em}
}
