/* =========================================
   PATHFINDER ASSESSMENT — Stylesheet
   ========================================= */

/* --- Nav --- */
.pf-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px clamp(24px, 5vw, 48px);
  background: linear-gradient(180deg, rgba(11,10,15,0.9) 0%, transparent 100%);
}

.pf-nav__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pf-nav__brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #F0EDE6;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.pf-nav__back {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #8A8A9A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pf-nav__back:hover { color: #F0EDE6; }

/* --- Hero (shared with result page) --- */
.pf-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.pf-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, #1E1B4B 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 80% 80%, rgba(201,133,58,0.08) 0%, transparent 50%),
    #0B0A0F;
}

/* Star field */
.pf-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 15% 20%, rgba(240,237,230,0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 12%, rgba(240,237,230,0.2) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 75% 8%, rgba(201,133,58,0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 30% 45%, rgba(240,237,230,0.15) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 55%, rgba(240,237,230,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 10% 65%, rgba(240,237,230,0.18) 0%, transparent 100%),
    radial-gradient(1px 1px at 60% 38%, rgba(240,237,230,0.12) 0%, transparent 100%),
    radial-gradient(1px 1px at 45% 72%, rgba(240,237,230,0.15) 0%, transparent 100%);
  pointer-events: none;
}

/* Horizontal amber glow line */
.pf-hero__bg::after {
  content: '';
  position: absolute;
  top: 40%;
  left: -10%;
  right: -10%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,133,58,0.15) 40%, rgba(201,133,58,0.15) 60%, transparent 100%);
}

.pf-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(100px, 15vh, 140px) clamp(24px, 5vw, 48px) clamp(60px, 10vh, 96px);
}

.pf-hero__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C9853A;
  border: 1px solid rgba(201,133,58,0.3);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 32px;
}

.pf-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(40px, 8vw, 80px);
  font-weight: 700;
  line-height: 1.05;
  color: #F0EDE6;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  text-shadow: 0 0 80px rgba(44,42,107,0.4);
}

.pf-hero__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.7;
  margin-bottom: 48px;
}

.pf-hero__cta {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0B0A0F;
  background: #C9853A;
  border: 1px solid #C9853A;
  border-radius: 3px;
  padding: 16px 36px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
}

.pf-hero__cta:hover {
  background: #D4953F;
  border-color: #D4953F;
}

/* --- Type Preview --- */
.pf-types {
  background: #0B0A0F;
  padding: clamp(80px, 10vw, 120px) 0;
}

.pf-types__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 48px);
}

.pf-types__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C9853A;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}

.pf-types__label::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #C9853A;
  opacity: 0.6;
}

.pf-types__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 56px;
}

.pf-types__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 800px) {
  .pf-types__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 500px) {
  .pf-types__grid { grid-template-columns: 1fr 1fr; }
}

.pf-type-card {
  background: #11121A;
  border: 1px solid rgba(240,237,230,0.06);
  border-radius: 4px;
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: border-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.pf-type-card:hover {
  border-color: rgba(201,133,58,0.35);
  transform: translateY(-2px);
}

.pf-type-card__icon {
  opacity: 0.8;
  margin-bottom: 4px;
}

.pf-type-card__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #F0EDE6;
  letter-spacing: -0.01em;
}

.pf-type-card__tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.6;
}

/* --- Quiz Section --- */
.pf-quiz {
  background: #0B0A0F;
  border-top: 1px solid rgba(240,237,230,0.06);
  padding: clamp(80px, 10vw, 120px) 0;
}

.pf-quiz__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 48px);
}

/* Progress bar */
.pf-progress {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,10,15,0.95);
  backdrop-filter: blur(8px);
  padding: 16px 0;
  margin-bottom: 48px;
}

.pf-progress__bar {
  height: 2px;
  background: rgba(240,237,230,0.08);
  position: relative;
}

.pf-progress__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #C9853A;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pf-progress__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #5A5A6A;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

/* Question */
.pf-question {
  display: none;
}

.pf-question.active {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.pf-question__num {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C9853A;
  margin-bottom: 20px;
}

.pf-question__text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 36px;
}

/* Option cards */
.pf-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pf-option {
  background: #11121A;
  border: 1px solid rgba(240,237,230,0.08);
  border-radius: 4px;
  padding: 20px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #F0EDE6;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
  line-height: 1.5;
}

.pf-option:hover {
  border-color: rgba(201,133,58,0.4);
  background: rgba(201,133,58,0.06);
}

.pf-option.selected {
  border-color: #C9853A;
  background: rgba(201,133,58,0.1);
  transform: scale(1.01);
}

/* --- Result Reveal Transition --- */
.pf-reveal {
  display: none;
  text-align: center;
  padding: 60px 0;
}

.pf-reveal.active {
  display: block;
  animation: fadeIn 0.6s ease forwards;
}

.pf-reveal__spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(201,133,58,0.2);
  border-top-color: #C9853A;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 24px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.pf-reveal__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #5A5A6A;
  letter-spacing: 0.08em;
}

/* --- Result Page --- */
.pf-result-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: clamp(100px, 15vh, 140px) clamp(24px, 5vw, 48px);
}

.pf-result-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, #1E1B4B 0%, transparent 65%),
    #0B0A0F;
}

.pf-result-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 15%, rgba(240,237,230,0.2) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 60% 10%, rgba(201,133,58,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 25%, rgba(240,237,230,0.15) 0%, transparent 100%),
    radial-gradient(1px 1px at 35% 50%, rgba(240,237,230,0.12) 0%, transparent 100%),
    radial-gradient(1px 1px at 10% 70%, rgba(240,237,230,0.18) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 60%, rgba(240,237,230,0.1) 0%, transparent 100%);
}

.pf-result-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.pf-result-type {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C9853A;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.2s forwards;
}

.pf-result-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(52px, 10vw, 96px);
  font-weight: 700;
  line-height: 1.0;
  color: #F0EDE6;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.35s forwards;
  text-shadow: 0 0 60px rgba(201,133,58,0.25);
}

.pf-result-tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-style: italic;
  font-weight: 400;
  color: #8A8A9A;
  line-height: 1.4;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.5s forwards;
}

/* Map decoration SVG */
.pf-result-map {
  margin: 40px auto 0;
  opacity: 0;
  animation: fadeIn 0.8s ease 0.7s forwards;
}

/* Result Body Sections */
.pf-result-body {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 96px) clamp(24px, 5vw, 48px);
}

.pf-result-desc {
  margin-bottom: 48px;
}

.pf-result-desc p {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.85;
  margin-bottom: 20px;
}

.pf-result-desc p:last-child { margin-bottom: 0; }

.pf-section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C9853A;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.pf-section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #C9853A;
  opacity: 0.5;
}

/* Strengths */
.pf-strengths {
  background: #11121A;
  border: 1px solid rgba(240,237,230,0.06);
  border-radius: 4px;
  padding: clamp(28px, 4vw, 40px);
  margin-bottom: 48px;
}

.pf-strengths__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pf-strengths__item {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #F0EDE6;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
}

.pf-strengths__item svg {
  flex-shrink: 0;
  opacity: 0.85;
}

/* Growth Challenge */
.pf-growth {
  margin-bottom: 48px;
  padding: clamp(28px, 4vw, 40px);
  border-left: 2px solid rgba(201,133,58,0.3);
  padding-left: 28px;
}

.pf-growth__text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(17px, 2vw, 22px);
  font-style: italic;
  font-weight: 400;
  color: #F0EDE6;
  line-height: 1.6;
  letter-spacing: -0.005em;
}

/* Today's Action */
.pf-action {
  background: rgba(201,133,58,0.07);
  border: 1px solid rgba(201,133,58,0.2);
  border-radius: 4px;
  padding: clamp(24px, 3vw, 32px);
  margin-bottom: 48px;
  text-align: center;
}

.pf-action__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9853A;
  margin-bottom: 12px;
}

.pf-action__text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(16px, 2vw, 20px);
  font-style: italic;
  font-weight: 400;
  color: #F0EDE6;
  line-height: 1.5;
}

/* Product Recommendation */
.pf-product {
  background: #11121A;
  border: 1px solid rgba(201,133,58,0.25);
  border-radius: 4px;
  padding: clamp(28px, 4vw, 40px);
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pf-product__tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5A5A6A;
}

.pf-product__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.pf-product__desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.75;
}

.pf-product__price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #F0EDE6;
}

.pf-product__cta {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0B0A0F;
  background: #C9853A;
  border: 1px solid #C9853A;
  border-radius: 3px;
  padding: 13px 28px;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
}

.pf-product__cta:hover {
  background: #D4953F;
  border-color: #D4953F;
}

/* Share */
.pf-share {
  margin-bottom: 48px;
}

.pf-share__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #F0EDE6;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.pf-share__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #8A8A9A;
  line-height: 1.7;
  margin-bottom: 20px;
}

.pf-share__block {
  background: #11121A;
  border: 1px solid rgba(240,237,230,0.08);
  border-radius: 4px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.pf-share__quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  color: #C9853A;
  line-height: 1.4;
}

.pf-share__btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.pf-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8A8A9A;
  background: transparent;
  border: 1px solid rgba(240,237,230,0.15);
  border-radius: 3px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
}

.pf-share__btn:hover {
  color: #F0EDE6;
  border-color: rgba(240,237,230,0.35);
}

.pf-share__btn.copied {
  color: #C9853A;
  border-color: rgba(201,133,58,0.4);
}

/* Email Capture */
.pf-email {
  background: #11121A;
  border: 1px solid rgba(240,237,230,0.06);
  border-top: 1px solid rgba(240,237,230,0.06);
  padding: clamp(48px, 7vw, 80px) 0;
}

.pf-email__inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 48px);
  text-align: center;
}

.pf-email__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.pf-email__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.75;
  margin-bottom: 32px;
}

.pf-email__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pf-email__row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.pf-email__input {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #F0EDE6;
  background: #0B0A0F;
  border: 1px solid rgba(240,237,230,0.15);
  border-radius: 3px;
  padding: 13px 18px;
  outline: none;
  transition: border-color 0.2s ease;
  flex: 1;
  min-width: 160px;
}

.pf-email__input::placeholder { color: #5A5A6A; }
.pf-email__input:focus { border-color: rgba(201,133,58,0.5); }
.pf-email__input.error { border-color: rgba(220,80,80,0.6); }

.pf-email__btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0B0A0F;
  background: #C9853A;
  border: 1px solid #C9853A;
  border-radius: 3px;
  padding: 13px 28px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.pf-email__btn:hover:not(:disabled) {
  background: #D4953F;
  border-color: #D4953F;
}

.pf-email__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pf-email__privacy {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #5A5A6A;
  letter-spacing: 0.03em;
}

.pf-email__error {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #D46060;
  min-height: 20px;
}

.pf-email__success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #C9853A;
}

.pf-email__success-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pf-email__success.visible { display: flex; }

.pf-email__download {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #C9853A;
  background: transparent;
  border: 1px solid #C9853A;
  border-radius: 3px;
  padding: 11px 22px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}

.pf-email__download:hover {
  background: #C9853A;
  color: #0B0A0F;
}

/* Footer */
.pf-footer {
  background: #0B0A0F;
  border-top: 1px solid rgba(240,237,230,0.06);
  padding: clamp(40px, 6vw, 64px) 0;
}

.pf-footer__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.pf-footer__brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #F0EDE6;
  letter-spacing: -0.01em;
}

.pf-footer__links {
  display: flex;
  gap: 20px;
}

.pf-footer__link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #5A5A6A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pf-footer__link:hover { color: #F0EDE6; }

.pf-footer__copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #5A5A6A;
  letter-spacing: 0.05em;
  width: 100%;
}

/* --- Animations --- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* --- Responsive --- */
@media (max-width: 600px) {
  .pf-email__row { flex-direction: column; }
  .pf-email__input { min-width: 100%; }
  .pf-email__btn { width: 100%; }
  .pf-share__block { flex-direction: column; }
  .pf-share__btns { width: 100%; }
  .pf-share__btn { flex: 1; justify-content: center; }
}