.help-page{max-width:64rem;margin:0 auto;padding:clamp(1.5rem, 5vw, 3.5rem) 1rem 4rem}.prose p,.prose li{font-size:20px}.prose-crumbs{padding:20px 0}.help-breadcrumb{display:flex;align-items:center;gap:.25rem;margin:0 0 1.25rem;font-size:.85rem;color:#6b7280}.help-breadcrumb a{color:#6b7280;text-decoration:none}.help-breadcrumb a:hover{color:var(--vc-primary, #4f46e5);text-decoration:underline}.help-breadcrumb .material-symbols-outlined{font-size:1rem;color:#b6bac6}.help-breadcrumb [aria-current="page"]{color:#15171c;font-weight:600}.help-hero{text-align:center;margin:0 0 clamp(1.75rem, 4vw, 2.75rem)}.help-eyebrow{margin:0 0 .5rem;font-size:.8rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--vc-primary, #4f46e5)}.help-title{margin:0 0 .75rem;font-size:clamp(1.9rem, 5vw, 2.6rem);line-height:1.1;color:#15171c}.help-intro{margin:0;color:#6b7280;font-size:1.05rem;line-height:1.6}.help-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(18rem, 1fr));gap:clamp(1rem, 2.5vw, 1.5rem)}.help-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,0.06);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.help-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(15,23,42,0.1);border-color:#d6d9e4}.help-card:hover .help-card-media{transform:scale(1.04)}.help-card-media{display:block;width:100%;height:250px;object-fit:cover;background:#eef0f4;transition:transform .3s ease}.help-related .help-card-media{height:200px}.help-card-body{display:flex;flex:1;flex-direction:column;padding:clamp(1.25rem, 3vw, 1.75rem)}.help-card-title{margin:0 0 .6rem;font-size:1.2rem;line-height:1.3;color:#15171c}.help-card-title a{color:inherit;text-decoration:none}.help-card-title a::after{content:"";position:absolute;inset:0;border-radius:inherit}.help-card-title a:hover{color:var(--vc-primary, #4f46e5)}.help-card-desc{margin:0 0 1.25rem;color:#6b7280;font-size:.95rem;line-height:1.6}.help-card-link{margin-top:auto;display:inline-flex;align-items:center;gap:.3rem;align-self:flex-start;position:relative;z-index:1;font-weight:600;text-decoration:none;color:var(--vc-primary, #4f46e5)}.help-card-link .material-symbols-outlined{font-size:1.1rem;transition:transform .15s ease}.help-card-link:hover{text-decoration:underline}.help-card-link:hover .material-symbols-outlined{transform:translateX(3px)}.help-cta{margin-top:clamp(2rem, 5vw, 3rem);padding:clamp(1.5rem, 4vw, 2.25rem);border:1px solid #e5e7eb;border-radius:16px;background:#f7f8fb;text-align:center}.help-cta-title{margin:0 0 .5rem;font-size:1.3rem;color:#15171c}.help-cta-text{margin:0 auto;max-width:36rem;color:#6b7280;font-size:1rem;line-height:1.6}.help-cta-text a{color:var(--vc-primary, #4f46e5);font-weight:600}.help-article-footer{max-width:70rem;margin:clamp(2.5rem, 6vw, 4rem) auto 0}.help-related-heading{margin:0 0 1.25rem;font-size:1.4rem;color:#15171c;text-align:center}.help-related-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:clamp(.75rem, 2vw, 1.25rem)}.help-related-grid .help-card-title{font-size:1.02rem}.help-related-grid .help-card-desc{margin-bottom:0;font-size:.88rem}.help-newsletter{max-width:40rem;margin:clamp(1.5rem, 6vw, 2rem) auto 0;padding:clamp(1.5rem, 4vw, 2.25rem);border:1px solid rgba(255,255,255,0.1);border-radius:16px;text-align:center}.help-newsletter .newsletter-input-row{gap:0}.help-newsletter .newsletter-input{border:1px solid #ccc;border-radius:5px 0 0 5px;background:#fff;color:#333}.help-newsletter ::placeholder{color:#aaa}.help-newsletter .material-symbols-outlined{color:#aaa}.help-newsletter .newsletter-btn{border-radius:0 5px 5px 0;background-color:#000}.help-newsletter .newsletter-btn .material-symbols-outlined{color:#fff}.help-newsletter-heading{margin:0 0 .5rem;font-size:2rem;color:#333}.help-newsletter-text{margin:0 auto 1.25rem;color:#333;font-size:.95rem;line-height:1.6}@media (max-width:60rem){.help-related-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width:30rem){.help-page{padding-left:.75rem;padding-right:.75rem}.help-grid{grid-template-columns:1fr}.help-related-grid{grid-template-columns:1fr}.help-card{border-radius:12px}}.prose-diagram{margin:1.75rem 0}.prose-diagram svg{display:block;width:100%;height:auto;border:1px solid #eef0f4;border-radius:12px;background:#fbfcff;padding:.5rem;box-sizing:border-box}.prose-diagram figcaption{margin-top:.6rem;text-align:center;color:var(--vc-muted, #6b7280);font-size:.92rem}.prose-steps{background:#f7f8ff;border:1px solid #e8eaf0;border-radius:12px;padding:1rem 1rem 1rem 2.4rem}