/* Pentest page-specific components */
.hero-wrap { max-width: 1200px; margin: 0 auto; padding: 10rem 2rem 5rem; }
.hero-label { font-family: var(--font-mono); font-size: 0.7rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.6rem; }
.hero-label::before { content: ''; width: 28px; height: 1px; background: var(--accent); }
.hero-sub { font-size: 1.1rem; color: var(--text-secondary); max-width: 560px; line-height: 1.65; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn-ghost { font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); text-decoration: none; padding: 0.85rem 0.25rem; border-bottom: 1px solid var(--border-strong); transition: color 0.2s; }
.btn-ghost:hover { color: var(--text-pure); }
.hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid var(--border-color); }
.hero-stat-val { font-family: var(--font-heading); font-size: 2.25rem; font-weight: 800; color: var(--text-pure); line-height: 1; }
.hero-stat-val span { color: var(--accent); }
.hero-stat-label { font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.35rem; }

.terminal-block { background: #080a0c; border: 1px solid var(--border-color); border-radius: 8px; padding: 1.5rem 1.75rem; font-family: var(--font-mono); font-size: 0.75rem; color: var(--text-muted); line-height: 1.9; overflow: hidden; margin-top: 3rem; }
.terminal-block::before { content: '● ● ●'; display: block; font-size: 0.6rem; color: var(--border-strong); margin-bottom: 1rem; letter-spacing: 3px; }
.t-green { color: #26de81; } .t-red { color: #ff4757; } .t-acc { color: var(--accent); } .t-blue { color: #47c8ff; } .t-dim { color: var(--border-strong); }
.blink { display: inline-block; width: 8px; height: 14px; background: var(--accent); vertical-align: middle; margin-left: 2px; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }

.section-tag { font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1rem; }
.section-intro { font-size: 1.05rem; color: var(--text-secondary); max-width: 580px; line-height: 1.65; margin-bottom: 3rem; }
section { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; }
section h2 em { font-style: normal; color: var(--accent); }
section h1 em { font-style: normal; color: var(--accent); }

.problem-band { background: var(--bg-surface); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.problem-band > div { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--border-color); border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; margin-top: 2.5rem; }
.problem-cell { background: var(--bg-surface-elevated); padding: 2rem; }
.problem-cell::before { content: attr(data-num); font-family: var(--font-mono); font-size: 0.68rem; color: var(--border-strong); display: block; margin-bottom: 1.25rem; }
.problem-cell h3 { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--text-pure); }
.problem-cell p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }
.tag { display: inline-block; margin-top: 1rem; font-family: var(--font-mono); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.25rem 0.6rem; border-radius: 3px; border: 1px solid; }
.tag-red { color: #ff4757; border-color: rgba(255,71,87,0.3); background: rgba(255,71,87,0.06); }
.tag-orange { color: #ff9f43; border-color: rgba(255,159,67,0.3); background: rgba(255,159,67,0.06); }
.tag-muted { color: var(--text-muted); border-color: var(--border-strong); }

.offers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }
.offer-card { background: var(--bg-surface-elevated); border: 1px solid var(--border-color); border-radius: 8px; padding: 2rem; position: relative; transition: border-color 0.25s, transform 0.25s; }
.offer-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.offer-card.featured { border-color: var(--accent-dim); background: linear-gradient(135deg, var(--bg-surface-elevated), #131510); }
.offer-badge { position: absolute; top: -1px; right: 1.5rem; font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #0b0c0e !important; background: var(--accent); padding: 0.25rem 0.75rem; border-radius: 0 0 4px 4px; }
.offer-code { font-family: var(--font-mono); font-size: 0.68rem; color: var(--border-strong); letter-spacing: 0.08em; margin-bottom: 1.25rem; }
.offer-card h3 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text-pure); }
.offer-desc { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 1.5rem; }
.offer-price { font-family: var(--font-heading); font-size: 1.85rem; font-weight: 800; color: var(--text-pure); margin-bottom: 0.25rem; }
.offer-price small { font-size: 0.88rem; font-weight: 400; color: var(--text-muted); font-family: var(--font-body); }
.offer-timeline { font-family: var(--font-mono); font-size: 0.68rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.5rem; }
.offer-includes { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border-color); }
.offer-includes li { font-size: 0.82rem; color: var(--text-secondary); display: flex; align-items: flex-start; gap: 0.6rem; line-height: 1.5; }
.offer-includes li::before { content: '→'; color: var(--accent); font-family: var(--font-mono); font-size: 0.75rem; flex-shrink: 0; }
.not-in-scope { background: rgba(255,71,87,0.04); border: 1px solid rgba(255,71,87,0.15); border-radius: 6px; padding: 1.25rem 1.5rem; margin-top: 2rem; }
.not-in-scope-title { font-family: var(--font-mono); font-size: 0.68rem; color: #ff4757; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.not-in-scope ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.not-in-scope ul li { font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-muted); padding: 0.25rem 0.6rem; border: 1px solid var(--border-strong); border-radius: 3px; }

.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--border-color); border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; }
.process-step { background: var(--bg-surface-elevated); padding: 2rem 1.75rem; }
.process-num { font-family: var(--font-mono); font-size: 0.68rem; color: var(--border-strong); letter-spacing: 0.1em; margin-bottom: 1.25rem; }
.process-step h3 { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--text-pure); }
.process-step p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.6; }
.process-hours { display: inline-block; margin-top: 0.85rem; font-family: var(--font-mono); font-size: 0.62rem; color: #47c8ff; text-transform: uppercase; letter-spacing: 0.08em; }

.compare-table { width: 100%; border-collapse: collapse; border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; }
.compare-table th { font-family: var(--font-mono); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; padding: 1rem 1.25rem; text-align: left; background: var(--bg-surface-elevated); color: var(--text-muted); border-bottom: 1px solid var(--border-color); }
.compare-table th.us { color: var(--accent); background: rgba(200,255,0,0.04); }
.compare-table td { font-size: 0.82rem; padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--border-color); color: var(--text-secondary); }
.compare-table td:first-child { color: var(--text-pure); font-weight: 500; }
.compare-table td.us { background: rgba(200,255,0,0.03); color: var(--text-pure); }
.compare-table tr:last-child td { border-bottom: none; }
.check { color: #26de81; } .cross { color: var(--border-strong); } .warn { color: #ff9f43; }

.icp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 700px) { .icp-grid { grid-template-columns: 1fr; } }
.icp-card { background: var(--bg-surface-elevated); border: 1px solid var(--border-color); border-radius: 8px; padding: 2rem 1.75rem; }
.icp-card.primary { border-color: var(--accent-dim); }
.icp-tag { font-family: var(--font-mono); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1rem; display: inline-block; padding: 0.25rem 0.6rem; border-radius: 3px; }
.icp-tag.primary { color: var(--accent); background: rgba(200,255,0,0.08); }
.icp-tag.secondary { color: #47c8ff; background: rgba(71,200,255,0.08); }
.icp-card h3 { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; color: var(--text-pure); }
.icp-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.icp-list li { font-size: 0.82rem; color: var(--text-secondary); display: flex; gap: 0.6rem; }
.icp-list li span:first-child { font-family: var(--font-mono); font-size: 0.68rem; color: var(--border-strong); flex-shrink: 0; }

.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.trust-card { background: var(--bg-surface-elevated); border: 1px solid var(--border-color); border-radius: 8px; padding: 1.75rem 1.5rem; transition: border-color 0.2s; }
.trust-card:hover { border-color: var(--border-strong); }
.trust-icon { font-family: var(--font-mono); font-size: 0.68rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.85rem; }
.trust-card h3 { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text-pure); }
.trust-card p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.6; }

.faq-list { display: flex; flex-direction: column; gap: 1px; background: var(--border-color); border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; }
.faq-item { background: var(--bg-surface-elevated); }
.faq-q { width: 100%; text-align: left; background: none; border: none; color: var(--text-pure); font-family: var(--font-body); font-size: 0.95rem; font-weight: 500; padding: 1.5rem 1.75rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; transition: background 0.2s; }
.faq-q:hover { background: var(--bg-surface); }
.faq-arrow { font-family: var(--font-mono); font-size: 0.88rem; color: var(--text-muted); flex-shrink: 0; transition: transform 0.25s; }
.faq-item.open .faq-arrow { transform: rotate(45deg); color: var(--accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; padding: 0 1.75rem 1.75rem; }

.cta-band { border-top: 1px solid var(--border-color); background: linear-gradient(135deg, var(--bg-surface), var(--bg)); }
.cta-band > div { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
@media (max-width: 800px) { .cta-band > div { grid-template-columns: 1fr; gap: 3rem; } }
.cta-steps { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2.5rem; }
.cta-step { display: flex; gap: 1.25rem; align-items: flex-start; }
.cta-step-num { font-family: var(--font-mono); font-size: 0.68rem; color: var(--accent); background: rgba(200,255,0,0.08); border: 1px solid rgba(200,255,0,0.2); border-radius: 4px; padding: 0.25rem 0.6rem; flex-shrink: 0; }
.cta-step-text h4 { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 700; margin-bottom: 0.25rem; color: var(--text-pure); }
.cta-step-text p { font-size: 0.82rem; color: var(--text-secondary); }

.contact-box { background: var(--bg-surface-elevated); border: 1px solid var(--border-color); border-radius: 8px; padding: 2.5rem 2.25rem; }
.contact-box-tag { font-family: var(--font-mono); font-size: 0.68rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.25rem; }
.contact-box h3 { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text-pure); }
.contact-box > p { font-size: 0.88rem; color: var(--text-secondary); margin-bottom: 1.75rem; line-height: 1.6; }
.contact-form { display: flex; flex-direction: column; gap: 0.85rem; }
.contact-form input, .contact-form textarea, .contact-form select { background: var(--bg); border: 1px solid var(--border-strong); border-radius: 4px; color: var(--text-pure); font-family: var(--font-body); font-size: 0.88rem; padding: 0.75rem 1rem; outline: none; transition: border-color 0.2s; width: 100%; resize: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--border-strong); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent-dim); }
.contact-form select option { background: var(--bg-surface-elevated); }
.contact-form textarea { min-height: 90px; }
.contact-form-note { font-family: var(--font-mono); font-size: 0.62rem; color: var(--border-strong); text-align: center; letter-spacing: 0.05em; }

.divider { border: none; border-top: 1px solid var(--border-color); margin: 0; }
.fade-in { opacity: 1; transform: none; }
.js-loaded .fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js-loaded .fade-in.visible { opacity: 1; transform: none; }
.back-link { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; padding: 1.25rem 2rem; border-top: 1px solid var(--border-color); max-width: 1200px; margin: 0 auto; transition: color 0.2s; }
.back-link:hover { color: var(--text-pure); }

/* ====== MOBILE RESPONSIVENESS ====== */
@media (max-width: 768px) {
    .hero-wrap { padding: 8rem 1.5rem 4rem; }
    .hero-wrap h1 { font-size: 2.5rem; }
    .hero-stats { gap: 2rem; justify-content: space-between; }
    .hero-stats > div { width: calc(50% - 1rem); }
    .hero-stat-val { font-size: 1.8rem; }
    
    section { padding: 4rem 1.5rem; }
    .problem-band > div { padding: 4rem 1.5rem; }
    
    .problem-cell, .offer-card, .process-step, .icp-card, .trust-card, .contact-box { padding: 1.5rem; }
    
    .terminal-block { font-size: 0.65rem; padding: 1rem; overflow-x: auto; white-space: nowrap; }
    
    .cta-band > div { padding: 4rem 1.5rem; gap: 3rem; grid-template-columns: 1fr; }
    .cta-steps { gap: 1.25rem; }
    
    .faq-q { padding: 1.25rem 1.5rem; font-size: 0.9rem; }
    .faq-a-inner { padding: 0 1.5rem 1.5rem; }
    
    .compare-table { display: block; overflow-x: auto; white-space: nowrap; }
}
