.projects-intro{max-width:760px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-card{position:relative;padding:28px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(19,31,54,.96),rgba(12,21,39,.96));overflow:hidden}.project-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#49d6c8,#d6b967)}.project-card .project-number{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:12px;background:rgba(73,214,200,.12);color:#8ceee4;font-weight:800}.project-card h2{font-size:1.28rem;margin:0 0 10px}.project-card p{color:var(--muted);line-height:1.7}.project-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.project-meta span{padding:6px 10px;border:1px solid rgba(120,148,189,.24);border-radius:999px;color:#c5d5ed;font-size:.78rem}.tester-band{margin-top:64px;padding:38px;border:1px solid rgba(73,214,200,.3);border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(73,214,200,.16),transparent 34%),#101b30}.tester-band-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:start}.tester-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tester-form label{display:grid;gap:8px;color:#d9e4f5;font-size:.92rem}.tester-form .full{grid-column:1/-1}.tester-form input,.tester-form select,.tester-form textarea{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid var(--line);border-radius:11px;background:#0b1425;color:#f5f8ff;font:inherit}.tester-form textarea{resize:vertical;min-height:120px}.tester-form input:focus,.tester-form select:focus,.tester-form textarea:focus{outline:2px solid rgba(73,214,200,.45);border-color:#49d6c8}.tester-check{display:flex!important;grid-template-columns:22px 1fr!important;align-items:start;line-height:1.55}.tester-check input{width:18px;margin-top:3px}.tester-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{min-height:24px;margin:2px 0 0;font-weight:700}.form-status.success{color:#76e6bc}.form-status.error{color:#ff9a9a}.tester-benefits{display:grid;gap:14px;margin-top:25px}.tester-benefits div{display:flex;gap:12px;color:var(--muted)}.tester-benefits strong{color:#49d6c8}.tester-cta{margin-top:32px}@media(max-width:1000px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tester-band-grid{grid-template-columns:1fr}}@media(max-width:680px){.project-grid{grid-template-columns:1fr}.project-card,.tester-band{padding:24px}.tester-form{grid-template-columns:1fr}.tester-form .full{grid-column:auto}}
