/* Performa Newsletter — shared UI */
.newsletter-block { margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.newsletter-block .newsletter-label { display: inline-block; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: #00C9A7; font-weight: 600; margin-bottom: 10px; }
.newsletter-block h4 { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 32px; color: #FFFFFF; margin-bottom: 10px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; }
.newsletter-block p.newsletter-intro { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.6; max-width: 560px; margin-bottom: 18px; }
.newsletter-block p.newsletter-intro strong { color: rgba(255,255,255,0.9); font-weight: 700; }
.newsletter-social-proof { margin-top: 14px; color: rgba(255,255,255,0.45); font-size: 12.5px; line-height: 1.5; font-family: 'Inter', sans-serif; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; max-width: 640px; }
.newsletter-form input[type="text"], .newsletter-form input[type="email"] { flex: 1 1 180px; min-width: 0; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); color: #FFFFFF; padding: 12px 14px; font-family: 'Inter', sans-serif; font-size: 14px; border-radius: 6px; transition: border-color 0.25s ease, background 0.25s ease; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus { outline: none; border-color: #00C9A7; background: rgba(0,201,167,0.08); }
.newsletter-form button { flex: 0 0 auto; background: #00C9A7; color: #0F1A2E; border: none; padding: 12px 24px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; cursor: pointer; border-radius: 6px; transition: background 0.25s ease, transform 0.25s ease; }
.newsletter-form button:hover { background: #00A085; color: #FFFFFF; transform: translateY(-1px); }
.newsletter-form button:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.newsletter-status { margin-top: 12px; font-size: 13px; min-height: 18px; line-height: 1.4; }
.newsletter-status.is-success { color: #00C9A7; }
.newsletter-status.is-error { color: #E89A8A; }

/* Wider "signup section" on intelligence / capital-view */
.newsletter-section { background: #0F1A2E; color: #FFFFFF; padding: 88px 0; position: relative; overflow: hidden; }
.newsletter-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; opacity: 0.7; }
.newsletter-section::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 2px; background: linear-gradient(90deg, transparent, #00C9A7, transparent); }
.newsletter-section .container { position: relative; z-index: 1; max-width: 780px; text-align: center; }
.newsletter-section .eyebrow { display: inline-block; color: #00C9A7; font-weight: 600; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; }
.newsletter-section h2 { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: #FFFFFF; font-size: 32px; margin: 10px 0 16px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.newsletter-section p.lede { color: rgba(255,255,255,0.75); font-size: 16.5px; line-height: 1.8; max-width: 620px; margin: 0 auto 32px; }
.newsletter-section p.lede strong { color: #FFFFFF; font-weight: 700; }
.newsletter-section .newsletter-form { margin: 0 auto; }
.newsletter-section .newsletter-status { text-align: center; }
.newsletter-section .newsletter-social-proof { text-align: center; margin-top: 18px; color: rgba(255,255,255,0.55); }

/* Email gate modal */
.pc-gate-overlay { position: fixed; inset: 0; background: rgba(15,26,51,0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; z-index: 10000; padding: 24px; }
.pc-gate-overlay[hidden] { display: none; }
.pc-gate-card { background: #FFFFFF; color: #1A1F2E; border-radius: 12px; padding: 40px 36px 32px; max-width: 460px; width: 100%; position: relative; box-shadow: 0 24px 60px rgba(0,0,0,0.35); border-top: 3px solid #00C9A7; animation: pcFadeIn 0.25s ease-out; }
@keyframes pcFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.pc-gate-close { position: absolute; top: 10px; right: 14px; background: none; border: none; font-size: 28px; line-height: 1; color: rgba(26,31,46,0.45); cursor: pointer; padding: 4px 8px; }
.pc-gate-close:hover { color: #0F1A2E; }
.pc-gate-title { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: #0F1A2E; font-size: 24px; font-weight: 600; margin: 6px 0 8px; line-height: 1.2; letter-spacing: -0.02em; }
.pc-gate-sub { color: rgba(26,31,46,0.7); font-size: 14.5px; line-height: 1.6; margin-bottom: 22px; }
.pc-gate-form { display: flex; flex-direction: column; gap: 14px; }
.pc-gate-field { display: flex; flex-direction: column; gap: 6px; }
.pc-gate-field > span { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(26,31,46,0.6); font-weight: 600; }
.pc-gate-field > span em { font-style: normal; color: rgba(26,31,46,0.35); font-weight: 400; text-transform: none; letter-spacing: 0; }
.pc-gate-field input { border: 1px solid rgba(15,26,46,0.15); background: #fff; color: #1A1F2E; padding: 12px 14px; font-family: 'Inter', sans-serif; font-size: 14px; border-radius: 6px; transition: border-color 0.2s ease; }
.pc-gate-field input:focus { outline: none; border-color: #00C9A7; box-shadow: 0 0 0 3px rgba(0,201,167,0.15); }
.pc-gate-btn { margin-top: 6px; background: #00C9A7; color: #0F1A2E; border: none; padding: 14px 24px; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; cursor: pointer; border-radius: 6px; transition: background 0.25s ease; }
.pc-gate-btn:hover { background: #00A085; color: #FFFFFF; }
.pc-gate-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.pc-gate-card .newsletter-status { text-align: center; margin-top: 4px; color: #0F1A2E; }
.pc-gate-card .newsletter-status.is-success { color: #00A085; }
.pc-gate-card .newsletter-status.is-error { color: #b23c2e; }

@media (max-width: 640px) {
  .newsletter-form { flex-direction: column; }
  .newsletter-form input, .newsletter-form button { width: 100%; }
  .pc-gate-card { padding: 32px 22px 26px; }
}

/* Mobile fix - prevent oversized inputs */
@media(max-width:768px){
  .newsletter-form { align-items: flex-start; }
  .newsletter-form input[type="text"],
  .newsletter-form input[type="email"] { flex: 1 1 100%; max-height: 48px; }
  .newsletter-form button { width: 100%; }
  .newsletter-signal-form { flex-direction: column; }
  .newsletter-signal-form input { width: 100%; max-height: 48px; }
  .newsletter-signal-form button { width: 100%; }
}
