.how-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.how-hero__actions .btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;font-weight:600;box-sizing:border-box}.how-intro{padding:1.5rem}.how-intro p{margin-bottom:1rem;line-height:1.65;color:var(--secondary-text,#4a4a4a)}.how-intro p:last-child{margin-bottom:0}.how-step-card ul{margin:.85rem 0 0;padding-left:1.1rem;color:var(--secondary-text,#4a4a4a);font-size:.9375rem;line-height:1.55}.how-step-card li+li{margin-top:.35rem}.how-api-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.how-api-flow__item{position:relative;padding:1.35rem;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px rgba(0,0,0,.04)}.how-api-flow__index{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-bottom:.85rem;border-radius:999px;background:var(--secondary-bg,#e8f0e5);color:var(--primary-color,#2e6b3a);font-family:var(--font-family-alt,"Space Grotesk",sans-serif);font-size:.8125rem;font-weight:700}.how-api-flow__item h3{margin:0 0 .55rem;font-size:1.05rem;font-weight:600}.how-api-flow__item p{margin:0;color:var(--secondary-text,#4a4a4a);line-height:1.55}.how-checklist{display:grid;grid-gap:.75rem;gap:.75rem}.how-checklist__item{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06)}.how-checklist__item svg{flex-shrink:0;margin-top:.1rem;color:var(--primary-color,#2e6b3a)}.how-checklist__item span{line-height:1.55;color:var(--secondary-text,#4a4a4a)}.how-resources-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media (max-width:991px){.how-api-flow,.how-resources-grid{grid-template-columns:1fr}}@media (max-width:767px){.how-hero__actions{width:100%}.how-hero__actions .btn{flex:1 1 100%;justify-content:center}}