.intro-text{max-width:820px;margin-bottom:2rem}.intro-text p{font-size:1.0625rem;color:var(--muted);line-height:1.8;margin-bottom:1rem}.intro-text p:last-child{margin-bottom:0}.req-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1rem}.req-card{background:var(--white);border-radius:var(--r-md);padding:1.5rem 1.25rem;border:1px solid var(--border);box-shadow:0 1px 4px #0000000d;transition:transform var(--ease),box-shadow var(--ease)}.req-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.req-card h3{font-size:1rem;color:var(--primary);margin-bottom:.5rem}.req-card p{font-size:.875rem;color:var(--muted);line-height:1.6}.process-list{display:flex;flex-direction:column;gap:1.25rem;max-width:780px;margin-top:1rem}.process-step{display:flex;gap:1.25rem;align-items:flex-start;background:var(--white);border-radius:var(--r-md);padding:1.5rem;border:1px solid var(--border);box-shadow:0 1px 4px #0000000d;transition:transform var(--ease),box-shadow var(--ease)}.process-step:hover{transform:translate(4px);box-shadow:0 4px 16px #00000014}.process-num{flex-shrink:0;width:40px;height:40px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700}.process-body h3{font-size:1.0625rem;color:var(--primary);margin-bottom:.35rem}.process-body p{font-size:.9375rem;color:var(--muted);line-height:1.6}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1rem}.benefit-card{background:#ffffff0f;border-radius:var(--r-md);padding:1.75rem 1.25rem;border:1px solid rgba(255,255,255,.1);transition:transform var(--ease),background var(--ease)}.benefit-card:hover{transform:translateY(-4px);background:#ffffff1a}.benefit-icon{width:42px;height:42px;background:#ffffff1a;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;color:#fff}.benefit-card h3{font-size:1rem;color:#fff;margin-bottom:.4rem}.benefit-card p{font-size:.875rem;color:#ffffffbf;line-height:1.6}.case-study-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--r-lg);overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid var(--border);margin-top:1.5rem;background:var(--white)}.case-study-img{overflow:hidden;min-height:280px}.case-study-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-study-body{padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.case-study-body h3{font-size:1.375rem;color:var(--primary);margin:1rem 0 .75rem}.case-study-body p{font-size:.9375rem;color:var(--muted);line-height:1.7;margin-bottom:1.25rem}.case-study-link{font-size:1rem;font-weight:600;color:var(--primary);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.case-study-link:hover{color:var(--accent)}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:820px;margin-top:1rem}.faq-item{background:var(--white);border-radius:var(--r-md);border:1px solid var(--border);overflow:hidden;transition:box-shadow var(--ease)}.faq-item:hover{box-shadow:0 2px 8px #0000000f}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:var(--primary);text-align:left;transition:background .2s}.faq-q:hover{background:#0a254008}.faq-q svg{flex-shrink:0;transition:transform .3s ease;color:var(--primary)}.faq-item.active .faq-q svg{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-a{max-height:300px}.faq-a p{padding:0 1.5rem 1.25rem;font-size:.9375rem;color:var(--muted);line-height:1.7}@media (max-width:1024px){.req-grid,.benefit-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.req-grid,.benefit-grid,.case-study-card{grid-template-columns:1fr}.case-study-img{min-height:220px}.case-study-body{padding:2rem 1.5rem}.process-step{padding:1.25rem 1rem}.process-num{width:34px;height:34px;font-size:1rem}}
