.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pep-hero { position: relative; overflow: hidden; background: #ffffff; padding: 150px 0 90px; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pep-hero i { line-height: 1; }
.pep-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.pep-orb--1 { width: 400px; height: 400px; top: -12%; right: 4%; background: radial-gradient(circle, rgba(212,175,55,0.22) 0%, transparent 70%); animation: pepFloat 16s ease-in-out infinite; }
.pep-orb--2 { width: 340px; height: 340px; bottom: -16%; left: -5%; background: radial-gradient(circle, rgba(95,160,130,0.20) 0%, transparent 70%); animation: pepFloat 20s ease-in-out infinite reverse; }
@keyframes pepFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,-24px); } }

.pep-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }

/* ===== LEFT ===== */
.pep-badge { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 8px 17px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 24px; }
.pep-dot { width: 9px; height: 9px; border-radius: 50%; background: #D4AF37; box-shadow: 0 0 0 0 rgba(212,175,55,0.6); animation: pepPulse 2s infinite; }
@keyframes pepPulse { 0% { box-shadow: 0 0 0 0 rgba(212,175,55,0.5); } 70% { box-shadow: 0 0 0 10px rgba(212,175,55,0); } 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); } }
.pep-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.08; color: #143628; margin: 0 0 18px; }
.pep-title .aone-gold-italic { font-style: italic; font-weight: 400; }
.pep-lead { font-size: 17px; line-height: 1.7; color: #586a61; max-width: 500px; margin: 0 0 30px; }

.pep-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.btn-pep { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 17px 32px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-pep i { font-size: 16px; transition: transform 0.3s ease; }
.btn-pep:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-pep:hover i { transform: translateX(5px); }
.btn-pep-ghost { display: inline-flex; align-items: center; padding: 17px 28px; border-radius: 6px; border: 1.5px solid #d8e2dc; background: transparent; color: #143628; font-size: 14px; font-weight: 700; text-decoration: none; transition: 0.3s ease; }
.btn-pep-ghost:hover { border-color: #143628; color: #143628; transform: translateY(-2px); }

.pep-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.pep-trust li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #4f5f57; }
.pep-trust-ico { width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center; border-radius: 9px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 17px; }

/* ===== RIGHT ===== */
.pep-figure { position: relative; }
.pep-frame { position: relative; z-index: 1; border-radius: 24px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 30px 60px rgba(20,54,40,0.18); background: #f0f7f4; }
.pep-frame img { width: 100%; height: auto; display: block; }
.pep-float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.9); border-radius: 14px; padding: 13px 17px; box-shadow: 0 18px 40px rgba(20,54,40,0.18); }
.pep-float--1 { top: 30px; left: -22px; }
.pep-float--2 { bottom: 34px; right: -22px; }
.pep-float-ico { width: 42px; height: 42px; flex-shrink: 0; display: grid; place-items: center; border-radius: 11px; background: rgba(212,175,55,0.18); color: #b8902f; font-size: 21px; }
.pep-float-ico--green { background: rgba(31,138,87,0.14); color: #1f8a57; }
.pep-float-tx { display: flex; flex-direction: column; font-size: 14px; font-weight: 700; color: #143628; line-height: 1.25; }
.pep-float-tx small { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #9aa8a0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pep-hero { padding: 120px 0 70px; }
  .pep-grid { grid-template-columns: 1fr; gap: 56px; }
  .pep-float--1 { left: 14px; }
  .pep-float--2 { right: 14px; }
}
@media (max-width: 575px) {
  .pep-actions { flex-direction: column; align-items: stretch; }
  .btn-pep, .btn-pep-ghost { width: 100%; justify-content: center; }
  .pep-float--2 { right: 50%; transform: translateX(50%); bottom: -22px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .pep-orb, .pep-dot { animation: none; }
  .btn-pep, .btn-pep i, .btn-pep-ghost { transition: none; }
}
.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepsci { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepsci i { line-height: 1; }
.pepsci-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: start; }

/* ===== LEFT (sticky) ===== */
.pepsci-sticky { position: sticky; top: 40px; }
.pepsci-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 18px; }
.pepsci-eyebrow i { font-size: 15px; color: #D4AF37; }
.pepsci-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.1rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pepsci-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0 0 26px; max-width: 400px; }

.pepsci-frame { border-radius: 22px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 26px 54px rgba(20,54,40,0.16); background: #f0f7f4; margin-bottom: 20px; }
.pepsci-frame img { width: 100%; height: auto; display: block; }

.pepsci-oversight { display: flex; align-items: center; gap: 14px; background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 16px; padding: 18px 20px; }
.pepsci-ov-ico { width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: #143628; color: #D4AF37; font-size: 24px; }
.pepsci-ov-tx h4 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #143628; margin: 0 0 3px; }
.pepsci-ov-tx p { font-size: 13px; color: #586a61; line-height: 1.55; margin: 0; }

/* ===== RIGHT (cards) ===== */
.pepsci-cards { display: flex; flex-direction: column; gap: 18px; }
.pepsci-card { background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 30px 30px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.pepsci-card:hover { transform: translateY(-5px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.pepsci-ico { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 27px; margin-bottom: 18px; transition: 0.35s ease; }
.pepsci-card:hover .pepsci-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.pepsci-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 9px; }
.pepsci-card p { font-size: 14.5px; color: #586a61; line-height: 1.65; margin: 0; }
.pepsci-card p strong { color: #143628; font-weight: 700; }

/* dark accent card */
.pepsci-card--dark { background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); border-color: rgba(212,175,55,0.25); }
.pepsci-card--dark h3 { color: #fff; }
.pepsci-card--dark p { color: rgba(255,255,255,0.8); }
.pepsci-card--dark p strong { color: #D4AF37; }
.pepsci-ico--gold { background: rgba(212,175,55,0.16); border-color: rgba(212,175,55,0.4); color: #D4AF37; }
.pepsci-card--dark:hover .pepsci-ico--gold { background: #D4AF37; color: #143628; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pepsci { padding: 70px 0; }
  .pepsci-grid { grid-template-columns: 1fr; gap: 44px; }
  .pepsci-sticky { position: static; }
  .pepsci-lead { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .pepsci-card, .pepsci-ico { transition: none; }
}
.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-peptarget { background: #ffffff; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-peptarget i { line-height: 1; }
.pt-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.pt-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pt-eyebrow i { font-size: 15px; color: #D4AF37; }
.pt-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pt-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== GRID ===== */
.pt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pt-card { background: #fcfdfc; border: 1px solid #eef0f2; border-radius: 18px; padding: 28px 24px; text-align: center; box-shadow: 0 10px 30px rgba(20,54,40,0.04); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.pt-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.pt-ico { width: 56px; height: 56px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 27px; transition: 0.35s ease; }
.pt-card:hover .pt-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.pt-card h4 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #143628; margin: 0 0 8px; }
.pt-card p { font-size: 13.5px; color: #586a61; line-height: 1.6; margin: 0; }

/* ===== CTA ===== */
.pt-cta { text-align: center; margin-top: 44px; }
.btn-pt { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 17px 34px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-pt i { font-size: 16px; transition: transform 0.3s ease; }
.btn-pt:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-pt:hover i { transform: translateX(5px); }
.pt-disclaimer { font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; max-width: 680px; margin: 22px auto 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-peptarget { padding: 70px 0; }
  .pt-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) { .pt-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .pt-card, .pt-ico, .btn-pt, .btn-pt i { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepprep { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepprep i { line-height: 1; }
.pp-head { text-align: center; max-width: 680px; margin: 0 auto 40px; }
.pp-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pp-eyebrow i { font-size: 15px; color: #D4AF37; }
.pp-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.1rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 12px; color: #143628; }
.pp-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== BOX ===== */
.pp-box { max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid #eef0f2; border-radius: 26px; padding: 40px; box-shadow: 0 24px 60px rgba(20,54,40,0.08); }
.pp-bar { margin-bottom: 32px; }
.pp-bar-info { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pp-phase { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #b8902f; background: rgba(212,175,55,0.12); padding: 6px 13px; border-radius: 50px; }
.pp-step-title { font-size: 13px; font-weight: 600; color: #9aa8a0; }
.pp-track { height: 6px; border-radius: 50px; background: #eef0f2; overflow: hidden; }
.pp-fill { height: 100%; width: 33%; border-radius: 50px; background: linear-gradient(90deg, #b8902f, #D4AF37); transition: width 0.5s cubic-bezier(0.165,0.84,0.44,1); }

/* ===== STEPS ===== */
.pp-step { display: none; }
.pp-step.active { display: block; animation: ppFade 0.4s ease; }
@keyframes ppFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.pp-q { font-family: 'Playfair Display', serif; font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 700; color: #143628; text-align: center; margin: 0 0 28px; }

.pp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pp-grid--sub { grid-template-columns: 1fr 1fr; }
.pp-choice { display: flex; align-items: center; gap: 16px; text-align: left; cursor: pointer; background: #fcfdfc; border: 1.5px solid #eef0f2; border-radius: 16px; padding: 22px; transition: 0.25s ease; }
.pp-choice:hover { border-color: #D4AF37; transform: translateY(-3px); box-shadow: 0 16px 34px rgba(20,54,40,0.08); }
.pp-choice.selected { border-color: #143628; background: #f7faf8; }
.pp-choice-ico { width: 52px; height: 52px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 25px; }
.pp-choice.selected .pp-choice-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.pp-choice-tx { display: flex; flex-direction: column; line-height: 1.4; }
.pp-choice-tx strong { font-size: 15.5px; font-weight: 700; color: #143628; }
.pp-choice-tx span { font-size: 13px; color: #7c8a82; }

.pp-list { display: flex; flex-direction: column; gap: 12px; max-width: 560px; margin: 0 auto; }
.pp-list-item { display: flex; align-items: center; gap: 14px; text-align: left; width: 100%; cursor: pointer; background: #fcfdfc; border: 1.5px solid #eef0f2; border-radius: 14px; padding: 18px 20px; font-size: 15px; font-weight: 600; color: #143628; transition: 0.25s ease; }
.pp-list-item:hover { border-color: #D4AF37; }
.pp-check { width: 28px; height: 28px; flex-shrink: 0; display: grid; place-items: center; border-radius: 8px; border: 1.5px solid #d8e2dc; color: transparent; font-size: 13px; transition: 0.2s ease; }
.pp-list-item.selected { border-color: #143628; background: #f7faf8; }
.pp-list-item.selected .pp-check { background: #143628; border-color: #143628; color: #D4AF37; }

.pp-back-wrap, .pp-finish-wrap { text-align: center; margin-top: 30px; }
.pp-finish-wrap { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.pp-back { background: none; border: none; cursor: pointer; font-size: 13px; font-weight: 700; color: #9aa8a0; display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s ease; }
.pp-back:hover { color: #143628; }

.btn-pp, .btn-pp-book { display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 16px 34px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-pp i { font-size: 16px; transition: transform 0.3s ease; }
.btn-pp:hover { background: #D4AF37; color: #143628; transform: translateY(-2px); }
.btn-pp:hover i { transform: translateX(4px); }

/* loader */
.pp-loader { text-align: center; padding: 40px 0; }
.pp-spinner { width: 52px; height: 52px; display: inline-block; border: 4px solid #eef0f2; border-top-color: #D4AF37; border-radius: 50%; animation: ppSpin 0.9s linear infinite; margin-bottom: 22px; }
@keyframes ppSpin { to { transform: rotate(360deg); } }
.pp-loader h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 6px; }
.pp-loader p { font-size: 14px; color: #7c8a82; margin: 0; }

/* result */
.pp-result-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: center; }
.pp-result-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #1f8a57; background: #eaf5ef; padding: 8px 14px; border-radius: 50px; margin-bottom: 14px; }
.pp-result-title { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #143628; margin: 0 0 10px; }
.pp-result-sum { font-size: 15px; line-height: 1.7; color: #586a61; margin: 0 0 20px; }
.pp-result-sum strong { color: #143628; }
.pp-result-box { background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 16px; padding: 22px 24px; margin-bottom: 16px; }
.pp-result-box h5 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #143628; margin: 0 0 12px; }
.pp-result-box ul { margin: 0; padding-left: 20px; }
.pp-result-box li { font-size: 14px; color: #4f5f57; line-height: 1.5; margin-bottom: 8px; }
.pp-result-fine { font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; margin: 0; }
.pp-result-cta { text-align: center; background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); border-radius: 20px; padding: 32px 26px; color: #fff; box-shadow: 0 22px 50px rgba(20,54,40,0.22); }
.pp-result-cta-ico { width: 56px; height: 56px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 15px; background: rgba(212,175,55,0.16); color: #D4AF37; font-size: 28px; }
.pp-result-cta p { font-size: 14px; color: rgba(255,255,255,0.82); margin: 0 0 18px; }
.btn-pp-book { width: 100%; background: #D4AF37; color: #143628; }
.btn-pp-book:hover { background: #fff; transform: translateY(-2px); }
.pp-result-cta-note { display: block; margin-top: 12px; font-size: 12px; color: rgba(255,255,255,0.6); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) { .aone-pepprep { padding: 70px 0; } .pp-box { padding: 30px; } }
@media (max-width: 600px) {
  .pp-grid, .pp-grid--sub, .pp-result-grid { grid-template-columns: 1fr; }
  .pp-bar-info { flex-direction: column; align-items: flex-start; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .pp-spinner { animation: none; }
  .pp-fill, .pp-choice, .pp-list-item, .pp-check, .btn-pp, .btn-pp i { transition: none; }
  .pp-step.active { animation: none; }
}
.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-peplib { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-peplib i { line-height: 1; }
.pl-head { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.pl-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pl-eyebrow i { font-size: 15px; color: #D4AF37; }
.pl-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pl-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== NAV ===== */
.pl-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 34px; }
.pl-nav-btn { border: 1px solid #e3ece6; background: #fff; color: #143628; font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 50px; cursor: pointer; transition: 0.25s ease; }
.pl-nav-btn:hover { border-color: #D4AF37; transform: translateY(-2px); }
.pl-nav-btn.active { background: #143628; color: #fff; border-color: #143628; }

/* ===== GRID ===== */
.pl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pl-card { position: relative; cursor: pointer; background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 32px 28px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.pl-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.pl-card.is-hidden { display: none; }
.pl-tag { position: absolute; top: 20px; right: 20px; font-size: 10px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: #b8902f; background: rgba(212,175,55,0.12); padding: 5px 11px; border-radius: 50px; }
.pl-ico { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 28px; margin-bottom: 18px; transition: 0.35s ease; }
.pl-card:hover .pl-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.pl-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 9px; }
.pl-card p { font-size: 14px; color: #586a61; line-height: 1.65; margin: 0 0 16px; }
.pl-view { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: 0.3px; text-transform: uppercase; color: #143628; }
.pl-view i { font-size: 14px; color: #D4AF37; transition: transform 0.3s ease; }
.pl-card:hover .pl-view i { transform: translateX(4px); }

.pl-disclaimer { text-align: center; font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; max-width: 760px; margin: 32px auto 0; }

/* ===== MODAL ===== */
.pl-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(15,42,31,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.pl-modal.active { display: flex; }
.pl-modal-box { position: relative; width: 100%; max-width: 880px; max-height: 92vh; overflow: hidden; background: #fff; border-radius: 24px; box-shadow: 0 40px 90px rgba(0,0,0,0.35); animation: plPop 0.35s cubic-bezier(0.165,0.84,0.44,1); }
@keyframes plPop { from { opacity: 0; transform: translateY(20px) scale(0.97); } to { opacity: 1; transform: none; } }
.pl-modal-close { position: absolute; top: 16px; right: 16px; z-index: 3; width: 40px; height: 40px; border: none; border-radius: 50%; background: rgba(255,255,255,0.18); color: #fff; font-size: 16px; cursor: pointer; display: grid; place-items: center; transition: 0.25s ease; }
.pl-modal-close:hover { background: rgba(255,255,255,0.32); }
.pl-modal-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; max-height: 92vh; }

.pl-modal-side { background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); color: #fff; padding: 40px 34px; display: flex; flex-direction: column; }
.pl-modal-badge { display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #143628; background: #D4AF37; padding: 6px 13px; border-radius: 50px; margin-bottom: 16px; }
.pl-modal-side h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; margin: 0 0 6px; color: #fff; }
.pl-modal-sub { font-size: 14px; color: rgba(255,255,255,0.7); margin: 0 0 auto; }
.pl-modal-note { display: flex; align-items: flex-start; gap: 12px; background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.3); border-radius: 14px; padding: 16px; margin-top: 28px; }
.pl-modal-note i { color: #D4AF37; font-size: 22px; flex-shrink: 0; }
.pl-modal-note p { font-size: 12.5px; color: rgba(255,255,255,0.82); line-height: 1.55; margin: 0; }

.pl-modal-body { padding: 38px 36px; overflow-y: auto; }
.pl-modal-sec { margin-bottom: 24px; }
.pl-modal-sec h5 { display: flex; align-items: center; gap: 9px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #143628; margin: 0 0 10px; }
.pl-modal-sec h5 i { color: #D4AF37; font-size: 18px; }
.pl-modal-sec p { font-size: 14.5px; color: #586a61; line-height: 1.7; margin: 0; }
.pl-modal-list { margin: 0; padding-left: 20px; }
.pl-modal-list li { font-size: 14px; color: #4f5f57; line-height: 1.5; margin-bottom: 9px; }
.pl-modal-fine p { font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; }
.btn-pl-modal { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 16px 30px; border-radius: 6px; font-size: 13.5px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-pl-modal i { font-size: 15px; transition: transform 0.3s ease; }
.btn-pl-modal:hover { background: #D4AF37; color: #143628; transform: translateY(-2px); }
.btn-pl-modal:hover i { transform: translateX(4px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-peplib { padding: 70px 0; }
  .pl-grid { grid-template-columns: 1fr 1fr; }
  .pl-modal-grid { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
  .pl-modal-side { padding: 30px; }
  .pl-modal-sub { margin-bottom: 20px; }
}
@media (max-width: 560px) { .pl-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .pl-card, .pl-ico, .pl-view i, .pl-nav-btn, .btn-pl-modal, .btn-pl-modal i { transition: none; }
  .pl-modal-box { animation: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #e7c873 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION (dark) ===== */
.aone-pephub { position: relative; overflow: hidden; background: linear-gradient(160deg, #143628 0%, #0f2a1f 60%, #102619 100%); padding: 40px 0; font-family: 'Inter', sans-serif; color: #fff; }
.aone-pephub i { line-height: 1; }
.ph-orb { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; z-index: 0; }
.ph-orb--1 { width: 420px; height: 420px; top: -14%; right: 4%; background: radial-gradient(circle, rgba(212,175,55,0.18) 0%, transparent 70%); }
.ph-orb--2 { width: 360px; height: 360px; bottom: -18%; left: -5%; background: radial-gradient(circle, rgba(95,160,130,0.22) 0%, transparent 70%); }
.aone-pephub .container { position: relative; z-index: 1; }

.ph-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.ph-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.4); margin-bottom: 16px; }
.ph-eyebrow i { font-size: 15px; color: #D4AF37; }
.ph-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #fff; }

/* ===== STAGE ===== */
.ph-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }

/* nodes */
.ph-nodes { display: flex; flex-direction: column; gap: 12px; }
.ph-node { display: flex; align-items: center; gap: 14px; text-align: left; cursor: pointer; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 16px 18px; transition: 0.3s ease; }
.ph-node:hover { border-color: rgba(212,175,55,0.5); transform: translateX(4px); }
.ph-node.active { background: rgba(212,175,55,0.1); border-color: #D4AF37; }
.ph-node-ico { width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: rgba(212,175,55,0.14); color: #D4AF37; font-size: 22px; }
.ph-node.active .ph-node-ico { background: #D4AF37; color: #143628; }
.ph-node-tx { display: flex; flex-direction: column; line-height: 1.3; }
.ph-node-tx small { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.45); }
.ph-node-tx strong { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: #fff; }

/* core */
.ph-core { position: relative; width: 130px; height: 130px; display: grid; place-items: center; }
.ph-orbit { position: absolute; inset: 0; border-radius: 50%; border: 1px dashed rgba(212,175,55,0.4); animation: phSpin 18s linear infinite; }
.ph-orbit::before { content: ""; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: #D4AF37; transform: translateX(-50%); box-shadow: 0 0 12px rgba(212,175,55,0.8); }
@keyframes phSpin { to { transform: rotate(360deg); } }
.ph-nucleus { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.25), rgba(20,54,40,0.6)); border: 1px solid rgba(212,175,55,0.4); color: #D4AF37; font-size: 34px; }

/* panes */
.ph-panes { position: relative; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 34px; min-height: 280px; }
.ph-pane { display: none; }
.ph-pane.active { display: block; animation: phFade 0.4s ease; }
@keyframes phFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.ph-pane-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #143628; background: #D4AF37; padding: 6px 13px; border-radius: 50px; margin-bottom: 16px; }
.ph-pane h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; margin: 0 0 12px; color: #fff; }
.ph-pane p { font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.8); margin: 0 0 20px; }
.ph-fact { display: flex; align-items: flex-start; gap: 12px; background: rgba(212,175,55,0.1); border: 1px solid rgba(212,175,55,0.28); border-radius: 12px; padding: 15px 17px; }
.ph-fact i { color: #D4AF37; font-size: 20px; flex-shrink: 0; }
.ph-fact span { font-size: 13px; color: rgba(255,255,255,0.82); line-height: 1.55; }

.ph-disclaimer { text-align: center; font-size: 11.5px; color: rgba(255,255,255,0.5); font-style: italic; line-height: 1.6; max-width: 720px; margin: 36px auto 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pephub { padding: 70px 0; }
  .ph-grid { grid-template-columns: 1fr; gap: 26px; }
  .ph-core { display: none; }
  .ph-nodes { flex-direction: row; flex-wrap: wrap; }
  .ph-node { flex: 1; min-width: 150px; }
}
@media (max-width: 575px) {
  .ph-node { min-width: 100%; }
  .ph-panes { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .ph-orbit { animation: none; }
  .ph-node, .ph-pane.active { transition: none; animation: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepben { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepben i { line-height: 1; }
.pb-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.pb-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pb-eyebrow i { font-size: 15px; color: #D4AF37; }
.pb-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pb-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== GRID ===== */
.pb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pb-card { position: relative; overflow: hidden; background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 30px 28px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.pb-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.pb-num { position: absolute; top: 14px; right: 22px; font-family: 'Playfair Display', serif; font-size: 54px; font-weight: 700; line-height: 1; color: #f0ead7; transition: 0.35s ease; pointer-events: none; }
.pb-card:hover .pb-num { color: #e7c873; }
.pb-card-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; position: relative; z-index: 1; }
.pb-ico { width: 50px; height: 50px; flex-shrink: 0; display: grid; place-items: center; border-radius: 13px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 24px; transition: 0.35s ease; }
.pb-card:hover .pb-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.pb-card-head h4 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #143628; margin: 0; }
.pb-card p { font-size: 14px; color: #586a61; line-height: 1.65; margin: 0 0 16px; position: relative; z-index: 1; }
.pb-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.3px; text-transform: uppercase; color: #b8902f; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.28); padding: 6px 13px; border-radius: 50px; position: relative; z-index: 1; }

.pb-disclaimer { text-align: center; font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; max-width: 760px; margin: 32px auto 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pepben { padding: 70px 0; }
  .pb-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .pb-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .pb-card, .pb-num, .pb-ico { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepproc { background: #ffffff; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepproc i { line-height: 1; }
.pp-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.pp-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pp-eyebrow i { font-size: 15px; color: #D4AF37; }
.pp-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pp-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== TIMELINE ===== */
.pp-timeline { position: relative; max-width: 960px; margin: 0 auto; }
.pp-line { position: absolute; top: 40px; bottom: 40px; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient(180deg, rgba(212,175,55,0) 0%, rgba(212,175,55,0.6) 12%, rgba(212,175,55,0.6) 88%, rgba(212,175,55,0) 100%); }

.pp-step { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-bottom: 30px; }
.pp-step:last-child { margin-bottom: 0; }
.pp-card-side { display: flex; }
.pp-step:not(.pp-step--rev) .pp-card-side { justify-content: flex-end; }
.pp-step:not(.pp-step--rev) .pp-card { text-align: right; }

.pp-card { background: #fff; border: 1px solid #eef0f2; border-radius: 18px; padding: 26px 28px; max-width: 380px; box-shadow: 0 12px 34px rgba(20,54,40,0.06); transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
.pp-card:hover { transform: translateY(-4px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.pp-phase { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: #b8902f; background: rgba(212,175,55,0.12); padding: 5px 12px; border-radius: 50px; margin-bottom: 12px; }
.pp-card h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 8px; }
.pp-card p { font-size: 14px; color: #586a61; line-height: 1.65; margin: 0; }

.pp-marker { position: relative; z-index: 1; width: 60px; height: 60px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: #143628; color: #D4AF37; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; box-shadow: 0 10px 26px rgba(20,54,40,0.25); border: 3px solid #fff; }

.pp-icon-side { display: flex; justify-content: flex-start; }
.pp-step--rev .pp-icon-side { justify-content: flex-end; }
.pp-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 20px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 36px; }

/* ===== CTA ===== */
.pp-cta { text-align: center; margin-top: 50px; }
.btn-pp { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; background: #143628; color: #fff; padding: 17px 34px; border-radius: 6px; font-size: 14px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 14px 30px rgba(20,54,40,0.2); transition: 0.3s ease; }
.btn-pp i { font-size: 16px; transition: transform 0.3s ease; }
.btn-pp:hover { background: #D4AF37; color: #143628; transform: translateY(-3px); }
.btn-pp:hover i { transform: translateX(5px); }
.pp-micro { display: block; margin-top: 14px; font-size: 13px; font-weight: 600; color: #4f5f57; }
.pp-micro i { color: #2e9e6b; margin-right: 5px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pepproc { padding: 70px 0; }
  .pp-line { left: 30px; }
  .pp-step, .pp-step--rev { grid-template-columns: 60px 1fr; gap: 18px; }
  .pp-step .pp-marker { order: 1; }
  .pp-step .pp-card-side { order: 2; justify-content: flex-start !important; }
  .pp-step .pp-card { text-align: left !important; max-width: none; }
  .pp-icon-side { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .pp-card, .btn-pp, .btn-pp i { transition: none; }
}
.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepsafe { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepsafe i { line-height: 1; }
.ps-head { text-align: center; max-width: 700px; margin: 0 auto 46px; }
.ps-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.ps-eyebrow i { font-size: 15px; color: #D4AF37; }
.ps-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.ps-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== GRID ===== */
.ps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ps-card { background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 30px 28px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.ps-card:hover { transform: translateY(-5px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.ps-card--wide { grid-column: span 3; }
.ps-card--alert { border-color: #f0dcae; background: linear-gradient(135deg, #fffaf0, #fff 60%); }
.ps-ico { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 27px; margin-bottom: 18px; transition: 0.35s ease; }
.ps-card:hover .ps-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.ps-ico--warn { background: #fdf3e2; border-color: #f0dcae; color: #b8902f; }
.ps-card:hover .ps-ico--warn { background: #b8902f; border-color: #b8902f; color: #fff; }
.ps-card h4 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #143628; margin: 0 0 9px; }
.ps-card p { font-size: 14px; color: #586a61; line-height: 1.65; margin: 0; }
.ps-card p strong { color: #143628; font-weight: 700; }
.ps-card-row { display: flex; align-items: flex-start; gap: 18px; }
.ps-card--wide .ps-ico { margin-bottom: 0; flex-shrink: 0; }

/* ===== DISCLAIMER ===== */
.ps-disclaimer { max-width: 940px; margin: 36px auto 0; background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); border: 1px solid rgba(212,175,55,0.25); border-radius: 20px; padding: 30px 34px; color: #fff; box-shadow: 0 22px 50px rgba(20,54,40,0.2); }
.ps-dis-head { display: flex; align-items: center; gap: 11px; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.ps-dis-head i { color: #D4AF37; font-size: 24px; }
.ps-disclaimer p { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.78); margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pepsafe { padding: 70px 0; }
  .ps-grid { grid-template-columns: 1fr 1fr; }
  .ps-card--wide { grid-column: span 2; }
}
@media (max-width: 600px) {
  .ps-grid { grid-template-columns: 1fr; }
  .ps-card--wide { grid-column: span 1; }
  .ps-card-row { flex-direction: column; }
  .ps-card--wide .ps-ico { margin-bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .ps-card, .ps-ico { transition: none; }
}
.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepwhy { background: #ffffff; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepwhy i { line-height: 1; }
.pw-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.pw-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pw-eyebrow i { font-size: 15px; color: #D4AF37; }
.pw-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pw-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== COMPARISON TABLE ===== */
.pw-compare { margin-bottom: 40px; }
.pw-table-scroll { overflow-x: auto; border: 1px solid #eef0f2; border-radius: 20px; box-shadow: 0 16px 40px rgba(20,54,40,0.06); }
.pw-table { width: 100%; border-collapse: collapse; min-width: 680px; background: #fff; }
.pw-table thead th { text-align: left; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.4px; color: #143628; padding: 20px 24px; background: #fbfcfb; border-bottom: 1px solid #eef0f2; }
.pw-table thead th.pw-th-gold { background: linear-gradient(160deg, #143628, #0f2a1f); color: #fff; }
.pw-table tbody td { padding: 18px 24px; font-size: 14.5px; color: #4f5f57; border-bottom: 1px solid #f0f3f1; }
.pw-table tbody tr:last-child td { border-bottom: none; }
.pw-table tbody td:first-child { font-weight: 700; color: #143628; }
.pw-yes { background: rgba(212,175,55,0.06); color: #143628 !important; font-weight: 600; }
.pw-yes i { color: #1f8a57; font-size: 18px; margin-right: 7px; vertical-align: -3px; }
.pw-no { color: #9aa8a0 !important; }
.pw-no i { color: #c98a8a; font-size: 15px; margin-right: 7px; vertical-align: -1px; }

/* ===== FEATURE GRID ===== */
.pw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pw-card { background: #fcfdfc; border: 1px solid #eef0f2; border-radius: 20px; padding: 30px 28px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.pw-card:hover { transform: translateY(-6px); border-color: #D4AF37; box-shadow: 0 24px 48px rgba(20,54,40,0.12); }
.pw-ico { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 15px; background: #f0f7f4; border: 1px solid #e0eadd; color: #143628; font-size: 27px; margin-bottom: 18px; transition: 0.35s ease; }
.pw-card:hover .pw-ico { background: #143628; border-color: #143628; color: #D4AF37; }
.pw-card h4 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #143628; margin: 0 0 9px; }
.pw-card p { font-size: 14px; color: #586a61; line-height: 1.65; margin: 0; }

.pw-card--dark { background: linear-gradient(160deg, #143628 0%, #0f2a1f 100%); border-color: rgba(212,175,55,0.25); }
.pw-card--dark h4 { color: #fff; }
.pw-card--dark p { color: rgba(255,255,255,0.78); }
.pw-ico--gold { background: rgba(212,175,55,0.16); border-color: rgba(212,175,55,0.4); color: #D4AF37; }
.pw-card--dark:hover .pw-ico--gold { background: #D4AF37; color: #143628; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pepwhy { padding: 70px 0; }
  .pw-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .pw-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .pw-card, .pw-ico { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepvs { background: #ffffff; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepvs i { line-height: 1; }
.pv-head { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.pv-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pv-eyebrow i { font-size: 15px; color: #D4AF37; }
.pv-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pv-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

/* ===== ROWS ===== */
.pv-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 0; margin-bottom: 22px; }
.pv-card { padding: 30px 32px; border: 1px solid #eef0f2; }
.pv-card--bad { border-radius: 18px 0 0 18px; background: #fbfbfa; }
.pv-card--good { border-radius: 0 18px 18px 0; background: linear-gradient(135deg, #f1f8f4, #fff 70%); border-color: #d8e9df; }
.pv-label { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 5px 11px; border-radius: 50px; margin-bottom: 12px; }
.pv-card--bad .pv-label { color: #9a8a8a; background: #f1ecec; }
.pv-card--good .pv-label { color: #143628; background: rgba(212,175,55,0.16); }
.pv-card h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #143628; margin: 0 0 8px; }
.pv-card p { font-size: 14px; color: #586a61; line-height: 1.6; margin: 0 0 16px; }
.pv-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.pv-list li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: #4f5f57; }
.pv-card--bad .pv-list i { color: #c98a8a; font-size: 17px; }
.pv-card--good .pv-list i { color: #1f8a57; font-size: 17px; }

.pv-vs { display: grid; place-items: center; background: #fff; border-top: 1px solid #eef0f2; border-bottom: 1px solid #eef0f2; padding: 0 6px; }
.pv-vs span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #143628; color: #D4AF37; font-family: 'Playfair Display', serif; font-style: italic; font-size: 18px; font-weight: 700; box-shadow: 0 10px 24px rgba(20,54,40,0.25); }

.pv-disclaimer { text-align: center; font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; max-width: 720px; margin: 30px auto 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .aone-pepvs { padding: 70px 0; }
  .pv-row { grid-template-columns: 1fr; gap: 0; margin-bottom: 30px; }
  .pv-card--bad { border-radius: 18px 18px 0 0; }
  .pv-card--good { border-radius: 0 0 18px 18px; border-top: none; }
  .pv-vs { border: none; padding: 0; margin: -26px 0; position: relative; z-index: 2; }
}
@media (prefers-reduced-motion: reduce) { .gold-shine { animation: none; } }

.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepfaq { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-pepfaq i { line-height: 1; }
.pf-head { text-align: center; margin: 0 auto 32px; }
.pf-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pf-eyebrow i { font-size: 15px; color: #D4AF37; }
.pf-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0; color: #143628; }

/* ===== TABS ===== */
.pf-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; padding: 0; list-style: none; }
.pf-nav .nav-link { border: 1px solid #e3ece6; background: #fff; color: #143628; font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 50px; cursor: pointer; transition: 0.25s ease; }
.pf-nav .nav-link:hover { border-color: #D4AF37; transform: translateY(-2px); }
.pf-nav .nav-link.active { background: #143628; color: #fff; border-color: #143628; }

.pf-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.pf-single { max-width: 760px; margin: 0 auto; }

/* ===== ACCORDION ===== */
.aone-pepfaq .accordion-item { border: 1px solid #eef0f2; border-radius: 14px !important; margin-bottom: 14px; overflow: hidden; background: #fff; box-shadow: 0 6px 18px rgba(20,54,40,0.04); transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.aone-pepfaq .accordion-item:has(.accordion-button:not(.collapsed)) { border-color: #D4AF37; box-shadow: 0 14px 32px rgba(20,54,40,0.08); }
.aone-pepfaq .accordion-header { margin: 0; }
.aone-pepfaq .accordion-button { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15.5px; color: #143628; background: #fff; padding: 19px 22px; border: none; box-shadow: none !important; }
.aone-pepfaq .accordion-button:not(.collapsed) { color: #143628; background: #f7faf8; }
.aone-pepfaq .accordion-button:focus { box-shadow: none; outline: none; }
.aone-pepfaq .accordion-button::after { width: 18px; height: 18px; background-size: 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23D4AF37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E"); transition: transform 0.3s ease; }
.aone-pepfaq .accordion-button:not(.collapsed)::after { transform: rotate(180deg); }
.aone-pepfaq .accordion-body { padding: 4px 22px 22px; color: #586a61; font-size: 14px; line-height: 1.7; }

.pf-disclaimer { text-align: center; font-size: 11.5px; color: #9aa8a0; font-style: italic; line-height: 1.6; max-width: 720px; margin: 32px auto 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) { .aone-pepfaq { padding: 70px 0; } .pf-cols { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .gold-shine { animation: none; }
  .pf-nav .nav-link, .accordion-button::after { transition: none; }
}.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

.aone-peptesti { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; color: #143628; }
.aone-peptesti i { line-height: 1; }
.pt-head { text-align: center; max-width: 700px; margin: 0 auto 46px; }
.pt-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.10); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 16px; }
.pt-eyebrow i { font-size: 15px; color: #D4AF37; }
.pt-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 14px; color: #143628; }
.pt-lead { font-size: 16px; line-height: 1.7; color: #586a61; margin: 0; }

.pt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pt-card { background: #fff; border: 1px solid #eef0f2; border-radius: 20px; padding: 30px 32px; box-shadow: 0 12px 34px rgba(20,54,40,0.05); transition: transform 0.35s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.pt-card:hover { transform: translateY(-5px); border-color: #D4AF37; box-shadow: 0 22px 44px rgba(20,54,40,0.10); }
.pt-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.pt-tag { font-size: 10px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: #b8902f; background: rgba(212,175,55,0.12); padding: 5px 12px; border-radius: 50px; }
.pt-stars { color: #D4AF37; font-size: 15px; letter-spacing: 2px; }
.pt-card h3 { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; color: #143628; margin: 0 0 12px; line-height: 1.3; }
.pt-card p { font-size: 14.5px; color: #586a61; line-height: 1.7; margin: 0 0 20px; }
.pt-meta { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: #4f5f57; }
.pt-check { color: #1f8a57; font-size: 18px; }

.pt-disclaimer { display: flex; align-items: flex-start; gap: 12px; max-width: 860px; margin: 36px auto 0; background: #f0f7f4; border: 1px solid #e0eadd; border-radius: 14px; padding: 18px 22px; }
.pt-disclaimer i { color: #b8902f; font-size: 22px; flex-shrink: 0; }
.pt-disclaimer span { font-size: 12.5px; color: #586a61; line-height: 1.6; }

@media (max-width: 767px) { .aone-peptesti { padding: 70px 0; } .pt-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .gold-shine { animation: none; } .pt-card { transition: none; } }
.gold-shine {
  background: linear-gradient(100deg, #b8902f, #f4d98a 25%, #D4AF37 45%, #fbe7b4 65%, #c8a13e);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; animation: goldShine 4.5s linear infinite;
}
@keyframes goldShine { to { background-position: 200% center; } }

/* ===== SECTION ===== */
.aone-pepcta { background: #fcfdfc; padding: 40px 0; font-family: 'Inter', sans-serif; }
.aone-pepcta i { line-height: 1; }

.pc-panel { position: relative; overflow: hidden; background: linear-gradient(160deg, #143628 0%, #0f2a1f 60%, #102619 100%); border-radius: 32px; padding: 56px 60px; box-shadow: 0 40px 90px rgba(20,54,40,0.30); }
.pc-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.pc-orb--1 { width: 400px; height: 400px; top: -22%; left: -5%; background: radial-gradient(circle, rgba(212,175,55,0.18) 0%, transparent 70%); animation: pcFloat 18s ease-in-out infinite; }
.pc-orb--2 { width: 340px; height: 340px; bottom: -26%; right: -4%; background: radial-gradient(circle, rgba(95,160,130,0.26) 0%, transparent 70%); animation: pcFloat 22s ease-in-out infinite reverse; }
@keyframes pcFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(22px,-26px); } }

.pc-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 50px; align-items: center; }

/* content */
.pc-content { color: #fff; }
.pc-badge { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 50px; background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.35); margin-bottom: 22px; }
.pc-badge i { color: #D4AF37; font-size: 15px; }
.pc-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.2rem, 4.5vw, 3.3rem); line-height: 1.1; margin: 0 0 16px; color: #fff; }
.pc-title .aone-gold-italic { font-style: italic; font-weight: 400; }
.pc-lead { font-size: 16.5px; line-height: 1.7; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0; }

/* actions */
.pc-actions { display: flex; flex-direction: column; gap: 16px; }
.btn-pc { display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; border: none; background: #D4AF37; color: #143628; padding: 18px 16px 18px 26px; border-radius: 8px; font-size: 15px; font-weight: 800; letter-spacing: 0.5px; box-shadow: 0 16px 38px rgba(212,175,55,0.28); transition: 0.3s ease; }
.btn-pc-ico { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 7px; background: #143628; color: #D4AF37; font-size: 16px; transition: transform 0.3s ease; }
.btn-pc:hover { background: #fff; transform: translateY(-3px); }
.btn-pc:hover .btn-pc-ico { transform: scale(1.05); }

.btn-pc-call { display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; padding: 16px 26px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.05); color: #fff; font-size: 14px; font-weight: 700; transition: 0.3s ease; }
.btn-pc-call i { font-size: 19px; color: #D4AF37; }
.btn-pc-call:hover { background: rgba(255,255,255,0.1); border-color: rgba(212,175,55,0.5); color: #fff; }

.pc-trust { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.pc-trust span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.7); }
.pc-trust i { color: #D4AF37; font-size: 16px; }
.pc-dot { color: rgba(255,255,255,0.3); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .aone-pepcta { padding: 70px 0; }
  .pc-panel { padding: 40px 28px; border-radius: 24px; }
  .pc-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-shine, .pc-orb { animation: none; }
  .btn-pc, .btn-pc-ico, .btn-pc-call { transition: none; }
}