.ma-page{max-width:980px;margin:0 auto;padding:2.5rem 2rem 6rem}.ma-hero{text-align:center;padding:4.5rem 1.5rem 3.75rem;border-bottom:1px solid var(--border);margin-bottom:4rem}.ma-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent2);background:#6366f11a;border:1px solid rgba(99,102,241,.25);border-radius:20px;padding:.3rem 1rem;margin-bottom:1.25rem}.ma-h1{font-size:clamp(2.1rem,5vw,3.2rem);font-weight:800;line-height:1.12;margin:0 auto 1.35rem;color:var(--text);letter-spacing:-.03em;max-width:760px}.ma-lead{font-size:1.15rem;line-height:1.72;color:var(--muted);max-width:620px;margin:0 auto 2.5rem}.ma-hero-ctas{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.ma-cta-primary{padding:.9rem 2rem;font-size:1rem;min-height:46px}.ma-cta-secondary{padding:.9rem 1.75rem;font-size:1rem;min-height:46px}.ma-hero-fine{font-size:.83rem;color:var(--muted);margin:0;opacity:.8;letter-spacing:.01em}.ma-section{margin-bottom:4rem}.ma-section h2{font-size:1.55rem;font-weight:700;color:var(--text);margin:0 0 1.1rem;letter-spacing:-.02em;line-height:1.25}.ma-section>p{font-size:1rem;line-height:1.8;color:var(--muted);margin:0 0 1rem;max-width:760px}.ma-section>p:last-child{margin-bottom:0}.ma-steps{display:flex;flex-direction:column;gap:1rem;margin-top:1.75rem}.ma-step{display:flex;align-items:flex-start;gap:1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.5rem;transition:border-color .15s}.ma-step:hover{border-color:var(--accent)}.ma-step-num{flex-shrink:0;width:2.1rem;height:2.1rem;border-radius:50%;background:var(--accent);color:#fff;font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.ma-step strong{display:block;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.35rem}.ma-step p{margin:0;font-size:.93rem;color:var(--muted);line-height:1.62}.ma-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem;margin-top:1.25rem}.ma-feature{background:var(--surface);border:1px solid var(--border);border-top:3px solid rgba(99,102,241,.35);border-radius:10px;padding:1.5rem;transition:border-top-color .15s}.ma-feature:hover{border-top-color:var(--accent)}.ma-feature-icon{font-size:1.6rem;margin-bottom:.65rem;line-height:1}.ma-feature-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.45rem;line-height:1.3}.ma-feature-desc{font-size:.9rem;color:var(--muted);line-height:1.65;margin:0}.ma-compare-intro{color:var(--muted);font-size:.97rem;line-height:1.72;margin-bottom:1.35rem;max-width:680px}.ma-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid var(--border)}.ma-table{width:100%;border-collapse:collapse;font-size:.93rem}.ma-table thead tr{background:var(--surface2)}.ma-table th{padding:1rem 1.35rem;text-align:left;font-size:.88rem;font-weight:700;color:var(--text);border-bottom:2px solid var(--border);letter-spacing:.01em;line-height:1.35}.ma-table th:first-child{width:36%}.ma-th-sub{display:block;font-size:.78rem;font-weight:400;color:var(--muted);margin-top:.2rem}.ma-table td{padding:.9rem 1.35rem;border-bottom:1px solid var(--border);color:var(--muted);vertical-align:middle;line-height:1.45}.ma-table td:first-child{color:var(--text);font-size:.9rem}.ma-table tbody tr:last-child td{border-bottom:none}.ma-table tbody tr:nth-child(2n){background:#ffffff05}.ma-table tbody tr:nth-child(odd){background:var(--surface)}.ma-td-yes{color:#4ade80;font-weight:600}.ma-td-no{color:#f87171;font-weight:600}.ma-cta-block{background:linear-gradient(135deg,#1e2040,#121628);border:1px solid rgba(99,102,241,.35);border-radius:14px;padding:1.85rem 2.25rem;margin-top:1.1rem}.ma-cta-block-title{display:block;font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.6rem;line-height:1.35;letter-spacing:-.01em}.ma-cta-block-desc{font-size:.97rem;color:var(--muted);line-height:1.68;margin:0 0 1.25rem;max-width:540px}.ma-cta-block-btns{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:.75rem}.ma-cta-block-btn{padding:.9rem 2rem;font-size:1rem;min-height:46px}.ma-cta-block-fine{font-size:.8rem;color:var(--muted);margin:0;opacity:.8}.ma-faq{display:flex;flex-direction:column;gap:0}.ma-faq-item{border-top:1px solid var(--border);padding:1.4rem 0}.ma-faq-item:last-child{border-bottom:1px solid var(--border)}.ma-faq-q{font-size:1rem;font-weight:600;color:var(--text);margin:0 0 .5rem;line-height:1.4}.ma-faq-a{font-size:.95rem;color:var(--muted);line-height:1.75;margin:0}.ma-links-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem 2rem}.ma-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.ma-links li:before{content:"→ ";color:var(--accent2);font-weight:600}.ma-links a{color:var(--accent2);text-decoration:none;font-size:.95rem;transition:color .15s}.ma-links a:hover{color:var(--text)}@media (max-width: 768px){.ma-features-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.ma-page{padding:1.5rem 1.25rem 4rem}.ma-hero{padding:2.75rem .5rem 2.25rem}.ma-h1{font-size:1.95rem;letter-spacing:-.025em}.ma-lead{font-size:1.05rem}.ma-hero-ctas{flex-direction:column;align-items:stretch}.ma-cta-primary,.ma-cta-secondary{width:100%;justify-content:center;min-height:48px;text-align:center}.ma-features-grid{grid-template-columns:1fr}.ma-table th,.ma-table td{padding:.75rem .9rem;font-size:.85rem}.ma-cta-block{padding:1.5rem}.ma-cta-block-btns .btn{width:100%;justify-content:center;min-height:48px}.ma-links-section{padding:1.25rem}}@media (max-width: 420px){.ma-h1{font-size:1.7rem}.ma-section h2{font-size:1.3rem}}
