/* Tripwire landing pages (/ats, /sprint, /pass) — shared styles on top of styles.css tokens */

.tw-main { padding-top: 72px; }

.eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }

.tw-hero { text-align: center; padding: 88px 24px 56px; max-width: 760px; margin: 0 auto; position: relative; animation: fadeInUp 0.6s ease-out; }
.tw-hero::before { content: ''; position: absolute; top: 30%; left: 50%; transform: translate(-50%, -50%); width: 640px; height: 420px; background: radial-gradient(ellipse, rgba(220, 171, 60, 0.1) 0%, transparent 70%); pointer-events: none; z-index: -1; }
.tw-hero h1 { font-size: clamp(30px, 6.5vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; margin-bottom: 16px; }
.tw-hero h1 em { font-style: normal; color: var(--accent); }
.tw-sub { font-size: clamp(16px, 3.2vw, 19px); color: var(--text-secondary); line-height: 1.65; max-width: 620px; margin: 0 auto 36px; }

/* Demo card (score rings, keyword rows, scorecard, job cards) */
.tw-demo { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 32px 28px; margin-bottom: 36px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25); text-align: center; }
.tw-demo-title { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; }

.tw-scores { display: flex; align-items: center; justify-content: center; gap: 28px; margin-bottom: 28px; flex-wrap: wrap; }
.tw-score-label { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--text-secondary); margin-top: 12px; }
.tw-arrow { font-size: 30px; color: var(--accent); font-weight: 800; }
.tw-ring { width: 110px; height: 110px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; position: relative; }
.tw-ring::before { content: ''; position: absolute; inset: 0; border-radius: 50%; padding: 8px; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.tw-ring-before::before { background: conic-gradient(var(--brand-gold) calc(var(--pct) * 1%), var(--border) 0); }
.tw-ring-after::before { background: conic-gradient(var(--brand-green) calc(var(--pct) * 1%), var(--border) 0); }
.tw-ring span { font-size: 26px; font-weight: 800; }
.tw-ring-after span { color: var(--brand-green); }

.tw-keywords { text-align: left; max-width: 560px; margin: 0 auto; }
.tw-kw-title { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; text-align: center; }
.tw-kw-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 13px; }
.tw-kw-miss, .tw-kw-hit { flex: 1; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--border); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tw-kw-miss { color: var(--text-secondary); }
.tw-kw-hit { color: var(--brand-green); border-color: rgba(22, 199, 158, 0.4); background: rgba(22, 199, 158, 0.08); font-weight: 600; }
.tw-kw-arrow { color: var(--accent); font-weight: 700; }

/* Launch path demo (sprint page: Resume → Search → Outreach) */
.tw-launch { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 8px 0 4px; }
.tw-launch-stop { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.tw-launch-icon { width: 72px; height: 72px; border-radius: 50%; border: 2px solid var(--accent); background: var(--bg-primary); display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 0 24px rgba(46, 124, 246, 0.25); }
.tw-launch-label { font-size: 13px; font-weight: 700; letter-spacing: 0.5px; padding: 5px 16px; border: 1px solid var(--accent-blue); border-radius: 16px; color: var(--text-primary); background: rgba(46, 124, 246, 0.12); }
.tw-launch-line { flex: 0 1 70px; height: 3px; border-radius: 2px; background: linear-gradient(90deg, var(--accent-blue), var(--accent-cyan)); margin-bottom: 38px; }
@media (max-width: 520px) {
    .tw-launch { gap: 8px; }
    .tw-launch-icon { width: 56px; height: 56px; font-size: 22px; }
    .tw-launch-label { padding: 4px 10px; font-size: 11px; }
    .tw-launch-line { flex-basis: 30px; margin-bottom: 34px; }
}

/* Scorecard demo (sprint page) */
.tw-scorecard { text-align: left; max-width: 420px; margin: 0 auto; }
.tw-scorecard-head { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; justify-content: center; }
.tw-scorecard-num { width: 84px; height: 84px; border-radius: 50%; border: 5px solid var(--brand-green); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tw-scorecard-num strong { font-size: 26px; font-weight: 800; color: var(--brand-green); line-height: 1; }
.tw-scorecard-num small { font-size: 10px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; }
.tw-check-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border: 1px solid var(--border); border-radius: 8px; margin-bottom: 7px; font-size: 13px; }
.tw-check-row span:last-child { color: var(--brand-green); font-weight: 700; }

/* Job cards demo (pass page) */
.tw-jobs { text-align: left; max-width: 480px; margin: 0 auto; display: grid; gap: 10px; }
.tw-job { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg-primary); }
.tw-job h4 { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.tw-job p { font-size: 12px; color: var(--text-secondary); }
.tw-job-badge { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent); border-radius: 12px; padding: 3px 10px; flex-shrink: 0; }
.tw-contact-strip { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px dashed var(--accent); border-radius: 12px; margin-top: 4px; font-size: 13px; color: var(--text-secondary); }
.tw-contact-strip strong { color: var(--text-primary); display: block; font-size: 13px; }
.tw-contact-icon { font-size: 22px; }

/* Sections */
.tw-section { max-width: 860px; margin: 0 auto; padding: 60px 24px; }
.tw-section.tint { max-width: none; background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tw-section.tint .tw-inner { max-width: 700px; margin: 0 auto; }
.tw-h2 { font-size: clamp(24px, 4.5vw, 34px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 16px; }
.tw-h2.center { text-align: center; }
.tw-body { color: var(--text-secondary); line-height: 1.8; font-size: 16px; margin-bottom: 14px; }
.tw-body strong { color: var(--text-primary); }

.tw-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 36px; }
.tw-step { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; }
.tw-step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); color: var(--on-accent); font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.tw-step h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.tw-step p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

.tw-buy { text-align: center; }
.tw-features { list-style: none; margin: 20px auto 28px; display: grid; gap: 12px; max-width: 460px; text-align: left; }
.tw-features li { display: flex; gap: 10px; font-size: 15px; line-height: 1.5; color: var(--text-secondary); align-items: flex-start; }
.tw-features li::before { content: '✔'; color: var(--success); font-weight: 700; flex-shrink: 0; }
.tw-price { font-size: 48px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 22px; }
.tw-price small { font-size: 17px; font-weight: 500; color: var(--text-secondary); }

.cta-big { display: inline-block; background: var(--accent); color: var(--on-accent); padding: 18px 40px; border-radius: 32px; text-decoration: none; font-size: 17px; font-weight: 700; transition: all 0.2s ease; box-shadow: 0 10px 30px rgba(220, 171, 60, 0.3); }
.cta-big:hover { background: var(--accent-hover); transform: scale(1.04); }
.cta-note { display: block; font-size: 13px; color: var(--text-secondary); margin-top: 14px; }

/* FAQ (same look as mentorship page) */
.faq-list { display: grid; gap: 14px; max-width: 700px; margin: 0 auto; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.faq-item summary { padding: 20px 24px; font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--accent); flex-shrink: 0; transition: transform 0.2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--text-secondary); line-height: 1.8; font-size: 15px; }
.faq-item .faq-body a { color: var(--accent); text-decoration: none; font-weight: 600; }
.faq-item .faq-body a:hover { text-decoration: underline; }

@media (max-width: 640px) {
    .tw-hero { padding: 72px 20px 44px; }
    .tw-section { padding: 44px 20px; }
    .tw-demo { padding: 24px 18px; }
    .tw-kw-row { font-size: 11px; }
    .tw-scores { gap: 16px; }
    .tw-ring { width: 92px; height: 92px; }
    .tw-ring span { font-size: 21px; }
}
