.page-header{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;text-align:center;padding:8rem 0 4rem}.page-header h1{margin-bottom:1rem;font-size:2.75rem}.page-header p{opacity:.9;max-width:650px;margin:0 auto;font-size:1.15rem}.badge-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.badge{background:#fff3;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:500;display:inline-flex}.what-is-ats{background:var(--bg);padding:4rem 0}.what-is-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.what-is-content h2{margin-bottom:1rem;font-size:2rem}.what-is-content p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem}.stat-boxes{gap:1rem;margin-top:1.5rem;display:flex}.stat-box{background:var(--accent-light);text-align:center;border-radius:12px;flex:1;padding:1rem}.stat-box .num{color:var(--accent);font-size:2rem;font-weight:700}.stat-box .label{color:var(--gray-600);font-size:.8rem}.ats-visual{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2rem;box-shadow:0 20px 60px #00000014}.ats-visual-header{border-bottom:1px solid var(--gray-200);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ats-visual-header .dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#22c55e}.ats-flow{flex-direction:column;gap:1rem;display:flex}.flow-step{background:var(--gray-50);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.flow-step .icon{background:var(--accent-light);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.flow-step .text{flex:1}.flow-step .text strong{font-size:.9rem;display:block}.flow-step .text span{color:var(--gray-500);font-size:.8rem}.flow-arrow{text-align:center;color:var(--gray-400);font-size:1.5rem}.simulator-section{padding:4rem 0}.simulator-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.panel{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:2rem}.panel-header{border-bottom:1px solid var(--gray-200);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.panel-header h2{font-size:1.25rem}.panel-icon{font-size:1.5rem}textarea{border:2px solid var(--gray-200);resize:vertical;background:var(--gray-50);width:100%;min-height:350px;color:var(--primary);border-radius:12px;padding:1rem;font-family:Courier New,monospace;font-size:.85rem;transition:all .3s}textarea:focus{border-color:var(--accent);background:var(--card-bg);outline:none}.simulate-btn{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.simulate-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.simulate-btn svg{width:20px;height:20px}.ats-output{background:var(--gray-900);color:#22c55e;white-space:pre-wrap;border-radius:12px;min-height:350px;padding:1.5rem;font-family:Courier New,monospace;font-size:.85rem;overflow-x:auto}.score-display{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;margin-bottom:1.5rem;padding:2rem;display:none}.score-display.show{display:block}.score-circle{border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1rem;font-size:2.5rem;font-weight:700;display:flex}.score-circle.good{background:var(--green-light);color:var(--green)}.score-circle.medium{background:var(--amber-light);color:var(--amber)}.score-circle.poor{background:var(--red-light);color:var(--red)}.status-bar{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.status-item{border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:500;display:flex}.status-pass{background:var(--green-light);color:#065f46}.status-fail{background:var(--red-light);color:#991b1b}.status-warn{background:var(--amber-light);color:#92400e}.tips-section{background:var(--bg);padding:4rem 0}.tips-section h2{text-align:center;margin-bottom:.75rem;font-size:2rem}.tips-section>p{text-align:center;color:var(--gray-600);margin-bottom:3rem}.tips-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tip-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:1.75rem;transition:all .3s}.tip-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00000014}.tip-card .icon{background:var(--accent-light);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;font-size:1.5rem;display:flex}.tip-card h3{margin-bottom:.5rem;font-size:1.1rem}.tip-card p{color:var(--gray-600);font-size:.9rem}.cta-section{padding:4rem 0}.cta-box{background:linear-gradient(135deg,var(--accent),var(--accent-2));text-align:center;color:#fff;border-radius:24px;padding:4rem}.cta-box h2{margin-bottom:1rem;font-size:2rem}.cta-box p{opacity:.9;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.cta-btn{color:var(--accent);background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}footer{background:var(--footer-bg);color:#fff;padding:5rem 0 0;position:relative}footer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:1px;position:absolute;top:0;left:0;right:0}.footer-main{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.footer-brand p{color:#a1a1aa;margin:1.25rem 0;font-size:.95rem;line-height:1.8}.footer-social{gap:.75rem;margin-top:1.5rem;display:flex}.footer-social a{background:#27272a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social a:hover{background:var(--accent);transform:translateY(-3px)}.footer-social svg{color:#a1a1aa;width:18px;height:18px}.footer-social a:hover svg{color:#fff}.footer-column h4{text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.85rem}.footer-column a{color:#a1a1aa;font-size:.95rem;transition:all .2s}.footer-column a:hover{color:#fff;padding-left:5px}.footer-bottom{border-top:1px solid #27272a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0;display:flex}.footer-bottom p{color:#71717a;font-size:.9rem}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#71717a;font-size:.9rem;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.made-with{color:#71717a;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.made-with .heart{color:#ef4444;animation:1s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:1024px){.what-is-grid,.simulator-container{grid-template-columns:1fr}.tips-grid,.footer-main{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tips-grid{grid-template-columns:1fr}.nav-links{background:var(--nav-bg);border-bottom:1px solid var(--gray-200);flex-direction:column;gap:1rem;padding:1rem;display:none;position:fixed;top:70px;left:0;right:0}.nav-links.show{display:flex}.mobile-menu-btn{display:block}.footer-main{text-align:center;grid-template-columns:1fr}.footer-social{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}.stat-boxes{flex-direction:column}}
